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
⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5_x86_64-kfreebsd-gnu-elfedit_and_x86_64-kfreebsd-gnu-elfedit_strip.c
|
abort
|
abort
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void abort(void)
{
(*(code *)PTR_abort_0010a028)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void abort(void)
{
(*(code *)PTR_abort_0010a028)();
return;
}
|
JMP qword ptr [0x0010a028]
| null | null | null | null |
[(u'CALLIND_-1206968232', u'INDIRECT_-1206968172'), (u'INDIRECT_-1206968172', u'COPY_-1206968231'), (u'CAST_-1206968167', u'CALLIND_-1206968232'), ('tmp_22', u'CAST_-1206968167'), ('const-0', u'RETURN_-1206968229')]
|
[(u'CALLIND_-1206968232', u'INDIRECT_-1206968172'), (u'INDIRECT_-1206968172', u'COPY_-1206968231'), (u'CAST_-1206968167', u'CALLIND_-1206968232'), ('tmp_22', u'CAST_-1206968167'), ('const-0', u'RETURN_-1206968229')]
| null | null |
00102050
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid abort(void)\n\n{\n (*(code *)PTR_abort_0010a028)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" { (expression_statement "(*(code *)PTR_abort_0010a028)();" (call_expression "(*(code *)PTR_abort_0010a028)()" (parenthesized_expression "(*(code *)PTR_abort_0010a028)" ( (pointer_expression "*(code *)PTR_abort_0010a028" * (cast_expression "(code *)PTR_abort_0010a028" ( (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 abort(void)\n\n{\n (*(code *)PTR_abort_0010a028)();\n return;\n}\n\n" comment (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" { (expression_statement "(*(code *)PTR_abort_0010a028)();" (call_expression "(*(code *)PTR_abort_0010a028)()" (parenthesized_expression "(*(code *)PTR_abort_0010a028)" ( (pointer_expression "*(code *)PTR_abort_0010a028" * (cast_expression "(code *)PTR_abort_0010a028" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void abort(void)\n\n{\n (*(code *)PTR_abort_0010a028)();\n return;\n}\n\n" (function_definition "void abort(void)\n\n{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" primitive_type (function_declarator "abort(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" { (expression_statement "(*(code *)PTR_abort_0010a028)();" (call_expression "(*(code *)PTR_abort_0010a028)()" (parenthesized_expression "(*(code *)PTR_abort_0010a028)" ( (pointer_expression "*(code *)PTR_abort_0010a028" * (cast_expression "(code *)PTR_abort_0010a028" ( (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 abort(void)\n\n{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" (primitive_type "void") (function_declarator "abort(void)" (identifier "abort") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_abort_0010a028)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_abort_0010a028)();" (call_expression "(*(code *)PTR_abort_0010a028)()" (parenthesized_expression "(*(code *)PTR_abort_0010a028)" (( "(") (pointer_expression "*(code *)PTR_abort_0010a028" (* "*") (cast_expression "(code *)PTR_abort_0010a028" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_abort_0010a028"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
(*(type_1 *)PTR_abort_0010a028)();
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 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void)
{
(*(code *)PTR_MASKED_0010a028)();
return;
}
|
7454_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
|
d_index_template_argument
|
FUN_002c9ab0
|
demangle_component * d_index_template_argument(demangle_component *args,int i)
{
demangle_component *a;
if ((args == (demangle_component *)0x0) || (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)) {
return (demangle_component *)0x0;
}
if (i < 1) {
if (i != 0) {
return (demangle_component *)0x0;
}
}
else {
do {
args = (args->u).s_extended_operator.name;
i = i + -1;
if (args == (demangle_component *)0x0) {
return (demangle_component *)0x0;
}
if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {
return (demangle_component *)0x0;
}
} while (i != 0);
}
return (demangle_component *)(args->u).s_name.s;
}
|
undefined8 FUN_002c9ab0(int *param_1,int param_2)
{
if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {
return 0;
}
if (param_2 < 1) {
if (param_2 != 0) {
return 0;
}
}
else {
do {
param_1 = *(int **)(param_1 + 4);
param_2 = param_2 + -1;
if (param_1 == (int *)0x0) {
return 0;
}
if (*param_1 != 0x2f) {
return 0;
}
} while (param_2 != 0);
}
return *(undefined8 *)(param_1 + 2);
}
|
TEST RDI,RDI
JZ 0x002c9ad5
CMP dword ptr [RDI],0x2f
JNZ 0x002c9ad5
TEST ESI,ESI
JG 0x002c9ac9
JMP 0x002c9ad8
CMP dword ptr [RDI],0x2f
JNZ 0x002c9ad5
TEST ESI,ESI
JZ 0x002c9ada
MOV RDI,qword ptr [RDI + 0x10]
SUB ESI,0x1
TEST RDI,RDI
JNZ 0x002c9ac0
XOR EAX,EAX
RET
JNZ 0x002c9ad5
MOV RAX,qword ptr [RDI + 0x8]
RET
| null | null | null | null |
[(u'MULTIEQUAL_-1204577327', u'PTRSUB_-1204577283'), ('tmp_280', u'MULTIEQUAL_-1204577325'), ('const-0', u'INT_NOTEQUAL_-1204577484'), ('const-433', u'LOAD_-1204577530'), ('const-0', u'COPY_-1204577361'), (u'COPY_-1204577363', u'RETURN_-1204577351'), ('const-47', u'INT_NOTEQUAL_-1204577583'), ('tmp_279', u'MULTIEQUAL_-1204577345'), (u'LOAD_-1204577530', u'PTRSUB_-1204577312'), (u'COPY_-1204577359', u'RETURN_-1204577347'), (u'INT_ADD_-1204577505', u'MULTIEQUAL_-1204577325'), (u'PTRSUB_-1204577296', u'LOAD_-1204577530'), ('const-433', u'LOAD_-1204577599'), (u'COPY_-1204577361', u'RETURN_-1204577349'), ('tmp_279', u'PTRSUB_-1204577324'), (u'LOAD_-1204577532', u'CAST_-1204577278'), (u'LOAD_-1204577530', u'INT_EQUAL_-1204577498'), ('const-4294967295', u'INT_ADD_-1204577505'), ('const-433', u'LOAD_-1204577532'), ('tmp_279', u'INT_EQUAL_-1204577601'), ('const-47', u'INT_NOTEQUAL_-1204577500'), ('const-1', u'INT_SLESS_-1204577557'), ('const-0', u'PTRSUB_-1204577324'), ('tmp_280', u'INT_NOTEQUAL_-1204577567'), ('const-0', u'COPY_-1204577530'), (u'INT_NOTEQUAL_-1204577567', u'CBRANCH_-1204577533'), ('const-8', u'PTRSUB_-1204577283'), (u'INT_NOTEQUAL_-1204577583', u'CBRANCH_-1204577581'), (u'INT_NOTEQUAL_-1204577500', u'CBRANCH_-1204577498'), ('const-0', u'RETURN_-1204577351'), (u'MULTIEQUAL_-1204577325', u'INT_ADD_-1204577505'), ('const-0', u'RETURN_-1204577516'), (u'INT_NOTEQUAL_-1204577484', u'CBRANCH_-1204577484'), ('const-0', u'RETURN_-1204577510'), ('tmp_280', u'INT_SLESS_-1204577557'), ('tmp_59', u'CBRANCH_-1204577581'), (u'PTRSUB_-1204577312', u'LOAD_-1204577516'), ('tmp_210', u'CBRANCH_-1204577495'), (u'LOAD_-1204577516', u'INT_NOTEQUAL_-1204577500'), (u'INT_SLESS_-1204577557', u'CBRANCH_-1204577564'), ('tmp_24', u'CBRANCH_-1204577599'), ('tmp_93', u'CBRANCH_-1204577564'), ('tmp_279', u'MULTIEQUAL_-1204577327'), ('const-0', u'INT_EQUAL_-1204577601'), ('const-0', u'COPY_-1204577363'), ('const-8', u'PTRSUB_-1204577296'), (u'LOAD_-1204577530', u'MULTIEQUAL_-1204577327'), (u'PTRSUB_-1204577324', u'LOAD_-1204577599'), ('const-433', u'LOAD_-1204577516'), (u'PTRSUB_-1204577277', u'PTRSUB_-1204577282'), ('const-0', u'INT_NOTEQUAL_-1204577567'), (u'PTRSUB_-1204577282', u'LOAD_-1204577532'), ('const-0', u'PTRSUB_-1204577277'), (u'INT_EQUAL_-1204577601', u'CBRANCH_-1204577599'), ('const-0', u'PTRSUB_-1204577282'), (u'LOAD_-1204577599', u'INT_NOTEQUAL_-1204577583'), ('const-0', u'COPY_-1204577359'), (u'PTRSUB_-1204577302', u'PTRSUB_-1204577295'), (u'MULTIEQUAL_-1204577345', u'PTRSUB_-1204577302'), (u'INT_EQUAL_-1204577498', u'CBRANCH_-1204577495'), (u'PTRSUB_-1204577295', u'PTRSUB_-1204577296'), ('tmp_98', u'CBRANCH_-1204577533'), ('const-8', u'PTRSUB_-1204577302'), ('const-0', u'RETURN_-1204577347'), (u'CAST_-1204577278', u'COPY_-1204577532'), (u'COPY_-1204577532', u'RETURN_-1204577516'), (u'PTRSUB_-1204577283', u'PTRSUB_-1204577277'), ('tmp_245', u'CBRANCH_-1204577498'), (u'LOAD_-1204577530', u'MULTIEQUAL_-1204577345'), ('tmp_271', u'CBRANCH_-1204577484'), ('const-0', u'RETURN_-1204577349'), ('const-0', u'PTRSUB_-1204577312'), ('const-0', u'PTRSUB_-1204577295'), (u'INT_ADD_-1204577505', u'INT_NOTEQUAL_-1204577484'), ('const-0', u'INT_EQUAL_-1204577498'), (u'COPY_-1204577530', u'RETURN_-1204577510')]
|
[('tmp_614', u'INT_NOTEQUAL_-1204577567'), ('const-433', u'LOAD_-1204577530'), (u'PTRADD_-1204577308', u'CAST_-1204577305'), (u'MULTIEQUAL_-1204577328', u'PTRADD_-1204577290'), ('const-0', u'INT_NOTEQUAL_-1204577484'), ('const-0', u'RETURN_-1204577350'), (u'CAST_-1204577305', u'LOAD_-1204577530'), ('tmp_591', u'MULTIEQUAL_-1204577346'), ('const-4294967295', u'INT_ADD_-1204577505'), ('const-0', u'COPY_-1204577362'), (u'COPY_-1204577366', u'RETURN_-1204577354'), (u'LOAD_-1204577530', u'LOAD_-1204577516'), ('tmp_591', u'INT_EQUAL_-1204577601'), (u'COPY_-1204577364', u'RETURN_-1204577352'), ('tmp_591', u'MULTIEQUAL_-1204577328'), (u'MULTIEQUAL_-1204577346', u'PTRADD_-1204577308'), (u'LOAD_-1204577530', u'INT_EQUAL_-1204577498'), ('const-4', u'PTRADD_-1204577308'), ('const-2', u'PTRADD_-1204577290'), ('const-4', u'PTRADD_-1204577290'), ('const-0', u'RETURN_-1204577352'), (u'INT_ADD_-1204577505', u'MULTIEQUAL_-1204577328'), (u'PTRADD_-1204577290', u'CAST_-1204577287'), (u'INT_NOTEQUAL_-1204577567', u'CBRANCH_-1204577533'), ('const-433', u'LOAD_-1204577532'), (u'INT_NOTEQUAL_-1204577583', u'CBRANCH_-1204577581'), (u'INT_NOTEQUAL_-1204577500', u'CBRANCH_-1204577498'), ('tmp_591', u'LOAD_-1204577599'), ('const-0', u'RETURN_-1204577516'), (u'INT_NOTEQUAL_-1204577484', u'CBRANCH_-1204577484'), ('const-0', u'RETURN_-1204577510'), (u'COPY_-1204577362', u'RETURN_-1204577350'), ('const-0', u'COPY_-1204577366'), (u'LOAD_-1204577530', u'MULTIEQUAL_-1204577328'), ('const-47', u'INT_NOTEQUAL_-1204577583'), (u'MULTIEQUAL_-1204577328', u'INT_ADD_-1204577505'), ('tmp_59', u'CBRANCH_-1204577581'), ('tmp_210', u'CBRANCH_-1204577495'), (u'LOAD_-1204577516', u'INT_NOTEQUAL_-1204577500'), (u'INT_SLESS_-1204577557', u'CBRANCH_-1204577564'), ('const-0', u'RETURN_-1204577354'), ('tmp_93', u'CBRANCH_-1204577564'), ('tmp_24', u'CBRANCH_-1204577599'), (u'LOAD_-1204577530', u'MULTIEQUAL_-1204577346'), ('const-0', u'INT_EQUAL_-1204577601'), (u'CAST_-1204577287', u'LOAD_-1204577532'), ('const-47', u'INT_NOTEQUAL_-1204577500'), ('const-0', u'COPY_-1204577530'), ('const-0', u'INT_NOTEQUAL_-1204577567'), (u'INT_EQUAL_-1204577601', u'CBRANCH_-1204577599'), ('const-1', u'INT_SLESS_-1204577557'), ('const-433', u'LOAD_-1204577516'), (u'LOAD_-1204577599', u'INT_NOTEQUAL_-1204577583'), (u'INT_EQUAL_-1204577498', u'CBRANCH_-1204577495'), ('tmp_614', u'MULTIEQUAL_-1204577328'), ('tmp_98', u'CBRANCH_-1204577533'), ('const-4', u'PTRADD_-1204577308'), ('const-433', u'LOAD_-1204577599'), (u'COPY_-1204577532', u'RETURN_-1204577516'), ('tmp_245', u'CBRANCH_-1204577498'), (u'LOAD_-1204577532', u'COPY_-1204577532'), ('tmp_271', u'CBRANCH_-1204577484'), ('tmp_614', u'INT_SLESS_-1204577557'), (u'INT_ADD_-1204577505', u'INT_NOTEQUAL_-1204577484'), ('const-0', u'INT_EQUAL_-1204577498'), ('const-0', u'COPY_-1204577364'), (u'COPY_-1204577530', u'RETURN_-1204577510')]
| null | null |
002c9ab0
|
x64
|
O2
|
(translation_unit "undefined8 FUN_002c9ab0(int *param_1,int param_2)\n\n{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}\n\n" (function_definition "undefined8 FUN_002c9ab0(int *param_1,int param_2)\n\n{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}" type_identifier (function_declarator "FUN_002c9ab0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}" { (if_statement "if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }" if (parenthesized_expression "((param_1 == (int *)0x0) || (*param_1 != 0x2f))" ( (binary_expression "(param_1 == (int *)0x0) || (*param_1 != 0x2f)" (parenthesized_expression "(param_1 == (int *)0x0)" ( (binary_expression "param_1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(*param_1 != 0x2f)" ( (binary_expression "*param_1 != 0x2f" (pointer_expression "*param_1" * identifier) != number_literal) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" if (parenthesized_expression "(param_2 < 1)" ( (binary_expression "param_2 < 1" identifier < number_literal) )) (compound_statement "{\n if (param_2 != 0) {\n return 0;\n }\n }" { (if_statement "if (param_2 != 0) {\n return 0;\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" else (compound_statement "{\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" { (do_statement "do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);" do (compound_statement "{\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n }" { (expression_statement "param_1 = *(int **)(param_1 + 4);" (assignment_expression "param_1 = *(int **)(param_1 + 4)" identifier = (pointer_expression "*(int **)(param_1 + 4)" * (cast_expression "(int **)(param_1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) (if_statement "if (param_1 == (int *)0x0) {\n return 0;\n }" if (parenthesized_expression "(param_1 == (int *)0x0)" ( (binary_expression "param_1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (*param_1 != 0x2f) {\n return 0;\n }" if (parenthesized_expression "(*param_1 != 0x2f)" ( (binary_expression "*param_1 != 0x2f" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) while (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) ;) }))) (return_statement "return *(undefined8 *)(param_1 + 2);" return (pointer_expression "*(undefined8 *)(param_1 + 2)" * (cast_expression "(undefined8 *)(param_1 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) })))
|
(translation_unit "demangle_component * d_index_template_argument(demangle_component *args,int i)\n\n{\n demangle_component *a;\n \n if ((args == (demangle_component *)0x0) || (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)) {\n return (demangle_component *)0x0;\n }\n if (i < 1) {\n if (i != 0) {\n return (demangle_component *)0x0;\n }\n }\n else {\n do {\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n } while (i != 0);\n }\n return (demangle_component *)(args->u).s_name.s;\n}\n\n" (function_definition "demangle_component * d_index_template_argument(demangle_component *args,int i)\n\n{\n demangle_component *a;\n \n if ((args == (demangle_component *)0x0) || (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)) {\n return (demangle_component *)0x0;\n }\n if (i < 1) {\n if (i != 0) {\n return (demangle_component *)0x0;\n }\n }\n else {\n do {\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n } while (i != 0);\n }\n return (demangle_component *)(args->u).s_name.s;\n}" type_identifier (pointer_declarator "* d_index_template_argument(demangle_component *args,int i)" * (function_declarator "d_index_template_argument(demangle_component *args,int i)" identifier (parameter_list "(demangle_component *args,int i)" ( (parameter_declaration "demangle_component *args" type_identifier (pointer_declarator "*args" * identifier)) , (parameter_declaration "int i" primitive_type identifier) )))) (compound_statement "{\n demangle_component *a;\n \n if ((args == (demangle_component *)0x0) || (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)) {\n return (demangle_component *)0x0;\n }\n if (i < 1) {\n if (i != 0) {\n return (demangle_component *)0x0;\n }\n }\n else {\n do {\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n } while (i != 0);\n }\n return (demangle_component *)(args->u).s_name.s;\n}" { (declaration "demangle_component *a;" type_identifier (pointer_declarator "*a" * identifier) ;) (if_statement "if ((args == (demangle_component *)0x0) || (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)) {\n return (demangle_component *)0x0;\n }" if (parenthesized_expression "((args == (demangle_component *)0x0) || (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST))" ( (binary_expression "(args == (demangle_component *)0x0) || (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)" (parenthesized_expression "(args == (demangle_component *)0x0)" ( (binary_expression "args == (demangle_component *)0x0" identifier == (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)" ( (binary_expression "args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST" (field_expression "args->type" identifier -> field_identifier) != identifier) ))) )) (compound_statement "{\n return (demangle_component *)0x0;\n }" { (return_statement "return (demangle_component *)0x0;" return (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (if_statement "if (i < 1) {\n if (i != 0) {\n return (demangle_component *)0x0;\n }\n }\n else {\n do {\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n } while (i != 0);\n }" if (parenthesized_expression "(i < 1)" ( (binary_expression "i < 1" identifier < number_literal) )) (compound_statement "{\n if (i != 0) {\n return (demangle_component *)0x0;\n }\n }" { (if_statement "if (i != 0) {\n return (demangle_component *)0x0;\n }" if (parenthesized_expression "(i != 0)" ( (binary_expression "i != 0" identifier != number_literal) )) (compound_statement "{\n return (demangle_component *)0x0;\n }" { (return_statement "return (demangle_component *)0x0;" return (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) }) (else_clause "else {\n do {\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n } while (i != 0);\n }" else (compound_statement "{\n do {\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n } while (i != 0);\n }" { (do_statement "do {\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n } while (i != 0);" do (compound_statement "{\n args = (args->u).s_extended_operator.name;\n i = i + -1;\n if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }\n if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }\n }" { (expression_statement "args = (args->u).s_extended_operator.name;" (assignment_expression "args = (args->u).s_extended_operator.name" identifier = (field_expression "(args->u).s_extended_operator.name" (field_expression "(args->u).s_extended_operator" (parenthesized_expression "(args->u)" ( (field_expression "args->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "i = i + -1;" (assignment_expression "i = i + -1" identifier = (binary_expression "i + -1" identifier + number_literal)) ;) (if_statement "if (args == (demangle_component *)0x0) {\n return (demangle_component *)0x0;\n }" if (parenthesized_expression "(args == (demangle_component *)0x0)" ( (binary_expression "args == (demangle_component *)0x0" identifier == (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (demangle_component *)0x0;\n }" { (return_statement "return (demangle_component *)0x0;" return (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (if_statement "if (args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST) {\n return (demangle_component *)0x0;\n }" if (parenthesized_expression "(args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST)" ( (binary_expression "args->type != DEMANGLE_COMPONENT_TEMPLATE_ARGLIST" (field_expression "args->type" identifier -> field_identifier) != identifier) )) (compound_statement "{\n return (demangle_component *)0x0;\n }" { (return_statement "return (demangle_component *)0x0;" return (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) }) while (parenthesized_expression "(i != 0)" ( (binary_expression "i != 0" identifier != number_literal) )) ;) }))) (return_statement "return (demangle_component *)(args->u).s_name.s;" return (cast_expression "(demangle_component *)(args->u).s_name.s" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(args->u).s_name.s" (field_expression "(args->u).s_name" (parenthesized_expression "(args->u)" ( (field_expression "args->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) })))
|
(translation_unit "undefined8 FUN_002c9ab0(int *param_1,int param_2)\n\n{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}\n\n" (function_definition "undefined8 FUN_002c9ab0(int *param_1,int param_2)\n\n{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}" type_identifier (function_declarator "FUN_002c9ab0(int *param_1,int param_2)" identifier (parameter_list "(int *param_1,int param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}" { (if_statement "if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }" if (parenthesized_expression "((param_1 == (int *)0x0) || (*param_1 != 0x2f))" ( (binary_expression "(param_1 == (int *)0x0) || (*param_1 != 0x2f)" (parenthesized_expression "(param_1 == (int *)0x0)" ( (binary_expression "param_1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(*param_1 != 0x2f)" ( (binary_expression "*param_1 != 0x2f" (pointer_expression "*param_1" * identifier) != number_literal) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" if (parenthesized_expression "(param_2 < 1)" ( (binary_expression "param_2 < 1" identifier < number_literal) )) (compound_statement "{\n if (param_2 != 0) {\n return 0;\n }\n }" { (if_statement "if (param_2 != 0) {\n return 0;\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) (else_clause "else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" else (compound_statement "{\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" { (do_statement "do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);" do (compound_statement "{\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n }" { (expression_statement "param_1 = *(int **)(param_1 + 4);" (assignment_expression "param_1 = *(int **)(param_1 + 4)" identifier = (pointer_expression "*(int **)(param_1 + 4)" * (cast_expression "(int **)(param_1 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) (if_statement "if (param_1 == (int *)0x0) {\n return 0;\n }" if (parenthesized_expression "(param_1 == (int *)0x0)" ( (binary_expression "param_1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (if_statement "if (*param_1 != 0x2f) {\n return 0;\n }" if (parenthesized_expression "(*param_1 != 0x2f)" ( (binary_expression "*param_1 != 0x2f" (pointer_expression "*param_1" * identifier) != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) }) while (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) ;) }))) (return_statement "return *(undefined8 *)(param_1 + 2);" return (pointer_expression "*(undefined8 *)(param_1 + 2)" * (cast_expression "(undefined8 *)(param_1 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) ))) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return LIT ;) })) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (return_statement return LIT ;) })) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) }))) (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })))
|
(function_definition "undefined8 FUN_002c9ab0(int *param_1,int param_2)\n\n{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}" (type_identifier "undefined8") (function_declarator "FUN_002c9ab0(int *param_1,int param_2)" (identifier "FUN_002c9ab0") (parameter_list "(int *param_1,int param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }\n if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }\n return *(undefined8 *)(param_1 + 2);\n}" ({ "{") (if_statement "if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {\n return 0;\n }" (if "if") (parenthesized_expression "((param_1 == (int *)0x0) || (*param_1 != 0x2f))" (( "(") (binary_expression "(param_1 == (int *)0x0) || (*param_1 != 0x2f)" (parenthesized_expression "(param_1 == (int *)0x0)" (( "(") (binary_expression "param_1 == (int *)0x0" (identifier "param_1") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(*param_1 != 0x2f)" (( "(") (binary_expression "*param_1 != 0x2f" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (number_literal "0x2f")) () ")"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (param_2 < 1) {\n if (param_2 != 0) {\n return 0;\n }\n }\n else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" (if "if") (parenthesized_expression "(param_2 < 1)" (( "(") (binary_expression "param_2 < 1" (identifier "param_2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n if (param_2 != 0) {\n return 0;\n }\n }" ({ "{") (if_statement "if (param_2 != 0) {\n return 0;\n }" (if "if") (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" (else "else") (compound_statement "{\n do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);\n }" ({ "{") (do_statement "do {\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n } while (param_2 != 0);" (do "do") (compound_statement "{\n param_1 = *(int **)(param_1 + 4);\n param_2 = param_2 + -1;\n if (param_1 == (int *)0x0) {\n return 0;\n }\n if (*param_1 != 0x2f) {\n return 0;\n }\n }" ({ "{") (expression_statement "param_1 = *(int **)(param_1 + 4);" (assignment_expression "param_1 = *(int **)(param_1 + 4)" (identifier "param_1") (= "=") (pointer_expression "*(int **)(param_1 + 4)" (* "*") (cast_expression "(int **)(param_1 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" (identifier "param_2") (= "=") (binary_expression "param_2 + -1" (identifier "param_2") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (param_1 == (int *)0x0) {\n return 0;\n }" (if "if") (parenthesized_expression "(param_1 == (int *)0x0)" (( "(") (binary_expression "param_1 == (int *)0x0" (identifier "param_1") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (if_statement "if (*param_1 != 0x2f) {\n return 0;\n }" (if "if") (parenthesized_expression "(*param_1 != 0x2f)" (( "(") (binary_expression "*param_1 != 0x2f" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (number_literal "0x2f")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (; ";")) (} "}")))) (return_statement "return *(undefined8 *)(param_1 + 2);" (return "return") (pointer_expression "*(undefined8 *)(param_1 + 2)" (* "*") (cast_expression "(undefined8 *)(param_1 + 2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (} "}")))
|
type_1 * function_1(type_1 *var_1,int var_3)
{
type_1 *a;
if ((var_1 == (type_1 *)0x0) || (var_1->type != var_2)) {
return (type_1 *)0x0;
}
if (var_3 < 1) {
if (var_3 != 0) {
return (type_1 *)0x0;
}
}
else {
do {
var_1 = (var_1->u).s_extended_operator.name;
var_3 = var_3 + -1;
if (var_1 == (type_1 *)0x0) {
return (type_1 *)0x0;
}
if (var_1->type != var_2) {
return (type_1 *)0x0;
}
} while (var_3 != 0);
}
return (type_1 *)(var_1->u).s_name.s;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (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: (pointer_expression argument: (identifier)) right: (number_literal))))) consequence: (compound_statement (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal))))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))
| null |
undefined8 MASKED(int *param_1,int param_2)
{
if ((param_1 == (int *)0x0) || (*param_1 != 0x2f)) {
return 0;
}
if (param_2 < 1) {
if (param_2 != 0) {
return 0;
}
}
else {
do {
param_1 = *(int **)(param_1 + 4);
param_2 = param_2 + -1;
if (param_1 == (int *)0x0) {
return 0;
}
if (*param_1 != 0x2f) {
return 0;
}
} while (param_2 != 0);
}
return *(undefined8 *)(param_1 + 2);
}
|
2156_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
make_lplt_section
|
FUN_00171c80
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void make_lplt_section(Target_powerpc<32,_false> * this, Layout *
layout) */
void __thiscall
anon_unknown.dwarf_2cac9f::Target_powerpc<32,_false>::make_lplt_section
(Target_powerpc<32,_false> *this,Layout *layout)
{
undefined1 *puVar1;
General_options *pGVar2;
Output_section *pOVar3;
Output_data_brlt_powerpc<32,_false> *pOVar4;
Output_section_data *posd;
uint64_t uVar5;
Output_data_plt_powerpc<32,_false> *posd_00;
if (this->lplt_ != (Output_data_plt_powerpc<32,_false> *)0x0) {
return;
}
pGVar2 = gold::parameters->options_;
if (pGVar2 != (General_options *)0x0) {
if (((pGVar2->shared_).value != false) ||
(posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false)) {
posd = (Output_section_data *)operator_new(0x60);
/* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */
uVar5 = gold::Output_data::default_alignment_for_size(0x20);
posd->addralign_ = uVar5;
puVar1 = &(posd->super_Output_data).field_0x20;
*puVar1 = *puVar1 & 0xe0;
(posd->super_Output_data).address_ = 0;
(posd->super_Output_data).data_size_ = 0;
(posd->super_Output_data).offset_ = -1;
posd->output_section_ = (Output_section *)0x0;
posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;
*(undefined1 *)&posd[1].super_Output_data.address_ = 0;
posd[1].super_Output_data.data_size_ = 0;
posd[1].super_Output_data.offset_ = 0;
*(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0;
(posd->super_Output_data)._vptr_Output_data =
(_func_int_varargs **)&PTR__Output_data_reloc_004ad730;
rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout);
pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).
super_Output_data_reloc_generic.super_Output_section_data_build.
super_Output_section_data.output_section_;
if (pOVar3 != (Output_section *)0x0) {
gold::Output_section::add_output_section_data(pOVar3,posd);
}
}
posd_00 = (Output_data_plt_powerpc<32,_false> *)operator_new(0x50);
pOVar4 = this->brlt_section_;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.
_vptr_Output_data = (_func_int_varargs **)&PTR__Output_data_plt_powerpc_004ab240;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_
= 0;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.
data_size_ = 0;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_ =
-1;
puVar1 = &(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data
.field_0x20;
*puVar1 = *puVar1 & 0xe0;
(posd_00->super_Output_section_data_build).super_Output_section_data.output_section_ =
(Output_section *)0x0;
(posd_00->super_Output_section_data_build).super_Output_section_data.addralign_ = 4;
posd_00->rel_ = (Reloc_section *)posd;
posd_00->targ_ = this;
posd_00->name_ = "** LPLT";
this->lplt_ = posd_00;
if ((pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&
(pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_
, pOVar3 != (Output_section *)0x0)) {
gold::Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);
return;
}
gold::Layout::add_output_section_data
(layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true);
return;
}
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
|
undefined8 FUN_00171c80(long param_1,undefined8 param_2)
{
long lVar1;
undefined8 in_RAX;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 *puVar4;
if (*(long *)(param_1 + 0x38) != 0) {
return in_RAX;
}
lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);
if (lVar1 != 0) {
if ((*(char *)(lVar1 + 0x2a61) != '\0') ||
(puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {
puVar2 = (undefined8 *)FUN_00337280(0x60);
/* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */
uVar3 = FUN_00260a50(0x20);
puVar2[6] = uVar3;
*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;
puVar2[1] = 0;
puVar2[2] = 0;
puVar2[3] = 0xffffffffffffffff;
puVar2[5] = 0;
puVar2[7] = 0;
*(undefined1 *)(puVar2 + 8) = 0;
puVar2[9] = 0;
puVar2[10] = 0;
puVar2[0xb] = 0;
*puVar2 = &PTR_FUN_004ad730;
FUN_00171b60(param_1 + 0x50,param_2);
lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);
if (lVar1 != 0) {
FUN_002652b0(lVar1,puVar2);
}
}
puVar4 = (undefined8 *)FUN_00337280(0x50);
lVar1 = *(long *)(param_1 + 0x40);
*puVar4 = &PTR_FUN_004ab240;
puVar4[1] = 0;
puVar4[2] = 0;
puVar4[3] = 0xffffffffffffffff;
*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;
puVar4[5] = 0;
puVar4[6] = 4;
puVar4[7] = puVar2;
puVar4[8] = param_1;
puVar4[9] = "** LPLT";
*(undefined8 **)(param_1 + 0x38) = puVar4;
if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {
uVar3 = FUN_002652b0(lVar1,puVar4);
return uVar3;
}
FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);
return 1;
}
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/parameters.h",0x5c,"options");
}
|
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,qword ptr [RDI + 0x38]
TEST RBX,RBX
JZ 0x00171c98
POP RBX
POP RBP
POP R12
RET
MOV RAX,qword ptr [0x004ba7c8]
MOV R12,RSI
MOV RBP,RDI
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x00171e0f
CMP byte ptr [RAX + 0x2a61],0x0
JZ 0x00171dc8
MOV EDI,0x60
CALL 0x00337280
MOV EDI,0x20
MOV RBX,RAX
CALL 0x00260a50
MOV qword ptr [RBX + 0x30],RAX
LEA RDI,[RBP + 0x50]
MOV RSI,R12
LEA RAX,[0x4ad730]
AND byte ptr [RBX + 0x20],0xe0
MOV qword ptr [RBX + 0x8],0x0
MOV qword ptr [RBX + 0x10],0x0
MOV qword ptr [RBX + 0x18],-0x1
MOV qword ptr [RBX + 0x28],0x0
MOV qword ptr [RBX + 0x38],0x0
MOV byte ptr [RBX + 0x40],0x0
MOV qword ptr [RBX + 0x48],0x0
MOV qword ptr [RBX + 0x50],0x0
MOV qword ptr [RBX + 0x58],0x0
MOV qword ptr [RBX],RAX
CALL 0x00171b60
MOV RAX,qword ptr [RBP + 0x50]
MOV RDI,qword ptr [RAX + 0x28]
TEST RDI,RDI
JZ 0x00171d4d
MOV RSI,RBX
CALL 0x002652b0
MOV EDI,0x50
CALL 0x00337280
LEA RCX,[0x4ab240]
MOV RDX,qword ptr [RBP + 0x40]
MOV qword ptr [RAX],RCX
LEA RCX,[0x3de55d]
MOV qword ptr [RAX + 0x8],0x0
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [RAX + 0x18],-0x1
AND byte ptr [RAX + 0x20],0xe0
MOV qword ptr [RAX + 0x28],0x0
MOV qword ptr [RAX + 0x30],0x4
MOV qword ptr [RAX + 0x38],RBX
MOV qword ptr [RAX + 0x40],RBP
MOV qword ptr [RAX + 0x48],RCX
MOV qword ptr [RBP + 0x38],RAX
TEST RDX,RDX
JZ 0x00171de0
MOV RDI,qword ptr [RDX + 0x28]
TEST RDI,RDI
JZ 0x00171de0
POP RBX
MOV RSI,RAX
POP RBP
POP R12
JMP 0x002652b0
CMP byte ptr [RAX + 0x42d1],0x0
JZ 0x00171d4d
JMP 0x00171cbf
SUB RSP,0x8
MOV EDX,0x1
MOV RDI,R12
MOV R8,RAX
PUSH 0x1
MOV R9D,0x13
MOV ECX,0x3
LEA RSI,[0x3de565]
CALL 0x0021ac80
POP RAX
POP RDX
POP RBX
POP RBP
POP R12
RET
LEA RDX,[0x3dd908]
MOV ESI,0x5c
LEA RDI,[0x3c9279]
CALL 0x001e9890
| null | null | null | null |
[(u'INT_AND_-1207427751', u'STORE_-1207427774'), (u'PTRSUB_-1207427060', u'STORE_-1207427696'), (u'STORE_-1207427556', u'INDIRECT_-1207427115'), ('const-17008', u'PTRSUB_-1207426896'), ('const-0', u'STORE_-1207427714'), ('const-433', u'STORE_-1207427802'), ('const-64', u'PTRSUB_-1207427023'), ('const-32', u'CALL_-1207427806'), (u'PTRSUB_-1207426977', u'PTRSUB_-1207426939'), (u'INDIRECT_-1207427203', u'MULTIEQUAL_-1207427146'), (u'STORE_-1207427531', u'INDIRECT_-1207427097'), (u'STORE_-1207427545', u'INDIRECT_-1207427106'), (u'STORE_-1207427479', u'INDIRECT_-1207427064'), (u'PTRSUB_-1207426981', u'LOAD_-1207427645'), ('const-40', u'PTRSUB_-1207426915'), ('const-56', u'PTRSUB_-1207427274'), (u'STORE_-1207427493', u'INDIRECT_-1207427074'), ('const-433', u'STORE_-1207427747'), (u'CAST_-1207427102', u'PTRADD_-1207427124'), ('const-24', u'PTRSUB_-1207427051'), ('const-0', u'PTRSUB_-1207426969'), ('const-0', u'PTRSUB_-1207427007'), (u'PTRSUB_-1207426962', u'PTRSUB_-1207426948'), (u'STORE_-1207427664', u'INDIRECT_-1207427186'), (u'CAST_-1207427102', u'CALL_-1207427613'), ('const-0', u'RETURN_-1207427905'), (u'CALL_-1207427406', u'INDIRECT_-1207427061'), (u'PTRSUB_-1207427059', u'PTRSUB_-1207427020'), ('tmp_817', u'PTRSUB_-1207427064'), ('tmp_817', u'PTRSUB_-1207427183'), ('const-433', u'STORE_-1207427581'), ('const-0', u'STORE_-1207427696'), (u'CAST_-1207427102', u'PTRADD_-1207427096'), ('const-0', u'STORE_-1207427725'), ('tmp_133', u'CBRANCH_-1207427867'), (u'PTRSUB_-1207426931', u'PTRSUB_-1207426919'), (u'COPY_-1207426959', u'CALL_-1207427314'), (u'PTRSUB_-1207427112', u'PTRSUB_-1207427065'), ('const-0', u'PTRSUB_-1207426949'), ('const-8', u'PTRSUB_-1207427109'), ('const-80', u'CALL_-1207427599'), ('const-0', u'PTRSUB_-1207427168'), ('const-4053256', u'COPY_-1207426930'), (u'CAST_-1207426845', u'CALL_-1207427406'), (u'CAST_-1207427000', u'STORE_-1207427674'), ('tmp_818', u'CALL_-1207427654'), (u'CAST_-1207426955', u'PTRSUB_-1207426945'), ('const-16', u'PTRSUB_-1207427060'), ('const-1', u'PTRADD_-1207427096'), (u'LOAD_-1207427888', u'PTRSUB_-1207427226'), ('const-433', u'STORE_-1207427685'), ('const-16', u'PTRSUB_-1207426928'), (u'PTRSUB_-1207427114', u'STORE_-1207427774'), (u'LOAD_-1207427652', u'PTRSUB_-1207427059'), ('const-0', u'INT_NOTEQUAL_-1207427625'), ('const-0', u'PTRSUB_-1207427105'), ('const-0', u'INT_NOTEQUAL_-1207427846'), ('const-0', u'PTRSUB_-1207426941'), ('const-433', u'LOAD_-1207427645'), ('const-0', u'PTRSUB_-1207426951'), (u'STORE_-1207427714', u'INDIRECT_-1207427227'), (u'PTRSUB_-1207427051', u'STORE_-1207427685'), ('const-224', u'INT_AND_-1207427508'), ('const-0', u'RETURN_-1207427402'), ('const-0', u'PTRSUB_-1207427059'), (u'COPY_-1207426931', u'CALL_-1207427240'), ('const-8', u'PTRSUB_-1207427065'), ('const-433', u'LOAD_-1207427888'), (u'PTRADD_-1207427124', u'PTRSUB_-1207427122'), ('const-0', u'PTRSUB_-1207427103'), (u'INT_NOTEQUAL_-1207427868', u'CBRANCH_-1207427867'), ('tmp_56', u'CBRANCH_-1207427931'), (u'PTRSUB_-1207426969', u'PTRSUB_-1207426951'), ('tmp_169', u'CBRANCH_-1207427841'), (u'CALL_-1207427240', u'INDIRECT_-1207426967'), (u'CALL_-1207427599', u'INDIRECT_-1207427170'), (u'LOAD_-1207427534', u'INT_AND_-1207427508'), ('const-16', u'PTRSUB_-1207427240'), (u'CAST_-1207426955', u'PTRSUB_-1207426951'), (u'LOAD_-1207427353', u'INT_NOTEQUAL_-1207427337'), (u'INDIRECT_-1207427061', u'COPY_-1207427119'), (u'LOAD_-1207427862', u'INT_NOTEQUAL_-1207427846'), (u'PTRSUB_-1207426988', u'PTRSUB_-1207426981'), ('const-433', u'LOAD_-1207427452'), ('const-0', u'PTRSUB_-1207427002'), (u'PTRSUB_-1207426876', u'LOAD_-1207427452'), (u'LOAD_-1207427888', u'INT_NOTEQUAL_-1207427868'), ('const-0', u'PTRSUB_-1207427094'), ('const-32', u'PTRSUB_-1207427114'), ('const-433', u'LOAD_-1207427534'), (u'INT_NOTEQUAL_-1207427625', u'CBRANCH_-1207427624'), ('const-32', u'PTRSUB_-1207427042'), (u'LOAD_-1207427452', u'CALL_-1207427406'), (u'PTRSUB_-1207427065', u'CAST_-1207427021'), ('const-0', u'PTRSUB_-1207427073'), (u'PTRSUB_-1207426910', u'LOAD_-1207427534'), (u'PTRSUB_-1207426915', u'STORE_-1207427515'), (u'LOAD_-1207427645', u'INT_NOTEQUAL_-1207427625'), ('const-19', u'CALL_-1207427314'), ('const-433', u'STORE_-1207427758'), (u'STORE_-1207427486', u'INDIRECT_-1207427069'), ('const-0', u'PTRSUB_-1207427020'), ('const-433', u'STORE_-1207427556'), (u'CAST_-1207426955', u'PTRSUB_-1207426971'), (u'PTRSUB_-1207427169', u'LOAD_-1207427862'), (u'STORE_-1207427504', u'INDIRECT_-1207427083'), ('const-0', u'INT_NOTEQUAL_-1207427868'), (u'PTRSUB_-1207426959', u'PTRSUB_-1207426941'), ('const-433', u'STORE_-1207427472'), (u'INDIRECT_-1207427181', u'MULTIEQUAL_-1207427146'), (u'PTRSUB_-1207427094', u'PTRSUB_-1207427051'), ('const-433', u'STORE_-1207427696'), (u'PTRSUB_-1207426951', u'STORE_-1207427493'), (u'PTRSUB_-1207426910', u'STORE_-1207427531'), (u'CAST_-1207426955', u'PTRSUB_-1207426961'), (u'PTRADD_-1207427085', u'PTRSUB_-1207427083'), ('tmp_818', u'CALL_-1207427314'), ('const-433', u'STORE_-1207427567'), (u'STORE_-1207427747', u'INDIRECT_-1207427254'), (u'PTRADD_-1207427096', u'PTRSUB_-1207427094'), (u'CALL_-1207427613', u'INDIRECT_-1207427181'), (u'CALL_-1207427824', u'INDIRECT_-1207427316'), (u'INT_NOTEQUAL_-1207427432', u'CBRANCH_-1207427431'), (u'CAST_-1207427021', u'STORE_-1207427703'), ('const-40', u'PTRSUB_-1207426981'), ('const-433', u'STORE_-1207427736'), ('const-433', u'STORE_-1207427725'), ('const-56', u'PTRADD_-1207427114'), ('const-433', u'STORE_-1207427504'), (u'PTRSUB_-1207426940', u'STORE_-1207427479'), (u'CAST_-1207427102', u'PTRADD_-1207427114'), ('const-433', u'STORE_-1207427515'), ('const-0', u'STORE_-1207427556'), (u'COPY_-1207427059', u'STORE_-1207427479'), ('const-0', u'PTRSUB_-1207426939'), ('const--1', u'STORE_-1207427736'), ('const-0', u'STORE_-1207427685'), (u'CALL_-1207427599', u'CAST_-1207426955'), (u'PTRSUB_-1207427188', u'STORE_-1207427802'), ('const-8', u'PTRSUB_-1207426937'), (u'CAST_-1207426955', u'PTRSUB_-1207427018'), ('const-433', u'STORE_-1207427486'), (u'LOAD_-1207427589', u'PTRSUB_-1207426925'), ('const-1', u'RETURN_-1207427235'), ('const-0', u'PTRSUB_-1207427112'), ('tmp_554', u'CBRANCH_-1207427453'), ('const-4895296', u'PTRSUB_-1207427054'), (u'PTRSUB_-1207427168', u'PTRSUB_-1207427114'), ('const-48', u'PTRSUB_-1207426906'), ('const-433', u'LOAD_-1207427589'), (u'PTRSUB_-1207427018', u'PTRSUB_-1207426980'), ('const-97', u'PTRSUB_-1207426863'), (u'PTRSUB_-1207427142', u'PTRSUB_-1207427091'), ('const-72', u'PTRSUB_-1207426940'), ('tmp_817', u'PTRSUB_-1207426935'), ('const-433', u'LOAD_-1207427353'), ('const-0', u'INT_NOTEQUAL_-1207427337'), (u'LOAD_-1207427452', u'INT_NOTEQUAL_-1207427432'), (u'STORE_-1207427736', u'INDIRECT_-1207427245'), (u'PTRSUB_-1207426949', u'PTRSUB_-1207426931'), ('const-0', u'COPY_-1207427015'), (u'PTRSUB_-1207427042', u'CAST_-1207427000'), (u'PTRSUB_-1207426937', u'STORE_-1207427567'), ('const-0', u'PTRSUB_-1207427083'), (u'CAST_-1207427102', u'MULTIEQUAL_-1207427310'), (u'CAST_-1207426955', u'PTRSUB_-1207426977'), (u'STORE_-1207427515', u'INDIRECT_-1207427092'), ('const-1', u'CALL_-1207427314'), ('const-96', u'CALL_-1207427824'), (u'PTRSUB_-1207427002', u'PTRSUB_-1207426988'), (u'PTRSUB_-1207426923', u'PTRSUB_-1207426906'), ('const-56', u'PTRADD_-1207427107'), (u'PTRSUB_-1207426997', u'PTRSUB_-1207426959'), ('const-433', u'STORE_-1207427674'), ('const-433', u'STORE_-1207427714'), (u'COPY_-1207426930', u'CALL_-1207427240'), ('const-56', u'PTRADD_-1207427124'), (u'PTRSUB_-1207427083', u'PTRSUB_-1207427042'), ('const-4904752', u'PTRSUB_-1207427103'), (u'STORE_-1207427696', u'INDIRECT_-1207427213'), (u'CAST_-1207427102', u'PTRSUB_-1207427073'), (u'CAST_-1207427102', u'PTRSUB_-1207427142'), ('const-56', u'PTRSUB_-1207426935'), (u'STORE_-1207427685', u'INDIRECT_-1207427204'), ('tmp_1856', u'MULTIEQUAL_-1207427146'), (u'PTRSUB_-1207426980', u'PTRSUB_-1207426962'), ('const-3969657', u'COPY_-1207426931'), ('const-92', u'CALL_-1207427240'), (u'PTRSUB_-1207427091', u'STORE_-1207427736'), (u'PTRSUB_-1207427183', u'CAST_-1207426987'), ('tmp_817', u'PTRSUB_-1207427274'), (u'INT_NOTEQUAL_-1207427454', u'CBRANCH_-1207427453'), ('const-32', u'PTRSUB_-1207426910'), ('const-0', u'PTRSUB_-1207426923'), ('const-0', u'STORE_-1207427567'), (u'INDIRECT_-1207426967', u'COPY_-1207427016'), ('const-0', u'STORE_-1207427758'), (u'STORE_-1207427758', u'INDIRECT_-1207427263'), ('const-56', u'PTRADD_-1207427096'), ('tmp_1856', u'COPY_-1207427420'), ('const-0', u'INT_NOTEQUAL_-1207427454'), ('const-1', u'PTRADD_-1207427085'), ('const-0', u'STORE_-1207427703'), (u'PTRSUB_-1207426906', u'STORE_-1207427504'), (u'PTRSUB_-1207426919', u'STORE_-1207427545'), (u'LOAD_-1207427952', u'INT_NOTEQUAL_-1207427932'), (u'PTRSUB_-1207427274', u'LOAD_-1207427952'), ('const-0', u'PTRSUB_-1207426997'), (u'PTRSUB_-1207426933', u'PTRSUB_-1207426915'), ('tmp_770', u'CBRANCH_-1207427332'), ('const-0', u'PTRSUB_-1207427018'), ('const-0', u'PTRSUB_-1207426980'), (u'PTRSUB_-1207427020', u'PTRSUB_-1207427002'), (u'INT_NOTEQUAL_-1207427932', u'CBRANCH_-1207427931'), (u'CAST_-1207427102', u'PTRSUB_-1207427132'), ('const-433', u'LOAD_-1207427652'), (u'STORE_-1207427581', u'INDIRECT_-1207427135'), (u'CAST_-1207427102', u'PTRSUB_-1207427188'), ('const-0', u'PTRSUB_-1207426933'), ('tmp_377', u'CBRANCH_-1207427624'), (u'INDIRECT_-1207426992', u'COPY_-1207427037'), (u'PTRSUB_-1207426921', u'PTRSUB_-1207426910'), (u'PTRSUB_-1207427122', u'PTRSUB_-1207427074'), (u'STORE_-1207427567', u'INDIRECT_-1207427124'), ('const-0', u'INT_NOTEQUAL_-1207427932'), (u'PTRSUB_-1207427240', u'LOAD_-1207427888'), ('const-0', u'PTRSUB_-1207426987'), (u'PTRSUB_-1207427073', u'PTRSUB_-1207427033'), (u'PTRSUB_-1207426892', u'PTRSUB_-1207426876'), (u'CALL_-1207427314', u'INDIRECT_-1207426992'), (u'CALL_-1207427824', u'CAST_-1207427102'), ('const-0', u'STORE_-1207427747'), ('const-0', u'PTRSUB_-1207426988'), ('const-4056413', u'COPY_-1207427059'), ('tmp_588', u'CBRANCH_-1207427431'), ('const-0', u'PTRSUB_-1207427074'), (u'STORE_-1207427472', u'INDIRECT_-1207427059'), ('const-1', u'PTRADD_-1207427107'), ('const-10752', u'PTRSUB_-1207427226'), ('const-0', u'PTRSUB_-1207427152'), (u'CAST_-1207426883', u'STORE_-1207427493'), (u'PTRSUB_-1207426961', u'PTRSUB_-1207426923'), (u'PTRSUB_-1207426945', u'STORE_-1207427486'), (u'PTRSUB_-1207426948', u'STORE_-1207427581'), (u'CAST_-1207426774', u'CALL_-1207427314'), ('const-48', u'PTRSUB_-1207427188'), (u'PTRSUB_-1207427033', u'STORE_-1207427664'), ('const-0', u'RETURN_-1207427277'), ('const-433', u'STORE_-1207427545'), (u'PTRSUB_-1207426941', u'PTRSUB_-1207426928'), ('const-56', u'PTRSUB_-1207426951'), (u'CAST_-1207426955', u'PTRSUB_-1207426987'), (u'PTRSUB_-1207427132', u'STORE_-1207427725'), (u'PTRSUB_-1207427162', u'PTRSUB_-1207427109'), (u'PTRSUB_-1207427105', u'PTRSUB_-1207427060'), (u'CAST_-1207427102', u'PTRSUB_-1207427168'), ('const-1', u'PTRADD_-1207427114'), (u'CAST_-1207427102', u'PTRSUB_-1207427152'), (u'CAST_-1207426938', u'STORE_-1207427581'), ('const-0', u'PTRSUB_-1207427054'), ('const-24', u'PTRSUB_-1207427091'), (u'CAST_-1207426955', u'CAST_-1207426774'), ('tmp_1856', u'PTRSUB_-1207427240'), ('const-433', u'STORE_-1207427531'), ('const-0', u'PTRSUB_-1207427162'), (u'CAST_-1207427102', u'PTRSUB_-1207427162'), (u'PTRSUB_-1207426925', u'PTRSUB_-1207426892'), (u'CAST_-1207426991', u'STORE_-1207427664'), (u'PTRSUB_-1207426863', u'LOAD_-1207427353'), (u'LOAD_-1207427777', u'INT_AND_-1207427751'), ('const-0', u'PTRSUB_-1207427142'), (u'PTRSUB_-1207426951', u'PTRSUB_-1207426937'), (u'CAST_-1207427102', u'PTRADD_-1207427085'), (u'MULTIEQUAL_-1207427310', u'CAST_-1207426883'), ('const-0', u'PTRSUB_-1207426921'), (u'PTRSUB_-1207427064', u'LOAD_-1207427652'), ('const-4', u'STORE_-1207427504'), (u'STORE_-1207427774', u'INDIRECT_-1207427268'), ('const-0', u'PTRSUB_-1207426959'), (u'PTRSUB_-1207426987', u'PTRSUB_-1207426949'), ('const-0', u'INT_NOTEQUAL_-1207427432'), (u'PTRSUB_-1207427226', u'PTRSUB_-1207427169'), (u'CALL_-1207427806', u'INDIRECT_-1207427302'), (u'CAST_-1207426987', u'CALL_-1207427654'), ('const-0', u'PTRSUB_-1207426961'), ('const-1', u'CALL_-1207427314'), ('const-64', u'PTRSUB_-1207426945'), (u'STORE_-1207427703', u'INDIRECT_-1207427218'), (u'PTRSUB_-1207427023', u'LOAD_-1207427589'), (u'INT_NOTEQUAL_-1207427846', u'CBRANCH_-1207427841'), (u'PTRSUB_-1207426971', u'PTRSUB_-1207426933'), (u'PTRSUB_-1207426935', u'STORE_-1207427472'), ('const-433', u'STORE_-1207427664'), (u'PTRADD_-1207427114', u'PTRSUB_-1207427112'), ('const-0', u'PTRSUB_-1207426948'), ('const-433', u'LOAD_-1207427862'), ('const-1', u'PTRADD_-1207427124'), ('const-0', u'PTRSUB_-1207427033'), ('const-0', u'PTRSUB_-1207426962'), ('tmp_817', u'STORE_-1207427486'), (u'CAST_-1207426955', u'PTRSUB_-1207426940'), (u'PTRSUB_-1207427114', u'LOAD_-1207427777'), ('const-40', u'PTRSUB_-1207426876'), ('const-224', u'INT_AND_-1207427751'), ('const--1', u'STORE_-1207427545'), (u'PTRSUB_-1207427074', u'STORE_-1207427714'), (u'LOAD_-1207427888', u'PTRSUB_-1207426896'), (u'CAST_-1207426955', u'CAST_-1207426845'), ('const-433', u'STORE_-1207427703'), ('const-0', u'STORE_-1207427674'), (u'INT_AND_-1207427508', u'STORE_-1207427531'), (u'COPY_-1207427015', u'MULTIEQUAL_-1207427310'), ('const-0', u'PTRSUB_-1207426892'), ('const-4056421', u'COPY_-1207426959'), ('const-80', u'PTRSUB_-1207427064'), ('const-0', u'PTRSUB_-1207427122'), (u'PTRSUB_-1207427100', u'STORE_-1207427747'), ('const-0', u'PTRSUB_-1207426971'), (u'CAST_-1207427102', u'PTRADD_-1207427107'), (u'PTRSUB_-1207427109', u'STORE_-1207427758'), (u'INT_NOTEQUAL_-1207427337', u'CBRANCH_-1207427332'), ('const-40', u'PTRSUB_-1207427132'), ('const-16', u'PTRSUB_-1207427100'), ('const-433', u'LOAD_-1207427952'), ('const-97', u'PTRSUB_-1207427169'), (u'LOAD_-1207427645', u'CALL_-1207427613'), (u'PTRSUB_-1207427054', u'CAST_-1207426938'), ('const-0', u'STORE_-1207427515'), ('const-0', u'PTRSUB_-1207426925'), (u'PTRSUB_-1207427103', u'CAST_-1207426991'), ('tmp_817', u'PTRSUB_-1207427023'), (u'STORE_-1207427802', u'INDIRECT_-1207427287'), (u'PTRSUB_-1207427152', u'PTRSUB_-1207427100'), ('const-3', u'CALL_-1207427314'), ('const-0', u'PTRSUB_-1207426977'), ('const-433', u'STORE_-1207427479'), (u'STORE_-1207427725', u'INDIRECT_-1207427236'), (u'PTRSUB_-1207426928', u'STORE_-1207427556'), (u'CALL_-1207427654', u'INDIRECT_-1207427203'), (u'CAST_-1207426955', u'PTRSUB_-1207426997'), ('const-433', u'STORE_-1207427493'), (u'CALL_-1207427806', u'STORE_-1207427802'), (u'PTRADD_-1207427107', u'PTRSUB_-1207427105'), (u'STORE_-1207427674', u'INDIRECT_-1207427195'), ('const-24', u'PTRSUB_-1207426919'), (u'CAST_-1207426955', u'PTRSUB_-1207427007'), (u'PTRSUB_-1207426896', u'PTRSUB_-1207426863'), (u'PTRSUB_-1207427007', u'PTRSUB_-1207426969'), ('const-433', u'LOAD_-1207427777'), (u'LOAD_-1207427589', u'INT_NOTEQUAL_-1207427454'), ('const-433', u'STORE_-1207427774'), ('const-80', u'PTRSUB_-1207427183'), (u'CAST_-1207426955', u'STORE_-1207427472'), (u'PTRSUB_-1207426939', u'PTRSUB_-1207426921'), ('const-56', u'PTRADD_-1207427085'), ('const-0', u'PTRSUB_-1207426931')]
|
[(u'INT_AND_-1207427751', u'STORE_-1207427774'), ('const-433', u'LOAD_-1207427888'), ('const-11', u'PTRADD_-1207427101'), ('const-8', u'PTRADD_-1207427119'), ('const-5', u'PTRADD_-1207427142'), ('tmp_1468', u'CALL_-1207427654'), ('const-4', u'PTRADD_-1207427005'), ('const--1', u'STORE_-1207427736'), ('const-0', u'RETURN_-1207427905'), (u'PTRADD_-1207427174', u'CAST_-1207427147'), (u'CAST_-1207427024', u'LOAD_-1207427589'), ('const-9', u'PTRADD_-1207426972'), (u'CAST_-1207427185', u'PTRADD_-1207427193'), ('tmp_1924', u'PTRADD_-1207427826'), ('tmp_133', u'CBRANCH_-1207427867'), ('const-8', u'PTRADD_-1207426982'), (u'COPY_-1207426959', u'CALL_-1207427314'), ('const-433', u'STORE_-1207427696'), (u'CAST_-1207427037', u'PTRADD_-1207427005'), (u'INT_ADD_-1207427636', u'CAST_-1207427065'), (u'PTRADD_-1207427005', u'CAST_-1207426984'), (u'STORE_-1207427758', u'INDIRECT_-1207427262'), (u'CALL_-1207427314', u'INDIRECT_-1207426991'), (u'COPY_-1207427015', u'MULTIEQUAL_-1207427306'), ('const-80', u'INT_ADD_-1207427781'), (u'STORE_-1207427685', u'INDIRECT_-1207427203'), (u'MULTIEQUAL_-1207427306', u'STORE_-1207427493'), ('tmp_1467', u'STORE_-1207427486'), (u'PTRADD_-1207427133', u'STORE_-1207427714'), ('const-0', u'INT_NOTEQUAL_-1207427625'), ('const-433', u'STORE_-1207427531'), ('const-433', u'STORE_-1207427567'), ('const-433', u'STORE_-1207427504'), (u'STORE_-1207427747', u'INDIRECT_-1207427253'), ('const-224', u'INT_AND_-1207427508'), ('const-0', u'RETURN_-1207427402'), (u'COPY_-1207426931', u'CALL_-1207427240'), (u'CAST_-1207427037', u'PTRADD_-1207426977'), (u'STORE_-1207427725', u'INDIRECT_-1207427235'), ('const-56', u'INT_ADD_-1207427458'), (u'INT_NOTEQUAL_-1207427868', u'CBRANCH_-1207427867'), ('tmp_56', u'CBRANCH_-1207427931'), (u'CALL_-1207427824', u'INDIRECT_-1207427315'), ('tmp_169', u'CBRANCH_-1207427841'), (u'PTRADD_-1207427124', u'CAST_-1207427102'), (u'LOAD_-1207427888', u'INT_ADD_-1207427846'), ('const-1', u'COPY_-1207427311'), (u'CAST_-1207427148', u'LOAD_-1207427777'), (u'LOAD_-1207427534', u'INT_AND_-1207427508'), ('const-433', u'STORE_-1207427802'), ('const-0', u'STORE_-1207427725'), (u'LOAD_-1207427353', u'INT_NOTEQUAL_-1207427337'), (u'LOAD_-1207427862', u'INT_NOTEQUAL_-1207427846'), ('const-4056413', u'COPY_-1207427059'), ('const-3', u'PTRADD_-1207427014'), (u'LOAD_-1207427888', u'INT_NOTEQUAL_-1207427868'), ('const-8', u'PTRADD_-1207426991'), (u'CAST_-1207427205', u'LOAD_-1207427862'), (u'CAST_-1207427185', u'PTRADD_-1207427119'), ('tmp_1467', u'INT_ADD_-1207427781'), ('const-96', u'CALL_-1207427824'), (u'INT_NOTEQUAL_-1207427625', u'CBRANCH_-1207427624'), ('const-433', u'STORE_-1207427725'), (u'LOAD_-1207427452', u'CALL_-1207427406'), ('const-8', u'PTRADD_-1207426977'), (u'STORE_-1207427479', u'INDIRECT_-1207427063'), (u'CAST_-1207427185', u'MULTIEQUAL_-1207427306'), (u'LOAD_-1207427645', u'INT_NOTEQUAL_-1207427625'), (u'CAST_-1207427185', u'PTRADD_-1207427169'), (u'CALL_-1207427599', u'CAST_-1207427037'), (u'INT_ADD_-1207427458', u'CAST_-1207426951'), ('const-6', u'PTRADD_-1207427193'), ('const-8', u'PTRADD_-1207427005'), ('const-0', u'INT_NOTEQUAL_-1207427868'), (u'CAST_-1207427037', u'CALL_-1207427406'), ('const-4895296', u'PTRSUB_-1207427054'), (u'PTRADD_-1207427014', u'STORE_-1207427545'), ('const-7', u'PTRADD_-1207426982'), ('const-433', u'STORE_-1207427774'), (u'CAST_-1207427060', u'LOAD_-1207427645'), (u'PTRADD_-1207427110', u'STORE_-1207427685'), ('const-16', u'PTRADD_-1207427826'), (u'PTRADD_-1207426991', u'STORE_-1207427504'), (u'CAST_-1207427185', u'PTRADD_-1207427101'), ('const-5', u'PTRADD_-1207427000'), ('const-8', u'PTRADD_-1207427023'), (u'LOAD_-1207427888', u'INT_ADD_-1207427337'), (u'INT_NOTEQUAL_-1207427432', u'CBRANCH_-1207427431'), (u'CAST_-1207427065', u'LOAD_-1207427652'), (u'CAST_-1207427037', u'PTRADD_-1207426982'), (u'STORE_-1207427486', u'INDIRECT_-1207427068'), ('const-0', u'STORE_-1207427674'), (u'PTRADD_-1207427005', u'CAST_-1207426985'), (u'COPY_-1207427059', u'STORE_-1207427479'), (u'PTRADD_-1207427142', u'STORE_-1207427725'), (u'STORE_-1207427581', u'INDIRECT_-1207427134'), (u'PTRSUB_-1207427054', u'STORE_-1207427581'), ('tmp_1467', u'INT_ADD_-1207427636'), (u'CALL_-1207427824', u'CAST_-1207427185'), (u'CAST_-1207427185', u'PTRADD_-1207427160'), ('const-1', u'RETURN_-1207427235'), ('const-1', u'PTRADD_-1207427826'), ('const-433', u'LOAD_-1207427534'), (u'STORE_-1207427493', u'INDIRECT_-1207427073'), ('tmp_554', u'CBRANCH_-1207427453'), ('const-0', u'STORE_-1207427696'), ('const-4', u'STORE_-1207427504'), ('const-0', u'STORE_-1207427556'), (u'CAST_-1207427185', u'PTRADD_-1207427124'), ('const-80', u'CALL_-1207427599'), (u'INDIRECT_-1207427202', u'MULTIEQUAL_-1207427145'), ('const-433', u'STORE_-1207427758'), (u'CAST_-1207427102', u'STORE_-1207427703'), ('const-4904752', u'PTRSUB_-1207427103'), (u'STORE_-1207427545', u'INDIRECT_-1207427105'), (u'LOAD_-1207427452', u'INT_NOTEQUAL_-1207427432'), (u'CAST_-1207426926', u'LOAD_-1207427353'), ('const-0', u'STORE_-1207427714'), (u'INT_ADD_-1207427936', u'CAST_-1207427253'), ('const-3969657', u'COPY_-1207426931'), ('const-4', u'PTRADD_-1207427174'), (u'INT_ADD_-1207427573', u'CAST_-1207427024'), ('const-8', u'PTRADD_-1207427032'), ('const-433', u'STORE_-1207427479'), (u'COPY_-1207426930', u'CALL_-1207427240'), ('const-433', u'LOAD_-1207427952'), (u'PTRADD_-1207427000', u'STORE_-1207427515'), ('tmp_1467', u'INT_ADD_-1207427936'), ('const-4053256', u'COPY_-1207426930'), ('const-433', u'STORE_-1207427685'), ('const-10849', u'INT_ADD_-1207427846'), (u'INT_ADD_-1207427846', u'CAST_-1207427205'), ('const-1', u'PTRADD_-1207427169'), (u'PTRADD_-1207427826', u'CAST_-1207427219'), ('const-8', u'PTRADD_-1207427124'), ('const-433', u'LOAD_-1207427645'), ('const-19', u'CALL_-1207427314'), ('const-8', u'PTRADD_-1207427160'), ('const-0', u'STORE_-1207427567'), ('const-433', u'LOAD_-1207427862'), (u'INT_NOTEQUAL_-1207427454', u'CBRANCH_-1207427453'), ('tmp_1924', u'COPY_-1207427419'), (u'INDIRECT_-1207426991', u'COPY_-1207427036'), (u'INT_ADD_-1207427781', u'CALL_-1207427654'), ('const-0', u'STORE_-1207427685'), ('tmp_1468', u'CALL_-1207427314'), ('const-1', u'CALL_-1207427314'), ('const-433', u'STORE_-1207427736'), (u'STORE_-1207427714', u'INDIRECT_-1207427226'), (u'STORE_-1207427556', u'INDIRECT_-1207427114'), ('const-0', u'INT_NOTEQUAL_-1207427454'), (u'STORE_-1207427802', u'INDIRECT_-1207427286'), (u'INDIRECT_-1207426966', u'COPY_-1207427015'), ('const-1', u'PTRADD_-1207427032'), (u'CAST_-1207426984', u'STORE_-1207427531'), (u'COPY_-1207427311', u'RETURN_-1207427277'), ('tmp_1478', u'RETURN_-1207427905'), ('const-433', u'STORE_-1207427556'), ('const-2', u'PTRADD_-1207427023'), (u'LOAD_-1207427952', u'INT_NOTEQUAL_-1207427932'), ('tmp_770', u'CBRANCH_-1207427332'), ('const-7', u'PTRADD_-1207427133'), ('tmp_1924', u'MULTIEQUAL_-1207427145'), ('const-3', u'PTRADD_-1207427151'), (u'INT_ADD_-1207427337', u'CAST_-1207426926'), (u'CAST_-1207426951', u'STORE_-1207427472'), (u'INT_NOTEQUAL_-1207427932', u'CBRANCH_-1207427931'), (u'CAST_-1207427185', u'PTRADD_-1207427151'), ('const-8', u'PTRADD_-1207427124'), ('const-4056421', u'COPY_-1207426959'), (u'STORE_-1207427774', u'INDIRECT_-1207427267'), ('tmp_377', u'CBRANCH_-1207427624'), ('const-0', u'STORE_-1207427703'), (u'LOAD_-1207427652', u'INT_ADD_-1207427629'), (u'CAST_-1207427219', u'LOAD_-1207427888'), ('const-0', u'PTRSUB_-1207427103'), ('const-0', u'INT_NOTEQUAL_-1207427932'), ('const-8', u'PTRADD_-1207427169'), (u'STORE_-1207427664', u'INDIRECT_-1207427185'), (u'CAST_-1207427037', u'PTRADD_-1207426972'), ('const-3', u'CALL_-1207427314'), ('const-17105', u'INT_ADD_-1207427337'), ('tmp_588', u'CBRANCH_-1207427431'), ('const-433', u'STORE_-1207427545'), (u'STORE_-1207427736', u'INDIRECT_-1207427244'), ('const-0', u'STORE_-1207427758'), (u'PTRADD_-1207426972', u'STORE_-1207427479'), ('const-0', u'RETURN_-1207427277'), ('const-8', u'PTRADD_-1207427193'), (u'PTRADD_-1207427101', u'STORE_-1207427674'), (u'PTRADD_-1207426982', u'STORE_-1207427493'), (u'INDIRECT_-1207427060', u'COPY_-1207427118'), (u'CAST_-1207427147', u'STORE_-1207427774'), (u'PTRADD_-1207426977', u'STORE_-1207427486'), (u'CAST_-1207427037', u'CALL_-1207427314'), (u'STORE_-1207427703', u'INDIRECT_-1207427217'), (u'PTRADD_-1207427174', u'CAST_-1207427148'), (u'CAST_-1207426941', u'LOAD_-1207427452'), (u'CAST_-1207427185', u'STORE_-1207427664'), (u'CALL_-1207427654', u'INDIRECT_-1207427202'), (u'STORE_-1207427504', u'INDIRECT_-1207427082'), ('const-8', u'PTRADD_-1207427110'), ('const-433', u'STORE_-1207427493'), ('const-40', u'INT_ADD_-1207427436'), (u'CAST_-1207427037', u'PTRADD_-1207426991'), (u'INT_ADD_-1207427629', u'CAST_-1207427060'), (u'STORE_-1207427472', u'INDIRECT_-1207427058'), ('const-8', u'PTRADD_-1207427151'), (u'LOAD_-1207427777', u'INT_AND_-1207427751'), ('const-433', u'LOAD_-1207427452'), ('const-80', u'INT_ADD_-1207427636'), (u'CAST_-1207427037', u'PTRADD_-1207427014'), ('const-433', u'STORE_-1207427515'), ('const-433', u'STORE_-1207427486'), (u'CAST_-1207427185', u'CALL_-1207427613'), ('const-0', u'INT_NOTEQUAL_-1207427432'), (u'STORE_-1207427696', u'INDIRECT_-1207427212'), (u'CAST_-1207427185', u'PTRADD_-1207427174'), ('const-0', u'INT_NOTEQUAL_-1207427846'), (u'PTRADD_-1207427169', u'STORE_-1207427758'), ('const-9', u'PTRADD_-1207427119'), ('const-8', u'PTRADD_-1207427142'), ('const-8', u'PTRADD_-1207427133'), (u'PTRADD_-1207427151', u'STORE_-1207427736'), (u'INT_NOTEQUAL_-1207427846', u'CBRANCH_-1207427841'), ('tmp_1467', u'INT_ADD_-1207427573'), (u'STORE_-1207427567', u'INDIRECT_-1207427123'), (u'PTRADD_-1207427032', u'STORE_-1207427567'), ('const-2', u'PTRADD_-1207427160'), ('const-0', u'STORE_-1207427747'), (u'CALL_-1207427406', u'INDIRECT_-1207427060'), ('const-433', u'LOAD_-1207427652'), ('const-0', u'COPY_-1207427015'), (u'CAST_-1207427185', u'PTRADD_-1207427142'), ('const-224', u'INT_AND_-1207427751'), (u'PTRADD_-1207427023', u'STORE_-1207427556'), ('const-8', u'PTRADD_-1207426972'), ('const-433', u'STORE_-1207427747'), (u'STORE_-1207427515', u'INDIRECT_-1207427091'), ('const-8', u'PTRADD_-1207426977'), (u'INT_AND_-1207427508', u'STORE_-1207427531'), (u'STORE_-1207427531', u'INDIRECT_-1207427096'), (u'PTRADD_-1207427160', u'STORE_-1207427747'), ('tmp_1467', u'INT_ADD_-1207427458'), ('const-433', u'STORE_-1207427674'), ('const-0', u'INT_NOTEQUAL_-1207427337'), ('const-6', u'PTRADD_-1207426991'), ('const-433', u'STORE_-1207427714'), (u'PTRSUB_-1207427103', u'STORE_-1207427664'), (u'INT_NOTEQUAL_-1207427337', u'CBRANCH_-1207427332'), ('const-0', u'STORE_-1207427515'), (u'CAST_-1207427253', u'LOAD_-1207427952'), ('const-40', u'INT_ADD_-1207427629'), ('const-32', u'CALL_-1207427806'), (u'CAST_-1207427037', u'STORE_-1207427581'), (u'INDIRECT_-1207427180', u'MULTIEQUAL_-1207427145'), ('const-10', u'PTRADD_-1207427110'), (u'CAST_-1207427037', u'STORE_-1207427472'), (u'LOAD_-1207427645', u'CALL_-1207427613'), ('const-433', u'STORE_-1207427472'), (u'CAST_-1207427037', u'PTRADD_-1207427032'), ('const-8', u'PTRADD_-1207427174'), (u'CALL_-1207427613', u'INDIRECT_-1207427180'), ('const-433', u'STORE_-1207427581'), (u'CAST_-1207427037', u'PTRADD_-1207427023'), (u'CALL_-1207427240', u'INDIRECT_-1207426966'), (u'PTRADD_-1207427119', u'STORE_-1207427696'), ('const-8', u'PTRADD_-1207427014'), ('const-8', u'PTRADD_-1207427101'), (u'CAST_-1207427185', u'PTRADD_-1207427110'), (u'CAST_-1207426985', u'LOAD_-1207427534'), ('const-64', u'INT_ADD_-1207427573'), (u'CAST_-1207427185', u'PTRADD_-1207427133'), (u'CALL_-1207427406', u'RETURN_-1207427402'), ('const-56', u'INT_ADD_-1207427936'), ('const-433', u'STORE_-1207427703'), ('const-433', u'LOAD_-1207427589'), (u'CALL_-1207427806', u'STORE_-1207427802'), (u'CALL_-1207427806', u'INDIRECT_-1207427301'), (u'LOAD_-1207427589', u'INT_ADD_-1207427436'), ('const-433', u'STORE_-1207427664'), (u'INT_ADD_-1207427436', u'CAST_-1207426941'), ('const-433', u'LOAD_-1207427353'), (u'LOAD_-1207427589', u'INT_NOTEQUAL_-1207427454'), ('const-92', u'CALL_-1207427240'), (u'CALL_-1207427599', u'INDIRECT_-1207427169'), ('const--1', u'STORE_-1207427545'), (u'CAST_-1207427037', u'PTRADD_-1207427000'), ('const-0', u'PTRSUB_-1207427054'), (u'STORE_-1207427674', u'INDIRECT_-1207427194'), ('const-8', u'PTRADD_-1207427000'), ('const-433', u'LOAD_-1207427777'), (u'PTRADD_-1207427193', u'STORE_-1207427802')]
| null | null |
00171c80
|
x64
|
O2
|
(translation_unit "undefined8 FUN_00171c80(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "undefined8 FUN_00171c80(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" type_identifier (function_declarator "FUN_00171c80(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_RAX;" type_identifier 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) ;) (if_statement "if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x38) != 0)" ( (binary_expression "*(long *)(param_1 + 0x38) != 0" (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) )) (compound_statement "{\n return in_RAX;\n }" { (return_statement "return in_RAX;" return identifier ;) })) (expression_statement "lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);" (assignment_expression "lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10)" identifier = (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) ))))) ;) (if_statement "if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }" { (if_statement "if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }" if (parenthesized_expression "((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0'))" ( (binary_expression "(*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')" (parenthesized_expression "(*(char *)(lVar1 + 0x2a61) != '\0')" ( (binary_expression "*(char *)(lVar1 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar1 + 0x2a61)" * (cast_expression "(char *)(lVar1 + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x2a61)" ( (binary_expression "lVar1 + 0x2a61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')" ( (comma_expression "puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0'" (assignment_expression "puVar2 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "*(char *)(lVar1 + 0x42d1) != '\0'" (pointer_expression "*(char *)(lVar1 + 0x42d1)" * (cast_expression "(char *)(lVar1 + 0x42d1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x42d1)" ( (binary_expression "lVar1 + 0x42d1" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }" { (expression_statement "puVar2 = (undefined8 *)FUN_00337280(0x60);" (assignment_expression "puVar2 = (undefined8 *)FUN_00337280(0x60)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0x60)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0x60)" identifier (argument_list "(0x60)" ( number_literal ))))) ;) comment (expression_statement "uVar3 = FUN_00260a50(0x20);" (assignment_expression "uVar3 = FUN_00260a50(0x20)" identifier = (call_expression "FUN_00260a50(0x20)" identifier (argument_list "(0x20)" ( number_literal )))) ;) (expression_statement "puVar2[6] = uVar3;" (assignment_expression "puVar2[6] = uVar3" (subscript_expression "puVar2[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;" (assignment_expression "*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 4)" * (cast_expression "(byte *)(puVar2 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 4)" ( (binary_expression "puVar2 + 4" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar2 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 4)" * (cast_expression "(byte *)(puVar2 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 4)" ( (binary_expression "puVar2 + 4" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar2[1] = 0;" (assignment_expression "puVar2[1] = 0" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = 0xffffffffffffffff;" (assignment_expression "puVar2[3] = 0xffffffffffffffff" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[5] = 0;" (assignment_expression "puVar2[5] = 0" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[7] = 0;" (assignment_expression "puVar2[7] = 0" (subscript_expression "puVar2[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar2 + 8) = 0;" (assignment_expression "*(undefined1 *)(puVar2 + 8) = 0" (pointer_expression "*(undefined1 *)(puVar2 + 8)" * (cast_expression "(undefined1 *)(puVar2 + 8)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 8)" ( (binary_expression "puVar2 + 8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2[9] = 0;" (assignment_expression "puVar2[9] = 0" (subscript_expression "puVar2[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[10] = 0;" (assignment_expression "puVar2[10] = 0" (subscript_expression "puVar2[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = &PTR_FUN_004ad730;" (assignment_expression "*puVar2 = &PTR_FUN_004ad730" (pointer_expression "*puVar2" * identifier) = (pointer_expression "&PTR_FUN_004ad730" & identifier)) ;) (expression_statement "FUN_00171b60(param_1 + 0x50,param_2);" (call_expression "FUN_00171b60(param_1 + 0x50,param_2)" identifier (argument_list "(param_1 + 0x50,param_2)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) , identifier ))) ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0x50) + 0x28)" * (cast_expression "(long *)(*(long *)(param_1 + 0x50) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x50) + 0x28" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002652b0(lVar1,puVar2);\n }" { (expression_statement "FUN_002652b0(lVar1,puVar2);" (call_expression "FUN_002652b0(lVar1,puVar2)" identifier (argument_list "(lVar1,puVar2)" ( identifier , identifier ))) ;) })) })) (expression_statement "puVar4 = (undefined8 *)FUN_00337280(0x50);" (assignment_expression "puVar4 = (undefined8 *)FUN_00337280(0x50)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0x50)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0x50)" identifier (argument_list "(0x50)" ( number_literal ))))) ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*puVar4 = &PTR_FUN_004ab240;" (assignment_expression "*puVar4 = &PTR_FUN_004ab240" (pointer_expression "*puVar4" * identifier) = (pointer_expression "&PTR_FUN_004ab240" & identifier)) ;) (expression_statement "puVar4[1] = 0;" (assignment_expression "puVar4[1] = 0" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[2] = 0;" (assignment_expression "puVar4[2] = 0" (subscript_expression "puVar4[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[3] = 0xffffffffffffffff;" (assignment_expression "puVar4[3] = 0xffffffffffffffff" (subscript_expression "puVar4[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;" (assignment_expression "*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar4 + 4)" * (cast_expression "(byte *)(puVar4 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 4)" ( (binary_expression "puVar4 + 4" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar4 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar4 + 4)" * (cast_expression "(byte *)(puVar4 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 4)" ( (binary_expression "puVar4 + 4" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar4[5] = 0;" (assignment_expression "puVar4[5] = 0" (subscript_expression "puVar4[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[6] = 4;" (assignment_expression "puVar4[6] = 4" (subscript_expression "puVar4[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[7] = puVar2;" (assignment_expression "puVar4[7] = puVar2" (subscript_expression "puVar4[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[8] = param_1;" (assignment_expression "puVar4[8] = param_1" (subscript_expression "puVar4[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[9] = "** LPLT";" (assignment_expression "puVar4[9] = "** LPLT"" (subscript_expression "puVar4[9]" identifier [ number_literal ]) = (string_literal ""** LPLT"" " string_content ")) ;) (expression_statement "*(undefined8 **)(param_1 + 0x38) = puVar4;" (assignment_expression "*(undefined8 **)(param_1 + 0x38) = puVar4" (pointer_expression "*(undefined8 **)(param_1 + 0x38)" * (cast_expression "(undefined8 **)(param_1 + 0x38)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }" if (parenthesized_expression "((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0))" ( (binary_expression "(lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)" (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "(lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)" ( (comma_expression "lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0" (assignment_expression "lVar1 = *(long *)(lVar1 + 0x28)" identifier = (pointer_expression "*(long *)(lVar1 + 0x28)" * (cast_expression "(long *)(lVar1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x28)" ( (binary_expression "lVar1 + 0x28" identifier + number_literal) ))))) , (binary_expression "lVar1 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }" { (expression_statement "uVar3 = FUN_002652b0(lVar1,puVar4);" (assignment_expression "uVar3 = FUN_002652b0(lVar1,puVar4)" identifier = (call_expression "FUN_002652b0(lVar1,puVar4)" identifier (argument_list "(lVar1,puVar4)" ( identifier , identifier )))) ;) (return_statement "return uVar3;" return identifier ;) })) (expression_statement "FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);" (call_expression "FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13)" identifier (argument_list "(param_2,".branch_lt",1,3,puVar4,0x13)" ( identifier , (string_literal "".branch_lt"" " string_content ") , number_literal , number_literal , identifier , number_literal ))) ;) (return_statement "return 1;" return number_literal ;) })) 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 ") ))) ;) })))
|
(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 make_lplt_section(Target_powerpc<32,_false> * this, Layout *\n layout) */\n\nvoid __thiscall\nanon_unknown.dwarf_2cac9f::Target_powerpc<32,_false>::make_lplt_section\n (Target_powerpc<32,_false> *this,Layout *layout)\n\n{\n undefined1 *puVar1;\n General_options *pGVar2;\n Output_section *pOVar3;\n Output_data_brlt_powerpc<32,_false> *pOVar4;\n Output_section_data *posd;\n uint64_t uVar5;\n Output_data_plt_powerpc<32,_false> *posd_00;\n \n if (this->lplt_ != (Output_data_plt_powerpc<32,_false> *)0x0) {\n return;\n }\n pGVar2 = gold::parameters->options_;\n if (pGVar2 != (General_options *)0x0) {\n if (((pGVar2->shared_).value != false) ||\n (posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false)) {\n posd = (Output_section_data *)operator_new(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar5 = gold::Output_data::default_alignment_for_size(0x20);\n posd->addralign_ = uVar5;\n puVar1 = &(posd->super_Output_data).field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd->super_Output_data).address_ = 0;\n (posd->super_Output_data).data_size_ = 0;\n (posd->super_Output_data).offset_ = -1;\n posd->output_section_ = (Output_section *)0x0;\n posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;\n *(undefined1 *)&posd[1].super_Output_data.address_ = 0;\n posd[1].super_Output_data.data_size_ = 0;\n posd[1].super_Output_data.offset_ = 0;\n *(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0;\n (posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_004ad730;\n rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout);\n pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_;\n if (pOVar3 != (Output_section *)0x0) {\n gold::Output_section::add_output_section_data(pOVar3,posd);\n }\n }\n posd_00 = (Output_data_plt_powerpc<32,_false> *)operator_new(0x50);\n pOVar4 = this->brlt_section_;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data = (_func_int_varargs **)&PTR__Output_data_plt_powerpc_004ab240;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_\n = 0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_ = 0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_ =\n -1;\n puVar1 = &(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.output_section_ =\n (Output_section *)0x0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.addralign_ = 4;\n posd_00->rel_ = (Reloc_section *)posd;\n posd_00->targ_ = this;\n posd_00->name_ = "** LPLT";\n this->lplt_ = posd_00;\n if ((pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&\n (pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0)) {\n gold::Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);\n return;\n }\n gold::Layout::add_output_section_data\n (layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true);\n return;\n }\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}\n\n" comment comment comment (declaration "void __thiscall\nanon_unknown.dwarf_2cac9f::Target_powerpc<32,_false>::make_lplt_section\n (Target_powerpc<32,_false> *this,Layout *layout)\n\n{\n undefined1 *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_2cac9f::" identifier . identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::make_lplt_section\n (Target_powerpc<32,_false> *this,Layout *layout)\n\n{\n undefined1" identifier > : : (function_declarator "make_lplt_section\n (Target_powerpc<32,_false> *this,Layout *layout)" identifier (parameter_list "(Target_powerpc<32,_false> *this,Layout *layout)" ( (parameter_declaration "Target_powerpc" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "General_options *pGVar2;" type_identifier (pointer_declarator "*pGVar2" * identifier) ;) (declaration "Output_section *pOVar3;" type_identifier (pointer_declarator "*pOVar3" * identifier) ;) (expression_statement "Output_data_brlt_powerpc<32,_false> *pOVar4;" (update_expression "Output_data_brlt_powerpc<32,_false> *pOVar4" (binary_expression "Output_data_brlt_powerpc<32,_false> *pOVar4" (binary_expression "Output_data_brlt_powerpc<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pOVar4" * identifier)) --) ;) (declaration "Output_section_data *posd;" type_identifier (pointer_declarator "*posd" * identifier) ;) (declaration "uint64_t uVar5;" primitive_type identifier ;) (expression_statement "Output_data_plt_powerpc<32,_false> *posd_00;" (update_expression "Output_data_plt_powerpc<32,_false> *posd_00" (binary_expression "Output_data_plt_powerpc<32,_false> *posd_00" (binary_expression "Output_data_plt_powerpc<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*posd_00" * identifier)) --) ;) (if_statement "if (this->lplt_ != (Output_data_plt_powerpc<32,_false> *)0x0) {\n return;\n }" if (parenthesized_expression "(this->lplt_ != (Output_data_plt_powerpc<32,_false> *)0x0)" ( (binary_expression "this->lplt_ != (Output_data_plt_powerpc<32,_false> *)0x0)" (field_expression "this->lplt_" identifier -> field_identifier) != (parenthesized_expression "(Output_data_plt_powerpc<32,_false> *)0x0)" ( (comma_expression "Output_data_plt_powerpc<32,_false> *)0x0" (binary_expression "Output_data_plt_powerpc<32" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "pGVar2 = gold::parameters->options_;" (field_expression "pGVar2 = gold::parameters->options_" (assignment_expression "pGVar2 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar2 != (General_options *)0x0) {\n if (((pGVar2->shared_).value != false) ||\n (posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false)) {\n posd = (Output_section_data *)operator_new(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar5 = gold::Output_data::default_alignment_for_size(0x20);\n posd->addralign_ = uVar5;\n puVar1 = &(posd->super_Output_data).field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd->super_Output_data).address_ = 0;\n (posd->super_Output_data).data_size_ = 0;\n (posd->super_Output_data).offset_ = -1;\n posd->output_section_ = (Output_section *)0x0;\n posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;\n *(undefined1 *)&posd[1].super_Output_data.address_ = 0;\n posd[1].super_Output_data.data_size_ = 0;\n posd[1].super_Output_data.offset_ = 0;\n *(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0;\n (posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_004ad730;\n rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout);\n pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_;\n if (pOVar3 != (Output_section *)0x0) {\n gold::Output_section::add_output_section_data(pOVar3,posd);\n }\n }\n posd_00 = (Output_data_plt_powerpc<32,_false> *)operator_new(0x50);\n pOVar4 = this->brlt_section_;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data = (_func_int_varargs **)&PTR__Output_data_plt_powerpc_004ab240;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_\n = 0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_ = 0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_ =\n -1;\n puVar1 = &(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.output_section_ =\n (Output_section *)0x0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.addralign_ = 4;\n posd_00->rel_ = (Reloc_section *)posd;\n posd_00->targ_ = this;\n posd_00->name_ = "** LPLT";\n this->lplt_ = posd_00;\n if ((pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&\n (pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0)) {\n gold::Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);\n return;\n }\n gold::Layout::add_output_section_data\n (layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true);\n return;\n }" if (parenthesized_expression "(pGVar2 != (General_options *)0x0)" ( (binary_expression "pGVar2 != (General_options *)0x0" identifier != (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (((pGVar2->shared_).value != false) ||\n (posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false)) {\n posd = (Output_section_data *)operator_new(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar5 = gold::Output_data::default_alignment_for_size(0x20);\n posd->addralign_ = uVar5;\n puVar1 = &(posd->super_Output_data).field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd->super_Output_data).address_ = 0;\n (posd->super_Output_data).data_size_ = 0;\n (posd->super_Output_data).offset_ = -1;\n posd->output_section_ = (Output_section *)0x0;\n posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;\n *(undefined1 *)&posd[1].super_Output_data.address_ = 0;\n posd[1].super_Output_data.data_size_ = 0;\n posd[1].super_Output_data.offset_ = 0;\n *(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0;\n (posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_004ad730;\n rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout);\n pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_;\n if (pOVar3 != (Output_section *)0x0) {\n gold::Output_section::add_output_section_data(pOVar3,posd);\n }\n }\n posd_00 = (Output_data_plt_powerpc<32,_false> *)operator_new(0x50);\n pOVar4 = this->brlt_section_;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data = (_func_int_varargs **)&PTR__Output_data_plt_powerpc_004ab240;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_\n = 0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_ = 0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_ =\n -1;\n puVar1 = &(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.output_section_ =\n (Output_section *)0x0;\n (posd_00->super_Output_section_data_build).super_Output_section_data.addralign_ = 4;\n posd_00->rel_ = (Reloc_section *)posd;\n posd_00->targ_ = this;\n posd_00->name_ = "** LPLT";\n this->lplt_ = posd_00;\n if ((pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&\n (pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0)) {\n gold::Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);\n return;\n }\n gold::Layout::add_output_section_data\n (layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true);\n return;\n }" { (if_statement "if (((pGVar2->shared_).value != false) ||\n (posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false)) {\n posd = (Output_section_data *)operator_new(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar5 = gold::Output_data::default_alignment_for_size(0x20);\n posd->addralign_ = uVar5;\n puVar1 = &(posd->super_Output_data).field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd->super_Output_data).address_ = 0;\n (posd->super_Output_data).data_size_ = 0;\n (posd->super_Output_data).offset_ = -1;\n posd->output_section_ = (Output_section *)0x0;\n posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;\n *(undefined1 *)&posd[1].super_Output_data.address_ = 0;\n posd[1].super_Output_data.data_size_ = 0;\n posd[1].super_Output_data.offset_ = 0;\n *(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0;\n (posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_004ad730;\n rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout);\n pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_;\n if (pOVar3 != (Output_section *)0x0) {\n gold::Output_section::add_output_section_data(pOVar3,posd);\n }\n }" if (parenthesized_expression "(((pGVar2->shared_).value != false) ||\n (posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false))" ( (binary_expression "((pGVar2->shared_).value != false) ||\n (posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false)" (parenthesized_expression "((pGVar2->shared_).value != false)" ( (binary_expression "(pGVar2->shared_).value != false" (field_expression "(pGVar2->shared_).value" (parenthesized_expression "(pGVar2->shared_)" ( (field_expression "pGVar2->shared_" identifier -> field_identifier) )) . field_identifier) != false) )) || (parenthesized_expression "(posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false)" ( (comma_expression "posd = (Output_section_data *)0x0, (pGVar2->pie_).value != false" (assignment_expression "posd = (Output_section_data *)0x0" identifier = (cast_expression "(Output_section_data *)0x0" ( (type_descriptor "Output_section_data *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "(pGVar2->pie_).value != false" (field_expression "(pGVar2->pie_).value" (parenthesized_expression "(pGVar2->pie_)" ( (field_expression "pGVar2->pie_" identifier -> field_identifier) )) . field_identifier) != false)) ))) )) (compound_statement "{\n posd = (Output_section_data *)operator_new(0x60);\n /* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */\n uVar5 = gold::Output_data::default_alignment_for_size(0x20);\n posd->addralign_ = uVar5;\n puVar1 = &(posd->super_Output_data).field_0x20;\n *puVar1 = *puVar1 & 0xe0;\n (posd->super_Output_data).address_ = 0;\n (posd->super_Output_data).data_size_ = 0;\n (posd->super_Output_data).offset_ = -1;\n posd->output_section_ = (Output_section *)0x0;\n posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;\n *(undefined1 *)&posd[1].super_Output_data.address_ = 0;\n posd[1].super_Output_data.data_size_ = 0;\n posd[1].super_Output_data.offset_ = 0;\n *(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0;\n (posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_004ad730;\n rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout);\n pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_;\n if (pOVar3 != (Output_section *)0x0) {\n gold::Output_section::add_output_section_data(pOVar3,posd);\n }\n }" { (expression_statement "posd = (Output_section_data *)operator_new(0x60);" (assignment_expression "posd = (Output_section_data *)operator_new(0x60)" identifier = (cast_expression "(Output_section_data *)operator_new(0x60)" ( (type_descriptor "Output_section_data *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x60)" identifier (argument_list "(0x60)" ( number_literal ))))) ;) comment (ERROR "uVar5 = gold::" (assignment_expression "uVar5 = gold" identifier = identifier) : :) (labeled_statement "Output_data::default_alignment_for_size(0x20);" statement_identifier : (ERROR ":" :) (expression_statement "default_alignment_for_size(0x20);" (call_expression "default_alignment_for_size(0x20)" identifier (argument_list "(0x20)" ( number_literal ))) ;)) (expression_statement "posd->addralign_ = uVar5;" (assignment_expression "posd->addralign_ = uVar5" (field_expression "posd->addralign_" identifier -> field_identifier) = identifier) ;) (expression_statement "puVar1 = &(posd->super_Output_data).field_0x20;" (assignment_expression "puVar1 = &(posd->super_Output_data).field_0x20" identifier = (pointer_expression "&(posd->super_Output_data).field_0x20" & (field_expression "(posd->super_Output_data).field_0x20" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xe0;" (assignment_expression "*puVar1 = *puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (expression_statement "(posd->super_Output_data).address_ = 0;" (assignment_expression "(posd->super_Output_data).address_ = 0" (field_expression "(posd->super_Output_data).address_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(posd->super_Output_data).data_size_ = 0;" (assignment_expression "(posd->super_Output_data).data_size_ = 0" (field_expression "(posd->super_Output_data).data_size_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(posd->super_Output_data).offset_ = -1;" (assignment_expression "(posd->super_Output_data).offset_ = -1" (field_expression "(posd->super_Output_data).offset_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "posd->output_section_ = (Output_section *)0x0;" (assignment_expression "posd->output_section_ = (Output_section *)0x0" (field_expression "posd->output_section_" identifier -> field_identifier) = (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;" (assignment_expression "posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0" (field_expression "posd[1].super_Output_data._vptr_Output_data" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)0x0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "*(undefined1 *)&posd[1].super_Output_data.address_ = 0;" (assignment_expression "*(undefined1 *)&posd[1].super_Output_data.address_ = 0" (pointer_expression "*(undefined1 *)&posd[1].super_Output_data.address_" * (cast_expression "(undefined1 *)&posd[1].super_Output_data.address_" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&posd[1].super_Output_data.address_" & (field_expression "posd[1].super_Output_data.address_" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "posd[1].super_Output_data.data_size_ = 0;" (assignment_expression "posd[1].super_Output_data.data_size_ = 0" (field_expression "posd[1].super_Output_data.data_size_" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "posd[1].super_Output_data.offset_ = 0;" (assignment_expression "posd[1].super_Output_data.offset_ = 0" (field_expression "posd[1].super_Output_data.offset_" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "*(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0;" (assignment_expression "*(undefined8 *)&posd[1].super_Output_data.field_0x20 = 0" (pointer_expression "*(undefined8 *)&posd[1].super_Output_data.field_0x20" * (cast_expression "(undefined8 *)&posd[1].super_Output_data.field_0x20" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&posd[1].super_Output_data.field_0x20" & (field_expression "posd[1].super_Output_data.field_0x20" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "(posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_004ad730;" (assignment_expression "(posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_004ad730" (field_expression "(posd->super_Output_data)._vptr_Output_data" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Output_data_reloc_004ad730" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Output_data_reloc_004ad730" & identifier))) ;) (expression_statement "rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout);" (call_expression "rela_dyn_section((Target_powerpc<32,_false> *)&this->rela_dyn_,layout)" identifier (argument_list "((Target_powerpc<32,_false> *)&this->rela_dyn_,layout)" ( (binary_expression "(Target_powerpc<32,_false> *)&this->rela_dyn_" (parenthesized_expression "(Target_powerpc<32,_false> *)" ( (comma_expression "Target_powerpc<32,_false> *" (binary_expression "Target_powerpc<32" identifier < number_literal) , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))) )) & (field_expression "this->rela_dyn_" identifier -> field_identifier)) , identifier ))) ;) (expression_statement "pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_;" (assignment_expression "pOVar3 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_" identifier = (field_expression "(this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data.output_section_" (field_expression "(this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic.super_Output_section_data_build" (field_expression "(this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false>)" ( (comma_expression "this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,_false" (binary_expression "this->rela_dyn_->super_Output_data_reloc_base<4" (field_expression "this->rela_dyn_->super_Output_data_reloc_base" (field_expression "this->rela_dyn_" identifier -> field_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)) ;) (if_statement "if (pOVar3 != (Output_section *)0x0) {\n gold::Output_section::add_output_section_data(pOVar3,posd);\n }" if (parenthesized_expression "(pOVar3 != (Output_section *)0x0)" ( (binary_expression "pOVar3 != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n gold::Output_section::add_output_section_data(pOVar3,posd);\n }" { (labeled_statement "gold::Output_section::add_output_section_data(pOVar3,posd);" statement_identifier : (ERROR ":" :) (labeled_statement "Output_section::add_output_section_data(pOVar3,posd);" statement_identifier : (ERROR ":" :) (expression_statement "add_output_section_data(pOVar3,posd);" (call_expression "add_output_section_data(pOVar3,posd)" identifier (argument_list "(pOVar3,posd)" ( identifier , identifier ))) ;))) })) })) (expression_statement "posd_00 = (Output_data_plt_powerpc<32,_false> *)operator_new(0x50);" (assignment_expression "posd_00 = (Output_data_plt_powerpc<32,_false> *)operator_new(0x50)" identifier = (parenthesized_expression "(Output_data_plt_powerpc<32,_false> *)operator_new(0x50)" ( (comma_expression "Output_data_plt_powerpc<32,_false> *)operator_new(0x50)" (binary_expression "Output_data_plt_powerpc<32" identifier < number_literal) , (binary_expression "_false> *)operator_new(0x50)" identifier > (pointer_expression "*)operator_new(0x50)" * (ERROR ")" )) (call_expression "operator_new(0x50)" identifier (argument_list "(0x50)" ( number_literal )))))) ))) ;) (expression_statement "pOVar4 = this->brlt_section_;" (assignment_expression "pOVar4 = this->brlt_section_" identifier = (field_expression "this->brlt_section_" identifier -> field_identifier)) ;) (expression_statement "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data = (_func_int_varargs **)&PTR__Output_data_plt_powerpc_004ab240;" (assignment_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data = (_func_int_varargs **)&PTR__Output_data_plt_powerpc_004ab240" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(posd_00->super_Output_section_data_build)" ( (field_expression "posd_00->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Output_data_plt_powerpc_004ab240" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Output_data_plt_powerpc_004ab240" & identifier))) ;) (expression_statement "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_\n = 0;" (assignment_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_\n = 0" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(posd_00->super_Output_section_data_build)" ( (field_expression "posd_00->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_ = 0;" (assignment_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_ = 0" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(posd_00->super_Output_section_data_build)" ( (field_expression "posd_00->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_ =\n -1;" (assignment_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_ =\n -1" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(posd_00->super_Output_section_data_build)" ( (field_expression "posd_00->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "puVar1 = &(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .field_0x20;" (assignment_expression "puVar1 = &(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .field_0x20" identifier = (pointer_expression "&(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .field_0x20" & (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data\n .field_0x20" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(posd_00->super_Output_section_data_build)" ( (field_expression "posd_00->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xe0;" (assignment_expression "*puVar1 = *puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (expression_statement "(posd_00->super_Output_section_data_build).super_Output_section_data.output_section_ =\n (Output_section *)0x0;" (assignment_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.output_section_ =\n (Output_section *)0x0" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.output_section_" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(posd_00->super_Output_section_data_build)" ( (field_expression "posd_00->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(posd_00->super_Output_section_data_build).super_Output_section_data.addralign_ = 4;" (assignment_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.addralign_ = 4" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data.addralign_" (field_expression "(posd_00->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(posd_00->super_Output_section_data_build)" ( (field_expression "posd_00->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "posd_00->rel_ = (Reloc_section *)posd;" (assignment_expression "posd_00->rel_ = (Reloc_section *)posd" (field_expression "posd_00->rel_" identifier -> field_identifier) = (cast_expression "(Reloc_section *)posd" ( (type_descriptor "Reloc_section *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "posd_00->targ_ = this;" (assignment_expression "posd_00->targ_ = this" (field_expression "posd_00->targ_" identifier -> field_identifier) = identifier) ;) (expression_statement "posd_00->name_ = "** LPLT";" (assignment_expression "posd_00->name_ = "** LPLT"" (field_expression "posd_00->name_" identifier -> field_identifier) = (string_literal ""** LPLT"" " string_content ")) ;) (expression_statement "this->lplt_ = posd_00;" (assignment_expression "this->lplt_ = posd_00" (field_expression "this->lplt_" identifier -> field_identifier) = identifier) ;) (if_statement "if ((pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&\n (pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0)) {\n gold::Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);\n return;\n }" if (parenthesized_expression "((pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&\n (pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0))" ( (parenthesized_expression "(pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&\n (pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0))" ( (binary_expression "pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0) &&\n (pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0)" (binary_expression "pOVar4 != (Output_data_brlt_powerpc<32,_false> *)0x0)" identifier != (parenthesized_expression "(Output_data_brlt_powerpc<32,_false> *)0x0)" ( (comma_expression "Output_data_brlt_powerpc<32,_false> *)0x0" (binary_expression "Output_data_brlt_powerpc<32" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) && (parenthesized_expression "(pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0)" ( (comma_expression "pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_\n , pOVar3 != (Output_section *)0x0" (assignment_expression "pOVar3 = (pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_" identifier = (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data.output_section_" (field_expression "(pOVar4->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar4->super_Output_section_data_build)" ( (field_expression "pOVar4->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier)) , (binary_expression "pOVar3 != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) )) (compound_statement "{\n gold::Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);\n return;\n }" { (labeled_statement "gold::Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);" statement_identifier : (ERROR ":" :) (labeled_statement "Output_section::add_output_section_data(pOVar3,(Output_section_data *)posd_00);" statement_identifier : (ERROR ":" :) (expression_statement "add_output_section_data(pOVar3,(Output_section_data *)posd_00);" (call_expression "add_output_section_data(pOVar3,(Output_section_data *)posd_00)" identifier (argument_list "(pOVar3,(Output_section_data *)posd_00)" ( identifier , (cast_expression "(Output_section_data *)posd_00" ( (type_descriptor "Output_section_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (return_statement "return;" return ;) })) (labeled_statement "gold::Layout::add_output_section_data\n (layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true);" statement_identifier : (ERROR ":" :) (labeled_statement "Layout::add_output_section_data\n (layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true);" statement_identifier : (ERROR ":" :) (expression_statement "add_output_section_data\n (layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true);" (call_expression "add_output_section_data\n (layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true)" identifier (argument_list "(layout,".branch_lt",1,3,(Output_section_data *)posd_00,ORDER_RELRO,true)" ( identifier , (string_literal "".branch_lt"" " string_content ") , number_literal , number_literal , (cast_expression "(Output_section_data *)posd_00" ( (type_descriptor "Output_section_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , true ))) ;))) (return_statement "return;" return ;) })) 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 ") ))) ;)) (ERROR "}" }))
|
(translation_unit "undefined8 FUN_00171c80(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "undefined8 FUN_00171c80(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" type_identifier (function_declarator "FUN_00171c80(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_RAX;" type_identifier 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) ;) (if_statement "if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x38) != 0)" ( (binary_expression "*(long *)(param_1 + 0x38) != 0" (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) )) (compound_statement "{\n return in_RAX;\n }" { (return_statement "return in_RAX;" return identifier ;) })) (expression_statement "lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);" (assignment_expression "lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10)" identifier = (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) ))))) ;) (if_statement "if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }" { (if_statement "if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }" if (parenthesized_expression "((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0'))" ( (binary_expression "(*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')" (parenthesized_expression "(*(char *)(lVar1 + 0x2a61) != '\0')" ( (binary_expression "*(char *)(lVar1 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar1 + 0x2a61)" * (cast_expression "(char *)(lVar1 + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x2a61)" ( (binary_expression "lVar1 + 0x2a61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')" ( (comma_expression "puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0'" (assignment_expression "puVar2 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) , (binary_expression "*(char *)(lVar1 + 0x42d1) != '\0'" (pointer_expression "*(char *)(lVar1 + 0x42d1)" * (cast_expression "(char *)(lVar1 + 0x42d1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x42d1)" ( (binary_expression "lVar1 + 0x42d1" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }" { (expression_statement "puVar2 = (undefined8 *)FUN_00337280(0x60);" (assignment_expression "puVar2 = (undefined8 *)FUN_00337280(0x60)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0x60)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0x60)" identifier (argument_list "(0x60)" ( number_literal ))))) ;) (expression_statement "uVar3 = FUN_00260a50(0x20);" (assignment_expression "uVar3 = FUN_00260a50(0x20)" identifier = (call_expression "FUN_00260a50(0x20)" identifier (argument_list "(0x20)" ( number_literal )))) ;) (expression_statement "puVar2[6] = uVar3;" (assignment_expression "puVar2[6] = uVar3" (subscript_expression "puVar2[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;" (assignment_expression "*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 4)" * (cast_expression "(byte *)(puVar2 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 4)" ( (binary_expression "puVar2 + 4" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar2 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 4)" * (cast_expression "(byte *)(puVar2 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 4)" ( (binary_expression "puVar2 + 4" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar2[1] = 0;" (assignment_expression "puVar2[1] = 0" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = 0xffffffffffffffff;" (assignment_expression "puVar2[3] = 0xffffffffffffffff" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[5] = 0;" (assignment_expression "puVar2[5] = 0" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[7] = 0;" (assignment_expression "puVar2[7] = 0" (subscript_expression "puVar2[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar2 + 8) = 0;" (assignment_expression "*(undefined1 *)(puVar2 + 8) = 0" (pointer_expression "*(undefined1 *)(puVar2 + 8)" * (cast_expression "(undefined1 *)(puVar2 + 8)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 8)" ( (binary_expression "puVar2 + 8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2[9] = 0;" (assignment_expression "puVar2[9] = 0" (subscript_expression "puVar2[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[10] = 0;" (assignment_expression "puVar2[10] = 0" (subscript_expression "puVar2[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = &PTR_FUN_004ad730;" (assignment_expression "*puVar2 = &PTR_FUN_004ad730" (pointer_expression "*puVar2" * identifier) = (pointer_expression "&PTR_FUN_004ad730" & identifier)) ;) (expression_statement "FUN_00171b60(param_1 + 0x50,param_2);" (call_expression "FUN_00171b60(param_1 + 0x50,param_2)" identifier (argument_list "(param_1 + 0x50,param_2)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) , identifier ))) ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0x50) + 0x28)" * (cast_expression "(long *)(*(long *)(param_1 + 0x50) + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x50) + 0x28" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002652b0(lVar1,puVar2);\n }" { (expression_statement "FUN_002652b0(lVar1,puVar2);" (call_expression "FUN_002652b0(lVar1,puVar2)" identifier (argument_list "(lVar1,puVar2)" ( identifier , identifier ))) ;) })) })) (expression_statement "puVar4 = (undefined8 *)FUN_00337280(0x50);" (assignment_expression "puVar4 = (undefined8 *)FUN_00337280(0x50)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0x50)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0x50)" identifier (argument_list "(0x50)" ( number_literal ))))) ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "*puVar4 = &PTR_FUN_004ab240;" (assignment_expression "*puVar4 = &PTR_FUN_004ab240" (pointer_expression "*puVar4" * identifier) = (pointer_expression "&PTR_FUN_004ab240" & identifier)) ;) (expression_statement "puVar4[1] = 0;" (assignment_expression "puVar4[1] = 0" (subscript_expression "puVar4[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[2] = 0;" (assignment_expression "puVar4[2] = 0" (subscript_expression "puVar4[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[3] = 0xffffffffffffffff;" (assignment_expression "puVar4[3] = 0xffffffffffffffff" (subscript_expression "puVar4[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;" (assignment_expression "*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar4 + 4)" * (cast_expression "(byte *)(puVar4 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 4)" ( (binary_expression "puVar4 + 4" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar4 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar4 + 4)" * (cast_expression "(byte *)(puVar4 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar4 + 4)" ( (binary_expression "puVar4 + 4" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar4[5] = 0;" (assignment_expression "puVar4[5] = 0" (subscript_expression "puVar4[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[6] = 4;" (assignment_expression "puVar4[6] = 4" (subscript_expression "puVar4[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar4[7] = puVar2;" (assignment_expression "puVar4[7] = puVar2" (subscript_expression "puVar4[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[8] = param_1;" (assignment_expression "puVar4[8] = param_1" (subscript_expression "puVar4[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar4[9] = "** LPLT";" (assignment_expression "puVar4[9] = "** LPLT"" (subscript_expression "puVar4[9]" identifier [ number_literal ]) = (string_literal ""** LPLT"" " string_content ")) ;) (expression_statement "*(undefined8 **)(param_1 + 0x38) = puVar4;" (assignment_expression "*(undefined8 **)(param_1 + 0x38) = puVar4" (pointer_expression "*(undefined8 **)(param_1 + 0x38)" * (cast_expression "(undefined8 **)(param_1 + 0x38)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }" if (parenthesized_expression "((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0))" ( (binary_expression "(lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)" (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) && (parenthesized_expression "(lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)" ( (comma_expression "lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0" (assignment_expression "lVar1 = *(long *)(lVar1 + 0x28)" identifier = (pointer_expression "*(long *)(lVar1 + 0x28)" * (cast_expression "(long *)(lVar1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x28)" ( (binary_expression "lVar1 + 0x28" identifier + number_literal) ))))) , (binary_expression "lVar1 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }" { (expression_statement "uVar3 = FUN_002652b0(lVar1,puVar4);" (assignment_expression "uVar3 = FUN_002652b0(lVar1,puVar4)" identifier = (call_expression "FUN_002652b0(lVar1,puVar4)" identifier (argument_list "(lVar1,puVar4)" ( identifier , identifier )))) ;) (return_statement "return uVar3;" return identifier ;) })) (expression_statement "FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);" (call_expression "FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13)" identifier (argument_list "(param_2,".branch_lt",1,3,puVar4,0x13)" ( identifier , (string_literal "".branch_lt"" " string_content ") , number_literal , number_literal , identifier , number_literal ))) ;) (return_statement "return 1;" return number_literal ;) })) (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 ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * 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 { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence '))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression 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 (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 ))) ;) })) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( 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 (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (string_literal " string_content ")) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_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 IDENT + LIT) ))))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT , LIT , IDENT , LIT ))) ;) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "undefined8 FUN_00171c80(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" (type_identifier "undefined8") (function_declarator "FUN_00171c80(long param_1,undefined8 param_2)" (identifier "FUN_00171c80") (parameter_list "(long param_1,undefined8 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 in_RAX;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 *puVar4;\n \n if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }\n lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);\n if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 in_RAX;" (type_identifier "undefined8") (identifier "in_RAX") (; ";")) (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")) (; ";")) (if_statement "if (*(long *)(param_1 + 0x38) != 0) {\n return in_RAX;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x38) != 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x38) != 0" (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 "0")) () ")")) (compound_statement "{\n return in_RAX;\n }" ({ "{") (return_statement "return in_RAX;" (return "return") (identifier "in_RAX") (; ";")) (} "}"))) (expression_statement "lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);" (assignment_expression "lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10)" (identifier "lVar1") (= "=") (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")) () ")"))))) (; ";")) (if_statement "if (lVar1 != 0) {\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }\n puVar4 = (undefined8 *)FUN_00337280(0x50);\n lVar1 = *(long *)(param_1 + 0x40);\n *puVar4 = &PTR_FUN_004ab240;\n puVar4[1] = 0;\n puVar4[2] = 0;\n puVar4[3] = 0xffffffffffffffff;\n *(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;\n puVar4[5] = 0;\n puVar4[6] = 4;\n puVar4[7] = puVar2;\n puVar4[8] = param_1;\n puVar4[9] = "** LPLT";\n *(undefined8 **)(param_1 + 0x38) = puVar4;\n if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }\n FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);\n return 1;\n }" ({ "{") (if_statement "if ((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }" (if "if") (parenthesized_expression "((*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0'))" (( "(") (binary_expression "(*(char *)(lVar1 + 0x2a61) != '\0') ||\n (puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')" (parenthesized_expression "(*(char *)(lVar1 + 0x2a61) != '\0')" (( "(") (binary_expression "*(char *)(lVar1 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar1 + 0x2a61)" (* "*") (cast_expression "(char *)(lVar1 + 0x2a61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x2a61)" (( "(") (binary_expression "lVar1 + 0x2a61" (identifier "lVar1") (+ "+") (number_literal "0x2a61")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')" (( "(") (comma_expression "puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0'" (assignment_expression "puVar2 = (undefined8 *)0x0" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (, ",") (binary_expression "*(char *)(lVar1 + 0x42d1) != '\0'" (pointer_expression "*(char *)(lVar1 + 0x42d1)" (* "*") (cast_expression "(char *)(lVar1 + 0x42d1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x42d1)" (( "(") (binary_expression "lVar1 + 0x42d1" (identifier "lVar1") (+ "+") (number_literal "0x42d1")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")"))) () ")")) (compound_statement "{\n puVar2 = (undefined8 *)FUN_00337280(0x60);\n \n uVar3 = FUN_00260a50(0x20);\n puVar2[6] = uVar3;\n *(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;\n puVar2[1] = 0;\n puVar2[2] = 0;\n puVar2[3] = 0xffffffffffffffff;\n puVar2[5] = 0;\n puVar2[7] = 0;\n *(undefined1 *)(puVar2 + 8) = 0;\n puVar2[9] = 0;\n puVar2[10] = 0;\n puVar2[0xb] = 0;\n *puVar2 = &PTR_FUN_004ad730;\n FUN_00171b60(param_1 + 0x50,param_2);\n lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);\n if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }\n }" ({ "{") (expression_statement "puVar2 = (undefined8 *)FUN_00337280(0x60);" (assignment_expression "puVar2 = (undefined8 *)FUN_00337280(0x60)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)FUN_00337280(0x60)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00337280(0x60)" (identifier "FUN_00337280") (argument_list "(0x60)" (( "(") (number_literal "0x60") () ")"))))) (; ";")) (expression_statement "uVar3 = FUN_00260a50(0x20);" (assignment_expression "uVar3 = FUN_00260a50(0x20)" (identifier "uVar3") (= "=") (call_expression "FUN_00260a50(0x20)" (identifier "FUN_00260a50") (argument_list "(0x20)" (( "(") (number_literal "0x20") () ")")))) (; ";")) (expression_statement "puVar2[6] = uVar3;" (assignment_expression "puVar2[6] = uVar3" (subscript_expression "puVar2[6]" (identifier "puVar2") ([ "[") (number_literal "6") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;" (assignment_expression "*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 4)" (* "*") (cast_expression "(byte *)(puVar2 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 4)" (( "(") (binary_expression "puVar2 + 4" (identifier "puVar2") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "*(byte *)(puVar2 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 4)" (* "*") (cast_expression "(byte *)(puVar2 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 4)" (( "(") (binary_expression "puVar2 + 4" (identifier "puVar2") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "0xe0"))) (; ";")) (expression_statement "puVar2[1] = 0;" (assignment_expression "puVar2[1] = 0" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[3] = 0xffffffffffffffff;" (assignment_expression "puVar2[3] = 0xffffffffffffffff" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0xffffffffffffffff")) (; ";")) (expression_statement "puVar2[5] = 0;" (assignment_expression "puVar2[5] = 0" (subscript_expression "puVar2[5]" (identifier "puVar2") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[7] = 0;" (assignment_expression "puVar2[7] = 0" (subscript_expression "puVar2[7]" (identifier "puVar2") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(puVar2 + 8) = 0;" (assignment_expression "*(undefined1 *)(puVar2 + 8) = 0" (pointer_expression "*(undefined1 *)(puVar2 + 8)" (* "*") (cast_expression "(undefined1 *)(puVar2 + 8)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 8)" (( "(") (binary_expression "puVar2 + 8" (identifier "puVar2") (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[9] = 0;" (assignment_expression "puVar2[9] = 0" (subscript_expression "puVar2[9]" (identifier "puVar2") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[10] = 0;" (assignment_expression "puVar2[10] = 0" (subscript_expression "puVar2[10]" (identifier "puVar2") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" (identifier "puVar2") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*puVar2 = &PTR_FUN_004ad730;" (assignment_expression "*puVar2 = &PTR_FUN_004ad730" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (pointer_expression "&PTR_FUN_004ad730" (& "&") (identifier "PTR_FUN_004ad730"))) (; ";")) (expression_statement "FUN_00171b60(param_1 + 0x50,param_2);" (call_expression "FUN_00171b60(param_1 + 0x50,param_2)" (identifier "FUN_00171b60") (argument_list "(param_1 + 0x50,param_2)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*(long *)(param_1 + 0x50) + 0x28)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x50) + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x50) + 0x28)" (( "(") (binary_expression "*(long *)(param_1 + 0x50) + 0x28" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_002652b0(lVar1,puVar2);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002652b0(lVar1,puVar2);\n }" ({ "{") (expression_statement "FUN_002652b0(lVar1,puVar2);" (call_expression "FUN_002652b0(lVar1,puVar2)" (identifier "FUN_002652b0") (argument_list "(lVar1,puVar2)" (( "(") (identifier "lVar1") (, ",") (identifier "puVar2") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "puVar4 = (undefined8 *)FUN_00337280(0x50);" (assignment_expression "puVar4 = (undefined8 *)FUN_00337280(0x50)" (identifier "puVar4") (= "=") (cast_expression "(undefined8 *)FUN_00337280(0x50)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00337280(0x50)" (identifier "FUN_00337280") (argument_list "(0x50)" (( "(") (number_literal "0x50") () ")"))))) (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x40)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "*puVar4 = &PTR_FUN_004ab240;" (assignment_expression "*puVar4 = &PTR_FUN_004ab240" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (pointer_expression "&PTR_FUN_004ab240" (& "&") (identifier "PTR_FUN_004ab240"))) (; ";")) (expression_statement "puVar4[1] = 0;" (assignment_expression "puVar4[1] = 0" (subscript_expression "puVar4[1]" (identifier "puVar4") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar4[2] = 0;" (assignment_expression "puVar4[2] = 0" (subscript_expression "puVar4[2]" (identifier "puVar4") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar4[3] = 0xffffffffffffffff;" (assignment_expression "puVar4[3] = 0xffffffffffffffff" (subscript_expression "puVar4[3]" (identifier "puVar4") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0xffffffffffffffff")) (; ";")) (expression_statement "*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;" (assignment_expression "*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar4 + 4)" (* "*") (cast_expression "(byte *)(puVar4 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar4 + 4)" (( "(") (binary_expression "puVar4 + 4" (identifier "puVar4") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "*(byte *)(puVar4 + 4) & 0xe0" (pointer_expression "*(byte *)(puVar4 + 4)" (* "*") (cast_expression "(byte *)(puVar4 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar4 + 4)" (( "(") (binary_expression "puVar4 + 4" (identifier "puVar4") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "0xe0"))) (; ";")) (expression_statement "puVar4[5] = 0;" (assignment_expression "puVar4[5] = 0" (subscript_expression "puVar4[5]" (identifier "puVar4") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar4[6] = 4;" (assignment_expression "puVar4[6] = 4" (subscript_expression "puVar4[6]" (identifier "puVar4") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "4")) (; ";")) (expression_statement "puVar4[7] = puVar2;" (assignment_expression "puVar4[7] = puVar2" (subscript_expression "puVar4[7]" (identifier "puVar4") ([ "[") (number_literal "7") (] "]")) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "puVar4[8] = param_1;" (assignment_expression "puVar4[8] = param_1" (subscript_expression "puVar4[8]" (identifier "puVar4") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "puVar4[9] = "** LPLT";" (assignment_expression "puVar4[9] = "** LPLT"" (subscript_expression "puVar4[9]" (identifier "puVar4") ([ "[") (number_literal "9") (] "]")) (= "=") (string_literal ""** LPLT"" (" """) (string_content "** LPLT") (" """))) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 0x38) = puVar4;" (assignment_expression "*(undefined8 **)(param_1 + 0x38) = puVar4" (pointer_expression "*(undefined8 **)(param_1 + 0x38)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x38)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "puVar4")) (; ";")) (if_statement "if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }" (if "if") (parenthesized_expression "((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0))" (( "(") (binary_expression "(lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)" (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)" (( "(") (comma_expression "lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0" (assignment_expression "lVar1 = *(long *)(lVar1 + 0x28)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(lVar1 + 0x28)" (* "*") (cast_expression "(long *)(lVar1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x28)" (( "(") (binary_expression "lVar1 + 0x28" (identifier "lVar1") (+ "+") (number_literal "0x28")) () ")"))))) (, ",") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar3 = FUN_002652b0(lVar1,puVar4);\n return uVar3;\n }" ({ "{") (expression_statement "uVar3 = FUN_002652b0(lVar1,puVar4);" (assignment_expression "uVar3 = FUN_002652b0(lVar1,puVar4)" (identifier "uVar3") (= "=") (call_expression "FUN_002652b0(lVar1,puVar4)" (identifier "FUN_002652b0") (argument_list "(lVar1,puVar4)" (( "(") (identifier "lVar1") (, ",") (identifier "puVar4") () ")")))) (; ";")) (return_statement "return uVar3;" (return "return") (identifier "uVar3") (; ";")) (} "}"))) (expression_statement "FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);" (call_expression "FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13)" (identifier "FUN_0021ac80") (argument_list "(param_2,".branch_lt",1,3,puVar4,0x13)" (( "(") (identifier "param_2") (, ",") (string_literal "".branch_lt"" (" """) (string_content ".branch_lt") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "3") (, ",") (identifier "puVar4") (, ",") (number_literal "0x13") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (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") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void make_lplt_section(Target_powerpc<32,_false> * this, Layout *
layout) */
void __thiscall
anon_unknown.dwarf_2cac9f::var_8<32,var_3>::make_lplt_section
(var_8<32,var_3> *this,Layout *layout)
{
type_5 *puVar1;
type_1 *var_4;
type_2 *var_9;
var_1<32,var_3> *var_11;
type_3 *posd;
uint64_t uVar5;
var_2<32,var_3> *posd_00;
if (this->lplt_ != (var_2<32,var_3> *)0x0) {
return;
}
var_4 = gold::parameters->options_;
if (var_4 != (type_1 *)0x0) {
if (((var_4->shared_).value != false) ||
(posd = (type_3 *)0x0, (var_4->pie_).value != false)) {
posd = (type_3 *)var_5(0x60);
/* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */
uVar5 = gold::Output_data::var_6(0x20);
posd->addralign_ = uVar5;
puVar1 = &(posd->super_Output_data).field_0x20;
*puVar1 = *puVar1 & 0xe0;
(posd->super_Output_data).address_ = 0;
(posd->super_Output_data).data_size_ = 0;
(posd->super_Output_data).offset_ = -1;
posd->output_section_ = (type_2 *)0x0;
posd[1].super_Output_data._vptr_Output_data = (type_4 **)0x0;
*(type_5 *)&posd[1].super_Output_data.address_ = 0;
posd[1].super_Output_data.data_size_ = 0;
posd[1].super_Output_data.offset_ = 0;
*(type_6 *)&posd[1].super_Output_data.field_0x20 = 0;
(posd->super_Output_data)._vptr_Output_data =
(type_4 **)&PTR__Output_data_reloc_004ad730;
var_7((var_8<32,var_3> *)&this->rela_dyn_,layout);
var_9 = (this->rela_dyn_->super_Output_data_reloc_base<4,_true,_32,var_3>).
super_Output_data_reloc_generic.super_Output_section_data_build.
super_Output_section_data.output_section_;
if (var_9 != (type_2 *)0x0) {
gold::Output_section::var_10(var_9,posd);
}
}
posd_00 = (var_2<32,var_3> *)var_5(0x50);
var_11 = this->brlt_section_;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.
_vptr_Output_data = (type_4 **)&PTR__Output_data_plt_powerpc_004ab240;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.address_
= 0;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.
data_size_ = 0;
(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data.offset_ =
-1;
puVar1 = &(posd_00->super_Output_section_data_build).super_Output_section_data.super_Output_data
.field_0x20;
*puVar1 = *puVar1 & 0xe0;
(posd_00->super_Output_section_data_build).super_Output_section_data.output_section_ =
(type_2 *)0x0;
(posd_00->super_Output_section_data_build).super_Output_section_data.addralign_ = 4;
posd_00->rel_ = (type_7 *)posd;
posd_00->targ_ = this;
posd_00->name_ = "** LPLT";
this->lplt_ = posd_00;
if ((var_11 != (var_1<32,var_3> *)0x0) &&
(var_9 = (var_11->super_Output_section_data_build).super_Output_section_data.output_section_
, var_9 != (type_2 *)0x0)) {
gold::Output_section::var_10(var_9,(type_3 *)posd_00);
return;
}
gold::Layout::var_10
(layout,".branch_lt",1,3,(type_3 *)posd_00,ORDER_RELRO,true);
return;
}
/* WARNING: Subroutine does not return */
gold::var_12("../../gold/parameters.h",0x5c,"options");
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (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: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator 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 (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)) 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: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (char_literal (escape_sequence))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (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)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (string_literal (string_content)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (number_literal) (number_literal) (identifier) (number_literal)))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
undefined8 MASKED(long param_1,undefined8 param_2)
{
long lVar1;
undefined8 in_RAX;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 *puVar4;
if (*(long *)(param_1 + 0x38) != 0) {
return in_RAX;
}
lVar1 = *(long *)(PTR_DAT_004ba7c8 + 0x10);
if (lVar1 != 0) {
if ((*(char *)(lVar1 + 0x2a61) != '\0') ||
(puVar2 = (undefined8 *)0x0, *(char *)(lVar1 + 0x42d1) != '\0')) {
puVar2 = (undefined8 *)FUN_00337280(0x60);
/* try { // try from 00171cd1 to 00171cd5 has its CatchHandler @ 00171e27 */
uVar3 = FUN_00260a50(0x20);
puVar2[6] = uVar3;
*(byte *)(puVar2 + 4) = *(byte *)(puVar2 + 4) & 0xe0;
puVar2[1] = 0;
puVar2[2] = 0;
puVar2[3] = 0xffffffffffffffff;
puVar2[5] = 0;
puVar2[7] = 0;
*(undefined1 *)(puVar2 + 8) = 0;
puVar2[9] = 0;
puVar2[10] = 0;
puVar2[0xb] = 0;
*puVar2 = &PTR_FUN_004ad730;
FUN_00171b60(param_1 + 0x50,param_2);
lVar1 = *(long *)(*(long *)(param_1 + 0x50) + 0x28);
if (lVar1 != 0) {
FUN_002652b0(lVar1,puVar2);
}
}
puVar4 = (undefined8 *)FUN_00337280(0x50);
lVar1 = *(long *)(param_1 + 0x40);
*puVar4 = &PTR_FUN_004ab240;
puVar4[1] = 0;
puVar4[2] = 0;
puVar4[3] = 0xffffffffffffffff;
*(byte *)(puVar4 + 4) = *(byte *)(puVar4 + 4) & 0xe0;
puVar4[5] = 0;
puVar4[6] = 4;
puVar4[7] = puVar2;
puVar4[8] = param_1;
puVar4[9] = "** LPLT";
*(undefined8 **)(param_1 + 0x38) = puVar4;
if ((lVar1 != 0) && (lVar1 = *(long *)(lVar1 + 0x28), lVar1 != 0)) {
uVar3 = FUN_002652b0(lVar1,puVar4);
return uVar3;
}
FUN_0021ac80(param_2,".branch_lt",1,3,puVar4,0x13);
return 1;
}
/* WARNING: Subroutine does not return */
FUN_001e9890("../../gold/parameters.h",0x5c,"options");
}
|
4937_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
add_absolute
|
FUN_0021c270
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_32,_true> * this, uint
type, Output_data * od, Sized_relobj<32,_true> * relobj, uint shndx, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_absolute
(Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,
Sized_relobj<32,_true> *relobj,uint shndx,Address address)
{
size_t *psVar1;
uint uVar2;
iterator __position;
Output_reloc<9,_true,_32,_true> *pOVar3;
long lVar4;
anon_union_8_4_c82d8563_for_u1_ local_38;
Sized_relobj<32,_true> *pSStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
Output_reloc<9,_true,_32,_true>::Output_reloc
((Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false);
__position._M_current =
(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>
._M_impl._M_finish;
if (__position._M_current ==
(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>
._M_impl._M_end_of_storage) {
std::
vector<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>
::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_true>&>
(&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,
(Output_reloc<9,_true,_32,_true> *)&local_38);
pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>
._M_impl._M_finish;
}
else {
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,_true>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>
._M_impl._M_finish = pOVar3;
}
lVar4 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>
._M_impl._M_start >> 5;
if (((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)
== 0) {
(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
lVar4 * 8;
od->field_0x20 = od->field_0x20 | 0x10;
if ((uStack_20 & 0x10000000) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_true>).
super_Output_data_reloc_generic.relative_reloc_count_;
*psVar1 = *psVar1 + 1;
}
if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_true> *)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");
}
|
void FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5
,undefined4 param_6)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
|
PUSH R12
PUSH RBP
MOV RBP,RDX
MOV RDX,RCX
MOV ECX,R8D
PUSH RBX
MOV R8D,R9D
MOV RBX,RDI
XOR R9D,R9D
SUB RSP,0x20
MOV R12,RSP
MOV RDI,R12
CALL 0x00203f80
MOV RSI,qword ptr [RBX + 0x50]
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x0021c330
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 0x0021c345
MOV qword ptr [RBX + 0x10],RAX
OR byte ptr [RBP + 0x20],0x10
TEST byte ptr [RSP + 0x1b],0x10
JNZ 0x0021c310
CMP dword ptr [RSP + 0x1c],-0x4
JZ 0x0021c307
MOV RAX,qword ptr [RSP + 0x8]
TEST RAX,RAX
JZ 0x0021c307
MOV EDX,dword ptr [RAX + 0xa4]
TEST EDX,EDX
JZ 0x0021c320
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 0x0021c2e3
SUB ESI,0x1
MOV dword ptr [RAX + 0xa0],ESI
JMP 0x0021c2fe
LEA RDI,[RBX + 0x48]
MOV RDX,R12
CALL 0x0021b520
MOV RSI,qword ptr [RBX + 0x50]
JMP 0x0021c2be
LEA RDX,[0x380c80]
MOV ESI,0x231
LEA RDI,[0x373454]
CALL 0x0017c650
| null | null | null | null |
[('const-433', u'LOAD_-1203846464'), ('tmp_797', u'BRANCH_-1203846034'), ('tmp_533', u'CBRANCH_-1203846212'), ('const-0', u'PTRSUB_-1203845748'), (u'PTRSUB_-1203845743', u'STORE_-1203845946'), (u'PIECE_-1203845874', u'STORE_-1203845945'), ('const-5', u'INT_SRIGHT_-1203846337'), ('const-0', u'RETURN_-1203846127'), (u'PTRSUB_-1203845669', u'PTRSUB_-1203845649'), ('const-433', u'LOAD_-1203846457'), (u'PTRSUB_-1203845748', u'STORE_-1203845961'), (u'PTRSUB_-1203845794', u'PTRSUB_-1203845783'), (u'SUBPIECE_-1203845748', u'STORE_-1203845946'), ('const-0', u'PTRSUB_-1203845697'), ('const-20', u'PTRSUB_-1203845742'), ('const-0', u'PTRSUB_-1203845635'), ('const-0', u'PTRSUB_-1203845813'), (u'PTRSUB_-1203845662', u'CALL_-1203846044'), (u'PTRSUB_-1203845614', u'LOAD_-1203846042'), (u'PTRSUB_-1203845742', u'STORE_-1203845804'), (u'PTRSUB_-1203845859', u'PTRSUB_-1203845828'), (u'PTRSUB_-1203845759', u'PTRSUB_-1203845749'), ('const-0', u'PTRSUB_-1203845794'), ('const-0', u'PTRSUB_-1203845769'), ('const-16', u'PTRSUB_-1203845716'), (u'CALL_-1203846044', u'INDIRECT_-1203845733'), ('tmp_379', u'CBRANCH_-1203846301'), ('const-0', u'PTRSUB_-1203845814'), ('const-0', u'PTRSUB_-1203845865'), (u'LOAD_-1203846464', u'PTRSUB_-1203845742'), ('const-164', u'PTRSUB_-1203845727'), ('tmp_144', u'CBRANCH_-1203846439'), ('const-0', u'INT_EQUAL_-1203846305'), ('const-433', u'LOAD_-1203846291'), (u'INT_AND_-1203846291', u'INT_EQUAL_-1203846305'), ('const-32', u'PTRSUB_-1203845780'), (u'INDIRECT_-1203845911', u'SUBPIECE_-1203845747'), ('const-24', u'PTRSUB_-1203845824'), ('const-0', u'PTRSUB_-1203845728'), (u'PTRSUB_-1203845836', u'PTRSUB_-1203845748'), (u'PTRSUB_-1203845788', u'LOAD_-1203846464'), ('tmp_811', u'CALL_-1203846466'), (u'INT_AND_-1203845840', u'INT_NOTEQUAL_-1203846259'), ('tmp_810', u'PTRSUB_-1203845669'), (u'MULTIEQUAL_-1203845857', u'INT_AND_-1203845840'), (u'PTRSUB_-1203845808', u'PTRSUB_-1203845794'), (u'PTRSUB_-1203845834', u'PTRSUB_-1203845814'), (u'PTRSUB_-1203845813', u'PTRSUB_-1203845786'), ('tmp_810', u'PTRSUB_-1203845719'), ('const-4', u'SUBPIECE_-1203845747'), (u'PTRSUB_-1203845719', u'PTRSUB_-1203845697'), ('tmp_815', u'CALL_-1203846466'), ('const-8', u'PTRSUB_-1203845788'), ('const-0', u'INT_NOTEQUAL_-1203846259'), ('const-0', u'INT_EQUAL_-1203846189'), ('const-433', u'LOAD_-1203846114'), (u'PTRSUB_-1203845767', u'LOAD_-1203846380'), (u'LOAD_-1203846457', u'INT_EQUAL_-1203846442'), ('const-0', u'INT_NOTEQUAL_-1203846213'), (u'LOAD_-1203846464', u'INT_EQUAL_-1203846442'), (u'MULTIEQUAL_-1203845993', u'CAST_-1203845730'), (u'PTRSUB_-1203845720', u'PTRSUB_-1203845716'), ('const-433', u'STORE_-1203846389'), (u'LOAD_-1203846464', u'PTRSUB_-1203845837'), (u'PTRSUB_-1203845727', u'LOAD_-1203846211'), ('const-0', u'PTRSUB_-1203845698'), (u'PTRSUB_-1203845881', u'CAST_-1203845612'), ('const-0', u'PTRSUB_-1203845786'), (u'INDIRECT_-1203845911', u'SUBPIECE_-1203845748'), ('const-0', u'PTRSUB_-1203845837'), ('const-164', u'PTRSUB_-1203845713'), ('const-0', u'PTRSUB_-1203845767'), ('const-160', u'PTRSUB_-1203845676'), (u'MULTIEQUAL_-1203845853', u'INT_NOTEQUAL_-1203846238'), (u'PTRSUB_-1203845729', u'PTRSUB_-1203845720'), ('const-2', u'INT_AND_-1203846291'), ('const-4294967292', u'INT_NOTEQUAL_-1203846238'), ('const-8', u'PTRSUB_-1203845749'), (u'PTRSUB_-1203845697', u'PTRSUB_-1203845680'), (u'PTRSUB_-1203845676', u'STORE_-1203846101'), ('const-56', u'PTRSUB_-1203845680'), (u'PTRSUB_-1203845737', u'PTRSUB_-1203845728'), ('const-433', u'STORE_-1203846111'), ('const-0', u'PTRSUB_-1203845761'), ('const-72', u'PTRSUB_-1203845834'), (u'PTRSUB_-1203845793', u'PTRSUB_-1203845773'), (u'CALL_-1203846466', u'INDIRECT_-1203845905'), (u'CAST_-1203845780', u'CALL_-1203846466'), (u'INDIRECT_-1203845733', u'MULTIEQUAL_-1203845853'), (u'PTRSUB_-1203845728', u'PTRSUB_-1203845723'), (u'CALL_-1203846466', u'INDIRECT_-1203845915'), (u'PTRSUB_-1203845750', u'PTRSUB_-1203845737'), (u'LOAD_-1203846291', u'INT_OR_-1203846264'), ('tmp_1344', u'PTRSUB_-1203845881'), ('const-8', u'PTRSUB_-1203845836'), ('const-0', u'PTRSUB_-1203845859'), (u'INDIRECT_-1203845747', u'MULTIEQUAL_-1203845867'), (u'CAST_-1203845729', u'INT_SUB_-1203846361'), ('tmp_810', u'PTRSUB_-1203845794'), (u'LOAD_-1203846464', u'PTRADD_-1203845843'), ('tmp_757', u'BRANCH_-1203846095'), ('const-1', u'INT_ADD_-1203846169'), ('const-0', u'CALL_-1203846466'), ('const-1', u'PTRADD_-1203845843'), (u'MULTIEQUAL_-1203845867', u'INT_NOTEQUAL_-1203846213'), (u'INDIRECT_-1203845901', u'PIECE_-1203845874'), (u'LOAD_-1203846042', u'MULTIEQUAL_-1203845993'), (u'MULTIEQUAL_-1203845867', u'PTRSUB_-1203845751'), (u'CALL_-1203846466', u'INDIRECT_-1203845901'), ('tmp_810', u'PTRSUB_-1203845865'), (u'PTRSUB_-1203845623', u'PTRSUB_-1203845614'), ('const-433', u'STORE_-1203846298'), (u'PTRSUB_-1203845828', u'PTRSUB_-1203845808'), (u'PTRSUB_-1203845865', u'PTRSUB_-1203845834'), ('const-3673216', u'COPY_-1203845738'), ('const-0', u'PTRSUB_-1203845737'), (u'INDIRECT_-1203845919', u'STORE_-1203845962'), ('const-72', u'PTRSUB_-1203845649'), (u'INT_NOTEQUAL_-1203846238', u'CBRANCH_-1203846235'), ('const-433', u'STORE_-1203846172'), (u'PTRSUB_-1203845751', u'PTRSUB_-1203845727'), (u'LOAD_-1203846464', u'PTRSUB_-1203845824'), (u'PTRSUB_-1203845882', u'CAST_-1203845780'), ('tmp_810', u'PTRSUB_-1203845813'), (u'PTRSUB_-1203845819', u'PTRSUB_-1203845793'), (u'PTRSUB_-1203845680', u'LOAD_-1203846114'), (u'INDIRECT_-1203845901', u'MULTIEQUAL_-1203845853'), (u'SUBPIECE_-1203845907', u'INT_SUB_-1203846097'), (u'LOAD_-1203846464', u'PTRSUB_-1203845743'), (u'SUBPIECE_-1203845747', u'STORE_-1203845804'), (u'PTRSUB_-1203845736', u'PTRSUB_-1203845713'), ('const-0', u'PTRSUB_-1203845683'), (u'INDIRECT_-1203845915', u'STORE_-1203845961'), ('tmp_569', u'CBRANCH_-1203846188'), (u'PTRSUB_-1203845837', u'STORE_-1203845962'), (u'PTRSUB_-1203845824', u'CAST_-1203845739'), ('const-0', u'PTRSUB_-1203845811'), ('const-433', u'STORE_-1203845804'), ('tmp_812', u'PTRSUB_-1203845780'), ('tmp_463', u'CBRANCH_-1203846255'), ('tmp_810', u'PTRSUB_-1203845683'), ('const-0', u'PTRSUB_-1203845773'), ('const-0', u'PTRSUB_-1203845742'), (u'CALL_-1203846466', u'INDIRECT_-1203845919'), ('const-433', u'LOAD_-1203846380'), (u'INT_ADD_-1203846169', u'STORE_-1203846172'), (u'PTRSUB_-1203845786', u'PTRSUB_-1203845761'), (u'INT_ADD_-1203846096', u'STORE_-1203846111'), ('const-0', u'SUBPIECE_-1203845748'), ('tmp_813', u'CALL_-1203846466'), ('const-0', u'PTRSUB_-1203845720'), ('const-1', u'INT_ADD_-1203846096'), ('const-433', u'LOAD_-1203846211'), (u'COPY_-1203845739', u'CALL_-1203846019'), (u'PTRSUB_-1203845786', u'PTRSUB_-1203845811'), (u'LOAD_-1203846380', u'CAST_-1203845729'), (u'PTRSUB_-1203845683', u'PTRSUB_-1203845662'), (u'PTRSUB_-1203845811', u'PTRSUB_-1203845787'), ('const-8', u'INT_MULT_-1203846300'), (u'LOAD_-1203846114', u'INT_ADD_-1203846096'), (u'INT_SRIGHT_-1203846337', u'SUBPIECE_-1203845907'), (u'LOAD_-1203846464', u'CALL_-1203846044'), (u'CAST_-1203845612', u'CALL_-1203846044'), ('const-1', u'INT_SUB_-1203846097'), (u'INT_SRIGHT_-1203846337', u'INT_MULT_-1203846300'), ('const-72', u'PTRSUB_-1203845662'), (u'MULTIEQUAL_-1203845867', u'PTRSUB_-1203845698'), (u'CALL_-1203846466', u'INDIRECT_-1203845911'), ('const-3617876', u'COPY_-1203845739'), ('const--56', u'PTRSUB_-1203845882'), ('const-0', u'PTRSUB_-1203845751'), ('const-0', u'PTRSUB_-1203845669'), ('const-0', u'PTRSUB_-1203845819'), (u'PTRSUB_-1203845713', u'STORE_-1203846172'), ('const-433', u'STORE_-1203845962'), (u'INT_SUB_-1203846097', u'STORE_-1203846101'), ('const-0', u'PTRSUB_-1203845736'), ('const-0', u'PTRSUB_-1203845729'), ('tmp_810', u'PTRSUB_-1203845786'), (u'PTRSUB_-1203845800', u'PTRSUB_-1203845788'), (u'INT_NOTEQUAL_-1203846259', u'CBRANCH_-1203846255'), (u'MULTIEQUAL_-1203845867', u'PTRSUB_-1203845736'), ('const-0', u'PTRSUB_-1203845759'), ('const-1', u'RETURN_-1203846014'), (u'INT_EQUAL_-1203846305', u'CBRANCH_-1203846301'), ('tmp_499', u'CBRANCH_-1203846235'), (u'INT_EQUAL_-1203846189', u'CBRANCH_-1203846188'), ('const-0', u'PTRSUB_-1203845787'), ('const-16', u'INT_OR_-1203846264'), ('const-433', u'STORE_-1203846288'), (u'PTRSUB_-1203845769', u'PTRSUB_-1203845750'), ('const-0', u'PTRSUB_-1203845794'), (u'PTRADD_-1203845843', u'MULTIEQUAL_-1203845993'), (u'INDIRECT_-1203845905', u'MULTIEQUAL_-1203845857'), (u'INDIRECT_-1203845905', u'PIECE_-1203845874'), ('const-0', u'SUBPIECE_-1203845907'), ('const-561', u'CALL_-1203846019'), (u'PTRSUB_-1203845783', u'LOAD_-1203846457'), (u'PTRSUB_-1203845698', u'PTRSUB_-1203845676'), ('const-72', u'PTRSUB_-1203845828'), ('const-433', u'STORE_-1203846101'), ('const-0', u'PTRSUB_-1203845808'), (u'CALL_-1203846044', u'INDIRECT_-1203845747'), (u'INT_NOTEQUAL_-1203846213', u'CBRANCH_-1203846212'), (u'PTRSUB_-1203845742', u'PTRSUB_-1203845729'), ('tmp_706', u'BRANCH_-1203846093'), ('tmp_810', u'PTRSUB_-1203845819'), ('const-72', u'PTRSUB_-1203845786'), ('const-268435456', u'INT_AND_-1203845840'), (u'INT_EQUAL_-1203846442', u'CBRANCH_-1203846439'), (u'INDIRECT_-1203845737', u'MULTIEQUAL_-1203845857'), ('tmp_814', u'CALL_-1203846466'), (u'INT_MULT_-1203846300', u'STORE_-1203846298'), ('const-0', u'PTRSUB_-1203845800'), (u'PTRSUB_-1203845723', u'LOAD_-1203846317'), (u'PTRSUB_-1203845794', u'PTRSUB_-1203845769'), ('const-0', u'PTRSUB_-1203845719'), (u'PTRSUB_-1203845761', u'PTRSUB_-1203845742'), ('const-32', u'PTRSUB_-1203845723'), (u'CAST_-1203845730', u'INT_SUB_-1203846361'), ('const--56', u'PTRSUB_-1203845881'), ('const-433', u'STORE_-1203845945'), (u'PTRSUB_-1203845749', u'STORE_-1203846389'), (u'INDIRECT_-1203845915', u'MULTIEQUAL_-1203845867'), ('const-433', u'LOAD_-1203846317'), (u'PTRSUB_-1203845787', u'PTRSUB_-1203845767'), (u'COPY_-1203845738', u'CALL_-1203846019'), (u'PTRSUB_-1203845649', u'PTRSUB_-1203845635'), ('const-8', u'PTRSUB_-1203845614'), ('const-16', u'PTRSUB_-1203845743'), ('const-72', u'PTRSUB_-1203845793'), (u'LOAD_-1203846317', u'INT_AND_-1203846291'), (u'CAST_-1203845739', u'STORE_-1203845945'), (u'LOAD_-1203846211', u'INT_ADD_-1203846169'), (u'LOAD_-1203846464', u'PTRSUB_-1203845836'), (u'PTRSUB_-1203845780', u'LOAD_-1203846291'), (u'PTRSUB_-1203845680', u'STORE_-1203846111'), (u'CALL_-1203846044', u'INDIRECT_-1203845737'), (u'INT_OR_-1203846264', u'STORE_-1203846288'), ('const-433', u'LOAD_-1203846042'), ('const-16', u'PTRSUB_-1203845783'), (u'PTRSUB_-1203845635', u'PTRSUB_-1203845623'), ('tmp_1344', u'PTRSUB_-1203845882'), ('const-32', u'PTRADD_-1203845843'), (u'PTRADD_-1203845843', u'STORE_-1203846389'), ('tmp_810', u'PTRSUB_-1203845859'), ('const-433', u'STORE_-1203845961'), ('const-0', u'PTRSUB_-1203845623'), (u'INT_SUB_-1203846361', u'INT_SRIGHT_-1203846337'), (u'PTRSUB_-1203845716', u'STORE_-1203846298'), (u'PTRSUB_-1203845780', u'STORE_-1203846288'), (u'PTRSUB_-1203845814', u'PTRSUB_-1203845800'), ('const-433', u'STORE_-1203845946'), (u'LOAD_-1203846211', u'INT_EQUAL_-1203846189'), (u'PTRSUB_-1203845773', u'PTRSUB_-1203845759'), ('const-0', u'PTRSUB_-1203845750')]
|
[(u'INDIRECT_-1203845901', u'MULTIEQUAL_-1203845853'), ('tmp_797', u'BRANCH_-1203846034'), (u'COPY_-1203845722', u'CALL_-1203846019'), (u'PTRADD_-1203845815', u'STORE_-1203845932'), (u'INT_ADD_-1203846044', u'CALL_-1203846044'), ('const-433', u'STORE_-1203845932'), ('tmp_533', u'CBRANCH_-1203846212'), ('const--56', u'PTRSUB_-1203845865'), ('tmp_569', u'CBRANCH_-1203846188'), (u'INDIRECT_-1203845891', u'MULTIEQUAL_-1203845843'), (u'PTRSUB_-1203845865', u'CALL_-1203846044'), ('const-433', u'LOAD_-1203846464'), ('const-8', u'PTRADD_-1203845815'), ('const-0', u'RETURN_-1203846127'), (u'MULTIEQUAL_-1203845843', u'INT_AND_-1203845824'), ('const-4294967295', u'INT_ADD_-1203846098'), ('const-561', u'CALL_-1203846019'), ('const-0', u'SUBPIECE_-1203845909'), ('const-3', u'PTRADD_-1203845814'), ('tmp_1385', u'INT_ADD_-1203846102'), ('tmp_1380', u'INT_ADD_-1203846277'), (u'CAST_-1203845727', u'STORE_-1203846172'), ('tmp_463', u'CBRANCH_-1203846255'), (u'LOAD_-1203846464', u'PTRADD_-1203845831'), ('const-433', u'STORE_-1203846298'), ('const-16', u'INT_ADD_-1203846284'), ('tmp_1385', u'INT_ADD_-1203846284'), (u'INT_ADD_-1203846158', u'CAST_-1203845727'), ('const-433', u'LOAD_-1203846211'), (u'PTRADD_-1203845814', u'STORE_-1203845931'), ('tmp_1385', u'INT_ADD_-1203846375'), (u'PIECE_-1203845860', u'STORE_-1203845931'), ('const-5', u'INT_SRIGHT_-1203846337'), ('tmp_1385', u'INT_ADD_-1203846026'), (u'INT_ADD_-1203846448', u'CAST_-1203845847'), (u'INT_ADD_-1203846169', u'STORE_-1203846172'), (u'CAST_-1203845678', u'LOAD_-1203846042'), ('const-32', u'INT_ADD_-1203846277'), ('const-160', u'INT_ADD_-1203846087'), (u'INDIRECT_-1203845905', u'STORE_-1203845948'), (u'INDIRECT_-1203845887', u'PIECE_-1203845860'), (u'CALL_-1203846044', u'INDIRECT_-1203845733'), ('tmp_379', u'CBRANCH_-1203846301'), (u'INT_ADD_-1203846026', u'CAST_-1203845678'), (u'INT_ADD_-1203846096', u'STORE_-1203846111'), (u'INT_ADD_-1203846102', u'CAST_-1203845715'), (u'CAST_-1203845694', u'STORE_-1203846101'), (u'INT_ADD_-1203846087', u'CAST_-1203845694'), (u'LOAD_-1203846464', u'PTRADD_-1203845826'), (u'LOAD_-1203846042', u'MULTIEQUAL_-1203845997'), (u'INT_ADD_-1203846098', u'STORE_-1203846101'), ('tmp_144', u'CBRANCH_-1203846439'), ('const-0', u'INT_EQUAL_-1203846305'), (u'INT_AND_-1203846291', u'INT_EQUAL_-1203846305'), ('const-1', u'INT_ADD_-1203846096'), (u'LOAD_-1203846464', u'PTRADD_-1203845815'), (u'CAST_-1203845777', u'STORE_-1203846298'), ('tmp_1389', u'CALL_-1203846466'), ('const-8', u'PTRADD_-1203845831'), (u'CAST_-1203845772', u'LOAD_-1203846291'), ('const--56', u'PTRSUB_-1203845866'), (u'CAST_-1203845784', u'LOAD_-1203846317'), ('const-88', u'INT_ADD_-1203846441'), (u'CAST_-1203845802', u'LOAD_-1203846380'), ('const-0', u'CALL_-1203846466'), (u'INT_ADD_-1203846277', u'CAST_-1203845772'), ('const-8', u'INT_MULT_-1203846300'), (u'LOAD_-1203846114', u'INT_ADD_-1203846096'), (u'LOAD_-1203846464', u'CALL_-1203846044'), (u'CAST_-1203845772', u'STORE_-1203846288'), (u'MULTIEQUAL_-1203845997', u'CAST_-1203845801'), ('const-32', u'INT_ADD_-1203846303'), (u'CALL_-1203846466', u'INDIRECT_-1203845897'), ('const-433', u'LOAD_-1203846457'), (u'INT_SRIGHT_-1203846337', u'INT_MULT_-1203846300'), (u'CAST_-1203845842', u'LOAD_-1203846457'), ('tmp_1385', u'INT_ADD_-1203846368'), ('const-433', u'LOAD_-1203846114'), ('const-8', u'PTRADD_-1203845814'), (u'CAST_-1203845807', u'STORE_-1203846389'), (u'INDIRECT_-1203845901', u'STORE_-1203845947'), (u'INDIRECT_-1203845887', u'MULTIEQUAL_-1203845839'), (u'INT_ADD_-1203846284', u'CAST_-1203845777'), ('const-164', u'INT_ADD_-1203846195'), ('const-0', u'INT_EQUAL_-1203846189'), (u'CAST_-1203845715', u'LOAD_-1203846114'), ('const-433', u'STORE_-1203846111'), ('const-433', u'LOAD_-1203846291'), (u'LOAD_-1203846457', u'INT_EQUAL_-1203846442'), ('const-0', u'INT_NOTEQUAL_-1203846259'), (u'INT_NOTEQUAL_-1203846259', u'CBRANCH_-1203846255'), ('const-4294967292', u'INT_NOTEQUAL_-1203846238'), ('const-0', u'INT_NOTEQUAL_-1203846213'), (u'MULTIEQUAL_-1203845853', u'INT_NOTEQUAL_-1203846213'), (u'MULTIEQUAL_-1203845853', u'INT_ADD_-1203846195'), (u'PTRADD_-1203845831', u'STORE_-1203846389'), (u'LOAD_-1203846464', u'INT_EQUAL_-1203846442'), (u'INDIRECT_-1203845897', u'STORE_-1203845932'), (u'CALL_-1203846044', u'INDIRECT_-1203845723'), ('const-1', u'RETURN_-1203846014'), (u'CALL_-1203846466', u'INDIRECT_-1203845887'), ('const-433', u'STORE_-1203845947'), (u'INT_ADD_-1203846375', u'CAST_-1203845807'), (u'INDIRECT_-1203845719', u'MULTIEQUAL_-1203845839'), (u'LOAD_-1203846464', u'STORE_-1203845948'), ('const-433', u'STORE_-1203845931'), (u'INT_EQUAL_-1203846305', u'CBRANCH_-1203846301'), ('tmp_499', u'CBRANCH_-1203846235'), (u'INT_EQUAL_-1203846189', u'CBRANCH_-1203846188'), ('const-16', u'INT_OR_-1203846264'), (u'MULTIEQUAL_-1203845853', u'INT_ADD_-1203846087'), (u'INDIRECT_-1203845723', u'MULTIEQUAL_-1203845843'), (u'INT_AND_-1203845824', u'INT_NOTEQUAL_-1203846259'), ('const-433', u'STORE_-1203846389'), (u'COPY_-1203845723', u'CALL_-1203846019'), ('tmp_1716', u'CALL_-1203846466'), ('const-433', u'STORE_-1203845948'), ('const-2', u'INT_AND_-1203846291'), ('const-80', u'INT_ADD_-1203846026'), ('const-433', u'LOAD_-1203846317'), ('tmp_1378', u'PTRSUB_-1203845866'), ('tmp_1385', u'INT_ADD_-1203846448'), ('const-2', u'PTRADD_-1203845815'), (u'PTRADD_-1203845826', u'STORE_-1203845947'), (u'CAST_-1203845847', u'LOAD_-1203846464'), (u'INT_NOTEQUAL_-1203846213', u'CBRANCH_-1203846212'), ('tmp_1720', u'CALL_-1203846466'), (u'INT_ADD_-1203846303', u'CAST_-1203845784'), ('const-164', u'INT_ADD_-1203846158'), (u'SUBPIECE_-1203845909', u'INT_ADD_-1203846098'), ('tmp_706', u'BRANCH_-1203846093'), (u'CALL_-1203846466', u'INDIRECT_-1203845905'), (u'INDIRECT_-1203845733', u'MULTIEQUAL_-1203845853'), (u'LOAD_-1203846291', u'INT_OR_-1203846264'), ('const-4', u'PTRADD_-1203845831'), ('const-268435456', u'INT_AND_-1203845824'), ('const-80', u'INT_ADD_-1203846448'), (u'INT_EQUAL_-1203846442', u'CBRANCH_-1203846439'), ('const-433', u'LOAD_-1203846380'), ('tmp_1385', u'INT_ADD_-1203846303'), (u'INT_MULT_-1203846300', u'STORE_-1203846298'), ('tmp_1378', u'PTRSUB_-1203845865'), ('tmp_757', u'BRANCH_-1203846095'), ('const-1', u'INT_ADD_-1203846169'), (u'PTRSUB_-1203845866', u'CALL_-1203846466'), (u'PTRADD_-1203845831', u'MULTIEQUAL_-1203845997'), ('const-56', u'INT_ADD_-1203846102'), ('const-72', u'INT_ADD_-1203846368'), (u'INT_ADD_-1203846195', u'CAST_-1203845742'), ('const-80', u'INT_ADD_-1203846375'), (u'CAST_-1203845715', u'STORE_-1203846111'), (u'CALL_-1203846466', u'INDIRECT_-1203845901'), ('const-8', u'PTRADD_-1203845826'), ('const-433', u'STORE_-1203846101'), (u'INT_SRIGHT_-1203846337', u'SUBPIECE_-1203845909'), (u'INT_ADD_-1203846441', u'CAST_-1203845842'), (u'LOAD_-1203846380', u'INT_SUB_-1203846361'), (u'LOAD_-1203846317', u'INT_AND_-1203846291'), (u'LOAD_-1203846211', u'INT_ADD_-1203846169'), (u'MULTIEQUAL_-1203845853', u'INT_ADD_-1203846158'), (u'MULTIEQUAL_-1203845839', u'INT_NOTEQUAL_-1203846238'), (u'INT_ADD_-1203846368', u'CAST_-1203845802'), (u'LOAD_-1203846464', u'PTRADD_-1203845814'), ('const-72', u'INT_ADD_-1203846044'), ('const-1', u'PTRADD_-1203845826'), ('tmp_1385', u'INT_ADD_-1203846441'), (u'INT_OR_-1203846264', u'STORE_-1203846288'), (u'INDIRECT_-1203845891', u'PIECE_-1203845860'), (u'INT_NOTEQUAL_-1203846238', u'CBRANCH_-1203846235'), ('const-3673216', u'COPY_-1203845722'), (u'CALL_-1203846466', u'INDIRECT_-1203845891'), ('const-433', u'STORE_-1203846288'), ('const-433', u'LOAD_-1203846042'), ('tmp_1381', u'CALL_-1203846466'), (u'CALL_-1203846044', u'INDIRECT_-1203845719'), (u'INT_SUB_-1203846361', u'INT_SRIGHT_-1203846337'), (u'CAST_-1203845801', u'INT_SUB_-1203846361'), (u'CAST_-1203845742', u'LOAD_-1203846211'), (u'LOAD_-1203846211', u'INT_EQUAL_-1203846189'), ('tmp_1385', u'INT_ADD_-1203846044'), ('const-3617876', u'COPY_-1203845723'), ('const-433', u'STORE_-1203846172')]
| null | null |
0021c270
|
x64
|
O2
|
(translation_unit "void FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 param_6)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier 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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 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 ;) (expression_statement "FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);" (call_expression "FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0)" identifier (argument_list "(&local_38,param_2,param_4,param_5,param_6,0)" ( (pointer_expression "&local_38" & identifier) , identifier , identifier , identifier , identifier , number_literal ))) ;) (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_0021b520(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_0021b520(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_0021b520(param_1 + 0x48,puVar1,&local_38);" (call_expression "FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_3 + 0x20) = *(byte *)(param_3 + 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_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_32,_true> * this, uint\n type, Output_data * od, Sized_relobj<32,_true> * relobj, uint shndx, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address)\n\n{\n size_t *psVar1;\n uint uVar2;\n iterator __position;\n Output_reloc<9,_true,_32,_true> *pOVar3;\n long lVar4;\n anon_union_8_4_c82d8563_for_u1_ local_38;\n Sized_relobj<32,_true> *pSStack_30;\n undefined8 local_28;\n uint uStack_20;\n int iStack_1c;\n \n Output_reloc<9,_true,_32,_true>::Output_reloc\n ((Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n 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,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 5;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n 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,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_true> *)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\n" comment comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_32,_true>::add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address)\n\n{\n size_t *psVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address)\n\n{\n size_t" identifier > : : (function_declarator "add_absolute\n (Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_32,_true> *this,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) ))) { 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,_true> *pOVar3;" (update_expression "Output_reloc<9,_true,_32,_true> *pOVar3" (binary_expression "Output_reloc<9,_true,_32,_true> *pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_32,_true" , identifier , identifier , identifier) > (pointer_expression "*pOVar3" * identifier)) --) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ local_38;" type_identifier identifier ;) (expression_statement "Sized_relobj<32,_true> *pSStack_30;" (update_expression "Sized_relobj<32,_true> *pSStack_30" (binary_expression "Sized_relobj<32,_true> *pSStack_30" (binary_expression "Sized_relobj<32" identifier < number_literal) (ERROR ",_true" , 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 ;) (ERROR "Output_reloc<9,_true,_32,_true>::Output_reloc\n ((Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_32,_true>&>\n (&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n 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,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 5;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n 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,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_true> *)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}" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_32,_true" , identifier , identifier , identifier) > (ERROR "::" : :) identifier ( (binary_expression "(Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (assignment_expression "(Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false);\n __position._M_current" (parenthesized_expression "(Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false)" ( (comma_expression "Output_reloc<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true> *)&local_38,type,relobj,shndx,address,false" identifier , (comma_expression "_32,_true> *)&local_38,type,relobj,shndx,address,false" identifier , (comma_expression "_true> *)&local_38,type,relobj,shndx,address,false" (binary_expression "_true> *)&local_38" identifier > (pointer_expression "*)&local_38" * (ERROR ")" )) (pointer_expression "&local_38" & identifier))) , (comma_expression "type,relobj,shndx,address,false" identifier , (comma_expression "relobj,shndx,address,false" identifier , (comma_expression "shndx,address,false" identifier , (comma_expression "address,false" identifier , false)))))))) )) (ERROR ";\n __position" ; identifier) . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (binary_expression "_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9" (binary_expression "_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold" (call_expression "_true>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage)" (field_expression "_true>_>_>\n ._M_impl._M_finish" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) (ERROR ";\n if" ; if) (argument_list "(__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "__position._M_current" identifier . field_identifier) == (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (field_expression "_true>_>_>\n ._M_impl._M_end_of_storage" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ))) (ERROR "{\n std::\n vector" { identifier : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (binary_expression "_true>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9" (binary_expression "_true>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "_true>_>_>\n ::_M_realloc_insert" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier > & (ERROR ">" >) ( (ERROR "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&local_38);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish;\n }\n else {\n 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,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 5;\n if (((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0) {\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n 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,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_true> *)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 }" (comma_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,\n (Output_reloc<9,_true,_32,_true> *)&local_38)" (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier)) , (comma_expression "__position,\n (Output_reloc<9,_true,_32,_true> *)&local_38)" identifier , (parenthesized_expression "(Output_reloc<9,_true,_32,_true> *)&local_38)" ( (comma_expression "Output_reloc<9,_true,_32,_true> *)&local_38" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true> *)&local_38" identifier , (comma_expression "_32,_true> *)&local_38" identifier , (binary_expression "_true> *)&local_38" identifier > (pointer_expression "*)&local_38" * (ERROR ")" )) (pointer_expression "&local_38" & identifier)))))) )))) ; (assignment_expression "pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) : : (comma_expression "Output_reloc<9,_true,_32,_true>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>,_std" identifier , (comma_expression "_32,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>_>_>\n ._M_impl._M_finish" identifier , (comma_expression "_32,_true>_>_>\n ._M_impl._M_finish" identifier , (field_expression "_true>_>_>\n ._M_impl._M_finish" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) ; } else (compound_statement "{\n 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,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = 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,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std::allocator<gold::" (comma_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_32,_true>,_std" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_32,_true>,_std" identifier , (comma_expression "_32,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar3;" (comma_expression "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (comma_expression "_32,_true>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (assignment_expression "_true>_>_>\n ._M_impl._M_finish = pOVar3" (field_expression "_true>_>_>\n ._M_impl._M_finish" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier)))) ;) }) (assignment_expression "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base<gold" (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (cast_expression "(long)pOVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) < identifier)) : : (comma_expression "Output_reloc<9,_true,_32,_true>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>,_std" identifier , (comma_expression "_32,_true>,_std" identifier , (binary_expression "_true>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_32,_true>_>_>\n ._M_impl._M_start >> 5" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_32,_true>_>_>\n ._M_impl._M_start >> 5" identifier , (comma_expression "_32,_true>_>_>\n ._M_impl._M_start >> 5" identifier , (binary_expression "_true>_>_>\n ._M_impl._M_start >> 5" (field_expression "_true>_>_>\n ._M_impl._M_start" (field_expression "_true>_>_>\n ._M_impl" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) >> number_literal)))) ; if (parenthesized_expression "(((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0)" ( (binary_expression "((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)\n == 0" (parenthesized_expression "((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)" ( (binary_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n (this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n 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,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_true> *)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,_true>).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,_true>).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,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "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,_true>).\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,_true>).\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,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_;" (assignment_expression "psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_" identifier = (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic.relative_reloc_count_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_32,_true>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_32,_true" (binary_expression "this->super_Output_data_reloc_base<9" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_true,_32,_true" identifier , (comma_expression "_32,_true" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) ;) (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,_true> *)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,_true> *)0x0))" ( (binary_expression "(iStack_1c != -4) && (pSStack_30 != (Sized_relobj<32,_true> *)0x0))" (parenthesized_expression "(iStack_1c != -4)" ( (binary_expression "iStack_1c != -4" identifier != number_literal) )) && (parenthesized_expression "(pSStack_30 != (Sized_relobj<32,_true> *)0x0))" ( (binary_expression "pSStack_30 != (Sized_relobj<32,_true> *)0x0)" identifier != (parenthesized_expression "(Sized_relobj<32,_true> *)0x0)" ( (comma_expression "Sized_relobj<32,_true> *)0x0" (binary_expression "Sized_relobj<32" identifier < number_literal) , (binary_expression "_true> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) ))) )) (compound_statement "{\n 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 (call_expression "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ; }))
|
(translation_unit "void FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 param_6)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier 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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 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 ;) (expression_statement "FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);" (call_expression "FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0)" identifier (argument_list "(&local_38,param_2,param_4,param_5,param_6,0)" ( (pointer_expression "&local_38" & identifier) , identifier , identifier , identifier , identifier , number_literal ))) ;) (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_0021b520(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_0021b520(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_0021b520(param_1 + 0x48,puVar1,&local_38);" (call_expression "FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_3 + 0x20) = *(byte *)(param_3 + 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_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE 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 ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (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 ") ))) ;) })))
|
(function_definition "void FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" (primitive_type "void") (function_declarator "FUN_0021c270(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 param_6)" (identifier "FUN_0021c270") (parameter_list "(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5\n ,undefined4 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 "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (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 FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 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") (; ";")) (expression_statement "FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);" (call_expression "FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0)" (identifier "FUN_00203f80") (argument_list "(&local_38,param_2,param_4,param_5,param_6,0)" (( "(") (pointer_expression "&local_38" (& "&") (identifier "local_38")) (, ",") (identifier "param_2") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (number_literal "0") () ")"))) (; ";")) (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_0021b520(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_0021b520(param_1 + 0x48,puVar1,&local_38);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" ({ "{") (expression_statement "FUN_0021b520(param_1 + 0x48,puVar1,&local_38);" (call_expression "FUN_0021b520(param_1 + 0x48,puVar1,&local_38)" (identifier "FUN_0021b520") (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_3 + 0x20) = *(byte *)(param_3 + 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_3 + 0x20) = *(byte *)(param_3 + 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_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" (* "*") (cast_expression "(byte *)(param_3 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" (* "*") (cast_expression "(byte *)(param_3 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (| "|") (number_literal "0x10"))) (; ";")) (if_statement "if ((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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x231") (, ",") (string_literal ""set_current_data_size_for_child"" (" """) (string_content "set_current_data_size_for_child") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_32,_true> * this, uint
type, Output_data * od, Sized_relobj<32,_true> * relobj, uint shndx, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_32,_true>::add_absolute
(Output_data_reloc<9,_true,_32,_true> *this,type_1 type,Output_data *od,
var_2<32,_true> *relobj,type_1 shndx,Address address)
{
size_t *psVar1;
type_1 uVar2;
type_2 __position;
var_1<9,_true,_32,_true> *pOVar3;
long lVar4;
type_3 local_38;
var_2<32,_true> *pSStack_30;
type_4 local_28;
type_1 uStack_20;
int iStack_1c;
var_1<9,_true,_32,_true>::var_1
((var_1<9,_true,_32,_true> *)&local_38,type,relobj,shndx,address,false);
__position._M_current =
(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,_true>,_std::allocator<gold::var_1<9,_true,_32,_true>_>_>
._M_impl._M_finish;
if (__position._M_current ==
(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,_true>,_std::allocator<gold::var_1<9,_true,_32,_true>_>_>
._M_impl._M_end_of_storage) {
std::
vector<gold::var_1<9,_true,_32,_true>,_std::allocator<gold::var_1<9,_true,_32,_true>_>_>
::_M_realloc_insert<const_gold::var_1<9,_true,_32,_true>&>
(&(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_,__position,
(var_1<9,_true,_32,_true> *)&local_38);
pOVar3 = (this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,_true>,_std::allocator<gold::var_1<9,_true,_32,_true>_>_>
._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,_true>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,_true>,_std::allocator<gold::var_1<9,_true,_32,_true>_>_>
._M_impl._M_finish = pOVar3;
}
lVar4 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<9,_true,_32,_true>).relocs_.
super__Vector_base<gold::var_1<9,_true,_32,_true>,_std::allocator<gold::var_1<9,_true,_32,_true>_>_>
._M_impl._M_start >> 5;
if (((this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)
== 0) {
(this->super_Output_data_reloc_base<9,_true,_32,_true>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
lVar4 * 8;
od->field_0x20 = od->field_0x20 | 0x10;
if ((uStack_20 & 0x10000000) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<9,_true,_32,_true>).
super_Output_data_reloc_generic.relative_reloc_count_;
*psVar1 = *psVar1 + 1;
}
if ((iStack_1c != -4) && (pSStack_30 != (var_2<32,_true> *)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");
}
| 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: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) 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)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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))))))))
| null |
void MASKED(long param_1,undefined8 param_2,long param_3,undefined8 param_4,undefined4 param_5
,undefined4 param_6)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_38;
long lStack_30;
undefined8 local_28;
uint uStack_20;
int iStack_1c;
FUN_00203f80(&local_38,param_2,param_4,param_5,param_6,0);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_0021b520(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_3 + 0x20) = *(byte *)(param_3 + 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_0017c650("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
|
210_inetutils-telnet_and_inetutils-telnet_strip.c
|
send_docmd
|
FUN_0010aa40
|
int send_docmd(char *name)
{
int iVar1;
iVar1 = send_tncmd(send_do,"do",name);
return iVar1;
}
|
void FUN_0010aa40(undefined8 param_1)
{
FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);
return;
}
|
MOV RDX,RDI
LEA RDI,[0x10d920]
LEA RSI,[0x120352]
JMP 0x0010a7b0
| null | null | null | null |
[('const-1104160', u'PTRSUB_-1206932832'), ('const-1180498', u'COPY_-1206932896'), ('tmp_15', u'CALL_-1206932901'), (u'CALL_-1206932901', u'RETURN_-1206932897'), (u'COPY_-1206932896', u'CALL_-1206932901'), (u'PTRSUB_-1206932832', u'CALL_-1206932901'), ('const-0', u'PTRSUB_-1206932832'), ('const-0', u'RETURN_-1206932897')]
|
[(u'PTRSUB_-1206932831', u'CALL_-1206932901'), ('const-0', u'PTRSUB_-1206932831'), ('tmp_35', u'CALL_-1206932901'), ('const-0', u'PTRSUB_-1206932832'), (u'PTRSUB_-1206932832', u'CALL_-1206932901'), ('const-1104160', u'PTRSUB_-1206932832'), ('const-1180498', u'PTRSUB_-1206932831'), ('const-0', u'RETURN_-1206932897')]
| null | null |
0010aa40
|
x64
|
O2
|
(translation_unit "void FUN_0010aa40(undefined8 param_1)\n\n{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}\n\n" (function_definition "void FUN_0010aa40(undefined8 param_1)\n\n{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0010aa40(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}" { (expression_statement "FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);" (call_expression "FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1)" identifier (argument_list "(FUN_0010d920,&DAT_00120352,param_1)" ( identifier , (pointer_expression "&DAT_00120352" & identifier) , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "int send_docmd(char *name)\n\n{\n int iVar1;\n \n iVar1 = send_tncmd(send_do,"do",name);\n return iVar1;\n}\n\n" (function_definition "int send_docmd(char *name)\n\n{\n int iVar1;\n \n iVar1 = send_tncmd(send_do,"do",name);\n return iVar1;\n}" primitive_type (function_declarator "send_docmd(char *name)" identifier (parameter_list "(char *name)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = send_tncmd(send_do,"do",name);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = send_tncmd(send_do,"do",name);" (assignment_expression "iVar1 = send_tncmd(send_do,"do",name)" identifier = (call_expression "send_tncmd(send_do,"do",name)" identifier (argument_list "(send_do,"do",name)" ( identifier , (string_literal ""do"" " string_content ") , identifier )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "void FUN_0010aa40(undefined8 param_1)\n\n{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}\n\n" (function_definition "void FUN_0010aa40(undefined8 param_1)\n\n{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}" primitive_type (function_declarator "FUN_0010aa40(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}" { (expression_statement "FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);" (call_expression "FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1)" identifier (argument_list "(FUN_0010d920,&DAT_00120352,param_1)" ( identifier , (pointer_expression "&DAT_00120352" & identifier) , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0010aa40(undefined8 param_1)\n\n{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0010aa40(undefined8 param_1)" (identifier "FUN_0010aa40") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);\n return;\n}" ({ "{") (expression_statement "FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);" (call_expression "FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1)" (identifier "FUN_0010a7b0") (argument_list "(FUN_0010d920,&DAT_00120352,param_1)" (( "(") (identifier "FUN_0010d920") (, ",") (pointer_expression "&DAT_00120352" (& "&") (identifier "DAT_00120352")) (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
int function_1(char *name)
{
int iVar1;
iVar1 = var_1(send_do,"do",name);
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1)
{
FUN_0010a7b0(FUN_0010d920,&DAT_00120352,param_1);
return;
}
|
368_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
scan_relocs
|
FUN_00179be0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* (anonymous namespace)::Target_powerpc<32, true>::scan_relocs(gold::Symbol_table*, gold::Layout*,
gold::Sized_relobj_file<32, true>*, unsigned int, unsigned int, unsigned char const*, unsigned
long, gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .cold.2957] */
void (anonymous_namespace)::Target_powerpc<32,true>::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)
{
long unaff_RBP;
int __in_chrg;
__in_chrg = (int)param_2;
if (*(void **)(unaff_RBP + -0x350) != (void *)(*(long *)(unaff_RBP + -0x568) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x350));
}
if (*(int *)(unaff_RBP + -0x370) != 0) {
anon_unknown.dwarf_6a1ea8::Target_powerpc<32,_true>::Track_tls::~Track_tls
((Track_tls *)(unaff_RBP + -0x370),__in_chrg);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00179be0(void)
{
long unaff_RBP;
if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {
FUN_0049e340();
}
if (*(int *)(unaff_RBP + -0x370) != 0) {
FUN_00178bb2(unaff_RBP + -0x370);
}
/* WARNING: Subroutine does not return */
FUN_0052bfb0();
}
|
MOV RAX,qword ptr [RBP + -0x568]
MOV RDI,qword ptr [RBP + -0x350]
ADD RAX,0x10
CMP RDI,RAX
JZ 0x00179bfc
CALL 0x0049e340
CMP dword ptr [RBP + -0x370],0x0
JZ 0x00179c11
LEA RDI,[RBP + -0x370]
CALL 0x00178bb2
MOV RDI,RBX
CALL 0x0052bfb0
| null | null | null | null |
[(u'CAST_-1207395118', u'LOAD_-1207395357'), ('const-433', u'LOAD_-1207395347'), (u'CAST_-1207395102', u'INT_NOTEQUAL_-1207395310'), ('tmp_416', u'INT_ADD_-1207395331'), (u'INT_ADD_-1207395331', u'CAST_-1207395110'), (u'LOAD_-1207395347', u'INT_NOTEQUAL_-1207395310'), ('tmp_153', u'SUBPIECE_-1207395213'), (u'INT_ADD_-1207395284', u'CAST_-1207395087'), ('const-1', u'RETURN_-1207395246'), ('const-16', u'INT_ADD_-1207395319'), ('const--848', u'INT_ADD_-1207395331'), ('const-0', u'INT_NOTEQUAL_-1207395284'), ('tmp_416', u'INT_ADD_-1207395262'), ('const--1384', u'INT_ADD_-1207395341'), (u'INT_ADD_-1207395262', u'CAST_-1207395077'), ('const-0', u'SUBPIECE_-1207395213'), (u'LOAD_-1207395357', u'INT_ADD_-1207395319'), (u'INT_ADD_-1207395319', u'CAST_-1207395102'), ('tmp_416', u'INT_ADD_-1207395284'), (u'LOAD_-1207395347', u'CALL_-1207395302'), (u'INT_NOTEQUAL_-1207395284', u'CBRANCH_-1207395279'), (u'CAST_-1207395077', u'CALL_-1207395263'), ('const-433', u'LOAD_-1207395357'), (u'INT_ADD_-1207395341', u'CAST_-1207395118'), (u'LOAD_-1207395300', u'INT_NOTEQUAL_-1207395284'), ('tmp_114', u'CBRANCH_-1207395279'), ('tmp_416', u'INT_ADD_-1207395341'), (u'MULTIEQUAL_-1207395182', u'CALL_-1207395263'), ('const-433', u'LOAD_-1207395300'), ('tmp_70', u'CBRANCH_-1207395309'), (u'INT_NOTEQUAL_-1207395310', u'CBRANCH_-1207395309'), (u'SUBPIECE_-1207395213', u'MULTIEQUAL_-1207395182'), (u'INDIRECT_-1207395190', u'MULTIEQUAL_-1207395182'), ('const--880', u'INT_ADD_-1207395262'), (u'CAST_-1207395087', u'LOAD_-1207395300'), (u'CALL_-1207395302', u'INDIRECT_-1207395190'), ('const--880', u'INT_ADD_-1207395284'), (u'CAST_-1207395110', u'LOAD_-1207395347')]
|
[('tmp_305', u'INT_ADD_-1207395331'), (u'LOAD_-1207395347', u'INT_NOTEQUAL_-1207395310'), ('const-0', u'INT_NOTEQUAL_-1207395284'), ('const-1', u'RETURN_-1207395246'), ('const-16', u'INT_ADD_-1207395319'), ('const--848', u'INT_ADD_-1207395331'), (u'INT_ADD_-1207395262', u'CALL_-1207395263'), ('const--1384', u'INT_ADD_-1207395341'), (u'INT_ADD_-1207395341', u'CAST_-1207395175'), (u'LOAD_-1207395357', u'INT_ADD_-1207395319'), (u'INT_NOTEQUAL_-1207395284', u'CBRANCH_-1207395279'), (u'CAST_-1207395167', u'LOAD_-1207395347'), ('tmp_305', u'INT_ADD_-1207395341'), ('const-433', u'LOAD_-1207395357'), (u'LOAD_-1207395300', u'INT_NOTEQUAL_-1207395284'), ('tmp_114', u'CBRANCH_-1207395279'), ('tmp_305', u'INT_ADD_-1207395262'), (u'CAST_-1207395175', u'LOAD_-1207395357'), (u'INT_ADD_-1207395331', u'CAST_-1207395167'), ('tmp_70', u'CBRANCH_-1207395309'), (u'INT_NOTEQUAL_-1207395310', u'CBRANCH_-1207395309'), ('const-433', u'LOAD_-1207395300'), (u'INT_ADD_-1207395284', u'CAST_-1207395145'), (u'INT_ADD_-1207395319', u'INT_NOTEQUAL_-1207395310'), ('const-433', u'LOAD_-1207395347'), (u'CAST_-1207395145', u'LOAD_-1207395300'), ('const--880', u'INT_ADD_-1207395262'), ('tmp_305', u'INT_ADD_-1207395284'), ('const--880', u'INT_ADD_-1207395284')]
| null | null |
00179be0
|
x64
|
O2
|
(translation_unit "void FUN_00179be0(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}\n\n" (function_definition "void FUN_00179be0(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}" primitive_type (function_declarator "FUN_00179be0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x350)" * (cast_expression "(long *)(unaff_RBP + -0x350)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x350)" ( (binary_expression "unaff_RBP + -0x350" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x568) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x568)" * (cast_expression "(long *)(unaff_RBP + -0x568)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x568)" ( (binary_expression "unaff_RBP + -0x568" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e340();\n }" { (expression_statement "FUN_0049e340();" (call_expression "FUN_0049e340()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }" if (parenthesized_expression "(*(int *)(unaff_RBP + -0x370) != 0)" ( (binary_expression "*(int *)(unaff_RBP + -0x370) != 0" (pointer_expression "*(int *)(unaff_RBP + -0x370)" * (cast_expression "(int *)(unaff_RBP + -0x370)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x370)" ( (binary_expression "unaff_RBP + -0x370" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00178bb2(unaff_RBP + -0x370);\n }" { (expression_statement "FUN_00178bb2(unaff_RBP + -0x370);" (call_expression "FUN_00178bb2(unaff_RBP + -0x370)" identifier (argument_list "(unaff_RBP + -0x370)" ( (binary_expression "unaff_RBP + -0x370" identifier + number_literal) ))) ;) })) comment (expression_statement "FUN_0052bfb0();" (call_expression "FUN_0052bfb0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* (anonymous namespace)::Target_powerpc<32, true>::scan_relocs(gold::Symbol_table*, gold::Layout*,\n gold::Sized_relobj_file<32, true>*, unsigned int, unsigned int, unsigned char const*, unsigned\n long, gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .cold.2957] */\n\nvoid (anonymous_namespace)::Target_powerpc<32,true>::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 long unaff_RBP;\n int __in_chrg;\n \n __in_chrg = (int)param_2;\n if (*(void **)(unaff_RBP + -0x350) != (void *)(*(long *)(unaff_RBP + -0x568) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x350));\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n anon_unknown.dwarf_6a1ea8::Target_powerpc<32,_true>::Track_tls::~Track_tls\n ((Track_tls *)(unaff_RBP + -0x370),__in_chrg);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment comment (declaration "void (anonymous_namespace)::Target_powerpc<32,true>::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 long unaff_RBP;" primitive_type (parenthesized_declarator "(anonymous_namespace)" ( identifier )) (ERROR "::Target_powerpc<32" : : identifier < number_literal) , (ERROR "true>::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 long" identifier > : : (function_declarator "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)" 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)) ))) { long) identifier ;) (declaration "int __in_chrg;" primitive_type identifier ;) (expression_statement "__in_chrg = (int)param_2;" (assignment_expression "__in_chrg = (int)param_2" identifier = (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (*(void **)(unaff_RBP + -0x350) != (void *)(*(long *)(unaff_RBP + -0x568) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x350));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x350) != (void *)(*(long *)(unaff_RBP + -0x568) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x350) != (void *)(*(long *)(unaff_RBP + -0x568) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x350)" * (cast_expression "(void **)(unaff_RBP + -0x350)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x350)" ( (binary_expression "unaff_RBP + -0x350" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x568) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x568) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x568) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x568)" * (cast_expression "(long *)(unaff_RBP + -0x568)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x568)" ( (binary_expression "unaff_RBP + -0x568" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x350));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x350));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x350))" identifier (argument_list "(*(void **)(unaff_RBP + -0x350))" ( (pointer_expression "*(void **)(unaff_RBP + -0x350)" * (cast_expression "(void **)(unaff_RBP + -0x350)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x350)" ( (binary_expression "unaff_RBP + -0x350" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_RBP + -0x370) != 0) {\n anon_unknown.dwarf_6a1ea8::Target_powerpc<32,_true>::Track_tls::~Track_tls\n ((Track_tls *)(unaff_RBP + -0x370),__in_chrg);\n }" if (parenthesized_expression "(*(int *)(unaff_RBP + -0x370) != 0)" ( (binary_expression "*(int *)(unaff_RBP + -0x370) != 0" (pointer_expression "*(int *)(unaff_RBP + -0x370)" * (cast_expression "(int *)(unaff_RBP + -0x370)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x370)" ( (binary_expression "unaff_RBP + -0x370" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n anon_unknown.dwarf_6a1ea8::Target_powerpc<32,_true>::Track_tls::~Track_tls\n ((Track_tls *)(unaff_RBP + -0x370),__in_chrg);\n }" { (ERROR "anon_unknown.dwarf_6a1ea8::Target_powerpc<32,_true>::Track_tls::" (comma_expression "anon_unknown.dwarf_6a1ea8::Target_powerpc<32,_true>::Track_tls" (binary_expression "anon_unknown.dwarf_6a1ea8::Target_powerpc<32" (field_expression "anon_unknown.dwarf_6a1ea8" identifier . field_identifier) (ERROR "::Target_powerpc" : : identifier) < number_literal) , (binary_expression "_true>::Track_tls" identifier > (ERROR "::" : :) identifier)) : :) (expression_statement "~Track_tls\n ((Track_tls *)(unaff_RBP + -0x370),__in_chrg);" (unary_expression "~Track_tls\n ((Track_tls *)(unaff_RBP + -0x370),__in_chrg)" ~ (call_expression "Track_tls\n ((Track_tls *)(unaff_RBP + -0x370),__in_chrg)" identifier (argument_list "((Track_tls *)(unaff_RBP + -0x370),__in_chrg)" ( (cast_expression "(Track_tls *)(unaff_RBP + -0x370)" ( (type_descriptor "Track_tls *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x370)" ( (binary_expression "unaff_RBP + -0x370" identifier + number_literal) ))) , identifier )))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_00179be0(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n \n FUN_0052bfb0();\n}\n\n" (function_definition "void FUN_00179be0(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n \n FUN_0052bfb0();\n}" primitive_type (function_declarator "FUN_00179be0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n \n FUN_0052bfb0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x350)" * (cast_expression "(long *)(unaff_RBP + -0x350)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x350)" ( (binary_expression "unaff_RBP + -0x350" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x568) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x568)" * (cast_expression "(long *)(unaff_RBP + -0x568)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x568)" ( (binary_expression "unaff_RBP + -0x568" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_0049e340();\n }" { (expression_statement "FUN_0049e340();" (call_expression "FUN_0049e340()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }" if (parenthesized_expression "(*(int *)(unaff_RBP + -0x370) != 0)" ( (binary_expression "*(int *)(unaff_RBP + -0x370) != 0" (pointer_expression "*(int *)(unaff_RBP + -0x370)" * (cast_expression "(int *)(unaff_RBP + -0x370)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x370)" ( (binary_expression "unaff_RBP + -0x370" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00178bb2(unaff_RBP + -0x370);\n }" { (expression_statement "FUN_00178bb2(unaff_RBP + -0x370);" (call_expression "FUN_00178bb2(unaff_RBP + -0x370)" identifier (argument_list "(unaff_RBP + -0x370)" ( (binary_expression "unaff_RBP + -0x370" identifier + number_literal) ))) ;) })) (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 (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) )))) != (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 TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00179be0(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n \n FUN_0052bfb0();\n}" (primitive_type "void") (function_declarator "FUN_00179be0(void)" (identifier "FUN_00179be0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }\n if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }\n \n FUN_0052bfb0();\n}" ({ "{") (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (if_statement "if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {\n FUN_0049e340();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x350)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x350)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x350)" (( "(") (binary_expression "unaff_RBP + -0x350" (identifier "unaff_RBP") (+ "+") (number_literal "-0x350")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x568) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x568)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x568)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x568)" (( "(") (binary_expression "unaff_RBP + -0x568" (identifier "unaff_RBP") (+ "+") (number_literal "-0x568")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e340();\n }" ({ "{") (expression_statement "FUN_0049e340();" (call_expression "FUN_0049e340()" (identifier "FUN_0049e340") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_RBP + -0x370) != 0) {\n FUN_00178bb2(unaff_RBP + -0x370);\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_RBP + -0x370) != 0)" (( "(") (binary_expression "*(int *)(unaff_RBP + -0x370) != 0" (pointer_expression "*(int *)(unaff_RBP + -0x370)" (* "*") (cast_expression "(int *)(unaff_RBP + -0x370)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x370)" (( "(") (binary_expression "unaff_RBP + -0x370" (identifier "unaff_RBP") (+ "+") (number_literal "-0x370")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00178bb2(unaff_RBP + -0x370);\n }" ({ "{") (expression_statement "FUN_00178bb2(unaff_RBP + -0x370);" (call_expression "FUN_00178bb2(unaff_RBP + -0x370)" (identifier "FUN_00178bb2") (argument_list "(unaff_RBP + -0x370)" (( "(") (binary_expression "unaff_RBP + -0x370" (identifier "unaff_RBP") (+ "+") (number_literal "-0x370")) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0052bfb0();" (call_expression "FUN_0052bfb0()" (identifier "FUN_0052bfb0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* (anonymous namespace)::Target_powerpc<32, true>::scan_relocs(gold::Symbol_table*, gold::Layout*,
gold::Sized_relobj_file<32, true>*, unsigned int, unsigned int, unsigned char const*, unsigned
long, gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .cold.2957] */
void (function_1)::Target_powerpc<32,true>::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)
{
long var_1;
int __in_chrg;
__in_chrg = (int)param_2;
if (*(void **)(var_1 + -0x350) != (void *)(*(long *)(var_1 + -0x568) + 0x10)) {
var_2(*(void **)(var_1 + -0x350));
}
if (*(int *)(var_1 + -0x370) != 0) {
anon_unknown.dwarf_6a1ea8::Target_powerpc<32,_true>::var_3::~var_3
((var_3 *)(var_1 + -0x370),__in_chrg);
}
/* WARNING: Subroutine does not return */
var_4();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (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: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_RBP;
if (*(long *)(unaff_RBP + -0x350) != *(long *)(unaff_RBP + -0x568) + 0x10) {
FUN_0049e340();
}
if (*(int *)(unaff_RBP + -0x370) != 0) {
FUN_00178bb2(unaff_RBP + -0x370);
}
/* WARNING: Subroutine does not return */
FUN_0052bfb0();
}
|
54_powerpc64le-linux-gnu-strings_and_powerpc64le-linux-gnu-strings_strip.c
|
bfd_openw
|
bfd_openw
|
void bfd_openw(void)
{
(*(code *)PTR_bfd_openw_001081b0)();
return;
}
|
void bfd_openw(void)
{
(*(code *)PTR_bfd_openw_001081b0)();
return;
}
|
JMP qword ptr [0x001081b0]
| null | null | null | null |
[('tmp_22', u'CAST_-1206967383'), (u'INDIRECT_-1206967388', u'COPY_-1206967447'), (u'CAST_-1206967383', u'CALLIND_-1206967448'), (u'CALLIND_-1206967448', u'INDIRECT_-1206967388'), ('const-0', u'RETURN_-1206967445')]
|
[('tmp_22', u'CAST_-1206967383'), (u'INDIRECT_-1206967388', u'COPY_-1206967447'), (u'CAST_-1206967383', u'CALLIND_-1206967448'), (u'CALLIND_-1206967448', u'INDIRECT_-1206967388'), ('const-0', u'RETURN_-1206967445')]
| null | null |
00102360
|
x64
|
O2
|
(translation_unit "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openw_001081b0)();" (call_expression "(*(code *)PTR_bfd_openw_001081b0)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_001081b0)" ( (pointer_expression "*(code *)PTR_bfd_openw_001081b0" * (cast_expression "(code *)PTR_bfd_openw_001081b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openw_001081b0)();" (call_expression "(*(code *)PTR_bfd_openw_001081b0)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_001081b0)" ( (pointer_expression "*(code *)PTR_bfd_openw_001081b0" * (cast_expression "(code *)PTR_bfd_openw_001081b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}\n\n" (function_definition "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" primitive_type (function_declarator "bfd_openw(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openw_001081b0)();" (call_expression "(*(code *)PTR_bfd_openw_001081b0)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_001081b0)" ( (pointer_expression "*(code *)PTR_bfd_openw_001081b0" * (cast_expression "(code *)PTR_bfd_openw_001081b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_openw(void)\n\n{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openw(void)" (identifier "bfd_openw") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_openw_001081b0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_openw_001081b0)();" (call_expression "(*(code *)PTR_bfd_openw_001081b0)()" (parenthesized_expression "(*(code *)PTR_bfd_openw_001081b0)" (( "(") (pointer_expression "*(code *)PTR_bfd_openw_001081b0" (* "*") (cast_expression "(code *)PTR_bfd_openw_001081b0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_openw_001081b0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_openw_001081b0)();
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_001081b0)();
return;
}
|
212_busybox_and_busybox_strip.c
|
ttyname_r
|
ttyname_r
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ttyname_r(int __fd,char *__buf,size_t __buflen)
{
int iVar1;
iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int ttyname_r(int __fd,char *__buf,size_t __buflen)
{
int iVar1;
iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();
return iVar1;
}
|
JMP qword ptr [0x001c9b58]
| null | null | null | null |
[(u'CAST_-1206927939', u'CALLIND_-1206928008'), (u'INDIRECT_-1206927944', u'COPY_-1206928003'), (u'CALLIND_-1206928008', u'INDIRECT_-1206927944'), ('tmp_44', u'CAST_-1206927939'), ('const-0', u'RETURN_-1206928005'), (u'CALLIND_-1206928008', u'RETURN_-1206928005')]
|
[(u'CAST_-1206927939', u'CALLIND_-1206928008'), (u'INDIRECT_-1206927944', u'COPY_-1206928003'), (u'CALLIND_-1206928008', u'INDIRECT_-1206927944'), ('tmp_44', u'CAST_-1206927939'), ('const-0', u'RETURN_-1206928005'), (u'CALLIND_-1206928008', u'RETURN_-1206928005')]
| null | null |
0010bd70
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint ttyname_r(int __fd,char *__buf,size_t __buflen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}\n\n" comment (function_definition "int ttyname_r(int __fd,char *__buf,size_t __buflen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" primitive_type (function_declarator "ttyname_r(int __fd,char *__buf,size_t __buflen)" identifier (parameter_list "(int __fd,char *__buf,size_t __buflen)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "char *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __buflen" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();" (assignment_expression "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)()" identifier = (call_expression "(*(code *)PTR_ttyname_r_001c9b58)()" (parenthesized_expression "(*(code *)PTR_ttyname_r_001c9b58)" ( (pointer_expression "*(code *)PTR_ttyname_r_001c9b58" * (cast_expression "(code *)PTR_ttyname_r_001c9b58" ( (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 ttyname_r(int __fd,char *__buf,size_t __buflen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}\n\n" comment (function_definition "int ttyname_r(int __fd,char *__buf,size_t __buflen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" primitive_type (function_declarator "ttyname_r(int __fd,char *__buf,size_t __buflen)" identifier (parameter_list "(int __fd,char *__buf,size_t __buflen)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "char *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __buflen" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();" (assignment_expression "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)()" identifier = (call_expression "(*(code *)PTR_ttyname_r_001c9b58)()" (parenthesized_expression "(*(code *)PTR_ttyname_r_001c9b58)" ( (pointer_expression "*(code *)PTR_ttyname_r_001c9b58" * (cast_expression "(code *)PTR_ttyname_r_001c9b58" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int ttyname_r(int __fd,char *__buf,size_t __buflen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}\n\n" (function_definition "int ttyname_r(int __fd,char *__buf,size_t __buflen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" primitive_type (function_declarator "ttyname_r(int __fd,char *__buf,size_t __buflen)" identifier (parameter_list "(int __fd,char *__buf,size_t __buflen)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "char *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __buflen" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();" (assignment_expression "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)()" identifier = (call_expression "(*(code *)PTR_ttyname_r_001c9b58)()" (parenthesized_expression "(*(code *)PTR_ttyname_r_001c9b58)" ( (pointer_expression "*(code *)PTR_ttyname_r_001c9b58" * (cast_expression "(code *)PTR_ttyname_r_001c9b58" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int ttyname_r(int __fd,char *__buf,size_t __buflen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "ttyname_r(int __fd,char *__buf,size_t __buflen)" (identifier "ttyname_r") (parameter_list "(int __fd,char *__buf,size_t __buflen)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "char *__buf" (primitive_type "char") (pointer_declarator "*__buf" (* "*") (identifier "__buf"))) (, ",") (parameter_declaration "size_t __buflen" (primitive_type "size_t") (identifier "__buflen")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)();" (assignment_expression "iVar1 = (*(code *)PTR_ttyname_r_001c9b58)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_ttyname_r_001c9b58)()" (parenthesized_expression "(*(code *)PTR_ttyname_r_001c9b58)" (( "(") (pointer_expression "*(code *)PTR_ttyname_r_001c9b58" (* "*") (cast_expression "(code *)PTR_ttyname_r_001c9b58" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ttyname_r_001c9b58"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __fd,char *__buf,size_t __buflen)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_ttyname_r_001c9b58)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __fd,char *__buf,size_t __buflen)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001c9b58)();
return iVar1;
}
|
7761_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
end
|
FUN_002dee40
|
/* std::wstring::end() const */
long __thiscall std::wstring::end(wstring *this)
{
return *(long *)this + *(long *)(this + 8) * 4;
}
|
long FUN_002dee40(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'CAST_-1204621684', u'LOAD_-1204621757'), (u'LOAD_-1204621757', u'INT_MULT_-1204621716'), (u'INT_ADD_-1204621728', u'COPY_-1204621745'), (u'INT_MULT_-1204621716', u'INT_ADD_-1204621728'), ('const-1', u'PTRADD_-1204621695'), ('const-4', u'INT_MULT_-1204621716'), (u'CAST_-1204621679', u'LOAD_-1204621751'), ('tmp_31', u'PTRADD_-1204621695'), (u'COPY_-1204621745', u'RETURN_-1204621729'), ('const-8', u'PTRADD_-1204621695'), ('tmp_31', u'CAST_-1204621679'), ('const-0', u'RETURN_-1204621729'), ('const-433', u'LOAD_-1204621757'), ('const-433', u'LOAD_-1204621751'), (u'PTRADD_-1204621695', u'CAST_-1204621684'), (u'LOAD_-1204621751', u'INT_ADD_-1204621728')]
|
[(u'LOAD_-1204621757', u'INT_MULT_-1204621716'), (u'INT_ADD_-1204621728', u'COPY_-1204621745'), (u'INT_MULT_-1204621716', u'INT_ADD_-1204621728'), ('tmp_33', u'LOAD_-1204621751'), ('const-8', u'PTRADD_-1204621683'), ('const-433', u'LOAD_-1204621751'), ('const-4', u'INT_MULT_-1204621716'), (u'PTRADD_-1204621683', u'LOAD_-1204621757'), (u'COPY_-1204621745', u'RETURN_-1204621729'), ('const-1', u'PTRADD_-1204621683'), ('const-0', u'RETURN_-1204621729'), ('const-433', u'LOAD_-1204621757'), ('tmp_33', u'PTRADD_-1204621683'), (u'LOAD_-1204621751', u'INT_ADD_-1204621728')]
| null | null |
002dee40
|
x64
|
O2
|
(translation_unit "long FUN_002dee40(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}\n\n" (function_definition "long FUN_002dee40(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_002dee40(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_002dee40(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}\n\n" (function_definition "long FUN_002dee40(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_002dee40(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_002dee40(long *param_1)\n\n{\n return *param_1 + param_1[1] * 4;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_002dee40(long *param_1)" (identifier "FUN_002dee40") (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;
}
|
4562_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
|
local_section_offset
|
FUN_00210920
|
/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_true,_32,_false> * this,
Addend addend) */
Elf_Addr __thiscall
gold::Output_reloc<9,_true,_32,_false>::local_section_offset
(Output_reloc<9,_true,_32,_false> *this,Addend addend)
{
uint shndx;
uint uVar1;
Sized_relobj<32,_false> *pSVar2;
_func_int_varargs *p_Var3;
pointer ppOVar4;
pointer puVar5;
int iVar6;
Output_section *this_00;
undefined4 extraout_var_00;
uint64_t uVar7;
undefined4 extraout_var;
shndx = this->local_sym_index_;
if ((0xfffffffa < shndx - 1) || ((this->field_0x1b & 0x40) == 0)) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x428,"local_section_offset");
}
pSVar2 = (this->u1_).relobj;
p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x18];
if (p_Var3 == Relobj::do_output_section) {
ppOVar4 = (pSVar2->super_Relobj).output_sections_.
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.
_M_impl._M_start;
if ((ulong)((long)(pSVar2->super_Relobj).output_sections_.
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>
._M_impl._M_finish - (long)ppOVar4 >> 3) <= (ulong)shndx) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");
}
this_00 = ppOVar4[shndx];
}
else {
iVar6 = (*p_Var3)(pSVar2,(ulong)shndx);
this_00 = (Output_section *)CONCAT44(extraout_var,iVar6);
}
if (this_00 != (Output_section *)0x0) {
pSVar2 = (this->u1_).relobj;
puVar5 = (pSVar2->section_offsets_).
super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start;
if ((ulong)((long)(pSVar2->section_offsets_).
super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.
_M_finish - (long)puVar5 >> 2) <= (ulong)shndx) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset");
}
uVar1 = puVar5[shndx];
if (uVar1 == 0xffffffff) {
p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];
if (p_Var3 != Sized_relobj<32,_false>::sized_relobj) {
iVar6 = (*p_Var3)();
if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {
uVar7 = Output_section::output_address
(this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);
if ((Elf_Addr)uVar7 != 0xffffffff) {
return (Elf_Addr)uVar7;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");
}
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset");
}
return uVar1 + addend;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x42b,"local_section_offset");
}
|
ulong FUN_00210920(long *param_1,int param_2)
{
uint uVar1;
int iVar2;
long *plVar3;
long lVar4;
long lVar5;
ulong uVar6;
uVar1 = *(uint *)((long)param_1 + 0x14);
if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");
}
plVar3 = (long *)*param_1;
if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {
if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");
}
lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);
}
else {
lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);
}
if (lVar4 != 0) {
param_1 = (long *)*param_1;
if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");
}
iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);
if (iVar2 == -1) {
if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&
(lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {
uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);
if ((int)uVar6 != -1) {
return uVar6;
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");
}
return (ulong)(uint)(iVar2 + param_2);
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");
}
|
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV R12D,dword ptr [RDI + 0x14]
LEA EAX,[R12 + -0x1]
CMP EAX,-0x6
JA 0x00210a44
MOV RBX,RDI
TEST byte ptr [RDI + 0x1b],0x40
JZ 0x00210a44
MOV RDI,qword ptr [RDI]
LEA RDX,[0x175860]
MOV EBP,ESI
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0xc0]
CMP RAX,RDX
JNZ 0x00210a00
MOV RDX,qword ptr [RDI + 0x50]
MOV RAX,qword ptr [RDI + 0x58]
MOV ECX,R12D
SUB RAX,RDX
SAR RAX,0x3
CMP RCX,RAX
JNC 0x00210a8c
MOV R13,qword ptr [RDX + RCX*0x8]
TEST R13,R13
JZ 0x00210a74
MOV RDI,qword ptr [RBX]
MOV EDX,R12D
MOV RAX,qword ptr [RDI + 0xe0]
MOV RSI,qword ptr [RDI + 0xe8]
SUB RSI,RAX
SAR RSI,0x2
CMP RDX,RSI
JNC 0x00210a5c
MOV EAX,dword ptr [RAX + RDX*0x4]
CMP EAX,-0x1
JZ 0x002109d0
ADD EAX,EBP
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
MOV RAX,qword ptr [RDI]
LEA RDX,[0x1a2050]
MOV RAX,qword ptr [RAX + 0x1d8]
CMP RAX,RDX
JNZ 0x00210a10
LEA RDX,[0x34b150]
MOV ESI,0x432
LEA RDI,[0x34a576]
CALL 0x00199900
MOV ESI,R12D
CALL RAX
MOV R13,RAX
JMP 0x00210987
CALL RAX
MOV RSI,RAX
TEST RAX,RAX
JZ 0x002109e6
MOV ECX,EBP
MOV EDX,R12D
MOV RDI,R13
CALL 0x001f4b80
CMP EAX,-0x1
JNZ 0x002109be
LEA RDX,[0x34b150]
MOV ESI,0x434
LEA RDI,[0x34a576]
CALL 0x00199900
LEA RDX,[0x34b150]
MOV ESI,0x428
LEA RDI,[0x34a576]
CALL 0x00199900
LEA RDX,[0x34b4d0]
MOV ESI,0x7f7
LEA RDI,[0x3383ac]
CALL 0x00199900
LEA RDX,[0x34b150]
MOV ESI,0x42b
LEA RDI,[0x34a576]
CALL 0x00199900
LEA RDX,[0x34b4f0]
MOV ESI,0x5c8
LEA RDI,[0x3383ac]
CALL 0x00199900
| null | null | null | null |
[(u'PTRSUB_-1203892994', u'LOAD_-1203893833'), (u'LOAD_-1203893950', u'INT_ZEXT_-1203893364'), (u'CAST_-1203892914', u'INT_LESSEQUAL_-1203893622'), (u'LOAD_-1203893706', u'CAST_-1203892922'), ('tmp_962', u'BRANCH_-1203893376'), (u'LOAD_-1203893717', u'PTRSUB_-1203892962'), (u'LOAD_-1203893833', u'CAST_-1203892975'), ('const-0', u'PTRSUB_-1203893057'), ('const-4', u'PTRADD_-1203892914'), (u'CALLIND_-1203893435', u'INDIRECT_-1203893176'), (u'PTRSUB_-1203892952', u'PTRSUB_-1203892950'), ('const-1064', u'CALL_-1203893288'), ('const-1', u'RETURN_-1203893259'), ('const-24', u'PTRADD_-1203893008'), (u'PTRSUB_-1203893057', u'INT_EQUAL_-1203893841'), (u'INT_SRIGHT_-1203893644', u'CAST_-1203892914'), (u'COPY_-1203892868', u'CALL_-1203893288'), ('const-80', u'PTRSUB_-1203893019'), ('const-0', u'INT_NOTEQUAL_-1203893420'), (u'INT_AND_-1203893880', u'INT_EQUAL_-1203893894'), ('const-4294967295', u'INT_NOTEQUAL_-1203893383'), ('const-0', u'PTRSUB_-1203892926'), ('const-1', u'RETURN_-1203893227'), (u'PTRSUB_-1203893018', u'LOAD_-1203893887'), ('const-1067', u'CALL_-1203893264'), ('tmp_199', u'CBRANCH_-1203893838'), (u'LOAD_-1203893614', u'INT_ADD_-1203893573'), ('const-27', u'PTRSUB_-1203893074'), (u'CAST_-1203892975', u'INT_SUB_-1203893795'), (u'INT_LESSEQUAL_-1203893622', u'CBRANCH_-1203893620'), (u'PTRADD_-1203892914', u'LOAD_-1203893614'), ('const-4294967295', u'INT_EQUAL_-1203893594'), (u'PIECE_-1203893189', u'CAST_-1203892833'), (u'CAST_-1203892833', u'MULTIEQUAL_-1203893211'), ('const-0', u'PTRSUB_-1203892892'), ('const-8', u'PTRSUB_-1203893006'), (u'PTRSUB_-1203892963', u'PTRSUB_-1203892951'), ('const-0', u'PTRSUB_-1203893018'), (u'PTRSUB_-1203893074', u'LOAD_-1203893906'), (u'LOAD_-1203893833', u'PTRADD_-1203892964'), (u'PTRSUB_-1203893021', u'PTRSUB_-1203893019'), (u'CAST_-1203892812', u'INT_NOTEQUAL_-1203893420'), ('const-1', u'RETURN_-1203893291'), ('const-1', u'RETURN_-1203893460'), (u'PTRSUB_-1203892892', u'PTRSUB_-1203892888'), (u'LOAD_-1203893826', u'CAST_-1203892976'), (u'COPY_-1203892889', u'CALL_-1203893352'), ('const-1', u'RETURN_-1203893283'), ('const-2039', u'CALL_-1203893296'), (u'PTRSUB_-1203892950', u'PTRSUB_-1203892948'), (u'LOAD_-1203893864', u'INT_EQUAL_-1203893841'), (u'PTRSUB_-1203893018', u'PTRSUB_-1203893014'), (u'COPY_-1203893019', u'RETURN_-1203893009'), (u'LOAD_-1203893706', u'PTRADD_-1203892914'), (u'INT_NOTEQUAL_-1203893420', u'CBRANCH_-1203893419'), ('const-0', u'INT_EQUAL_-1203893894'), (u'COPY_-1203892848', u'CALL_-1203893296'), ('tmp_109', u'CBRANCH_-1203893917'), ('const-0', u'PTRSUB_-1203893022'), (u'CALL_-1203893399', u'SUBPIECE_-1203893161'), ('const-0', u'PTRSUB_-1203892888'), ('tmp_143', u'CBRANCH_-1203893891'), ('const-433', u'LOAD_-1203893950'), ('const-0', u'PTRSUB_-1203893018'), (u'PTRADD_-1203893008', u'LOAD_-1203893864'), ('const-0', u'PTRSUB_-1203893008'), ('const-0', u'PTRSUB_-1203892947'), (u'CAST_-1203892967', u'INT_LESSEQUAL_-1203893750'), ('const-80', u'PTRSUB_-1203893012'), (u'INT_SRIGHT_-1203893772', u'CAST_-1203892967'), ('const-433', u'LOAD_-1203893534'), ('const-433', u'LOAD_-1203893906'), ('const-2', u'INT_SRIGHT_-1203893644'), (u'PTRSUB_-1203892896', u'PTRSUB_-1203892892'), ('const-1074', u'CALL_-1203893465'), ('const-433', u'LOAD_-1203893870'), ('tmp_1010', u'PTRSUB_-1203892989'), (u'INT_ADD_-1203893573', u'COPY_-1203893317'), (u'COPY_-1203892789', u'CALL_-1203893232'), (u'LOAD_-1203893520', u'INT_NOTEQUAL_-1203893496'), (u'SUBPIECE_-1203893161', u'INT_NOTEQUAL_-1203893383'), ('const-8', u'PTRADD_-1203892964'), (u'CAST_-1203892923', u'INT_SUB_-1203893667'), (u'COPY_-1203892960', u'CALL_-1203893465'), (u'LOAD_-1203893696', u'CAST_-1203892923'), (u'PTRSUB_-1203892947', u'LOAD_-1203893706'), (u'INT_ZEXT_-1203893310', u'PTRADD_-1203892914'), (u'INT_SUB_-1203893243', u'INT_LESS_-1203893909'), (u'INT_ZEXT_-1203893364', u'PTRADD_-1203892964'), (u'COPY_-1203892799', u'CALL_-1203893232'), ('const-0', u'SUBPIECE_-1203893161'), ('const-8', u'PTRSUB_-1203892948'), (u'INT_SUB_-1203893667', u'INT_SRIGHT_-1203893644'), ('tmp_409', u'CBRANCH_-1203893721'), ('const-0', u'PTRSUB_-1203892951'), ('const-8', u'PTRADD_-1203892875'), (u'CALLIND_-1203893435', u'PIECE_-1203893174'), ('const-1', u'INT_SUB_-1203893243'), ('const-433', u'LOAD_-1203893826'), ('const-0', u'PTRSUB_-1203893042'), (u'CAST_-1203892976', u'INT_SUB_-1203893795'), (u'PTRSUB_-1203892942', u'LOAD_-1203893717'), (u'LOAD_-1203893870', u'PTRADD_-1203893008'), ('const-0', u'PTRSUB_-1203892994'), (u'INT_SUB_-1203893795', u'INT_SRIGHT_-1203893772'), (u'INT_NOTEQUAL_-1203893722', u'CBRANCH_-1203893721'), (u'LOAD_-1203893614', u'INT_EQUAL_-1203893594'), (u'INT_ZEXT_-1203893207', u'CALL_-1203893399'), (u'INT_ZEXT_-1203893364', u'INT_LESSEQUAL_-1203893750'), (u'INT_LESSEQUAL_-1203893750', u'CBRANCH_-1203893748'), ('const-0', u'INT_NOTEQUAL_-1203893722'), (u'COPY_-1203892819', u'CALL_-1203893264'), (u'PTRSUB_-1203892951', u'PTRSUB_-1203892947'), (u'INT_LESS_-1203893909', u'CBRANCH_-1203893917'), (u'COPY_-1203892815', u'CALL_-1203893264'), (u'INDIRECT_-1203893176', u'PIECE_-1203893174'), (u'PTRSUB_-1203892926', u'INT_NOTEQUAL_-1203893496'), (u'INT_EQUAL_-1203893841', u'CBRANCH_-1203893838'), (u'PTRSUB_-1203892888', u'LOAD_-1203893534'), ('const-0', u'RETURN_-1203893009'), ('const-64', u'INT_AND_-1203893880'), (u'PTRSUB_-1203893096', u'LOAD_-1203893950'), ('tmp_1011', u'INT_ZEXT_-1203893207'), ('const-0', u'PTRSUB_-1203893014'), (u'LOAD_-1203893717', u'PTRSUB_-1203892896'), ('const-0', u'PTRSUB_-1203892942'), ('tmp_372', u'CBRANCH_-1203893748'), (u'INT_EQUAL_-1203893594', u'CBRANCH_-1203893592'), (u'MULTIEQUAL_-1203893211', u'CALL_-1203893399'), ('const-3', u'INT_SRIGHT_-1203893772'), (u'SUBPIECE_-1203893161', u'COPY_-1203893019'), ('const-433', u'LOAD_-1203893614'), (u'PTRSUB_-1203892962', u'PTRSUB_-1203892963'), ('const-224', u'PTRSUB_-1203892962'), ('const-20', u'PTRSUB_-1203893096'), (u'COPY_-1203893317', u'RETURN_-1203893535'), ('const-0', u'PTRSUB_-1203893063'), ('const-0', u'PTRSUB_-1203892950'), ('tmp_1010', u'PTRSUB_-1203893096'), (u'MULTIEQUAL_-1203893211', u'INT_NOTEQUAL_-1203893722'), (u'CAST_-1203892922', u'INT_SUB_-1203893667'), (u'PTRSUB_-1203892989', u'PTRSUB_-1203892942'), ('const-3453264', u'COPY_-1203892960'), (u'PTRSUB_-1203893014', u'LOAD_-1203893870'), (u'PTRSUB_-1203893012', u'PTRSUB_-1203893010'), (u'PTRSUB_-1203893010', u'PTRSUB_-1203893008'), (u'PTRSUB_-1203893063', u'PTRSUB_-1203893018'), ('tmp_881', u'CBRANCH_-1203893381'), (u'LOAD_-1203893950', u'INT_SUB_-1203893243'), ('const-0', u'RETURN_-1203893535'), (u'COPY_-1203892838', u'CALL_-1203893296'), (u'LOAD_-1203893520', u'CALLIND_-1203893435'), ('tmp_630', u'CBRANCH_-1203893592'), ('const-433', u'LOAD_-1203893520'), (u'LOAD_-1203893717', u'PTRSUB_-1203892954'), ('const-0', u'PTRSUB_-1203892989'), ('const-3376044', u'COPY_-1203892799'), ('const-3450230', u'COPY_-1203892964'), ('const-1712208', u'PTRSUB_-1203892926'), ('const-1529952', u'PTRSUB_-1203893057'), ('const-433', u'LOAD_-1203893864'), (u'PTRSUB_-1203893014', u'PTRSUB_-1203893012'), ('const-0', u'PTRSUB_-1203892896'), ('tmp_1010', u'PTRSUB_-1203893063'), (u'LOAD_-1203893950', u'INT_ZEXT_-1203893165'), (u'LOAD_-1203893906', u'INT_AND_-1203893880'), ('tmp_587', u'CBRANCH_-1203893620'), ('const-0', u'PTRSUB_-1203893014'), ('const-3450230', u'COPY_-1203892893'), ('const-433', u'LOAD_-1203893717'), (u'PTRADD_-1203892964', u'LOAD_-1203893742'), (u'COPY_-1203892864', u'CALL_-1203893288'), ('const-3450230', u'COPY_-1203892868'), ('const-1480', u'CALL_-1203893232'), (u'INT_ZEXT_-1203893310', u'INT_LESSEQUAL_-1203893622'), (u'CAST_-1203892812', u'CALL_-1203893399'), (u'CALLIND_-1203893379', u'PIECE_-1203893189'), ('const-0', u'PTRSUB_-1203893010'), ('const-433', u'LOAD_-1203893833'), (u'PTRADD_-1203892875', u'LOAD_-1203893520'), (u'PTRSUB_-1203893008', u'PTRSUB_-1203893006'), (u'LOAD_-1203893887', u'PTRSUB_-1203893014'), (u'LOAD_-1203893887', u'CALLIND_-1203893379'), ('const-3453264', u'COPY_-1203892889'), (u'PTRSUB_-1203892998', u'PTRSUB_-1203892994'), ('const-433', u'LOAD_-1203893696'), ('const-433', u'LOAD_-1203893706'), ('const-433', u'LOAD_-1203893887'), ('const-8', u'PTRADD_-1203893008'), (u'PTRSUB_-1203893022', u'PTRSUB_-1203892998'), ('const-4294967290', u'INT_LESS_-1203893909'), (u'PTRSUB_-1203892954', u'PTRSUB_-1203892952'), ('const-433', u'LOAD_-1203893742'), (u'LOAD_-1203893742', u'MULTIEQUAL_-1203893211'), (u'PIECE_-1203893174', u'CAST_-1203892812'), (u'COPY_-1203892893', u'CALL_-1203893352'), ('const-3454160', u'COPY_-1203892838'), ('const-0', u'PTRSUB_-1203892952'), ('const-3454192', u'COPY_-1203892789'), (u'LOAD_-1203893864', u'CALLIND_-1203893379'), ('tmp_1010', u'PTRSUB_-1203893074'), (u'PTRSUB_-1203893006', u'LOAD_-1203893826'), ('const-0', u'PTRSUB_-1203892998'), (u'LOAD_-1203893887', u'PTRSUB_-1203893042'), ('const-224', u'PTRSUB_-1203892954'), (u'CALLIND_-1203893379', u'INDIRECT_-1203893191'), (u'INT_NOTEQUAL_-1203893383', u'CBRANCH_-1203893381'), (u'INT_ZEXT_-1203893165', u'CALLIND_-1203893379'), (u'INDIRECT_-1203893191', u'PIECE_-1203893189'), (u'INT_NOTEQUAL_-1203893496', u'CBRANCH_-1203893494'), ('tmp_831', u'CBRANCH_-1203893419'), (u'INT_EQUAL_-1203893894', u'CBRANCH_-1203893891'), (u'LOAD_-1203893534', u'PTRADD_-1203892875'), (u'LOAD_-1203893950', u'INT_ZEXT_-1203893310'), ('const-1076', u'CALL_-1203893352'), ('const-0', u'PTRSUB_-1203893021'), (u'PTRSUB_-1203892948', u'LOAD_-1203893696'), ('const-3453264', u'COPY_-1203892864'), ('const-59', u'PTRADD_-1203892875'), (u'PTRSUB_-1203893019', u'PTRSUB_-1203893022'), ('const-3453264', u'COPY_-1203892815'), (u'PTRSUB_-1203893042', u'PTRSUB_-1203893018'), ('tmp_1011', u'INT_ADD_-1203893573'), ('const-0', u'PTRSUB_-1203892963'), (u'LOAD_-1203893950', u'CALL_-1203893399'), (u'LOAD_-1203893887', u'PTRSUB_-1203893021'), (u'COPY_-1203892964', u'CALL_-1203893465'), ('const-1', u'RETURN_-1203893347'), ('tmp_778', u'CBRANCH_-1203893494'), ('const-3450230', u'COPY_-1203892819'), ('const-3376044', u'COPY_-1203892848')]
|
[('const-3453264', u'COPY_-1203892878'), ('const-2039', u'CALL_-1203893296'), (u'CAST_-1203893081', u'LOAD_-1203893906'), ('const-8', u'PTRADD_-1203893001'), ('const-433', u'LOAD_-1203893826'), (u'CAST_-1203892995', u'PTRADD_-1203893001'), ('const-8', u'INT_MULT_-1203893714'), (u'INT_ADD_-1203893892', u'CAST_-1203893081'), (u'INT_ADD_-1203893848', u'CAST_-1203893054'), ('tmp_372', u'CBRANCH_-1203893748'), (u'PTRSUB_-1203892940', u'INT_NOTEQUAL_-1203893496'), (u'INT_EQUAL_-1203893594', u'CBRANCH_-1203893592'), (u'COPY_-1203892803', u'CALL_-1203893232'), ('tmp_962', u'BRANCH_-1203893376'), ('const-0', u'RETURN_-1203893023'), (u'LOAD_-1203893870', u'INT_ADD_-1203893848'), (u'COPY_-1203892862', u'CALL_-1203893296'), (u'INT_ADD_-1203893573', u'CAST_-1203892948'), ('const-433', u'LOAD_-1203893742'), (u'CAST_-1203893105', u'INT_ADD_-1203893934'), (u'LOAD_-1203893742', u'MULTIEQUAL_-1203893223'), (u'CAST_-1203892967', u'INT_LESSEQUAL_-1203893622'), ('const-0', u'PTRSUB_-1203892940'), (u'CALLIND_-1203893435', u'CALL_-1203893399'), ('const-1', u'RETURN_-1203893259'), (u'INT_SRIGHT_-1203893772', u'CAST_-1203893019'), ('const-3', u'INT_SRIGHT_-1203893772'), (u'CAST_-1203892948', u'INT_ZEXT_-1203893308'), (u'CALLIND_-1203893435', u'INT_NOTEQUAL_-1203893420'), ('const-3450230', u'COPY_-1203892833'), (u'INT_ZEXT_-1203893308', u'COPY_-1203893312'), ('const-3453264', u'COPY_-1203892903'), ('const-3376044', u'COPY_-1203892813'), ('const-0', u'INT_NOTEQUAL_-1203893420'), (u'COPY_-1203892903', u'CALL_-1203893352'), (u'INT_AND_-1203893880', u'INT_EQUAL_-1203893894'), ('const-433', u'LOAD_-1203893887'), (u'MULTIEQUAL_-1203893223', u'INT_NOTEQUAL_-1203893722'), ('const-1', u'RETURN_-1203893227'), (u'LOAD_-1203893696', u'INT_SUB_-1203893667'), ('const-8', u'PTRADD_-1203893044'), ('const-433', u'LOAD_-1203893870'), ('tmp_199', u'CBRANCH_-1203893838'), (u'INT_ADD_-1203893598', u'CAST_-1203892957'), (u'LOAD_-1203893614', u'INT_ADD_-1203893573'), ('const-3453264', u'COPY_-1203892829'), ('const-3454192', u'COPY_-1203892803'), (u'INT_LESSEQUAL_-1203893622', u'CBRANCH_-1203893620'), ('const-433', u'LOAD_-1203893614'), ('tmp_881', u'CBRANCH_-1203893381'), ('const-0', u'RETURN_-1203893535'), (u'INT_ADD_-1203893726', u'CAST_-1203893009'), (u'CAST_-1203892957', u'LOAD_-1203893614'), (u'LOAD_-1203893520', u'CALLIND_-1203893435'), (u'INT_SRIGHT_-1203893644', u'CAST_-1203892967'), (u'INT_ZEXT_-1203893315', u'INT_MULT_-1203893586'), (u'CAST_-1203892917', u'LOAD_-1203893520'), ('tmp_630', u'CBRANCH_-1203893592'), ('tmp_1871', u'CAST_-1203893105'), ('const-3450230', u'COPY_-1203892978'), ('tmp_1965', u'CALL_-1203893399'), (u'CAST_-1203893070', u'CALLIND_-1203893379'), ('const-1', u'RETURN_-1203893291'), ('const-433', u'LOAD_-1203893864'), (u'CAST_-1203893070', u'PTRADD_-1203893044'), ('const-1', u'RETURN_-1203893460'), (u'LOAD_-1203893534', u'INT_ADD_-1203893504'), (u'LOAD_-1203893887', u'CAST_-1203893070'), ('const-3453264', u'COPY_-1203892974'), (u'COPY_-1203892907', u'CALL_-1203893352'), (u'LOAD_-1203893826', u'INT_SUB_-1203893795'), ('const-1', u'RETURN_-1203893283'), (u'COPY_-1203892852', u'CALL_-1203893296'), ('const-1529952', u'PTRSUB_-1203893071'), (u'PTRADD_-1203893044', u'LOAD_-1203893826'), (u'LOAD_-1203893864', u'INT_EQUAL_-1203893841'), ('const-4294967295', u'INT_EQUAL_-1203893594'), (u'COPY_-1203892878', u'CALL_-1203893288'), (u'LOAD_-1203893906', u'INT_AND_-1203893880'), ('tmp_587', u'CBRANCH_-1203893620'), (u'INT_NOTEQUAL_-1203893420', u'CBRANCH_-1203893419'), (u'PTRADD_-1203893001', u'LOAD_-1203893706'), ('const-0', u'INT_EQUAL_-1203893894'), ('const-10', u'PTRADD_-1203893049'), ('tmp_109', u'CBRANCH_-1203893917'), (u'INT_ZEXT_-1203893315', u'INT_LESSEQUAL_-1203893622'), (u'CALL_-1203893399', u'SUBPIECE_-1203893161'), ('const-1480', u'CALL_-1203893232'), ('const-27', u'INT_ADD_-1203893892'), ('const-28', u'PTRADD_-1203893001'), ('const-2', u'INT_SRIGHT_-1203893644'), (u'COPY_-1203892974', u'CALL_-1203893465'), ('const-4294967295', u'INT_NOTEQUAL_-1203893383'), ('tmp_143', u'CBRANCH_-1203893891'), ('const-433', u'LOAD_-1203893696'), ('tmp_1965', u'INT_ADD_-1203893573'), (u'INT_MULT_-1203893586', u'INT_ADD_-1203893598'), (u'INT_MULT_-1203893714', u'INT_ADD_-1203893726'), (u'CAST_-1203892995', u'LOAD_-1203893534'), (u'LOAD_-1203893833', u'INT_ADD_-1203893726'), (u'INT_SUB_-1203893255', u'INT_LESS_-1203893909'), ('const-3376044', u'COPY_-1203892862'), ('const-1', u'INT_SUB_-1203893255'), ('const-20', u'INT_ADD_-1203893934'), ('const-433', u'LOAD_-1203893906'), (u'LOAD_-1203893950', u'CALLIND_-1203893379'), ('const-0', u'SUBPIECE_-1203893161'), ('const-8', u'PTRADD_-1203893049'), (u'INT_ZEXT_-1203893368', u'INT_LESSEQUAL_-1203893750'), ('const-433', u'LOAD_-1203893950'), (u'CAST_-1203893082', u'INT_ADD_-1203893892'), (u'CAST_-1203893019', u'INT_LESSEQUAL_-1203893750'), (u'PTRSUB_-1203893071', u'INT_EQUAL_-1203893841'), (u'LOAD_-1203893717', u'CAST_-1203892995'), (u'CAST_-1203893104', u'LOAD_-1203893950'), (u'PTRADD_-1203892993', u'LOAD_-1203893696'), ('tmp_1871', u'CAST_-1203893082'), (u'PTRADD_-1203893049', u'LOAD_-1203893833'), (u'CAST_-1203893054', u'LOAD_-1203893864'), ('const-433', u'LOAD_-1203893717'), (u'LOAD_-1203893520', u'INT_NOTEQUAL_-1203893496'), (u'SUBPIECE_-1203893161', u'INT_NOTEQUAL_-1203893383'), ('const-192', u'INT_ADD_-1203893848'), (u'LOAD_-1203893950', u'INT_SUB_-1203893255'), ('const-8', u'PTRADD_-1203892993'), ('tmp_1871', u'LOAD_-1203893887'), (u'COPY_-1203892978', u'CALL_-1203893465'), (u'COPY_-1203892882', u'CALL_-1203893288'), (u'INT_SUB_-1203893667', u'INT_SRIGHT_-1203893644'), (u'LOAD_-1203893864', u'CALLIND_-1203893379'), (u'LOAD_-1203893706', u'INT_ADD_-1203893598'), ('tmp_409', u'CBRANCH_-1203893721'), ('const-1067', u'CALL_-1203893264'), ('const-433', u'LOAD_-1203893706'), ('const-472', u'INT_ADD_-1203893504'), (u'CAST_-1203893009', u'LOAD_-1203893742'), ('const-4294967290', u'INT_LESS_-1203893909'), (u'COPY_-1203893312', u'RETURN_-1203893535'), ('const-0', u'PTRSUB_-1203893071'), (u'INT_NOTEQUAL_-1203893383', u'CBRANCH_-1203893381'), ('const-4', u'INT_MULT_-1203893586'), ('const-433', u'LOAD_-1203893833'), (u'LOAD_-1203893833', u'INT_SUB_-1203893795'), (u'LOAD_-1203893950', u'INT_ZEXT_-1203893315'), (u'INT_SUB_-1203893795', u'INT_SRIGHT_-1203893772'), (u'INT_NOTEQUAL_-1203893722', u'CBRANCH_-1203893721'), (u'COPY_-1203892813', u'CALL_-1203893232'), (u'LOAD_-1203893614', u'INT_EQUAL_-1203893594'), (u'INT_NOTEQUAL_-1203893496', u'CBRANCH_-1203893494'), ('tmp_831', u'CBRANCH_-1203893419'), (u'INT_EQUAL_-1203893894', u'CBRANCH_-1203893891'), (u'COPY_-1203892829', u'CALL_-1203893264'), ('const-1712208', u'PTRSUB_-1203892940'), (u'INT_LESSEQUAL_-1203893750', u'CBRANCH_-1203893748'), ('const-3450230', u'COPY_-1203892907'), (u'CAST_-1203893070', u'PTRADD_-1203893049'), (u'INT_ZEXT_-1203893368', u'INT_MULT_-1203893714'), ('const-0', u'INT_NOTEQUAL_-1203893722'), ('const-29', u'PTRADD_-1203892993'), ('const-1074', u'CALL_-1203893465'), (u'COPY_-1203892833', u'CALL_-1203893264'), ('const-3450230', u'COPY_-1203892882'), ('const-3454160', u'COPY_-1203892852'), (u'COPY_-1203893043', u'RETURN_-1203893023'), ('const-433', u'LOAD_-1203893534'), ('const-433', u'LOAD_-1203893520'), (u'INT_LESS_-1203893909', u'CBRANCH_-1203893917'), (u'CAST_-1203892995', u'PTRADD_-1203892993'), (u'INT_ADD_-1203893934', u'CAST_-1203893104'), (u'LOAD_-1203893950', u'CALL_-1203893399'), (u'LOAD_-1203893950', u'INT_ZEXT_-1203893368'), ('tmp_1871', u'LOAD_-1203893717'), ('const-1064', u'CALL_-1203893288'), (u'CALLIND_-1203893379', u'MULTIEQUAL_-1203893223'), ('const-1076', u'CALL_-1203893352'), (u'CALL_-1203893399', u'COPY_-1203893043'), ('const-1', u'RETURN_-1203893347'), ('const-11', u'PTRADD_-1203893044'), ('tmp_778', u'CBRANCH_-1203893494'), (u'CAST_-1203893070', u'LOAD_-1203893870'), (u'LOAD_-1203893706', u'INT_SUB_-1203893667'), (u'INT_EQUAL_-1203893841', u'CBRANCH_-1203893838'), (u'INT_ADD_-1203893504', u'CAST_-1203892917'), (u'MULTIEQUAL_-1203893223', u'CALL_-1203893399'), ('const-64', u'INT_AND_-1203893880')]
| null | null |
00210920
|
x64
|
O2
|
(translation_unit "ulong FUN_00210920(long *param_1,int param_2)\n\n{\n uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}\n\n" (function_definition "ulong FUN_00210920(long *param_1,int param_2)\n\n{\n uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}" type_identifier (function_declarator "FUN_00210920(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 uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x14);" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x14)" identifier = (pointer_expression "*(uint *)((long)param_1 + 0x14)" * (cast_expression "(uint *)((long)param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }" if (parenthesized_expression "((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0))" ( (binary_expression "(0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)" (parenthesized_expression "(0xfffffffa < uVar1 - 1)" ( (binary_expression "0xfffffffa < uVar1 - 1" number_literal < (binary_expression "uVar1 - 1" identifier - number_literal)) )) || (parenthesized_expression "((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)" ( (binary_expression "(*(byte *)((long)param_1 + 0x1b) & 0x40) == 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1b) & 0x40)" ( (binary_expression "*(byte *)((long)param_1 + 0x1b) & 0x40" (pointer_expression "*(byte *)((long)param_1 + 0x1b)" * (cast_expression "(byte *)((long)param_1 + 0x1b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1b)" ( (binary_expression "(long)param_1 + 0x1b" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }" { comment (expression_statement "FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x428,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x428,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) (expression_statement "plVar3 = (long *)*param_1;" (assignment_expression "plVar3 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" if (parenthesized_expression "(*(code **)(*plVar3 + 0xc0) == FUN_00175860)" ( (binary_expression "*(code **)(*plVar3 + 0xc0) == FUN_00175860" (pointer_expression "*(code **)(*plVar3 + 0xc0)" * (cast_expression "(code **)(*plVar3 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar3 + 0xc0)" ( (binary_expression "*plVar3 + 0xc0" (pointer_expression "*plVar3" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }" { (if_statement "if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }" if (parenthesized_expression "((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1)" ( (binary_expression "(ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1" (call_expression "(ulong)(plVar3[0xb] - plVar3[10] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(plVar3[0xb] - plVar3[10] >> 3)" ( (binary_expression "plVar3[0xb] - plVar3[10] >> 3" (binary_expression "plVar3[0xb] - plVar3[10]" (subscript_expression "plVar3[0xb]" identifier [ number_literal ]) - (subscript_expression "plVar3[10]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }" { comment (expression_statement "FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "FUN_00199900("../../gold/object.h",0x5c8,"do_output_section")" identifier (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_output_section"" " string_content ") ))) ;) })) (expression_statement "lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);" (assignment_expression "lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8)" identifier = (pointer_expression "*(long *)(plVar3[10] + (ulong)uVar1 * 8)" * (cast_expression "(long *)(plVar3[10] + (ulong)uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar3[10] + (ulong)uVar1 * 8)" ( (binary_expression "plVar3[10] + (ulong)uVar1 * 8" (subscript_expression "plVar3[10]" identifier [ number_literal ]) + (binary_expression "(ulong)uVar1 * 8" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) }) (else_clause "else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" else (compound_statement "{\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" { (expression_statement "lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);" (assignment_expression "lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1)" identifier = (call_expression "(**(code **)(*plVar3 + 0xc0))(plVar3,uVar1)" (parenthesized_expression "(**(code **)(*plVar3 + 0xc0))" ( (pointer_expression "**(code **)(*plVar3 + 0xc0)" * (pointer_expression "*(code **)(*plVar3 + 0xc0)" * (cast_expression "(code **)(*plVar3 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar3 + 0xc0)" ( (binary_expression "*plVar3 + 0xc0" (pointer_expression "*plVar3" * identifier) + number_literal) ))))) )) (argument_list "(plVar3,uVar1)" ( identifier , identifier )))) ;) }))) (if_statement "if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }" { (expression_statement "param_1 = (long *)*param_1;" (assignment_expression "param_1 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1)" ( (binary_expression "(ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1" (call_expression "(ulong)(param_1[0x1d] - param_1[0x1c] >> 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[0x1d] - param_1[0x1c] >> 2)" ( (binary_expression "param_1[0x1d] - param_1[0x1c] >> 2" (binary_expression "param_1[0x1d] - param_1[0x1c]" (subscript_expression "param_1[0x1d]" identifier [ number_literal ]) - (subscript_expression "param_1[0x1c]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { comment (expression_statement "FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;) })) (expression_statement "iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);" (assignment_expression "iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" identifier = (pointer_expression "*(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" * (cast_expression "(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1c] + (ulong)uVar1 * 4)" ( (binary_expression "param_1[0x1c] + (ulong)uVar1 * 4" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) + (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) (if_statement "if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }" { (if_statement "if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }" if (parenthesized_expression "((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0))" ( (binary_expression "(*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)" (parenthesized_expression "(*(code **)(*param_1 + 0x1d8) != FUN_001a2050)" ( (binary_expression "*(code **)(*param_1 + 0x1d8) != FUN_001a2050" (pointer_expression "*(code **)(*param_1 + 0x1d8)" * (cast_expression "(code **)(*param_1 + 0x1d8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x1d8)" ( (binary_expression "*param_1 + 0x1d8" (pointer_expression "*param_1" * identifier) + number_literal) )))) != identifier) )) && (parenthesized_expression "(lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)" ( (comma_expression "lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0" (assignment_expression "lVar5 = (**(code **)(*param_1 + 0x1d8))()" identifier = (call_expression "(**(code **)(*param_1 + 0x1d8))()" (parenthesized_expression "(**(code **)(*param_1 + 0x1d8))" ( (pointer_expression "**(code **)(*param_1 + 0x1d8)" * (pointer_expression "*(code **)(*param_1 + 0x1d8)" * (cast_expression "(code **)(*param_1 + 0x1d8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x1d8)" ( (binary_expression "*param_1 + 0x1d8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) , (binary_expression "lVar5 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }" { (expression_statement "uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);" (assignment_expression "uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2)" identifier = (call_expression "FUN_001f4b80(lVar4,lVar5,uVar1,param_2)" identifier (argument_list "(lVar4,lVar5,uVar1,param_2)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((int)uVar6 != -1) {\n return uVar6;\n }" if (parenthesized_expression "((int)uVar6 != -1)" ( (binary_expression "(int)uVar6 != -1" (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) (compound_statement "{\n return uVar6;\n }" { (return_statement "return uVar6;" return identifier ;) })) comment (expression_statement "FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x434,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x434,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) comment (expression_statement "FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x432,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x432,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) (return_statement "return (ulong)(uint)(iVar2 + param_2);" return (call_expression "(ulong)(uint)(iVar2 + param_2)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(iVar2 + param_2)" ( (binary_expression "iVar2 + param_2" identifier + identifier) ))) ;) })) comment (expression_statement "FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x42b,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_true,_32,_false> * this,\n Addend addend) */\n\nElf_Addr __thiscall\ngold::Output_reloc<9,_true,_32,_false>::local_section_offset\n (Output_reloc<9,_true,_32,_false> *this,Addend addend)\n\n{\n uint shndx;\n uint uVar1;\n Sized_relobj<32,_false> *pSVar2;\n _func_int_varargs *p_Var3;\n pointer ppOVar4;\n pointer puVar5;\n int iVar6;\n Output_section *this_00;\n undefined4 extraout_var_00;\n uint64_t uVar7;\n undefined4 extraout_var;\n \n shndx = this->local_sym_index_;\n if ((0xfffffffa < shndx - 1) || ((this->field_0x1b & 0x40) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x428,"local_section_offset");\n }\n pSVar2 = (this->u1_).relobj;\n p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x18];\n if (p_Var3 == Relobj::do_output_section) {\n ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n this_00 = ppOVar4[shndx];\n }\n else {\n iVar6 = (*p_Var3)(pSVar2,(ulong)shndx);\n this_00 = (Output_section *)CONCAT44(extraout_var,iVar6);\n }\n if (this_00 != (Output_section *)0x0) {\n pSVar2 = (this->u1_).relobj;\n puVar5 = (pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start;\n if ((ulong)((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n uVar1 = puVar5[shndx];\n if (uVar1 == 0xffffffff) {\n p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];\n if (p_Var3 != Sized_relobj<32,_false>::sized_relobj) {\n iVar6 = (*p_Var3)();\n if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset");\n }\n return uVar1 + addend;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x42b,"local_section_offset");\n}\n\n" comment (declaration "Elf_Addr __thiscall\ngold::Output_reloc<9,_true,_32,_false>::local_section_offset\n (Output_reloc<9,_true,_32,_false> *this,Addend addend)\n\n{\n uint shndx;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::local_section_offset\n (Output_reloc<9,_true,_32,_false> *this,Addend addend)\n\n{\n uint" identifier > : : (function_declarator "local_section_offset\n (Output_reloc<9,_true,_32,_false> *this,Addend addend)" identifier (parameter_list "(Output_reloc<9,_true,_32,_false> *this,Addend addend)" ( (parameter_declaration "Output_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 "Addend addend" type_identifier identifier) ))) { identifier) identifier ;) (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "Sized_relobj<32,_false> *pSVar2;" (update_expression "Sized_relobj<32,_false> *pSVar2" (binary_expression "Sized_relobj<32,_false> *pSVar2" (binary_expression "Sized_relobj<32" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pSVar2" * identifier)) --) ;) (declaration "_func_int_varargs *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "pointer ppOVar4;" type_identifier identifier ;) (declaration "pointer puVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "Output_section *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "undefined4 extraout_var_00;" type_identifier identifier ;) (declaration "uint64_t uVar7;" primitive_type identifier ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (expression_statement "shndx = this->local_sym_index_;" (assignment_expression "shndx = this->local_sym_index_" identifier = (field_expression "this->local_sym_index_" identifier -> field_identifier)) ;) (if_statement "if ((0xfffffffa < shndx - 1) || ((this->field_0x1b & 0x40) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x428,"local_section_offset");\n }" if (parenthesized_expression "((0xfffffffa < shndx - 1) || ((this->field_0x1b & 0x40) == 0))" ( (binary_expression "(0xfffffffa < shndx - 1) || ((this->field_0x1b & 0x40) == 0)" (parenthesized_expression "(0xfffffffa < shndx - 1)" ( (binary_expression "0xfffffffa < shndx - 1" number_literal < (binary_expression "shndx - 1" identifier - number_literal)) )) || (parenthesized_expression "((this->field_0x1b & 0x40) == 0)" ( (binary_expression "(this->field_0x1b & 0x40) == 0" (parenthesized_expression "(this->field_0x1b & 0x40)" ( (binary_expression "this->field_0x1b & 0x40" (field_expression "this->field_0x1b" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x428,"local_section_offset");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x428,"local_section_offset");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x428,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x428,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) (expression_statement "pSVar2 = (this->u1_).relobj;" (assignment_expression "pSVar2 = (this->u1_).relobj" identifier = (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x18];" (assignment_expression "p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x18]" identifier = (subscript_expression "(pSVar2->super_Relobj).super_Object._vptr_Object[0x18]" (field_expression "(pSVar2->super_Relobj).super_Object._vptr_Object" (field_expression "(pSVar2->super_Relobj).super_Object" (parenthesized_expression "(pSVar2->super_Relobj)" ( (field_expression "pSVar2->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var3 == Relobj::do_output_section) {\n ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n this_00 = ppOVar4[shndx];\n }\n else {\n iVar6 = (*p_Var3)(pSVar2,(ulong)shndx);\n this_00 = (Output_section *)CONCAT44(extraout_var,iVar6);\n }" if (parenthesized_expression "(p_Var3 == Relobj::do_output_section)" ( (ERROR "p_Var3 == Relobj::" (binary_expression "p_Var3 == Relobj" identifier == identifier) : :) identifier )) (compound_statement "{\n ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if ((ulong)((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }\n this_00 = ppOVar4[shndx];\n }" { (expression_statement "ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;" (field_expression "ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "ppOVar4 = (pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold" identifier = (binary_expression "(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold" (field_expression "(pSVar2->super_Relobj).output_sections_.\n super__Vector_base" (field_expression "(pSVar2->super_Relobj).output_sections_" (parenthesized_expression "(pSVar2->super_Relobj)" ( (field_expression "pSVar2->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }" if (parenthesized_expression "((ulong)((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3) <= (ulong)shndx)" ( (binary_expression "(ulong)((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3) <= (ulong)shndx" (call_expression "(ulong)((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3)" ( (binary_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4 >> 3" (binary_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish - (long)ppOVar4" (field_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl._M_finish" (field_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n ._M_impl" (binary_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base<gold" (cast_expression "(long)(pSVar2->super_Relobj).output_sections_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(pSVar2->super_Relobj).output_sections_.\n super__Vector_base" (field_expression "(pSVar2->super_Relobj).output_sections_" (parenthesized_expression "(pSVar2->super_Relobj)" ( (field_expression "pSVar2->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)ppOVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) ))) <= (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "do_gold_unreachable("../../gold/object.h",0x5c8,"do_output_section")" identifier (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_output_section"" " string_content ") ))) ;) })) (expression_statement "this_00 = ppOVar4[shndx];" (assignment_expression "this_00 = ppOVar4[shndx]" identifier = (subscript_expression "ppOVar4[shndx]" identifier [ identifier ])) ;) }) (else_clause "else {\n iVar6 = (*p_Var3)(pSVar2,(ulong)shndx);\n this_00 = (Output_section *)CONCAT44(extraout_var,iVar6);\n }" else (compound_statement "{\n iVar6 = (*p_Var3)(pSVar2,(ulong)shndx);\n this_00 = (Output_section *)CONCAT44(extraout_var,iVar6);\n }" { (expression_statement "iVar6 = (*p_Var3)(pSVar2,(ulong)shndx);" (assignment_expression "iVar6 = (*p_Var3)(pSVar2,(ulong)shndx)" identifier = (call_expression "(*p_Var3)(pSVar2,(ulong)shndx)" (parenthesized_expression "(*p_Var3)" ( (pointer_expression "*p_Var3" * identifier) )) (argument_list "(pSVar2,(ulong)shndx)" ( identifier , (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier) )))) ;) (expression_statement "this_00 = (Output_section *)CONCAT44(extraout_var,iVar6);" (assignment_expression "this_00 = (Output_section *)CONCAT44(extraout_var,iVar6)" identifier = (cast_expression "(Output_section *)CONCAT44(extraout_var,iVar6)" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var,iVar6)" identifier (argument_list "(extraout_var,iVar6)" ( identifier , identifier ))))) ;) }))) (if_statement "if (this_00 != (Output_section *)0x0) {\n pSVar2 = (this->u1_).relobj;\n puVar5 = (pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start;\n if ((ulong)((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n uVar1 = puVar5[shndx];\n if (uVar1 == 0xffffffff) {\n p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];\n if (p_Var3 != Sized_relobj<32,_false>::sized_relobj) {\n iVar6 = (*p_Var3)();\n if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset");\n }\n return uVar1 + addend;\n }" if (parenthesized_expression "(this_00 != (Output_section *)0x0)" ( (binary_expression "this_00 != (Output_section *)0x0" identifier != (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pSVar2 = (this->u1_).relobj;\n puVar5 = (pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl._M_start;\n if ((ulong)((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n uVar1 = puVar5[shndx];\n if (uVar1 == 0xffffffff) {\n p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];\n if (p_Var3 != Sized_relobj<32,_false>::sized_relobj) {\n iVar6 = (*p_Var3)();\n if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset");\n }\n return uVar1 + addend;\n }" { (expression_statement "pSVar2 = (this->u1_).relobj;" (assignment_expression "pSVar2 = (this->u1_).relobj" identifier = (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier)) ;) (ERROR "puVar5 = (pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::" (comma_expression "puVar5 = (pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std" (assignment_expression "puVar5 = (pSVar2->section_offsets_).\n super__Vector_base<unsigned_int" identifier = (binary_expression "(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int" (field_expression "(pSVar2->section_offsets_).\n super__Vector_base" (parenthesized_expression "(pSVar2->section_offsets_)" ( (field_expression "pSVar2->section_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<unsigned_int>_>._M_impl._M_start;" (field_expression "allocator<unsigned_int>_>._M_impl._M_start" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2) <= (ulong)shndx) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((ulong)((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2) <= (ulong)shndx)" ( (binary_expression "(ulong)((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2) <= (ulong)shndx" (call_expression "(ulong)((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2)" ( (binary_expression "(long)(pSVar2->section_offsets_).\n super__Vector_base<unsigned_int" (cast_expression "(long)(pSVar2->section_offsets_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(pSVar2->section_offsets_).\n super__Vector_base" (parenthesized_expression "(pSVar2->section_offsets_)" ( (field_expression "pSVar2->section_offsets_" identifier -> field_identifier) )) . field_identifier)) < identifier) , (ERROR "_std::" identifier : :) (binary_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5 >> 2" (binary_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish - (long)puVar5" (field_expression "allocator<unsigned_int>_>._M_impl.\n _M_finish" (field_expression "allocator<unsigned_int>_>._M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) ))) <= (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "do_gold_unreachable("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;) })) (expression_statement "uVar1 = puVar5[shndx];" (assignment_expression "uVar1 = puVar5[shndx]" identifier = (subscript_expression "puVar5[shndx]" identifier [ identifier ])) ;) (if_statement "if (uVar1 == 0xffffffff) {\n p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];\n if (p_Var3 != Sized_relobj<32,_false>::sized_relobj) {\n iVar6 = (*p_Var3)();\n if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset");\n }" if (parenthesized_expression "(uVar1 == 0xffffffff)" ( (binary_expression "uVar1 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];\n if (p_Var3 != Sized_relobj<32,_false>::sized_relobj) {\n iVar6 = (*p_Var3)();\n if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset");\n }" { (expression_statement "p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];" (assignment_expression "p_Var3 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b]" identifier = (subscript_expression "(pSVar2->super_Relobj).super_Object._vptr_Object[0x3b]" (field_expression "(pSVar2->super_Relobj).super_Object._vptr_Object" (field_expression "(pSVar2->super_Relobj).super_Object" (parenthesized_expression "(pSVar2->super_Relobj)" ( (field_expression "pSVar2->super_Relobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var3 != Sized_relobj<32,_false>::sized_relobj) {\n iVar6 = (*p_Var3)();\n if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }\n }" if (parenthesized_expression "(p_Var3 != Sized_relobj<32,_false>::sized_relobj)" ( (comma_expression "p_Var3 != Sized_relobj<32,_false>::sized_relobj" (binary_expression "p_Var3 != Sized_relobj<32" identifier != (binary_expression "Sized_relobj<32" identifier < number_literal)) , (binary_expression "_false>::sized_relobj" identifier > (ERROR "::" : :) identifier)) )) (compound_statement "{\n iVar6 = (*p_Var3)();\n if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }\n }" { (expression_statement "iVar6 = (*p_Var3)();" (assignment_expression "iVar6 = (*p_Var3)()" identifier = (call_expression "(*p_Var3)()" (parenthesized_expression "(*p_Var3)" ( (pointer_expression "*p_Var3" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if ((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0) {\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }" if (parenthesized_expression "((Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0)" ( (binary_expression "(Relobj *)CONCAT44(extraout_var_00,iVar6) != (Relobj *)0x0" (cast_expression "(Relobj *)CONCAT44(extraout_var_00,iVar6)" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var_00,iVar6)" identifier (argument_list "(extraout_var_00,iVar6)" ( identifier , identifier )))) != (cast_expression "(Relobj *)0x0" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar7 = Output_section::output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);\n if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");\n }" { (ERROR "uVar7 = Output_section::" (assignment_expression "uVar7 = Output_section" identifier = identifier) : :) (expression_statement "output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend);" (call_expression "output_address\n (this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend)" identifier (argument_list "(this_00,(Relobj *)CONCAT44(extraout_var_00,iVar6),shndx,(ulong)addend)" ( identifier , (cast_expression "(Relobj *)CONCAT44(extraout_var_00,iVar6)" ( (type_descriptor "Relobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(extraout_var_00,iVar6)" identifier (argument_list "(extraout_var_00,iVar6)" ( identifier , identifier )))) , identifier , (cast_expression "(ulong)addend" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) (if_statement "if ((Elf_Addr)uVar7 != 0xffffffff) {\n return (Elf_Addr)uVar7;\n }" if (parenthesized_expression "((Elf_Addr)uVar7 != 0xffffffff)" ( (binary_expression "(Elf_Addr)uVar7 != 0xffffffff" (cast_expression "(Elf_Addr)uVar7" ( (type_descriptor "Elf_Addr" type_identifier) ) identifier) != number_literal) )) (compound_statement "{\n return (Elf_Addr)uVar7;\n }" { (return_statement "return (Elf_Addr)uVar7;" return (cast_expression "(Elf_Addr)uVar7" ( (type_descriptor "Elf_Addr" type_identifier) ) identifier) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x434,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x434,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) })) comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x432,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x432,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) (return_statement "return uVar1 + addend;" return (binary_expression "uVar1 + addend" identifier + identifier) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x42b,"local_section_offset");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x42b,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x42b,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "ulong FUN_00210920(long *param_1,int param_2)\n\n{\n uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n \n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}\n\n" (function_definition "ulong FUN_00210920(long *param_1,int param_2)\n\n{\n uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n \n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}" type_identifier (function_declarator "FUN_00210920(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 uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n \n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x14);" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x14)" identifier = (pointer_expression "*(uint *)((long)param_1 + 0x14)" * (cast_expression "(uint *)((long)param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (if_statement "if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }" if (parenthesized_expression "((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0))" ( (binary_expression "(0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)" (parenthesized_expression "(0xfffffffa < uVar1 - 1)" ( (binary_expression "0xfffffffa < uVar1 - 1" number_literal < (binary_expression "uVar1 - 1" identifier - number_literal)) )) || (parenthesized_expression "((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)" ( (binary_expression "(*(byte *)((long)param_1 + 0x1b) & 0x40) == 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1b) & 0x40)" ( (binary_expression "*(byte *)((long)param_1 + 0x1b) & 0x40" (pointer_expression "*(byte *)((long)param_1 + 0x1b)" * (cast_expression "(byte *)((long)param_1 + 0x1b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1b)" ( (binary_expression "(long)param_1 + 0x1b" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }" { (expression_statement "FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x428,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x428,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) (expression_statement "plVar3 = (long *)*param_1;" (assignment_expression "plVar3 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" if (parenthesized_expression "(*(code **)(*plVar3 + 0xc0) == FUN_00175860)" ( (binary_expression "*(code **)(*plVar3 + 0xc0) == FUN_00175860" (pointer_expression "*(code **)(*plVar3 + 0xc0)" * (cast_expression "(code **)(*plVar3 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar3 + 0xc0)" ( (binary_expression "*plVar3 + 0xc0" (pointer_expression "*plVar3" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }" { (if_statement "if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }" if (parenthesized_expression "((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1)" ( (binary_expression "(ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1" (call_expression "(ulong)(plVar3[0xb] - plVar3[10] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(plVar3[0xb] - plVar3[10] >> 3)" ( (binary_expression "plVar3[0xb] - plVar3[10] >> 3" (binary_expression "plVar3[0xb] - plVar3[10]" (subscript_expression "plVar3[0xb]" identifier [ number_literal ]) - (subscript_expression "plVar3[10]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }" { (expression_statement "FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "FUN_00199900("../../gold/object.h",0x5c8,"do_output_section")" identifier (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""do_output_section"" " string_content ") ))) ;) })) (expression_statement "lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);" (assignment_expression "lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8)" identifier = (pointer_expression "*(long *)(plVar3[10] + (ulong)uVar1 * 8)" * (cast_expression "(long *)(plVar3[10] + (ulong)uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar3[10] + (ulong)uVar1 * 8)" ( (binary_expression "plVar3[10] + (ulong)uVar1 * 8" (subscript_expression "plVar3[10]" identifier [ number_literal ]) + (binary_expression "(ulong)uVar1 * 8" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) }) (else_clause "else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" else (compound_statement "{\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" { (expression_statement "lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);" (assignment_expression "lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1)" identifier = (call_expression "(**(code **)(*plVar3 + 0xc0))(plVar3,uVar1)" (parenthesized_expression "(**(code **)(*plVar3 + 0xc0))" ( (pointer_expression "**(code **)(*plVar3 + 0xc0)" * (pointer_expression "*(code **)(*plVar3 + 0xc0)" * (cast_expression "(code **)(*plVar3 + 0xc0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar3 + 0xc0)" ( (binary_expression "*plVar3 + 0xc0" (pointer_expression "*plVar3" * identifier) + number_literal) ))))) )) (argument_list "(plVar3,uVar1)" ( identifier , identifier )))) ;) }))) (if_statement "if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }" { (expression_statement "param_1 = (long *)*param_1;" (assignment_expression "param_1 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" if (parenthesized_expression "((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1)" ( (binary_expression "(ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1" (call_expression "(ulong)(param_1[0x1d] - param_1[0x1c] >> 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[0x1d] - param_1[0x1c] >> 2)" ( (binary_expression "param_1[0x1d] - param_1[0x1c] >> 2" (binary_expression "param_1[0x1d] - param_1[0x1c]" (subscript_expression "param_1[0x1d]" identifier [ number_literal ]) - (subscript_expression "param_1[0x1c]" identifier [ number_literal ])) >> number_literal) ))) <= (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) )) (compound_statement "{\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" { (expression_statement "FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset")" identifier (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""get_output_section_offset"" " string_content ") ))) ;) })) (expression_statement "iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);" (assignment_expression "iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" identifier = (pointer_expression "*(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" * (cast_expression "(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x1c] + (ulong)uVar1 * 4)" ( (binary_expression "param_1[0x1c] + (ulong)uVar1 * 4" (subscript_expression "param_1[0x1c]" identifier [ number_literal ]) + (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) (if_statement "if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }" if (parenthesized_expression "(iVar2 == -1)" ( (binary_expression "iVar2 == -1" identifier == number_literal) )) (compound_statement "{\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }" { (if_statement "if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }" if (parenthesized_expression "((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0))" ( (binary_expression "(*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)" (parenthesized_expression "(*(code **)(*param_1 + 0x1d8) != FUN_001a2050)" ( (binary_expression "*(code **)(*param_1 + 0x1d8) != FUN_001a2050" (pointer_expression "*(code **)(*param_1 + 0x1d8)" * (cast_expression "(code **)(*param_1 + 0x1d8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x1d8)" ( (binary_expression "*param_1 + 0x1d8" (pointer_expression "*param_1" * identifier) + number_literal) )))) != identifier) )) && (parenthesized_expression "(lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)" ( (comma_expression "lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0" (assignment_expression "lVar5 = (**(code **)(*param_1 + 0x1d8))()" identifier = (call_expression "(**(code **)(*param_1 + 0x1d8))()" (parenthesized_expression "(**(code **)(*param_1 + 0x1d8))" ( (pointer_expression "**(code **)(*param_1 + 0x1d8)" * (pointer_expression "*(code **)(*param_1 + 0x1d8)" * (cast_expression "(code **)(*param_1 + 0x1d8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x1d8)" ( (binary_expression "*param_1 + 0x1d8" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) , (binary_expression "lVar5 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }" { (expression_statement "uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);" (assignment_expression "uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2)" identifier = (call_expression "FUN_001f4b80(lVar4,lVar5,uVar1,param_2)" identifier (argument_list "(lVar4,lVar5,uVar1,param_2)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((int)uVar6 != -1) {\n return uVar6;\n }" if (parenthesized_expression "((int)uVar6 != -1)" ( (binary_expression "(int)uVar6 != -1" (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier) != number_literal) )) (compound_statement "{\n return uVar6;\n }" { (return_statement "return uVar6;" return identifier ;) })) (expression_statement "FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x434,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x434,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) (expression_statement "FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x432,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x432,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })) (return_statement "return (ulong)(uint)(iVar2 + param_2);" return (call_expression "(ulong)(uint)(iVar2 + param_2)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(iVar2 + param_2)" ( (binary_expression "iVar2 + param_2" identifier + identifier) ))) ;) })) (expression_statement "FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset")" identifier (argument_list "("../../gold/output.cc",0x42b,"local_section_offset")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""local_section_offset"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (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 (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT - LIT)) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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 = (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 { (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) ))) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) ))) <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) != IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != LIT) )) (compound_statement { (return_statement return IDENT ;) })) (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 ") ))) ;) })) (return_statement return (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression IDENT + IDENT) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "ulong FUN_00210920(long *param_1,int param_2)\n\n{\n uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n \n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}" (type_identifier "ulong") (function_declarator "FUN_00210920(long *param_1,int param_2)" (identifier "FUN_00210920") (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 uint uVar1;\n int iVar2;\n long *plVar3;\n long lVar4;\n long lVar5;\n ulong uVar6;\n \n uVar1 = *(uint *)((long)param_1 + 0x14);\n if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }\n plVar3 = (long *)*param_1;\n if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }\n if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }\n \n FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "ulong uVar6;" (type_identifier "ulong") (identifier "uVar6") (; ";")) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x14);" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x14)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)((long)param_1 + 0x14)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (if_statement "if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }" (if "if") (parenthesized_expression "((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0))" (( "(") (binary_expression "(0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)" (parenthesized_expression "(0xfffffffa < uVar1 - 1)" (( "(") (binary_expression "0xfffffffa < uVar1 - 1" (number_literal "0xfffffffa") (< "<") (binary_expression "uVar1 - 1" (identifier "uVar1") (- "-") (number_literal "1"))) () ")")) (|| "||") (parenthesized_expression "((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_1 + 0x1b) & 0x40) == 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1b) & 0x40)" (( "(") (binary_expression "*(byte *)((long)param_1 + 0x1b) & 0x40" (pointer_expression "*(byte *)((long)param_1 + 0x1b)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x1b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1b)" (( "(") (binary_expression "(long)param_1 + 0x1b" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1b")) () ")")))) (& "&") (number_literal "0x40")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x428,"local_section_offset")" (identifier "FUN_00199900") (argument_list "("../../gold/output.cc",0x428,"local_section_offset")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x428") (, ",") (string_literal ""local_section_offset"" (" """) (string_content "local_section_offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "plVar3 = (long *)*param_1;" (assignment_expression "plVar3 = (long *)*param_1" (identifier "plVar3") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }\n else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" (if "if") (parenthesized_expression "(*(code **)(*plVar3 + 0xc0) == FUN_00175860)" (( "(") (binary_expression "*(code **)(*plVar3 + 0xc0) == FUN_00175860" (pointer_expression "*(code **)(*plVar3 + 0xc0)" (* "*") (cast_expression "(code **)(*plVar3 + 0xc0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar3 + 0xc0)" (( "(") (binary_expression "*plVar3 + 0xc0" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (+ "+") (number_literal "0xc0")) () ")")))) (== "==") (identifier "FUN_00175860")) () ")")) (compound_statement "{\n if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }\n lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);\n }" ({ "{") (if_statement "if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }" (if "if") (parenthesized_expression "((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1)" (( "(") (binary_expression "(ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1" (call_expression "(ulong)(plVar3[0xb] - plVar3[10] >> 3)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(plVar3[0xb] - plVar3[10] >> 3)" (( "(") (binary_expression "plVar3[0xb] - plVar3[10] >> 3" (binary_expression "plVar3[0xb] - plVar3[10]" (subscript_expression "plVar3[0xb]" (identifier "plVar3") ([ "[") (number_literal "0xb") (] "]")) (- "-") (subscript_expression "plVar3[10]" (identifier "plVar3") ([ "[") (number_literal "10") (] "]"))) (>> ">>") (number_literal "3")) () ")"))) (<= "<=") (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1"))) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");" (call_expression "FUN_00199900("../../gold/object.h",0x5c8,"do_output_section")" (identifier "FUN_00199900") (argument_list "("../../gold/object.h",0x5c8,"do_output_section")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x5c8") (, ",") (string_literal ""do_output_section"" (" """) (string_content "do_output_section") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);" (assignment_expression "lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(plVar3[10] + (ulong)uVar1 * 8)" (* "*") (cast_expression "(long *)(plVar3[10] + (ulong)uVar1 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar3[10] + (ulong)uVar1 * 8)" (( "(") (binary_expression "plVar3[10] + (ulong)uVar1 * 8" (subscript_expression "plVar3[10]" (identifier "plVar3") ([ "[") (number_literal "10") (] "]")) (+ "+") (binary_expression "(ulong)uVar1 * 8" (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1")) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" (else "else") (compound_statement "{\n lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);\n }" ({ "{") (expression_statement "lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);" (assignment_expression "lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1)" (identifier "lVar4") (= "=") (call_expression "(**(code **)(*plVar3 + 0xc0))(plVar3,uVar1)" (parenthesized_expression "(**(code **)(*plVar3 + 0xc0))" (( "(") (pointer_expression "**(code **)(*plVar3 + 0xc0)" (* "*") (pointer_expression "*(code **)(*plVar3 + 0xc0)" (* "*") (cast_expression "(code **)(*plVar3 + 0xc0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar3 + 0xc0)" (( "(") (binary_expression "*plVar3 + 0xc0" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (+ "+") (number_literal "0xc0")) () ")"))))) () ")")) (argument_list "(plVar3,uVar1)" (( "(") (identifier "plVar3") (, ",") (identifier "uVar1") () ")")))) (; ";")) (} "}")))) (if_statement "if (lVar4 != 0) {\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }" (if "if") (parenthesized_expression "(lVar4 != 0)" (( "(") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n param_1 = (long *)*param_1;\n if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }\n iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);\n if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }\n return (ulong)(uint)(iVar2 + param_2);\n }" ({ "{") (expression_statement "param_1 = (long *)*param_1;" (assignment_expression "param_1 = (long *)*param_1" (identifier "param_1") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" (if "if") (parenthesized_expression "((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1)" (( "(") (binary_expression "(ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1" (call_expression "(ulong)(param_1[0x1d] - param_1[0x1c] >> 2)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_1[0x1d] - param_1[0x1c] >> 2)" (( "(") (binary_expression "param_1[0x1d] - param_1[0x1c] >> 2" (binary_expression "param_1[0x1d] - param_1[0x1c]" (subscript_expression "param_1[0x1d]" (identifier "param_1") ([ "[") (number_literal "0x1d") (] "]")) (- "-") (subscript_expression "param_1[0x1c]" (identifier "param_1") ([ "[") (number_literal "0x1c") (] "]"))) (>> ">>") (number_literal "2")) () ")"))) (<= "<=") (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1"))) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");" (call_expression "FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset")" (identifier "FUN_00199900") (argument_list "("../../gold/object.h",0x7f7,"get_output_section_offset")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x7f7") (, ",") (string_literal ""get_output_section_offset"" (" """) (string_content "get_output_section_offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);" (assignment_expression "iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" (* "*") (cast_expression "(int *)(param_1[0x1c] + (ulong)uVar1 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[0x1c] + (ulong)uVar1 * 4)" (( "(") (binary_expression "param_1[0x1c] + (ulong)uVar1 * 4" (subscript_expression "param_1[0x1c]" (identifier "param_1") ([ "[") (number_literal "0x1c") (] "]")) (+ "+") (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1")) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (iVar2 == -1) {\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }" (if "if") (parenthesized_expression "(iVar2 == -1)" (( "(") (binary_expression "iVar2 == -1" (identifier "iVar2") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }\n \n FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");\n }" ({ "{") (if_statement "if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }" (if "if") (parenthesized_expression "((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0))" (( "(") (binary_expression "(*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&\n (lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)" (parenthesized_expression "(*(code **)(*param_1 + 0x1d8) != FUN_001a2050)" (( "(") (binary_expression "*(code **)(*param_1 + 0x1d8) != FUN_001a2050" (pointer_expression "*(code **)(*param_1 + 0x1d8)" (* "*") (cast_expression "(code **)(*param_1 + 0x1d8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x1d8)" (( "(") (binary_expression "*param_1 + 0x1d8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x1d8")) () ")")))) (!= "!=") (identifier "FUN_001a2050")) () ")")) (&& "&&") (parenthesized_expression "(lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)" (( "(") (comma_expression "lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0" (assignment_expression "lVar5 = (**(code **)(*param_1 + 0x1d8))()" (identifier "lVar5") (= "=") (call_expression "(**(code **)(*param_1 + 0x1d8))()" (parenthesized_expression "(**(code **)(*param_1 + 0x1d8))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x1d8)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x1d8)" (* "*") (cast_expression "(code **)(*param_1 + 0x1d8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x1d8)" (( "(") (binary_expression "*param_1 + 0x1d8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x1d8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (, ",") (binary_expression "lVar5 != 0" (identifier "lVar5") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);\n if ((int)uVar6 != -1) {\n return uVar6;\n }\n \n FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");\n }" ({ "{") (expression_statement "uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);" (assignment_expression "uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2)" (identifier "uVar6") (= "=") (call_expression "FUN_001f4b80(lVar4,lVar5,uVar1,param_2)" (identifier "FUN_001f4b80") (argument_list "(lVar4,lVar5,uVar1,param_2)" (( "(") (identifier "lVar4") (, ",") (identifier "lVar5") (, ",") (identifier "uVar1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if ((int)uVar6 != -1) {\n return uVar6;\n }" (if "if") (parenthesized_expression "((int)uVar6 != -1)" (( "(") (binary_expression "(int)uVar6 != -1" (cast_expression "(int)uVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar6")) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n return uVar6;\n }" ({ "{") (return_statement "return uVar6;" (return "return") (identifier "uVar6") (; ";")) (} "}"))) (expression_statement "FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x434,"local_section_offset")" (identifier "FUN_00199900") (argument_list "("../../gold/output.cc",0x434,"local_section_offset")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x434") (, ",") (string_literal ""local_section_offset"" (" """) (string_content "local_section_offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x432,"local_section_offset")" (identifier "FUN_00199900") (argument_list "("../../gold/output.cc",0x432,"local_section_offset")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x432") (, ",") (string_literal ""local_section_offset"" (" """) (string_content "local_section_offset") (" """)) () ")"))) (; ";")) (} "}"))) (return_statement "return (ulong)(uint)(iVar2 + param_2);" (return "return") (call_expression "(ulong)(uint)(iVar2 + param_2)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "(iVar2 + param_2)" (( "(") (binary_expression "iVar2 + param_2" (identifier "iVar2") (+ "+") (identifier "param_2")) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");" (call_expression "FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset")" (identifier "FUN_00199900") (argument_list "("../../gold/output.cc",0x42b,"local_section_offset")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x42b") (, ",") (string_literal ""local_section_offset"" (" """) (string_content "local_section_offset") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: Elf_Addr local_section_offset(Output_reloc<9,_true,_32,_false> * this,
Addend addend) */
type_1 __thiscall
var_4::Output_reloc<9,_true,_32,var_13>::local_section_offset
(Output_reloc<9,_true,_32,var_13> *this,Addend var_16)
{
type_2 var_2;
type_2 var_11;
var_1<32,var_13> *pSVar2;
type_3 *var_12;
type_4 ppOVar4;
type_4 puVar5;
int iVar6;
type_5 *var_8;
type_6 extraout_var_00;
uint64_t uVar7;
type_6 extraout_var;
var_2 = this->local_sym_index_;
if ((0xfffffffa < var_2 - 1) || ((this->field_0x1b & 0x40) == 0)) {
/* WARNING: Subroutine does not return */
var_3("../../gold/output.cc",0x428,"local_section_offset");
}
pSVar2 = (this->u1_).relobj;
var_12 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x18];
if (var_12 == type_8::do_output_section) {
ppOVar4 = (pSVar2->super_Relobj).output_sections_.
super__Vector_base<var_4::type_5*,var_5::var_9<var_4::type_5*>var_6>.
_M_impl._M_start;
if ((type_7)((long)(pSVar2->super_Relobj).output_sections_.
super__Vector_base<var_4::type_5*,var_5::var_9<var_4::type_5*>var_6>
._M_impl._M_finish - (long)ppOVar4 >> 3) <= (type_7)var_2) {
/* WARNING: Subroutine does not return */
var_3("../../gold/object.h",0x5c8,"do_output_section");
}
var_8 = ppOVar4[var_2];
}
else {
iVar6 = (*var_12)(pSVar2,(type_7)var_2);
var_8 = (type_5 *)var_7(extraout_var,iVar6);
}
if (var_8 != (type_5 *)0x0) {
pSVar2 = (this->u1_).relobj;
puVar5 = (pSVar2->section_offsets_).
super__Vector_base<var_10,var_5::var_9<var_10>var_6>._M_impl._M_start;
if ((type_7)((long)(pSVar2->section_offsets_).
super__Vector_base<var_10,var_5::var_9<var_10>var_6>._M_impl.
_M_finish - (long)puVar5 >> 2) <= (type_7)var_2) {
/* WARNING: Subroutine does not return */
var_3("../../gold/object.h",0x7f7,"get_output_section_offset");
}
var_11 = puVar5[var_2];
if (var_11 == 0xffffffff) {
var_12 = (pSVar2->super_Relobj).super_Object._vptr_Object[0x3b];
if (var_12 != var_1<32,var_13>::var_14) {
iVar6 = (*var_12)();
if ((type_8 *)var_7(extraout_var_00,iVar6) != (type_8 *)0x0) {
uVar7 = type_5::var_15
(var_8,(type_8 *)var_7(extraout_var_00,iVar6),var_2,(type_7)var_16);
if ((type_1)uVar7 != 0xffffffff) {
return (type_1)uVar7;
}
/* WARNING: Subroutine does not return */
var_3("../../gold/output.cc",0x434,"local_section_offset");
}
}
/* WARNING: Subroutine does not return */
var_3("../../gold/output.cc",0x432,"local_section_offset");
}
return var_11 + var_16;
}
/* WARNING: Subroutine does not return */
var_3("../../gold/output.cc",0x42b,"local_section_offset");
}
| 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: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (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 (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (return_statement (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
ulong MASKED(long *param_1,int param_2)
{
uint uVar1;
int iVar2;
long *plVar3;
long lVar4;
long lVar5;
ulong uVar6;
uVar1 = *(uint *)((long)param_1 + 0x14);
if ((0xfffffffa < uVar1 - 1) || ((*(byte *)((long)param_1 + 0x1b) & 0x40) == 0)) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x428,"local_section_offset");
}
plVar3 = (long *)*param_1;
if (*(code **)(*plVar3 + 0xc0) == FUN_00175860) {
if ((ulong)(plVar3[0xb] - plVar3[10] >> 3) <= (ulong)uVar1) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/object.h",0x5c8,"do_output_section");
}
lVar4 = *(long *)(plVar3[10] + (ulong)uVar1 * 8);
}
else {
lVar4 = (**(code **)(*plVar3 + 0xc0))(plVar3,uVar1);
}
if (lVar4 != 0) {
param_1 = (long *)*param_1;
if ((ulong)(param_1[0x1d] - param_1[0x1c] >> 2) <= (ulong)uVar1) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/object.h",0x7f7,"get_output_section_offset");
}
iVar2 = *(int *)(param_1[0x1c] + (ulong)uVar1 * 4);
if (iVar2 == -1) {
if ((*(code **)(*param_1 + 0x1d8) != FUN_001a2050) &&
(lVar5 = (**(code **)(*param_1 + 0x1d8))(), lVar5 != 0)) {
uVar6 = FUN_001f4b80(lVar4,lVar5,uVar1,param_2);
if ((int)uVar6 != -1) {
return uVar6;
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x434,"local_section_offset");
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x432,"local_section_offset");
}
return (ulong)(uint)(iVar2 + param_2);
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x42b,"local_section_offset");
}
|
169_s390x-linux-gnu-strip_and_s390x-linux-gnu-strip_strip.c
|
convert_efi_target
|
FUN_00107290
|
void convert_efi_target(char *efi)
{
int iVar1;
long lVar2;
byte *pbVar3;
byte *pbVar4;
undefined1 in_CF;
undefined1 in_ZF;
efi[0] = 'p';
efi[1] = 'e';
lVar2 = 5;
efi[2] = 'i';
pbVar3 = (byte *)(efi + 4);
pbVar4 = &DAT_0011e004;
do {
if (lVar2 == 0) break;
lVar2 = lVar2 + -1;
in_CF = *pbVar3 < *pbVar4;
in_ZF = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + 1;
pbVar4 = pbVar4 + 1;
} while ((bool)in_ZF);
if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {
efi[5] = '3';
efi[6] = '8';
efi[7] = '6';
}
else {
iVar1 = strcmp(efi + 4,"x86_64");
if (iVar1 == 0) {
efi[7] = '-';
return;
}
}
return;
}
|
void FUN_00107290(undefined2 *param_1)
{
int iVar1;
long lVar2;
byte *pbVar3;
byte *pbVar4;
undefined1 in_CF;
undefined1 in_ZF;
*param_1 = 0x6570;
lVar2 = 5;
*(undefined1 *)(param_1 + 1) = 0x69;
pbVar3 = (byte *)(param_1 + 2);
pbVar4 = &DAT_0011e004;
do {
if (lVar2 == 0) break;
lVar2 = lVar2 + -1;
in_CF = *pbVar3 < *pbVar4;
in_ZF = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + 1;
pbVar4 = pbVar4 + 1;
} while ((bool)in_ZF);
if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {
*(undefined2 *)((long)param_1 + 5) = 0x3833;
*(undefined1 *)((long)param_1 + 7) = 0x36;
}
else {
iVar1 = strcmp((char *)(param_1 + 2),"x86_64");
if (iVar1 == 0) {
*(undefined1 *)((long)param_1 + 7) = 0x2d;
return;
}
}
return;
}
|
MOV EAX,0x6570
PUSH RBX
LEA R8,[RDI + 0x4]
MOV RBX,RDI
MOV word ptr [RDI],AX
MOV ECX,0x5
MOV RSI,R8
MOV byte ptr [RDI + 0x2],0x69
LEA RDI,[0x11e004]
CMPSB.REPE RDI,RSI
SETA DL
SBB DL,0x0
TEST DL,DL
JNZ 0x001072cb
MOV word ptr [RBX + 0x5],0x3833
MOV byte ptr [RBX + 0x7],0x36
POP RBX
RET
LEA RSI,[0x11e009]
MOV RDI,R8
CALL 0x00104460
TEST EAX,EAX
JNZ 0x001072c9
MOV byte ptr [RBX + 0x7],0x2d
POP RBX
RET
| null | null | null | null |
[('const-45', u'STORE_-1206947001'), ('tmp_39', u'CBRANCH_-1206947128'), ('tmp_291', u'PTRADD_-1206946839'), ('const-112', u'STORE_-1206947160'), (u'COPY_-1206946886', u'CALL_-1206947020'), (u'PTRSUB_-1206947076', u'COPY_-1206946918'), ('const-2', u'PTRADD_-1206947084'), ('const-433', u'LOAD_-1206947117'), (u'MULTIEQUAL_-1206946899', u'MULTIEQUAL_-1206946896'), (u'CAST_-1206946842', u'BOOL_NEGATE_-1206946893'), ('const-1', u'PTRADD_-1206947084'), ('const-51', u'STORE_-1206947061'), ('const-1', u'PTRADD_-1206946876'), (u'PTRADD_-1206946941', u'STORE_-1206947001'), ('const-1', u'PTRADD_-1206947065'), ('const-1', u'PTRADD_-1206946839'), ('const-1', u'PTRADD_-1206946941'), (u'PTRADD_-1206946877', u'STORE_-1206947160'), ('const-1', u'PTRADD_-1206947060'), (u'BOOL_NEGATE_-1206946893', u'BOOL_AND_-1206947065'), ('tmp_291', u'PTRADD_-1206946840'), ('const-1', u'PTRADD_-1206946877'), (u'INT_EQUAL_-1206947066', u'CBRANCH_-1206947064'), ('tmp_106', u'CBRANCH_-1206947103'), (u'INT_EQUAL_-1206947102', u'MULTIEQUAL_-1206946891'), ('const-56', u'STORE_-1206946900'), ('const-1171460', u'PTRSUB_-1206947076'), ('const-1', u'PTRADD_-1206946840'), ('const-0', u'INT_EQUAL_-1206947006'), ('const-7', u'PTRADD_-1206946941'), (u'PTRADD_-1206946876', u'STORE_-1206946937'), (u'PTRADD_-1206947060', u'COPY_-1206946912'), (u'COPY_-1206947158', u'MULTIEQUAL_-1206946916'), (u'INT_ADD_-1206947113', u'MULTIEQUAL_-1206946916'), ('const-433', u'STORE_-1206947160'), (u'PTRADD_-1206946992', u'STORE_-1206947052'), (u'CAST_-1206946841', u'BOOL_NEGATE_-1206946892'), (u'MULTIEQUAL_-1206946909', u'LOAD_-1206947117'), (u'COPY_-1206946910', u'MULTIEQUAL_-1206946905'), (u'COPY_-1206946920', u'MULTIEQUAL_-1206946909'), ('const-0', u'PTRSUB_-1206947076'), ('const-0', u'INT_EQUAL_-1206947123'), (u'MULTIEQUAL_-1206946909', u'PTRADD_-1206947060'), (u'MULTIEQUAL_-1206946891', u'MULTIEQUAL_-1206946888'), ('const-105', u'STORE_-1206947144'), (u'INT_LESS_-1206947102', u'MULTIEQUAL_-1206946899'), ('tmp_291', u'PTRADD_-1206946877'), (u'COPY_-1206946912', u'MULTIEQUAL_-1206946909'), (u'COPY_-1206946918', u'MULTIEQUAL_-1206946905'), (u'MULTIEQUAL_-1206946916', u'INT_EQUAL_-1206947123'), (u'MULTIEQUAL_-1206946905', u'LOAD_-1206947119'), ('tmp_585', u'MULTIEQUAL_-1206946891'), ('const-1', u'PTRADD_-1206947109'), ('const-1', u'PTRADD_-1206947060'), (u'MULTIEQUAL_-1206946888', u'CAST_-1206946841'), ('const-4', u'PTRADD_-1206947109'), (u'CAST_-1206946834', u'INT_EQUAL_-1206947066'), ('const-6', u'PTRADD_-1206946839'), ('const-1', u'PTRADD_-1206947065'), ('tmp_257', u'CBRANCH_-1206947004'), ('tmp_291', u'PTRADD_-1206946876'), (u'BOOL_AND_-1206947065', u'INT_EQUAL_-1206947066'), (u'INT_EQUAL_-1206947123', u'CBRANCH_-1206947128'), ('const-1', u'PTRADD_-1206946876'), ('const-433', u'STORE_-1206947052'), ('const-101', u'STORE_-1206946937'), ('const-1', u'PTRADD_-1206946992'), (u'MULTIEQUAL_-1206946896', u'CAST_-1206946834'), ('const-433', u'STORE_-1206947001'), ('const-7', u'PTRADD_-1206946992'), ('const-0', u'RETURN_-1206947033'), (u'INT_EQUAL_-1206947102', u'CAST_-1206946845'), ('const-0', u'RETURN_-1206946982'), (u'MULTIEQUAL_-1206946905', u'PTRADD_-1206947065'), ('tmp_587', u'MULTIEQUAL_-1206946899'), (u'PTRADD_-1206947109', u'CAST_-1206946853'), (u'BOOL_NEGATE_-1206946892', u'BOOL_AND_-1206947065'), ('const-433', u'STORE_-1206946900'), ('const-1171465', u'COPY_-1206946886'), (u'PTRADD_-1206947109', u'CALL_-1206947020'), ('tmp_291', u'PTRADD_-1206946941'), (u'CAST_-1206946845', u'CBRANCH_-1206947103'), ('const-433', u'STORE_-1206946937'), ('const-54', u'STORE_-1206947052'), (u'LOAD_-1206947119', u'INT_LESS_-1206947102'), (u'LOAD_-1206947119', u'INT_EQUAL_-1206947102'), (u'MULTIEQUAL_-1206946916', u'INT_ADD_-1206947113'), ('const-433', u'STORE_-1206947144'), (u'LOAD_-1206947117', u'INT_LESS_-1206947102'), (u'LOAD_-1206947117', u'INT_EQUAL_-1206947102'), (u'PTRADD_-1206946840', u'STORE_-1206947061'), (u'INT_EQUAL_-1206947102', u'MULTIEQUAL_-1206946888'), (u'MULTIEQUAL_-1206946896', u'CAST_-1206946842'), (u'PTRADD_-1206947084', u'STORE_-1206947144'), (u'CAST_-1206946853', u'COPY_-1206946920'), ('tmp_184', u'CBRANCH_-1206947064'), (u'INT_EQUAL_-1206947006', u'CBRANCH_-1206947004'), (u'INT_LESS_-1206947102', u'MULTIEQUAL_-1206946896'), (u'PTRADD_-1206946839', u'STORE_-1206946900'), (u'CALL_-1206947020', u'INT_EQUAL_-1206947006'), ('tmp_291', u'PTRADD_-1206947109'), ('const-0', u'PTRADD_-1206946877'), (u'PTRADD_-1206947065', u'COPY_-1206946910'), ('tmp_291', u'PTRADD_-1206947084'), ('const--1', u'INT_ADD_-1206947113'), ('tmp_291', u'PTRADD_-1206946992'), ('const-433', u'STORE_-1206947061'), ('const-433', u'LOAD_-1206947119'), ('const-5', u'COPY_-1206947158'), ('const-5', u'PTRADD_-1206946840')]
|
[(u'CAST_-1206946861', u'STORE_-1206947144'), ('tmp_585', u'CAST_-1206946800'), ('const-2', u'PTRADD_-1206946884'), ('tmp_39', u'CBRANCH_-1206947128'), (u'COPY_-1206946886', u'CALL_-1206947020'), ('const-433', u'STORE_-1206947160'), (u'PTRADD_-1206947060', u'COPY_-1206946916'), ('const-433', u'LOAD_-1206947117'), (u'MULTIEQUAL_-1206946899', u'MULTIEQUAL_-1206946896'), (u'INT_ADD_-1206947038', u'CAST_-1206946820'), (u'CAST_-1206946800', u'INT_ADD_-1206946987'), ('const-0', u'PTRSUB_-1206947076'), (u'PTRADD_-1206946884', u'CAST_-1206946856'), (u'COPY_-1206946924', u'MULTIEQUAL_-1206946909'), (u'BOOL_NEGATE_-1206946893', u'BOOL_AND_-1206947065'), ('const-54', u'STORE_-1206947052'), (u'INT_EQUAL_-1206947066', u'CBRANCH_-1206947064'), ('const-1', u'PTRADD_-1206947065'), ('tmp_106', u'CBRANCH_-1206947103'), (u'INT_EQUAL_-1206947102', u'MULTIEQUAL_-1206946891'), ('const-0', u'INT_EQUAL_-1206947006'), (u'INT_ADD_-1206947047', u'CAST_-1206946828'), (u'CAST_-1206946845', u'BOOL_NEGATE_-1206946893'), (u'COPY_-1206947158', u'MULTIEQUAL_-1206946916'), ('tmp_590', u'MULTIEQUAL_-1206946899'), (u'INT_ADD_-1206947113', u'MULTIEQUAL_-1206946916'), ('tmp_588', u'MULTIEQUAL_-1206946891'), (u'CAST_-1206946821', u'INT_ADD_-1206947038'), (u'PTRADD_-1206946865', u'CAST_-1206946861'), ('const-433', u'STORE_-1206947052'), (u'MULTIEQUAL_-1206946909', u'LOAD_-1206947117'), ('const-433', u'STORE_-1206947001'), (u'CAST_-1206946810', u'CALL_-1206947020'), ('const-1171465', u'COPY_-1206946886'), (u'INT_ADD_-1206946987', u'CAST_-1206946799'), ('const-0', u'INT_EQUAL_-1206947123'), (u'MULTIEQUAL_-1206946909', u'PTRADD_-1206947060'), (u'MULTIEQUAL_-1206946896', u'CAST_-1206946845'), (u'MULTIEQUAL_-1206946891', u'MULTIEQUAL_-1206946888'), (u'INT_LESS_-1206947102', u'MULTIEQUAL_-1206946899'), ('const-14387', u'STORE_-1206947061'), ('tmp_585', u'CAST_-1206946821'), ('const-1', u'PTRADD_-1206946865'), ('const-1', u'PTRADD_-1206947060'), (u'MULTIEQUAL_-1206946916', u'INT_EQUAL_-1206947123'), ('const-105', u'STORE_-1206947144'), (u'MULTIEQUAL_-1206946905', u'LOAD_-1206947119'), (u'MULTIEQUAL_-1206946896', u'CAST_-1206946837'), ('const-25968', u'STORE_-1206947160'), ('const-433', u'STORE_-1206947061'), ('const-1', u'PTRADD_-1206947060'), ('const-433', u'STORE_-1206947144'), (u'CAST_-1206946828', u'STORE_-1206947061'), ('const-2', u'PTRADD_-1206946865'), ('const-2', u'PTRADD_-1206946884'), ('const-1', u'PTRADD_-1206947065'), ('const-433', u'LOAD_-1206947119'), ('tmp_257', u'CBRANCH_-1206947004'), (u'CAST_-1206946844', u'BOOL_NEGATE_-1206946892'), (u'BOOL_AND_-1206947065', u'INT_EQUAL_-1206947066'), ('const-5', u'INT_ADD_-1206947047'), ('const-7', u'INT_ADD_-1206947038'), (u'COPY_-1206946914', u'MULTIEQUAL_-1206946905'), ('const-7', u'INT_ADD_-1206946987'), (u'INT_EQUAL_-1206947123', u'CBRANCH_-1206947128'), (u'CAST_-1206946848', u'CBRANCH_-1206947103'), (u'CAST_-1206946856', u'COPY_-1206946924'), ('tmp_585', u'STORE_-1206947160'), ('const-0', u'RETURN_-1206947033'), ('const-0', u'RETURN_-1206946982'), (u'MULTIEQUAL_-1206946905', u'PTRADD_-1206947065'), (u'PTRADD_-1206946884', u'CAST_-1206946810'), (u'BOOL_NEGATE_-1206946892', u'BOOL_AND_-1206947065'), ('tmp_585', u'PTRADD_-1206946865'), (u'LOAD_-1206947119', u'INT_LESS_-1206947102'), (u'LOAD_-1206947119', u'INT_EQUAL_-1206947102'), (u'COPY_-1206946922', u'MULTIEQUAL_-1206946905'), (u'MULTIEQUAL_-1206946916', u'INT_ADD_-1206947113'), (u'LOAD_-1206947117', u'INT_EQUAL_-1206947102'), (u'LOAD_-1206947117', u'INT_LESS_-1206947102'), (u'INT_EQUAL_-1206947102', u'MULTIEQUAL_-1206946888'), (u'PTRADD_-1206947065', u'COPY_-1206946914'), (u'CAST_-1206946820', u'STORE_-1206947052'), (u'COPY_-1206946916', u'MULTIEQUAL_-1206946909'), (u'INT_EQUAL_-1206947102', u'CAST_-1206946848'), ('const-1171460', u'PTRSUB_-1206947076'), ('tmp_184', u'CBRANCH_-1206947064'), (u'INT_EQUAL_-1206947006', u'CBRANCH_-1206947004'), (u'INT_LESS_-1206947102', u'MULTIEQUAL_-1206946896'), ('const--1', u'INT_ADD_-1206947113'), (u'CAST_-1206946799', u'STORE_-1206947001'), (u'PTRSUB_-1206947076', u'COPY_-1206946922'), ('tmp_585', u'CAST_-1206946829'), (u'CALL_-1206947020', u'INT_EQUAL_-1206947006'), (u'CAST_-1206946837', u'INT_EQUAL_-1206947066'), (u'MULTIEQUAL_-1206946888', u'CAST_-1206946844'), (u'CAST_-1206946829', u'INT_ADD_-1206947047'), ('tmp_585', u'PTRADD_-1206946884'), ('const-45', u'STORE_-1206947001'), ('const-5', u'COPY_-1206947158')]
| null | null |
00107290
|
x64
|
O2
|
(translation_unit "void FUN_00107290(undefined2 *param_1)\n\n{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00107290(undefined2 *param_1)\n\n{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00107290(undefined2 *param_1)" identifier (parameter_list "(undefined2 *param_1)" ( (parameter_declaration "undefined2 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined1 in_CF;" type_identifier identifier ;) (declaration "undefined1 in_ZF;" type_identifier identifier ;) (expression_statement "*param_1 = 0x6570;" (assignment_expression "*param_1 = 0x6570" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "lVar2 = 5;" (assignment_expression "lVar2 = 5" identifier = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 1) = 0x69;" (assignment_expression "*(undefined1 *)(param_1 + 1) = 0x69" (pointer_expression "*(undefined1 *)(param_1 + 1)" * (cast_expression "(undefined1 *)(param_1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pbVar3 = (byte *)(param_1 + 2);" (assignment_expression "pbVar3 = (byte *)(param_1 + 2)" identifier = (cast_expression "(byte *)(param_1 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "pbVar4 = &DAT_0011e004;" (assignment_expression "pbVar4 = &DAT_0011e004" identifier = (pointer_expression "&DAT_0011e004" & identifier)) ;) (do_statement "do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);" do (compound_statement "{\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n }" { (if_statement "if (lVar2 == 0) break;" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = lVar2 + -1;" (assignment_expression "lVar2 = lVar2 + -1" identifier = (binary_expression "lVar2 + -1" identifier + number_literal)) ;) (expression_statement "in_CF = *pbVar3 < *pbVar4;" (assignment_expression "in_CF = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "in_ZF = *pbVar3 == *pbVar4;" (assignment_expression "in_ZF = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + 1;" (assignment_expression "pbVar3 = pbVar3 + 1" identifier = (binary_expression "pbVar3 + 1" identifier + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((bool)in_ZF)" ( (cast_expression "(bool)in_ZF" ( (type_descriptor "bool" primitive_type) ) identifier) )) ;) (if_statement "if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" if (parenthesized_expression "((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF)" ( (binary_expression "(!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF" (parenthesized_expression "(!(bool)in_CF && !(bool)in_ZF)" ( (binary_expression "!(bool)in_CF && !(bool)in_ZF" (unary_expression "!(bool)in_CF" ! (cast_expression "(bool)in_CF" ( (type_descriptor "bool" primitive_type) ) identifier)) && (unary_expression "!(bool)in_ZF" ! (cast_expression "(bool)in_ZF" ( (type_descriptor "bool" primitive_type) ) identifier))) )) == (cast_expression "(bool)in_CF" ( (type_descriptor "bool" primitive_type) ) identifier)) )) (compound_statement "{\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }" { (expression_statement "*(undefined2 *)((long)param_1 + 5) = 0x3833;" (assignment_expression "*(undefined2 *)((long)param_1 + 5) = 0x3833" (pointer_expression "*(undefined2 *)((long)param_1 + 5)" * (cast_expression "(undefined2 *)((long)param_1 + 5)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 5)" ( (binary_expression "(long)param_1 + 5" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((long)param_1 + 7) = 0x36;" (assignment_expression "*(undefined1 *)((long)param_1 + 7) = 0x36" (pointer_expression "*(undefined1 *)((long)param_1 + 7)" * (cast_expression "(undefined1 *)((long)param_1 + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 7)" ( (binary_expression "(long)param_1 + 7" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" else (compound_statement "{\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" { (expression_statement "iVar1 = strcmp((char *)(param_1 + 2),"x86_64");" (assignment_expression "iVar1 = strcmp((char *)(param_1 + 2),"x86_64")" identifier = (call_expression "strcmp((char *)(param_1 + 2),"x86_64")" identifier (argument_list "((char *)(param_1 + 2),"x86_64")" ( (cast_expression "(char *)(param_1 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) , (string_literal ""x86_64"" " string_content ") )))) ;) (if_statement "if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }" { (expression_statement "*(undefined1 *)((long)param_1 + 7) = 0x2d;" (assignment_expression "*(undefined1 *)((long)param_1 + 7) = 0x2d" (pointer_expression "*(undefined1 *)((long)param_1 + 7)" * (cast_expression "(undefined1 *)((long)param_1 + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 7)" ( (binary_expression "(long)param_1 + 7" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) }))) (return_statement "return;" return ;) })))
|
(translation_unit "void convert_efi_target(char *efi)\n\n{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n efi[0] = 'p';\n efi[1] = 'e';\n lVar2 = 5;\n efi[2] = 'i';\n pbVar3 = (byte *)(efi + 4);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n efi[5] = '3';\n efi[6] = '8';\n efi[7] = '6';\n }\n else {\n iVar1 = strcmp(efi + 4,"x86_64");\n if (iVar1 == 0) {\n efi[7] = '-';\n return;\n }\n }\n return;\n}\n\n" (function_definition "void convert_efi_target(char *efi)\n\n{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n efi[0] = 'p';\n efi[1] = 'e';\n lVar2 = 5;\n efi[2] = 'i';\n pbVar3 = (byte *)(efi + 4);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n efi[5] = '3';\n efi[6] = '8';\n efi[7] = '6';\n }\n else {\n iVar1 = strcmp(efi + 4,"x86_64");\n if (iVar1 == 0) {\n efi[7] = '-';\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "convert_efi_target(char *efi)" identifier (parameter_list "(char *efi)" ( (parameter_declaration "char *efi" primitive_type (pointer_declarator "*efi" * identifier)) ))) (compound_statement "{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n efi[0] = 'p';\n efi[1] = 'e';\n lVar2 = 5;\n efi[2] = 'i';\n pbVar3 = (byte *)(efi + 4);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n efi[5] = '3';\n efi[6] = '8';\n efi[7] = '6';\n }\n else {\n iVar1 = strcmp(efi + 4,"x86_64");\n if (iVar1 == 0) {\n efi[7] = '-';\n return;\n }\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined1 in_CF;" type_identifier identifier ;) (declaration "undefined1 in_ZF;" type_identifier identifier ;) (expression_statement "efi[0] = 'p';" (assignment_expression "efi[0] = 'p'" (subscript_expression "efi[0]" identifier [ number_literal ]) = (char_literal "'p'" ' character ')) ;) (expression_statement "efi[1] = 'e';" (assignment_expression "efi[1] = 'e'" (subscript_expression "efi[1]" identifier [ number_literal ]) = (char_literal "'e'" ' character ')) ;) (expression_statement "lVar2 = 5;" (assignment_expression "lVar2 = 5" identifier = number_literal) ;) (expression_statement "efi[2] = 'i';" (assignment_expression "efi[2] = 'i'" (subscript_expression "efi[2]" identifier [ number_literal ]) = (char_literal "'i'" ' character ')) ;) (expression_statement "pbVar3 = (byte *)(efi + 4);" (assignment_expression "pbVar3 = (byte *)(efi + 4)" identifier = (cast_expression "(byte *)(efi + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(efi + 4)" ( (binary_expression "efi + 4" identifier + number_literal) )))) ;) (expression_statement "pbVar4 = &DAT_0011e004;" (assignment_expression "pbVar4 = &DAT_0011e004" identifier = (pointer_expression "&DAT_0011e004" & identifier)) ;) (do_statement "do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);" do (compound_statement "{\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n }" { (if_statement "if (lVar2 == 0) break;" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = lVar2 + -1;" (assignment_expression "lVar2 = lVar2 + -1" identifier = (binary_expression "lVar2 + -1" identifier + number_literal)) ;) (expression_statement "in_CF = *pbVar3 < *pbVar4;" (assignment_expression "in_CF = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "in_ZF = *pbVar3 == *pbVar4;" (assignment_expression "in_ZF = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + 1;" (assignment_expression "pbVar3 = pbVar3 + 1" identifier = (binary_expression "pbVar3 + 1" identifier + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((bool)in_ZF)" ( (cast_expression "(bool)in_ZF" ( (type_descriptor "bool" primitive_type) ) identifier) )) ;) (if_statement "if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n efi[5] = '3';\n efi[6] = '8';\n efi[7] = '6';\n }\n else {\n iVar1 = strcmp(efi + 4,"x86_64");\n if (iVar1 == 0) {\n efi[7] = '-';\n return;\n }\n }" if (parenthesized_expression "((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF)" ( (binary_expression "(!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF" (parenthesized_expression "(!(bool)in_CF && !(bool)in_ZF)" ( (binary_expression "!(bool)in_CF && !(bool)in_ZF" (unary_expression "!(bool)in_CF" ! (cast_expression "(bool)in_CF" ( (type_descriptor "bool" primitive_type) ) identifier)) && (unary_expression "!(bool)in_ZF" ! (cast_expression "(bool)in_ZF" ( (type_descriptor "bool" primitive_type) ) identifier))) )) == (cast_expression "(bool)in_CF" ( (type_descriptor "bool" primitive_type) ) identifier)) )) (compound_statement "{\n efi[5] = '3';\n efi[6] = '8';\n efi[7] = '6';\n }" { (expression_statement "efi[5] = '3';" (assignment_expression "efi[5] = '3'" (subscript_expression "efi[5]" identifier [ number_literal ]) = (char_literal "'3'" ' character ')) ;) (expression_statement "efi[6] = '8';" (assignment_expression "efi[6] = '8'" (subscript_expression "efi[6]" identifier [ number_literal ]) = (char_literal "'8'" ' character ')) ;) (expression_statement "efi[7] = '6';" (assignment_expression "efi[7] = '6'" (subscript_expression "efi[7]" identifier [ number_literal ]) = (char_literal "'6'" ' character ')) ;) }) (else_clause "else {\n iVar1 = strcmp(efi + 4,"x86_64");\n if (iVar1 == 0) {\n efi[7] = '-';\n return;\n }\n }" else (compound_statement "{\n iVar1 = strcmp(efi + 4,"x86_64");\n if (iVar1 == 0) {\n efi[7] = '-';\n return;\n }\n }" { (expression_statement "iVar1 = strcmp(efi + 4,"x86_64");" (assignment_expression "iVar1 = strcmp(efi + 4,"x86_64")" identifier = (call_expression "strcmp(efi + 4,"x86_64")" identifier (argument_list "(efi + 4,"x86_64")" ( (binary_expression "efi + 4" identifier + number_literal) , (string_literal ""x86_64"" " string_content ") )))) ;) (if_statement "if (iVar1 == 0) {\n efi[7] = '-';\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n efi[7] = '-';\n return;\n }" { (expression_statement "efi[7] = '-';" (assignment_expression "efi[7] = '-'" (subscript_expression "efi[7]" identifier [ number_literal ]) = (char_literal "'-'" ' character ')) ;) (return_statement "return;" return ;) })) }))) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00107290(undefined2 *param_1)\n\n{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00107290(undefined2 *param_1)\n\n{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00107290(undefined2 *param_1)" identifier (parameter_list "(undefined2 *param_1)" ( (parameter_declaration "undefined2 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "undefined1 in_CF;" type_identifier identifier ;) (declaration "undefined1 in_ZF;" type_identifier identifier ;) (expression_statement "*param_1 = 0x6570;" (assignment_expression "*param_1 = 0x6570" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "lVar2 = 5;" (assignment_expression "lVar2 = 5" identifier = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 1) = 0x69;" (assignment_expression "*(undefined1 *)(param_1 + 1) = 0x69" (pointer_expression "*(undefined1 *)(param_1 + 1)" * (cast_expression "(undefined1 *)(param_1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "pbVar3 = (byte *)(param_1 + 2);" (assignment_expression "pbVar3 = (byte *)(param_1 + 2)" identifier = (cast_expression "(byte *)(param_1 + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "pbVar4 = &DAT_0011e004;" (assignment_expression "pbVar4 = &DAT_0011e004" identifier = (pointer_expression "&DAT_0011e004" & identifier)) ;) (do_statement "do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);" do (compound_statement "{\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n }" { (if_statement "if (lVar2 == 0) break;" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = lVar2 + -1;" (assignment_expression "lVar2 = lVar2 + -1" identifier = (binary_expression "lVar2 + -1" identifier + number_literal)) ;) (expression_statement "in_CF = *pbVar3 < *pbVar4;" (assignment_expression "in_CF = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "in_ZF = *pbVar3 == *pbVar4;" (assignment_expression "in_ZF = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + 1;" (assignment_expression "pbVar3 = pbVar3 + 1" identifier = (binary_expression "pbVar3 + 1" identifier + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((bool)in_ZF)" ( (cast_expression "(bool)in_ZF" ( (type_descriptor "bool" primitive_type) ) identifier) )) ;) (if_statement "if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" if (parenthesized_expression "((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF)" ( (binary_expression "(!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF" (parenthesized_expression "(!(bool)in_CF && !(bool)in_ZF)" ( (binary_expression "!(bool)in_CF && !(bool)in_ZF" (unary_expression "!(bool)in_CF" ! (cast_expression "(bool)in_CF" ( (type_descriptor "bool" primitive_type) ) identifier)) && (unary_expression "!(bool)in_ZF" ! (cast_expression "(bool)in_ZF" ( (type_descriptor "bool" primitive_type) ) identifier))) )) == (cast_expression "(bool)in_CF" ( (type_descriptor "bool" primitive_type) ) identifier)) )) (compound_statement "{\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }" { (expression_statement "*(undefined2 *)((long)param_1 + 5) = 0x3833;" (assignment_expression "*(undefined2 *)((long)param_1 + 5) = 0x3833" (pointer_expression "*(undefined2 *)((long)param_1 + 5)" * (cast_expression "(undefined2 *)((long)param_1 + 5)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 5)" ( (binary_expression "(long)param_1 + 5" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((long)param_1 + 7) = 0x36;" (assignment_expression "*(undefined1 *)((long)param_1 + 7) = 0x36" (pointer_expression "*(undefined1 *)((long)param_1 + 7)" * (cast_expression "(undefined1 *)((long)param_1 + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 7)" ( (binary_expression "(long)param_1 + 7" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" else (compound_statement "{\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" { (expression_statement "iVar1 = strcmp((char *)(param_1 + 2),"x86_64");" (assignment_expression "iVar1 = strcmp((char *)(param_1 + 2),"x86_64")" identifier = (call_expression "strcmp((char *)(param_1 + 2),"x86_64")" identifier (argument_list "((char *)(param_1 + 2),"x86_64")" ( (cast_expression "(char *)(param_1 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) ))) , (string_literal ""x86_64"" " string_content ") )))) ;) (if_statement "if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }" { (expression_statement "*(undefined1 *)((long)param_1 + 7) = 0x2d;" (assignment_expression "*(undefined1 *)((long)param_1 + 7) = 0x2d" (pointer_expression "*(undefined1 *)((long)param_1 + 7)" * (cast_expression "(undefined1 *)((long)param_1 + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 7)" ( (binary_expression "(long)param_1 + 7" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) }))) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (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 IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE) ) IDENT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! (cast_expression ( (type_descriptor TYPE) ) IDENT)) && (unary_expression ! (cast_expression ( (type_descriptor TYPE) ) IDENT))) )) == (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (return_statement return ;) })) }))) (return_statement return ;) })))
|
(function_definition "void FUN_00107290(undefined2 *param_1)\n\n{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00107290(undefined2 *param_1)" (identifier "FUN_00107290") (parameter_list "(undefined2 *param_1)" (( "(") (parameter_declaration "undefined2 *param_1" (type_identifier "undefined2") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int iVar1;\n long lVar2;\n byte *pbVar3;\n byte *pbVar4;\n undefined1 in_CF;\n undefined1 in_ZF;\n \n *param_1 = 0x6570;\n lVar2 = 5;\n *(undefined1 *)(param_1 + 1) = 0x69;\n pbVar3 = (byte *)(param_1 + 2);\n pbVar4 = &DAT_0011e004;\n do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);\n if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "byte *pbVar4;" (type_identifier "byte") (pointer_declarator "*pbVar4" (* "*") (identifier "pbVar4")) (; ";")) (declaration "undefined1 in_CF;" (type_identifier "undefined1") (identifier "in_CF") (; ";")) (declaration "undefined1 in_ZF;" (type_identifier "undefined1") (identifier "in_ZF") (; ";")) (expression_statement "*param_1 = 0x6570;" (assignment_expression "*param_1 = 0x6570" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (number_literal "0x6570")) (; ";")) (expression_statement "lVar2 = 5;" (assignment_expression "lVar2 = 5" (identifier "lVar2") (= "=") (number_literal "5")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 1) = 0x69;" (assignment_expression "*(undefined1 *)(param_1 + 1) = 0x69" (pointer_expression "*(undefined1 *)(param_1 + 1)" (* "*") (cast_expression "(undefined1 *)(param_1 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0x69")) (; ";")) (expression_statement "pbVar3 = (byte *)(param_1 + 2);" (assignment_expression "pbVar3 = (byte *)(param_1 + 2)" (identifier "pbVar3") (= "=") (cast_expression "(byte *)(param_1 + 2)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "pbVar4 = &DAT_0011e004;" (assignment_expression "pbVar4 = &DAT_0011e004" (identifier "pbVar4") (= "=") (pointer_expression "&DAT_0011e004" (& "&") (identifier "DAT_0011e004"))) (; ";")) (do_statement "do {\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n } while ((bool)in_ZF);" (do "do") (compound_statement "{\n if (lVar2 == 0) break;\n lVar2 = lVar2 + -1;\n in_CF = *pbVar3 < *pbVar4;\n in_ZF = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + 1;\n pbVar4 = pbVar4 + 1;\n }" ({ "{") (if_statement "if (lVar2 == 0) break;" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar2 = lVar2 + -1;" (assignment_expression "lVar2 = lVar2 + -1" (identifier "lVar2") (= "=") (binary_expression "lVar2 + -1" (identifier "lVar2") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "in_CF = *pbVar3 < *pbVar4;" (assignment_expression "in_CF = *pbVar3 < *pbVar4" (identifier "in_CF") (= "=") (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (< "<") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4")))) (; ";")) (expression_statement "in_ZF = *pbVar3 == *pbVar4;" (assignment_expression "in_ZF = *pbVar3 == *pbVar4" (identifier "in_ZF") (= "=") (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (== "==") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4")))) (; ";")) (expression_statement "pbVar3 = pbVar3 + 1;" (assignment_expression "pbVar3 = pbVar3 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + 1" (identifier "pbVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" (identifier "pbVar4") (= "=") (binary_expression "pbVar4 + 1" (identifier "pbVar4") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((bool)in_ZF)" (( "(") (cast_expression "(bool)in_ZF" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "in_ZF")) () ")")) (; ";")) (if_statement "if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }\n else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" (if "if") (parenthesized_expression "((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF)" (( "(") (binary_expression "(!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF" (parenthesized_expression "(!(bool)in_CF && !(bool)in_ZF)" (( "(") (binary_expression "!(bool)in_CF && !(bool)in_ZF" (unary_expression "!(bool)in_CF" (! "!") (cast_expression "(bool)in_CF" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "in_CF"))) (&& "&&") (unary_expression "!(bool)in_ZF" (! "!") (cast_expression "(bool)in_ZF" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "in_ZF")))) () ")")) (== "==") (cast_expression "(bool)in_CF" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "in_CF"))) () ")")) (compound_statement "{\n *(undefined2 *)((long)param_1 + 5) = 0x3833;\n *(undefined1 *)((long)param_1 + 7) = 0x36;\n }" ({ "{") (expression_statement "*(undefined2 *)((long)param_1 + 5) = 0x3833;" (assignment_expression "*(undefined2 *)((long)param_1 + 5) = 0x3833" (pointer_expression "*(undefined2 *)((long)param_1 + 5)" (* "*") (cast_expression "(undefined2 *)((long)param_1 + 5)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 5)" (( "(") (binary_expression "(long)param_1 + 5" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "5")) () ")")))) (= "=") (number_literal "0x3833")) (; ";")) (expression_statement "*(undefined1 *)((long)param_1 + 7) = 0x36;" (assignment_expression "*(undefined1 *)((long)param_1 + 7) = 0x36" (pointer_expression "*(undefined1 *)((long)param_1 + 7)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + 7)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 7)" (( "(") (binary_expression "(long)param_1 + 7" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "7")) () ")")))) (= "=") (number_literal "0x36")) (; ";")) (} "}")) (else_clause "else {\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" (else "else") (compound_statement "{\n iVar1 = strcmp((char *)(param_1 + 2),"x86_64");\n if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }\n }" ({ "{") (expression_statement "iVar1 = strcmp((char *)(param_1 + 2),"x86_64");" (assignment_expression "iVar1 = strcmp((char *)(param_1 + 2),"x86_64")" (identifier "iVar1") (= "=") (call_expression "strcmp((char *)(param_1 + 2),"x86_64")" (identifier "strcmp") (argument_list "((char *)(param_1 + 2),"x86_64")" (( "(") (cast_expression "(char *)(param_1 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")"))) (, ",") (string_literal ""x86_64"" (" """) (string_content "x86_64") (" """)) () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined1 *)((long)param_1 + 7) = 0x2d;\n return;\n }" ({ "{") (expression_statement "*(undefined1 *)((long)param_1 + 7) = 0x2d;" (assignment_expression "*(undefined1 *)((long)param_1 + 7) = 0x2d" (pointer_expression "*(undefined1 *)((long)param_1 + 7)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + 7)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 7)" (( "(") (binary_expression "(long)param_1 + 7" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "7")) () ")")))) (= "=") (number_literal "0x2d")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(char *var_1)
{
int var_6;
long var_2;
type_1 *var_3;
type_1 *var_4;
type_2 in_CF;
type_2 in_ZF;
var_1[0] = 'p';
var_1[1] = 'e';
var_2 = 5;
var_1[2] = 'i';
var_3 = (type_1 *)(var_1 + 4);
var_4 = &DAT_0011e004;
do {
if (var_2 == 0) break;
var_2 = var_2 + -1;
in_CF = *var_3 < *var_4;
in_ZF = *var_3 == *var_4;
var_3 = var_3 + 1;
var_4 = var_4 + 1;
} while ((bool)in_ZF);
if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {
var_1[5] = '3';
var_1[6] = '8';
var_1[7] = '6';
}
else {
var_6 = var_5(var_1 + 4,"x86_64");
if (var_6 == 0) {
var_1[7] = '-';
return;
}
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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)))) alternative: (else_clause (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: (parenthesized_expression (binary_expression left: (identifier) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (return_statement)))))) (return_statement))))
| null |
void MASKED(undefined2 *param_1)
{
int iVar1;
long lVar2;
byte *pbVar3;
byte *pbVar4;
undefined1 in_CF;
undefined1 in_ZF;
*param_1 = 0x6570;
lVar2 = 5;
*(undefined1 *)(param_1 + 1) = 0x69;
pbVar3 = (byte *)(param_1 + 2);
pbVar4 = &DAT_0011e004;
do {
if (lVar2 == 0) break;
lVar2 = lVar2 + -1;
in_CF = *pbVar3 < *pbVar4;
in_ZF = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + 1;
pbVar4 = pbVar4 + 1;
} while ((bool)in_ZF);
if ((!(bool)in_CF && !(bool)in_ZF) == (bool)in_CF) {
*(undefined2 *)((long)param_1 + 5) = 0x3833;
*(undefined1 *)((long)param_1 + 7) = 0x36;
}
else {
iVar1 = strcmp((char *)(param_1 + 2),"x86_64");
if (iVar1 == 0) {
*(undefined1 *)((long)param_1 + 7) = 0x2d;
return;
}
}
return;
}
|
10759_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
|
fde_mixed_encoding_compare
|
FUN_003698c0
|
int fde_mixed_encoding_compare(undefined8 param_1,long param_2,long param_3)
{
undefined1 uVar1;
int iVar2;
undefined8 uVar3;
ulong local_38;
ulong local_30 [2];
uVar1 = get_cie_encoding((param_2 + 4) - (long)*(int *)(param_2 + 4));
uVar3 = base_from_object(uVar1,param_1);
read_encoded_value_with_base(uVar1,uVar3,param_2 + 8,&local_38);
uVar1 = get_cie_encoding((param_3 + 4) - (long)*(int *)(param_3 + 4));
uVar3 = base_from_object(uVar1,param_1);
read_encoded_value_with_base(uVar1,uVar3,param_3 + 8,local_30);
iVar2 = 1;
if (local_38 <= local_30[0]) {
iVar2 = -(uint)(local_38 < local_30[0]);
}
return iVar2;
}
|
int FUN_003698c0(undefined8 param_1,long param_2,long param_3)
{
undefined1 uVar1;
int iVar2;
undefined8 uVar3;
ulong local_38;
ulong local_30 [2];
uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));
uVar3 = FUN_00368ec0(uVar1,param_1);
FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);
uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));
uVar3 = FUN_00368ec0(uVar1,param_1);
FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);
iVar2 = 1;
if (local_38 <= local_30[0]) {
iVar2 = -(uint)(local_38 < local_30[0]);
}
return iVar2;
}
|
PUSH R13
PUSH R12
MOV R12,RDI
LEA RDI,[RSI + 0x4]
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDX
SUB RSP,0x18
MOVSXD RAX,dword ptr [RSI + 0x4]
SUB RDI,RAX
CALL 0x00369130
MOV RSI,R12
MOVZX R13D,AL
MOV EDI,R13D
CALL 0x00368ec0
LEA RDX,[RBP + 0x8]
MOV RCX,RSP
MOV EDI,R13D
MOV RSI,RAX
CALL 0x00368f60
MOVSXD RAX,dword ptr [RBX + 0x4]
LEA RDI,[RBX + 0x4]
SUB RDI,RAX
CALL 0x00369130
MOV RSI,R12
MOVZX EBP,AL
MOV EDI,EBP
CALL 0x00368ec0
LEA RDX,[RBX + 0x8]
LEA RCX,[RSP + 0x8]
MOV EDI,EBP
MOV RSI,RAX
CALL 0x00368f60
MOV RBX,qword ptr [RSP + 0x8]
MOV EAX,0x1
CMP qword ptr [RSP],RBX
JA 0x00369946
SBB EAX,EAX
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
RET
| null | null | null | null |
[(u'CALL_-1205233291', u'INDIRECT_-1205232991'), (u'CALL_-1205233312', u'INDIRECT_-1205232999'), (u'CALL_-1205233312', u'CALL_-1205233291'), (u'COPY_-1205232980', u'MULTIEQUAL_-1205232909'), ('const-8', u'INT_ADD_-1205233354'), (u'CALL_-1205233395', u'INDIRECT_-1205233051'), (u'INDIRECT_-1205232965', u'INT_LESS_-1205233232'), (u'INT_ZEXT_-1205233212', u'INT_2COMP_-1205232999'), (u'INDIRECT_-1205232971', u'INT_LESS_-1205233232'), (u'INT_SEXT_-1205233403', u'INT_SUB_-1205233394'), ('tmp_819', u'INT_ADD_-1205233404'), (u'CALL_-1205233291', u'CALL_-1205233262'), ('tmp_819', u'INT_ADD_-1205233439'), (u'CALL_-1205233345', u'INDIRECT_-1205233022'), (u'CALL_-1205233312', u'CALL_-1205233262'), (u'LOAD_-1205233420', u'INT_SEXT_-1205233403'), ('const-433', u'LOAD_-1205233420'), ('tmp_819', u'INT_ADD_-1205233354'), (u'MULTIEQUAL_-1205232909', u'RETURN_-1205233164'), (u'LOAD_-1205233343', u'INT_SEXT_-1205233326'), ('const-4', u'INT_ADD_-1205233320'), ('tmp_822', u'INT_ADD_-1205233327'), ('const-1', u'COPY_-1205232980'), ('tmp_818', u'CALL_-1205233372'), ('const-433', u'LOAD_-1205233343'), (u'INT_SEXT_-1205233326', u'INT_SUB_-1205233311'), ('const-8', u'INT_ADD_-1205233273'), (u'CALL_-1205233372', u'INDIRECT_-1205233041'), (u'INT_ADD_-1205233354', u'CALL_-1205233345'), ('tmp_816', u'PTRSUB_-1205233016'), (u'CALL_-1205233291', u'INDIRECT_-1205232985'), (u'CALL_-1205233395', u'CALL_-1205233345'), (u'INT_ADD_-1205233439', u'INT_SUB_-1205233394'), (u'INT_ADD_-1205233320', u'INT_SUB_-1205233311'), (u'CALL_-1205233372', u'CALL_-1205233345'), (u'INT_SUB_-1205233311', u'CALL_-1205233312'), (u'PTRSUB_-1205232933', u'CALL_-1205233262'), (u'INT_LESS_-1205233232', u'INT_ZEXT_-1205233212'), (u'INT_ADD_-1205233327', u'CAST_-1205232966'), ('const--48', u'PTRSUB_-1205232933'), (u'INT_ADD_-1205233404', u'CAST_-1205233012'), (u'CAST_-1205233012', u'LOAD_-1205233420'), ('tmp_822', u'INT_ADD_-1205233273'), (u'CALL_-1205233395', u'CALL_-1205233372'), ('const-4', u'INT_ADD_-1205233439'), (u'CALL_-1205233372', u'INDIRECT_-1205233035'), (u'CALL_-1205233262', u'INDIRECT_-1205232971'), ('tmp_818', u'CALL_-1205233291'), (u'INT_LESSEQUAL_-1205232961', u'CBRANCH_-1205233227'), ('tmp_285', u'CBRANCH_-1205233227'), (u'CALL_-1205233312', u'INDIRECT_-1205233005'), ('tmp_822', u'INT_ADD_-1205233320'), (u'INDIRECT_-1205232965', u'INT_LESSEQUAL_-1205232961'), (u'INT_2COMP_-1205232999', u'MULTIEQUAL_-1205232909'), (u'INDIRECT_-1205232971', u'INT_LESSEQUAL_-1205232961'), (u'CALL_-1205233345', u'INDIRECT_-1205233016'), (u'CALL_-1205233395', u'INDIRECT_-1205233057'), (u'CALL_-1205233262', u'INDIRECT_-1205232965'), ('tmp_816', u'PTRSUB_-1205232933'), (u'PTRSUB_-1205233016', u'CALL_-1205233345'), (u'INT_ADD_-1205233273', u'CALL_-1205233262'), ('const--56', u'PTRSUB_-1205233016'), ('const-0', u'RETURN_-1205233164'), ('const-4', u'INT_ADD_-1205233327'), (u'CAST_-1205232966', u'LOAD_-1205233343'), (u'INT_SUB_-1205233394', u'CALL_-1205233395'), ('const-4', u'INT_ADD_-1205233404')]
|
[(u'CALL_-1205233291', u'INDIRECT_-1205232991'), (u'CALL_-1205233312', u'INDIRECT_-1205232999'), (u'CALL_-1205233312', u'CALL_-1205233291'), (u'COPY_-1205232980', u'MULTIEQUAL_-1205232909'), ('const-8', u'INT_ADD_-1205233354'), (u'CALL_-1205233395', u'INDIRECT_-1205233051'), (u'INDIRECT_-1205232965', u'INT_LESS_-1205233232'), (u'INT_ZEXT_-1205233212', u'INT_2COMP_-1205232999'), (u'INDIRECT_-1205232971', u'INT_LESS_-1205233232'), (u'INT_SEXT_-1205233403', u'INT_SUB_-1205233394'), ('tmp_819', u'INT_ADD_-1205233404'), (u'CALL_-1205233291', u'CALL_-1205233262'), ('tmp_819', u'INT_ADD_-1205233439'), (u'CALL_-1205233345', u'INDIRECT_-1205233022'), (u'CALL_-1205233312', u'CALL_-1205233262'), (u'LOAD_-1205233420', u'INT_SEXT_-1205233403'), ('const-433', u'LOAD_-1205233420'), ('tmp_819', u'INT_ADD_-1205233354'), (u'MULTIEQUAL_-1205232909', u'RETURN_-1205233164'), (u'LOAD_-1205233343', u'INT_SEXT_-1205233326'), ('const-4', u'INT_ADD_-1205233320'), ('tmp_822', u'INT_ADD_-1205233327'), ('const-1', u'COPY_-1205232980'), ('tmp_818', u'CALL_-1205233372'), ('const-433', u'LOAD_-1205233343'), (u'INT_SEXT_-1205233326', u'INT_SUB_-1205233311'), ('const-8', u'INT_ADD_-1205233273'), (u'CALL_-1205233372', u'INDIRECT_-1205233041'), (u'INT_ADD_-1205233354', u'CALL_-1205233345'), ('tmp_816', u'PTRSUB_-1205233016'), (u'CALL_-1205233291', u'INDIRECT_-1205232985'), (u'CALL_-1205233395', u'CALL_-1205233345'), (u'INT_ADD_-1205233439', u'INT_SUB_-1205233394'), (u'INT_ADD_-1205233320', u'INT_SUB_-1205233311'), (u'CALL_-1205233372', u'CALL_-1205233345'), (u'INT_SUB_-1205233311', u'CALL_-1205233312'), (u'PTRSUB_-1205232933', u'CALL_-1205233262'), (u'INT_LESS_-1205233232', u'INT_ZEXT_-1205233212'), (u'INT_ADD_-1205233327', u'CAST_-1205232966'), ('const--48', u'PTRSUB_-1205232933'), (u'INT_ADD_-1205233404', u'CAST_-1205233012'), (u'CAST_-1205233012', u'LOAD_-1205233420'), ('tmp_822', u'INT_ADD_-1205233273'), (u'CALL_-1205233395', u'CALL_-1205233372'), ('const-4', u'INT_ADD_-1205233439'), (u'CALL_-1205233372', u'INDIRECT_-1205233035'), (u'CALL_-1205233262', u'INDIRECT_-1205232971'), ('tmp_818', u'CALL_-1205233291'), (u'INT_LESSEQUAL_-1205232961', u'CBRANCH_-1205233227'), ('tmp_285', u'CBRANCH_-1205233227'), (u'CALL_-1205233312', u'INDIRECT_-1205233005'), ('tmp_822', u'INT_ADD_-1205233320'), (u'INDIRECT_-1205232965', u'INT_LESSEQUAL_-1205232961'), (u'INT_2COMP_-1205232999', u'MULTIEQUAL_-1205232909'), (u'INDIRECT_-1205232971', u'INT_LESSEQUAL_-1205232961'), (u'CALL_-1205233345', u'INDIRECT_-1205233016'), (u'CALL_-1205233395', u'INDIRECT_-1205233057'), (u'CALL_-1205233262', u'INDIRECT_-1205232965'), ('tmp_816', u'PTRSUB_-1205232933'), (u'PTRSUB_-1205233016', u'CALL_-1205233345'), (u'INT_ADD_-1205233273', u'CALL_-1205233262'), ('const--56', u'PTRSUB_-1205233016'), ('const-0', u'RETURN_-1205233164'), ('const-4', u'INT_ADD_-1205233327'), (u'CAST_-1205232966', u'LOAD_-1205233343'), (u'INT_SUB_-1205233394', u'CALL_-1205233395'), ('const-4', u'INT_ADD_-1205233404')]
| null | null |
003698c0
|
x64
|
O2
|
(translation_unit "int FUN_003698c0(undefined8 param_1,long param_2,long param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}\n\n" (function_definition "int FUN_003698c0(undefined8 param_1,long param_2,long param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" primitive_type (function_declarator "FUN_003698c0(undefined8 param_1,long param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "ulong local_38;" type_identifier identifier ;) (declaration "ulong local_30 [2];" type_identifier (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));" (assignment_expression "uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4))" identifier = (call_expression "FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4))" identifier (argument_list "((param_2 + 4) - (long)*(int *)(param_2 + 4))" ( (binary_expression "(param_2 + 4) - (long)*(int *)(param_2 + 4)" (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )) - (cast_expression "(long)*(int *)(param_2 + 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_2 + 4)" * (cast_expression "(int *)(param_2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))))) )))) ;) (expression_statement "uVar3 = FUN_00368ec0(uVar1,param_1);" (assignment_expression "uVar3 = FUN_00368ec0(uVar1,param_1)" identifier = (call_expression "FUN_00368ec0(uVar1,param_1)" identifier (argument_list "(uVar1,param_1)" ( identifier , identifier )))) ;) (expression_statement "FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);" (call_expression "FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38)" identifier (argument_list "(uVar1,uVar3,param_2 + 8,&local_38)" ( identifier , identifier , (binary_expression "param_2 + 8" identifier + number_literal) , (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));" (assignment_expression "uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4))" identifier = (call_expression "FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4))" identifier (argument_list "((param_3 + 4) - (long)*(int *)(param_3 + 4))" ( (binary_expression "(param_3 + 4) - (long)*(int *)(param_3 + 4)" (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )) - (cast_expression "(long)*(int *)(param_3 + 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_3 + 4)" * (cast_expression "(int *)(param_3 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )))))) )))) ;) (expression_statement "uVar3 = FUN_00368ec0(uVar1,param_1);" (assignment_expression "uVar3 = FUN_00368ec0(uVar1,param_1)" identifier = (call_expression "FUN_00368ec0(uVar1,param_1)" identifier (argument_list "(uVar1,param_1)" ( identifier , identifier )))) ;) (expression_statement "FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);" (call_expression "FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30)" identifier (argument_list "(uVar1,uVar3,param_3 + 8,local_30)" ( identifier , identifier , (binary_expression "param_3 + 8" identifier + number_literal) , identifier ))) ;) (expression_statement "iVar2 = 1;" (assignment_expression "iVar2 = 1" identifier = number_literal) ;) (if_statement "if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" if (parenthesized_expression "(local_38 <= local_30[0])" ( (binary_expression "local_38 <= local_30[0]" identifier <= (subscript_expression "local_30[0]" identifier [ number_literal ])) )) (compound_statement "{\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" { (expression_statement "iVar2 = -(uint)(local_38 < local_30[0]);" (assignment_expression "iVar2 = -(uint)(local_38 < local_30[0])" identifier = (unary_expression "-(uint)(local_38 < local_30[0])" - (call_expression "(uint)(local_38 < local_30[0])" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_38 < local_30[0])" ( (binary_expression "local_38 < local_30[0]" identifier < (subscript_expression "local_30[0]" identifier [ number_literal ])) ))))) ;) })) (return_statement "return iVar2;" return identifier ;) })))
|
(translation_unit "int fde_mixed_encoding_compare(undefined8 param_1,long param_2,long param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = get_cie_encoding((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = base_from_object(uVar1,param_1);\n read_encoded_value_with_base(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = get_cie_encoding((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = base_from_object(uVar1,param_1);\n read_encoded_value_with_base(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}\n\n" (function_definition "int fde_mixed_encoding_compare(undefined8 param_1,long param_2,long param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = get_cie_encoding((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = base_from_object(uVar1,param_1);\n read_encoded_value_with_base(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = get_cie_encoding((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = base_from_object(uVar1,param_1);\n read_encoded_value_with_base(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" primitive_type (function_declarator "fde_mixed_encoding_compare(undefined8 param_1,long param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = get_cie_encoding((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = base_from_object(uVar1,param_1);\n read_encoded_value_with_base(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = get_cie_encoding((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = base_from_object(uVar1,param_1);\n read_encoded_value_with_base(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "ulong local_38;" type_identifier identifier ;) (declaration "ulong local_30 [2];" type_identifier (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar1 = get_cie_encoding((param_2 + 4) - (long)*(int *)(param_2 + 4));" (assignment_expression "uVar1 = get_cie_encoding((param_2 + 4) - (long)*(int *)(param_2 + 4))" identifier = (call_expression "get_cie_encoding((param_2 + 4) - (long)*(int *)(param_2 + 4))" identifier (argument_list "((param_2 + 4) - (long)*(int *)(param_2 + 4))" ( (binary_expression "(param_2 + 4) - (long)*(int *)(param_2 + 4)" (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )) - (cast_expression "(long)*(int *)(param_2 + 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_2 + 4)" * (cast_expression "(int *)(param_2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))))) )))) ;) (expression_statement "uVar3 = base_from_object(uVar1,param_1);" (assignment_expression "uVar3 = base_from_object(uVar1,param_1)" identifier = (call_expression "base_from_object(uVar1,param_1)" identifier (argument_list "(uVar1,param_1)" ( identifier , identifier )))) ;) (expression_statement "read_encoded_value_with_base(uVar1,uVar3,param_2 + 8,&local_38);" (call_expression "read_encoded_value_with_base(uVar1,uVar3,param_2 + 8,&local_38)" identifier (argument_list "(uVar1,uVar3,param_2 + 8,&local_38)" ( identifier , identifier , (binary_expression "param_2 + 8" identifier + number_literal) , (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "uVar1 = get_cie_encoding((param_3 + 4) - (long)*(int *)(param_3 + 4));" (assignment_expression "uVar1 = get_cie_encoding((param_3 + 4) - (long)*(int *)(param_3 + 4))" identifier = (call_expression "get_cie_encoding((param_3 + 4) - (long)*(int *)(param_3 + 4))" identifier (argument_list "((param_3 + 4) - (long)*(int *)(param_3 + 4))" ( (binary_expression "(param_3 + 4) - (long)*(int *)(param_3 + 4)" (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )) - (cast_expression "(long)*(int *)(param_3 + 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_3 + 4)" * (cast_expression "(int *)(param_3 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )))))) )))) ;) (expression_statement "uVar3 = base_from_object(uVar1,param_1);" (assignment_expression "uVar3 = base_from_object(uVar1,param_1)" identifier = (call_expression "base_from_object(uVar1,param_1)" identifier (argument_list "(uVar1,param_1)" ( identifier , identifier )))) ;) (expression_statement "read_encoded_value_with_base(uVar1,uVar3,param_3 + 8,local_30);" (call_expression "read_encoded_value_with_base(uVar1,uVar3,param_3 + 8,local_30)" identifier (argument_list "(uVar1,uVar3,param_3 + 8,local_30)" ( identifier , identifier , (binary_expression "param_3 + 8" identifier + number_literal) , identifier ))) ;) (expression_statement "iVar2 = 1;" (assignment_expression "iVar2 = 1" identifier = number_literal) ;) (if_statement "if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" if (parenthesized_expression "(local_38 <= local_30[0])" ( (binary_expression "local_38 <= local_30[0]" identifier <= (subscript_expression "local_30[0]" identifier [ number_literal ])) )) (compound_statement "{\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" { (expression_statement "iVar2 = -(uint)(local_38 < local_30[0]);" (assignment_expression "iVar2 = -(uint)(local_38 < local_30[0])" identifier = (unary_expression "-(uint)(local_38 < local_30[0])" - (call_expression "(uint)(local_38 < local_30[0])" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_38 < local_30[0])" ( (binary_expression "local_38 < local_30[0]" identifier < (subscript_expression "local_30[0]" identifier [ number_literal ])) ))))) ;) })) (return_statement "return iVar2;" return identifier ;) })))
|
(translation_unit "int FUN_003698c0(undefined8 param_1,long param_2,long param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}\n\n" (function_definition "int FUN_003698c0(undefined8 param_1,long param_2,long param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" primitive_type (function_declarator "FUN_003698c0(undefined8 param_1,long param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "ulong local_38;" type_identifier identifier ;) (declaration "ulong local_30 [2];" type_identifier (array_declarator "local_30 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));" (assignment_expression "uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4))" identifier = (call_expression "FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4))" identifier (argument_list "((param_2 + 4) - (long)*(int *)(param_2 + 4))" ( (binary_expression "(param_2 + 4) - (long)*(int *)(param_2 + 4)" (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )) - (cast_expression "(long)*(int *)(param_2 + 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_2 + 4)" * (cast_expression "(int *)(param_2 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))))) )))) ;) (expression_statement "uVar3 = FUN_00368ec0(uVar1,param_1);" (assignment_expression "uVar3 = FUN_00368ec0(uVar1,param_1)" identifier = (call_expression "FUN_00368ec0(uVar1,param_1)" identifier (argument_list "(uVar1,param_1)" ( identifier , identifier )))) ;) (expression_statement "FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);" (call_expression "FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38)" identifier (argument_list "(uVar1,uVar3,param_2 + 8,&local_38)" ( identifier , identifier , (binary_expression "param_2 + 8" identifier + number_literal) , (pointer_expression "&local_38" & identifier) ))) ;) (expression_statement "uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));" (assignment_expression "uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4))" identifier = (call_expression "FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4))" identifier (argument_list "((param_3 + 4) - (long)*(int *)(param_3 + 4))" ( (binary_expression "(param_3 + 4) - (long)*(int *)(param_3 + 4)" (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )) - (cast_expression "(long)*(int *)(param_3 + 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)(param_3 + 4)" * (cast_expression "(int *)(param_3 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) )))))) )))) ;) (expression_statement "uVar3 = FUN_00368ec0(uVar1,param_1);" (assignment_expression "uVar3 = FUN_00368ec0(uVar1,param_1)" identifier = (call_expression "FUN_00368ec0(uVar1,param_1)" identifier (argument_list "(uVar1,param_1)" ( identifier , identifier )))) ;) (expression_statement "FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);" (call_expression "FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30)" identifier (argument_list "(uVar1,uVar3,param_3 + 8,local_30)" ( identifier , identifier , (binary_expression "param_3 + 8" identifier + number_literal) , identifier ))) ;) (expression_statement "iVar2 = 1;" (assignment_expression "iVar2 = 1" identifier = number_literal) ;) (if_statement "if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" if (parenthesized_expression "(local_38 <= local_30[0])" ( (binary_expression "local_38 <= local_30[0]" identifier <= (subscript_expression "local_30[0]" identifier [ number_literal ])) )) (compound_statement "{\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" { (expression_statement "iVar2 = -(uint)(local_38 < local_30[0]);" (assignment_expression "iVar2 = -(uint)(local_38 < local_30[0])" identifier = (unary_expression "-(uint)(local_38 < local_30[0])" - (call_expression "(uint)(local_38 < local_30[0])" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(local_38 < local_30[0])" ( (binary_expression "local_38 < local_30[0]" identifier < (subscript_expression "local_30[0]" identifier [ number_literal ])) ))))) ;) })) (return_statement "return iVar2;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression IDENT = (unary_expression - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT < (subscript_expression IDENT [ LIT ])) ))))) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "int FUN_003698c0(undefined8 param_1,long param_2,long param_3)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" (primitive_type "int") (function_declarator "FUN_003698c0(undefined8 param_1,long param_2,long param_3)" (identifier "FUN_003698c0") (parameter_list "(undefined8 param_1,long param_2,long param_3)" (( "(") (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 "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n ulong local_38;\n ulong local_30 [2];\n \n uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);\n uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));\n uVar3 = FUN_00368ec0(uVar1,param_1);\n FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);\n iVar2 = 1;\n if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }\n return iVar2;\n}" ({ "{") (declaration "undefined1 uVar1;" (type_identifier "undefined1") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "ulong local_38;" (type_identifier "ulong") (identifier "local_38") (; ";")) (declaration "ulong local_30 [2];" (type_identifier "ulong") (array_declarator "local_30 [2]" (identifier "local_30") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));" (assignment_expression "uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4))" (identifier "uVar1") (= "=") (call_expression "FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4))" (identifier "FUN_00369130") (argument_list "((param_2 + 4) - (long)*(int *)(param_2 + 4))" (( "(") (binary_expression "(param_2 + 4) - (long)*(int *)(param_2 + 4)" (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")) (- "-") (cast_expression "(long)*(int *)(param_2 + 4)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)(param_2 + 4)" (* "*") (cast_expression "(int *)(param_2 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))))) () ")")))) (; ";")) (expression_statement "uVar3 = FUN_00368ec0(uVar1,param_1);" (assignment_expression "uVar3 = FUN_00368ec0(uVar1,param_1)" (identifier "uVar3") (= "=") (call_expression "FUN_00368ec0(uVar1,param_1)" (identifier "FUN_00368ec0") (argument_list "(uVar1,param_1)" (( "(") (identifier "uVar1") (, ",") (identifier "param_1") () ")")))) (; ";")) (expression_statement "FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);" (call_expression "FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38)" (identifier "FUN_00368f60") (argument_list "(uVar1,uVar3,param_2 + 8,&local_38)" (( "(") (identifier "uVar1") (, ",") (identifier "uVar3") (, ",") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) (, ",") (pointer_expression "&local_38" (& "&") (identifier "local_38")) () ")"))) (; ";")) (expression_statement "uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));" (assignment_expression "uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4))" (identifier "uVar1") (= "=") (call_expression "FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4))" (identifier "FUN_00369130") (argument_list "((param_3 + 4) - (long)*(int *)(param_3 + 4))" (( "(") (binary_expression "(param_3 + 4) - (long)*(int *)(param_3 + 4)" (parenthesized_expression "(param_3 + 4)" (( "(") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4")) () ")")) (- "-") (cast_expression "(long)*(int *)(param_3 + 4)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)(param_3 + 4)" (* "*") (cast_expression "(int *)(param_3 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 4)" (( "(") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4")) () ")")))))) () ")")))) (; ";")) (expression_statement "uVar3 = FUN_00368ec0(uVar1,param_1);" (assignment_expression "uVar3 = FUN_00368ec0(uVar1,param_1)" (identifier "uVar3") (= "=") (call_expression "FUN_00368ec0(uVar1,param_1)" (identifier "FUN_00368ec0") (argument_list "(uVar1,param_1)" (( "(") (identifier "uVar1") (, ",") (identifier "param_1") () ")")))) (; ";")) (expression_statement "FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);" (call_expression "FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30)" (identifier "FUN_00368f60") (argument_list "(uVar1,uVar3,param_3 + 8,local_30)" (( "(") (identifier "uVar1") (, ",") (identifier "uVar3") (, ",") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) (, ",") (identifier "local_30") () ")"))) (; ";")) (expression_statement "iVar2 = 1;" (assignment_expression "iVar2 = 1" (identifier "iVar2") (= "=") (number_literal "1")) (; ";")) (if_statement "if (local_38 <= local_30[0]) {\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" (if "if") (parenthesized_expression "(local_38 <= local_30[0])" (( "(") (binary_expression "local_38 <= local_30[0]" (identifier "local_38") (<= "<=") (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]"))) () ")")) (compound_statement "{\n iVar2 = -(uint)(local_38 < local_30[0]);\n }" ({ "{") (expression_statement "iVar2 = -(uint)(local_38 < local_30[0]);" (assignment_expression "iVar2 = -(uint)(local_38 < local_30[0])" (identifier "iVar2") (= "=") (unary_expression "-(uint)(local_38 < local_30[0])" (- "-") (call_expression "(uint)(local_38 < local_30[0])" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(local_38 < local_30[0])" (( "(") (binary_expression "local_38 < local_30[0]" (identifier "local_38") (< "<") (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]"))) () ")"))))) (; ";")) (} "}"))) (return_statement "return iVar2;" (return "return") (identifier "iVar2") (; ";")) (} "}")))
|
int function_1(type_1 param_1,long var_2,long var_5)
{
type_2 uVar1;
int iVar2;
type_1 uVar3;
type_3 var_6;
type_3 local_30 [2];
uVar1 = var_1((var_2 + 4) - (long)*(int *)(var_2 + 4));
uVar3 = var_3(uVar1,param_1);
var_4(uVar1,uVar3,var_2 + 8,&var_6);
uVar1 = var_1((var_5 + 4) - (long)*(int *)(var_5 + 4));
uVar3 = var_3(uVar1,param_1);
var_4(uVar1,uVar3,var_5 + 8,local_30);
iVar2 = 1;
if (var_6 <= local_30[0]) {
iVar2 = -(uint)(var_6 < local_30[0]);
}
return iVar2;
}
| 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: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal)) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))))))))) (return_statement (identifier)))))
| null |
int MASKED(undefined8 param_1,long param_2,long param_3)
{
undefined1 uVar1;
int iVar2;
undefined8 uVar3;
ulong local_38;
ulong local_30 [2];
uVar1 = FUN_00369130((param_2 + 4) - (long)*(int *)(param_2 + 4));
uVar3 = FUN_00368ec0(uVar1,param_1);
FUN_00368f60(uVar1,uVar3,param_2 + 8,&local_38);
uVar1 = FUN_00369130((param_3 + 4) - (long)*(int *)(param_3 + 4));
uVar3 = FUN_00368ec0(uVar1,param_1);
FUN_00368f60(uVar1,uVar3,param_3 + 8,local_30);
iVar2 = 1;
if (local_38 <= local_30[0]) {
iVar2 = -(uint)(local_38 < local_30[0]);
}
return iVar2;
}
|
6682_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
|
_M_replace_facet
|
FUN_002a54a0
|
/* std::locale::_Impl::_M_replace_facet(std::locale::_Impl const*, std::locale::id const*) */
void __thiscall std::locale::_Impl::_M_replace_facet(_Impl *this,_Impl *param_1,id *param_2)
{
facet *pfVar1;
ulong uVar2;
uVar2 = locale::id::_M_id(param_2);
if ((uVar2 <= *(long *)(param_1 + 0x10) - 1U) &&
(pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0)) {
_M_install_facet(this,param_2,pfVar1);
return;
}
/* WARNING: Subroutine does not return */
__throw_runtime_error("locale::_Impl::_M_replace_facet");
}
|
void FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)
{
ulong uVar1;
uVar1 = FUN_002a50c0(param_3);
if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&
(*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {
FUN_002a5100(param_1,param_3);
return;
}
/* WARNING: Subroutine does not return */
FUN_002e1420("locale::_Impl::_M_replace_facet");
}
|
PUSH R12
MOV R12,RDI
MOV RDI,RDX
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDX
CALL 0x002a50c0
MOV RCX,qword ptr [RBP + 0x10]
LEA RDX,[RCX + -0x1]
CMP RDX,RAX
JC 0x002a54de
MOV RDX,qword ptr [RBP + 0x8]
MOV RDX,qword ptr [RDX + RAX*0x8]
TEST RDX,RDX
JZ 0x002a54de
MOV RSI,RBX
MOV RDI,R12
POP RBX
POP RBP
POP R12
JMP 0x002a5100
LEA RDI,[0x35afe0]
CALL 0x002e1420
| null | null | null | null |
[('tmp_190', u'CALL_-1204464442'), ('tmp_190', u'CALL_-1204464353'), ('tmp_189', u'PTRADD_-1204464378'), (u'LOAD_-1204464403', u'CALL_-1204464353'), ('const-3518432', u'COPY_-1204464263'), (u'CAST_-1204464233', u'LOAD_-1204464411'), (u'PTRADD_-1204464349', u'CAST_-1204464233'), (u'LOAD_-1204464403', u'INT_NOTEQUAL_-1204464383'), (u'COPY_-1204464263', u'CALL_-1204464336'), (u'LOAD_-1204464440', u'INT_SUB_-1204464416'), ('const-8', u'INT_MULT_-1204464375'), (u'INT_MULT_-1204464375', u'INT_ADD_-1204464387'), ('const-16', u'PTRADD_-1204464378'), ('tmp_189', u'PTRADD_-1204464349'), ('const-1', u'PTRADD_-1204464378'), ('tmp_188', u'CALL_-1204464353'), ('const-8', u'PTRADD_-1204464349'), ('const-1', u'PTRADD_-1204464349'), ('const-0', u'RETURN_-1204464349'), ('const-433', u'LOAD_-1204464440'), (u'INT_SUB_-1204464416', u'INT_LESSEQUAL_-1204464413'), (u'INT_NOTEQUAL_-1204464383', u'CBRANCH_-1204464382'), (u'INT_LESSEQUAL_-1204464413', u'CBRANCH_-1204464412'), (u'CALL_-1204464442', u'INT_LESSEQUAL_-1204464413'), ('const-0', u'INT_NOTEQUAL_-1204464383'), ('const-1', u'INT_SUB_-1204464416'), (u'CAST_-1204464247', u'LOAD_-1204464440'), (u'PTRADD_-1204464378', u'CAST_-1204464247'), ('tmp_126', u'CBRANCH_-1204464382'), ('tmp_81', u'CBRANCH_-1204464412'), (u'LOAD_-1204464411', u'INT_ADD_-1204464387'), (u'CALL_-1204464442', u'INT_MULT_-1204464375'), (u'INT_ADD_-1204464387', u'CAST_-1204464228'), ('const-433', u'LOAD_-1204464403'), ('const-433', u'LOAD_-1204464411'), (u'CAST_-1204464228', u'LOAD_-1204464403'), ('const-1', u'RETURN_-1204464331')]
|
[('tmp_360', u'CALL_-1204464353'), ('const-8', u'INT_ADD_-1204464395'), (u'CAST_-1204464233', u'LOAD_-1204464411'), (u'LOAD_-1204464403', u'INT_NOTEQUAL_-1204464383'), (u'COPY_-1204464263', u'CALL_-1204464336'), ('tmp_361', u'CALL_-1204464353'), (u'LOAD_-1204464440', u'INT_SUB_-1204464416'), ('const-8', u'INT_MULT_-1204464375'), (u'INT_MULT_-1204464375', u'INT_ADD_-1204464387'), (u'INT_ADD_-1204464424', u'CAST_-1204464247'), (u'INT_ADD_-1204464395', u'CAST_-1204464233'), ('const-3518432', u'COPY_-1204464263'), ('const-433', u'LOAD_-1204464403'), ('const-0', u'RETURN_-1204464349'), ('tmp_363', u'INT_ADD_-1204464395'), (u'INT_SUB_-1204464416', u'INT_LESSEQUAL_-1204464413'), (u'INT_NOTEQUAL_-1204464383', u'CBRANCH_-1204464382'), ('tmp_361', u'CALL_-1204464442'), (u'INT_LESSEQUAL_-1204464413', u'CBRANCH_-1204464412'), (u'CALL_-1204464442', u'INT_LESSEQUAL_-1204464413'), ('tmp_363', u'INT_ADD_-1204464424'), ('const-0', u'INT_NOTEQUAL_-1204464383'), ('const-433', u'LOAD_-1204464411'), (u'CAST_-1204464247', u'LOAD_-1204464440'), ('tmp_126', u'CBRANCH_-1204464382'), ('tmp_81', u'CBRANCH_-1204464412'), (u'LOAD_-1204464411', u'INT_ADD_-1204464387'), (u'CALL_-1204464442', u'INT_MULT_-1204464375'), (u'INT_ADD_-1204464387', u'CAST_-1204464228'), ('const-16', u'INT_ADD_-1204464424'), (u'CAST_-1204464228', u'LOAD_-1204464403'), ('const-433', u'LOAD_-1204464440'), ('const-1', u'RETURN_-1204464331'), ('const-1', u'INT_SUB_-1204464416')]
| null | null |
002a54a0
|
x64
|
O2
|
(translation_unit "void FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}\n\n" (function_definition "void FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}" primitive_type (function_declarator "FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_002a50c0(param_3);" (assignment_expression "uVar1 = FUN_002a50c0(param_3)" identifier = (call_expression "FUN_002a50c0(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (if_statement "if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }" if (parenthesized_expression "((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0))" ( (binary_expression "(uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)" (parenthesized_expression "(uVar1 <= *(long *)(param_2 + 0x10) - 1U)" ( (binary_expression "uVar1 <= *(long *)(param_2 + 0x10) - 1U" identifier <= (binary_expression "*(long *)(param_2 + 0x10) - 1U" (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) )))) - number_literal)) )) && (parenthesized_expression "(*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)" ( (binary_expression "*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0" (pointer_expression "*(long *)(*(long *)(param_2 + 8) + uVar1 * 8)" * (cast_expression "(long *)(*(long *)(param_2 + 8) + uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 8) + uVar1 * 8)" ( (binary_expression "*(long *)(param_2 + 8) + uVar1 * 8" (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + (binary_expression "uVar1 * 8" identifier * number_literal)) )))) != number_literal) ))) )) (compound_statement "{\n FUN_002a5100(param_1,param_3);\n return;\n }" { (expression_statement "FUN_002a5100(param_1,param_3);" (call_expression "FUN_002a5100(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_002e1420("locale::_Impl::_M_replace_facet");" (call_expression "FUN_002e1420("locale::_Impl::_M_replace_facet")" identifier (argument_list "("locale::_Impl::_M_replace_facet")" ( (string_literal ""locale::_Impl::_M_replace_facet"" " string_content ") ))) ;) })))
|
(translation_unit "/* std::locale::_Impl::_M_replace_facet(std::locale::_Impl const*, std::locale::id const*) */\n\nvoid __thiscall std::locale::_Impl::_M_replace_facet(_Impl *this,_Impl *param_1,id *param_2)\n\n{\n facet *pfVar1;\n ulong uVar2;\n \n uVar2 = locale::id::_M_id(param_2);\n if ((uVar2 <= *(long *)(param_1 + 0x10) - 1U) &&\n (pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0)) {\n _M_install_facet(this,param_2,pfVar1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::_Impl::_M_replace_facet");\n}\n\n" comment (function_definition "void __thiscall std::locale::_Impl::_M_replace_facet(_Impl *this,_Impl *param_1,id *param_2)\n\n{\n facet *pfVar1;\n ulong uVar2;\n \n uVar2 = locale::id::_M_id(param_2);\n if ((uVar2 <= *(long *)(param_1 + 0x10) - 1U) &&\n (pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0)) {\n _M_install_facet(this,param_2,pfVar1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::_Impl::_M_replace_facet");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::locale::_Impl::" identifier : : identifier : : identifier : :) (function_declarator "_M_replace_facet(_Impl *this,_Impl *param_1,id *param_2)" identifier (parameter_list "(_Impl *this,_Impl *param_1,id *param_2)" ( (parameter_declaration "_Impl *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "_Impl *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "id *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n facet *pfVar1;\n ulong uVar2;\n \n uVar2 = locale::id::_M_id(param_2);\n if ((uVar2 <= *(long *)(param_1 + 0x10) - 1U) &&\n (pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0)) {\n _M_install_facet(this,param_2,pfVar1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_runtime_error("locale::_Impl::_M_replace_facet");\n}" { (declaration "facet *pfVar1;" type_identifier (pointer_declarator "*pfVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (ERROR "uVar2 = locale::" (assignment_expression "uVar2 = locale" identifier = identifier) : :) (labeled_statement "id::_M_id(param_2);" statement_identifier : (ERROR ":" :) (expression_statement "_M_id(param_2);" (call_expression "_M_id(param_2)" identifier (argument_list "(param_2)" ( identifier ))) ;)) (if_statement "if ((uVar2 <= *(long *)(param_1 + 0x10) - 1U) &&\n (pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0)) {\n _M_install_facet(this,param_2,pfVar1);\n return;\n }" if (parenthesized_expression "((uVar2 <= *(long *)(param_1 + 0x10) - 1U) &&\n (pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0))" ( (binary_expression "(uVar2 <= *(long *)(param_1 + 0x10) - 1U) &&\n (pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0)" (parenthesized_expression "(uVar2 <= *(long *)(param_1 + 0x10) - 1U)" ( (binary_expression "uVar2 <= *(long *)(param_1 + 0x10) - 1U" identifier <= (binary_expression "*(long *)(param_1 + 0x10) - 1U" (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)) )) && (parenthesized_expression "(pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0)" ( (comma_expression "pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8), pfVar1 != (facet *)0x0" (assignment_expression "pfVar1 = *(facet **)(*(long *)(param_1 + 8) + uVar2 * 8)" identifier = (pointer_expression "*(facet **)(*(long *)(param_1 + 8) + uVar2 * 8)" * (cast_expression "(facet **)(*(long *)(param_1 + 8) + uVar2 * 8)" ( (type_descriptor "facet **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 8) + uVar2 * 8)" ( (binary_expression "*(long *)(param_1 + 8) + uVar2 * 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" identifier + number_literal) )))) + (binary_expression "uVar2 * 8" identifier * number_literal)) ))))) , (binary_expression "pfVar1 != (facet *)0x0" identifier != (cast_expression "(facet *)0x0" ( (type_descriptor "facet *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n _M_install_facet(this,param_2,pfVar1);\n return;\n }" { (expression_statement "_M_install_facet(this,param_2,pfVar1);" (call_expression "_M_install_facet(this,param_2,pfVar1)" identifier (argument_list "(this,param_2,pfVar1)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "__throw_runtime_error("locale::_Impl::_M_replace_facet");" (call_expression "__throw_runtime_error("locale::_Impl::_M_replace_facet")" identifier (argument_list "("locale::_Impl::_M_replace_facet")" ( (string_literal ""locale::_Impl::_M_replace_facet"" " string_content ") ))) ;) })))
|
(translation_unit "void FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n \n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}\n\n" (function_definition "void FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n \n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}" primitive_type (function_declarator "FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,undefined8 param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n \n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_002a50c0(param_3);" (assignment_expression "uVar1 = FUN_002a50c0(param_3)" identifier = (call_expression "FUN_002a50c0(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (if_statement "if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }" if (parenthesized_expression "((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0))" ( (binary_expression "(uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)" (parenthesized_expression "(uVar1 <= *(long *)(param_2 + 0x10) - 1U)" ( (binary_expression "uVar1 <= *(long *)(param_2 + 0x10) - 1U" identifier <= (binary_expression "*(long *)(param_2 + 0x10) - 1U" (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) )))) - number_literal)) )) && (parenthesized_expression "(*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)" ( (binary_expression "*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0" (pointer_expression "*(long *)(*(long *)(param_2 + 8) + uVar1 * 8)" * (cast_expression "(long *)(*(long *)(param_2 + 8) + uVar1 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 8) + uVar1 * 8)" ( (binary_expression "*(long *)(param_2 + 8) + uVar1 * 8" (pointer_expression "*(long *)(param_2 + 8)" * (cast_expression "(long *)(param_2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) + (binary_expression "uVar1 * 8" identifier * number_literal)) )))) != number_literal) ))) )) (compound_statement "{\n FUN_002a5100(param_1,param_3);\n return;\n }" { (expression_statement "FUN_002a5100(param_1,param_3);" (call_expression "FUN_002a5100(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002e1420("locale::_Impl::_M_replace_facet");" (call_expression "FUN_002e1420("locale::_Impl::_M_replace_facet")" identifier (argument_list "("locale::_Impl::_M_replace_facet")" ( (string_literal ""locale::_Impl::_M_replace_facet"" " string_content ") ))) ;) })))
|
(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) ))) (compound_statement { (declaration TYPE IDENT ;) (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 (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 (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 IDENT * LIT)) )))) != 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 ") ))) ;) })))
|
(function_definition "void FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)\n\n{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n \n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}" (primitive_type "void") (function_declarator "FUN_002a54a0(undefined8 param_1,long param_2,undefined8 param_3)" (identifier "FUN_002a54a0") (parameter_list "(undefined8 param_1,long param_2,undefined8 param_3)" (( "(") (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 "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n ulong uVar1;\n \n uVar1 = FUN_002a50c0(param_3);\n if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }\n \n FUN_002e1420("locale::_Impl::_M_replace_facet");\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = FUN_002a50c0(param_3);" (assignment_expression "uVar1 = FUN_002a50c0(param_3)" (identifier "uVar1") (= "=") (call_expression "FUN_002a50c0(param_3)" (identifier "FUN_002a50c0") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (if_statement "if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {\n FUN_002a5100(param_1,param_3);\n return;\n }" (if "if") (parenthesized_expression "((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0))" (( "(") (binary_expression "(uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&\n (*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)" (parenthesized_expression "(uVar1 <= *(long *)(param_2 + 0x10) - 1U)" (( "(") (binary_expression "uVar1 <= *(long *)(param_2 + 0x10) - 1U" (identifier "uVar1") (<= "<=") (binary_expression "*(long *)(param_2 + 0x10) - 1U" (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")) () ")")))) (- "-") (number_literal "1U"))) () ")")) (&& "&&") (parenthesized_expression "(*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)" (( "(") (binary_expression "*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0" (pointer_expression "*(long *)(*(long *)(param_2 + 8) + uVar1 * 8)" (* "*") (cast_expression "(long *)(*(long *)(param_2 + 8) + uVar1 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_2 + 8) + uVar1 * 8)" (( "(") (binary_expression "*(long *)(param_2 + 8) + uVar1 * 8" (pointer_expression "*(long *)(param_2 + 8)" (* "*") (cast_expression "(long *)(param_2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (+ "+") (binary_expression "uVar1 * 8" (identifier "uVar1") (* "*") (number_literal "8"))) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_002a5100(param_1,param_3);\n return;\n }" ({ "{") (expression_statement "FUN_002a5100(param_1,param_3);" (call_expression "FUN_002a5100(param_1,param_3)" (identifier "FUN_002a5100") (argument_list "(param_1,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002e1420("locale::_Impl::_M_replace_facet");" (call_expression "FUN_002e1420("locale::_Impl::_M_replace_facet")" (identifier "FUN_002e1420") (argument_list "("locale::_Impl::_M_replace_facet")" (( "(") (string_literal ""locale::_Impl::_M_replace_facet"" (" """) (string_content "locale::_Impl::_M_replace_facet") (" """)) () ")"))) (; ";")) (} "}")))
|
/* std::locale::_Impl::_M_replace_facet(std::locale::_Impl const*, std::locale::id const*) */
void __thiscall std::locale::type_1::function_1(type_1 *this,type_1 *var_3,type_2 *param_2)
{
type_3 *var_4;
type_4 var_2;
var_2 = locale::id::var_1(param_2);
if ((var_2 <= *(long *)(var_3 + 0x10) - 1U) &&
(var_4 = *(type_3 **)(*(long *)(var_3 + 8) + var_2 * 8), var_4 != (type_3 *)0x0)) {
var_5(this,param_2,var_4);
return;
}
/* WARNING: Subroutine does not return */
var_6("locale::_Impl::_M_replace_facet");
}
| 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)))) body: (compound_statement (declaration type: (type_identifier) 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: (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: (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: (identifier) right: (number_literal)))))) 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))))))))
| null |
void MASKED(undefined8 param_1,long param_2,undefined8 param_3)
{
ulong uVar1;
uVar1 = FUN_002a50c0(param_3);
if ((uVar1 <= *(long *)(param_2 + 0x10) - 1U) &&
(*(long *)(*(long *)(param_2 + 8) + uVar1 * 8) != 0)) {
FUN_002a5100(param_1,param_3);
return;
}
/* WARNING: Subroutine does not return */
FUN_002e1420("locale::_Impl::_M_replace_facet");
}
|
31_powerpc64-linux-gnu-addr2line_and_powerpc64-linux-gnu-addr2line_strip.c
|
fputs
|
fputs
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_001080f8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputs_001080f8)();
return iVar1;
}
|
JMP qword ptr [0x001080f8]
| null | null | null | null |
[('tmp_38', u'CAST_-1206967748'), (u'CAST_-1206967748', u'CALLIND_-1206967816'), ('const-0', u'RETURN_-1206967813'), (u'CALLIND_-1206967816', u'RETURN_-1206967813'), (u'INDIRECT_-1206967753', u'COPY_-1206967812'), (u'CALLIND_-1206967816', u'INDIRECT_-1206967753')]
|
[('tmp_38', u'CAST_-1206967748'), (u'CAST_-1206967748', u'CALLIND_-1206967816'), ('const-0', u'RETURN_-1206967813'), (u'CALLIND_-1206967816', u'RETURN_-1206967813'), (u'INDIRECT_-1206967753', u'COPY_-1206967812'), (u'CALLIND_-1206967816', u'INDIRECT_-1206967753')]
| null | null |
001021f0
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputs_001080f8)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_001080f8)()" identifier = (call_expression "(*(code *)PTR_fputs_001080f8)()" (parenthesized_expression "(*(code *)PTR_fputs_001080f8)" ( (pointer_expression "*(code *)PTR_fputs_001080f8" * (cast_expression "(code *)PTR_fputs_001080f8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}\n\n" comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputs_001080f8)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_001080f8)()" identifier = (call_expression "(*(code *)PTR_fputs_001080f8)()" (parenthesized_expression "(*(code *)PTR_fputs_001080f8)" ( (pointer_expression "*(code *)PTR_fputs_001080f8" * (cast_expression "(code *)PTR_fputs_001080f8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}\n\n" (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputs_001080f8)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_001080f8)()" identifier = (call_expression "(*(code *)PTR_fputs_001080f8)()" (parenthesized_expression "(*(code *)PTR_fputs_001080f8)" ( (pointer_expression "*(code *)PTR_fputs_001080f8" * (cast_expression "(code *)PTR_fputs_001080f8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identifier "fputs") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputs_001080f8)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fputs_001080f8)();" (assignment_expression "iVar1 = (*(code *)PTR_fputs_001080f8)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fputs_001080f8)()" (parenthesized_expression "(*(code *)PTR_fputs_001080f8)" (( "(") (pointer_expression "*(code *)PTR_fputs_001080f8" (* "*") (cast_expression "(code *)PTR_fputs_001080f8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fputs_001080f8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fputs_001080f8)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001080f8)();
return iVar1;
}
|
39_powerpc-linux-gnu-addr2line_and_powerpc-linux-gnu-addr2line_strip.c
|
fputc
|
fputc
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputc(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputc_00108138)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputc(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputc_00108138)();
return iVar1;
}
|
JMP qword ptr [0x00108138]
| null | null | null | null |
[(u'INDIRECT_-1206967625', u'COPY_-1206967684'), (u'CAST_-1206967620', u'CALLIND_-1206967688'), (u'CALLIND_-1206967688', u'RETURN_-1206967685'), ('tmp_38', u'CAST_-1206967620'), ('const-0', u'RETURN_-1206967685'), (u'CALLIND_-1206967688', u'INDIRECT_-1206967625')]
|
[(u'INDIRECT_-1206967625', u'COPY_-1206967684'), (u'CAST_-1206967620', u'CALLIND_-1206967688'), (u'CALLIND_-1206967688', u'RETURN_-1206967685'), ('tmp_38', u'CAST_-1206967620'), ('const-0', u'RETURN_-1206967685'), (u'CALLIND_-1206967688', u'INDIRECT_-1206967625')]
| null | null |
00102270
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}\n\n" comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputc_00108138)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_00108138)()" identifier = (call_expression "(*(code *)PTR_fputc_00108138)()" (parenthesized_expression "(*(code *)PTR_fputc_00108138)" ( (pointer_expression "*(code *)PTR_fputc_00108138" * (cast_expression "(code *)PTR_fputc_00108138" ( (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 fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}\n\n" comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputc_00108138)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_00108138)()" identifier = (call_expression "(*(code *)PTR_fputc_00108138)()" (parenthesized_expression "(*(code *)PTR_fputc_00108138)" ( (pointer_expression "*(code *)PTR_fputc_00108138" * (cast_expression "(code *)PTR_fputc_00108138" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}\n\n" (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputc_00108138)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_00108138)()" identifier = (call_expression "(*(code *)PTR_fputc_00108138)()" (parenthesized_expression "(*(code *)PTR_fputc_00108138)" ( (pointer_expression "*(code *)PTR_fputc_00108138" * (cast_expression "(code *)PTR_fputc_00108138" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (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 fputc(int __c,FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fputc(int __c,FILE *__stream)" (identifier "fputc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fputc_00108138)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fputc_00108138)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_00108138)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fputc_00108138)()" (parenthesized_expression "(*(code *)PTR_fputc_00108138)" (( "(") (pointer_expression "*(code *)PTR_fputc_00108138" (* "*") (cast_expression "(code *)PTR_fputc_00108138" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fputc_00108138"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fputc_00108138)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00108138)();
return iVar1;
}
|
5055_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
add_symbolless_global_addend
|
FUN_00220120
|
/* DWARF original prototype: void add_symbolless_global_addend(Output_data_reloc<4,_false,_32,_true>
* this, Symbol * gsym, uint type, Output_data * od, Sized_relobj<32,_true> * relobj, uint shndx,
Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_32,_true>::add_symbolless_global_addend
(Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,
Sized_relobj<32,_true> *relobj,uint shndx,Address address,Addend addend)
{
Output_reloc_type OStack_48;
Output_reloc<9,_false,_32,_true>::Output_reloc
(&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false);
OStack_48.addend_ = addend;
Output_data_reloc_base<4,_false,_32,_true>::add
(&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_48);
return;
}
|
void FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined1 auStack_48 [32];
undefined4 local_28;
FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);
local_28 = param_8;
FUN_0021fda0(param_1,param_4,auStack_48);
return;
}
|
PUSH R12
MOV R12,RCX
MOV RCX,R8
MOV R8D,R9D
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x30
MOV RBX,RSP
SUB RSP,0x8
PUSH 0x0
MOV RDI,RBX
PUSH 0x1
PUSH 0x0
MOV R9D,dword ptr [RSP + 0x70]
CALL 0x00200a00
MOV EAX,dword ptr [RSP + 0x78]
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
MOV dword ptr [RSP + 0x40],EAX
ADD RSP,0x20
CALL 0x0021fda0
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[(u'CALL_-1203961423', u'INDIRECT_-1203961256'), ('tmp_268', u'CALL_-1203961471'), ('tmp_265', u'CALL_-1203961423'), ('const-0', u'CALL_-1203961471'), ('const-0', u'PTRSUB_-1203961266'), ('const-0', u'PTRSUB_-1203961239'), (u'PTRSUB_-1203961239', u'CALL_-1203961423'), ('tmp_416', u'PTRSUB_-1203961292'), ('tmp_263', u'CALL_-1203961471'), ('const-0', u'CALL_-1203961471'), ('tmp_267', u'CALL_-1203961471'), (u'PTRSUB_-1203961293', u'PTRSUB_-1203961266'), ('tmp_269', u'COPY_-1203961449'), ('const--72', u'PTRSUB_-1203961293'), ('tmp_416', u'PTRSUB_-1203961293'), ('tmp_264', u'CALL_-1203961471'), ('const-1', u'CALL_-1203961471'), (u'PTRSUB_-1203961292', u'CALL_-1203961423'), ('const-0', u'RETURN_-1203961383'), ('const--72', u'PTRSUB_-1203961292'), ('tmp_266', u'CALL_-1203961471'), ('tmp_262', u'PTRSUB_-1203961239'), (u'PTRSUB_-1203961266', u'CALL_-1203961471')]
|
[('tmp_402', u'CALL_-1203961471'), ('const-0', u'CALL_-1203961471'), ('const-0', u'CALL_-1203961471'), ('tmp_603', u'CALL_-1203961471'), (u'PTRSUB_-1203961305', u'CALL_-1203961423'), (u'CALL_-1203961423', u'INDIRECT_-1203961271'), ('tmp_395', u'CALL_-1203961471'), ('tmp_398', u'CALL_-1203961423'), (u'PTRSUB_-1203961306', u'CALL_-1203961471'), ('tmp_393', u'PTRSUB_-1203961305'), ('const--72', u'PTRSUB_-1203961305'), ('tmp_394', u'CALL_-1203961423'), ('const-0', u'RETURN_-1203961383'), ('tmp_393', u'PTRSUB_-1203961306'), ('const-1', u'CALL_-1203961471'), ('tmp_581', u'COPY_-1203961449'), ('const--72', u'PTRSUB_-1203961306'), ('tmp_400', u'CALL_-1203961471'), ('tmp_580', u'CALL_-1203961471')]
| null | null |
00220120
|
x64
|
O2
|
(translation_unit "void FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 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 "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [32];" type_identifier (array_declarator "auStack_48 [32]" identifier [ number_literal ]) ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (expression_statement "FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);" (call_expression "FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0)" identifier (argument_list "(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0)" ( identifier , identifier , identifier , identifier , identifier , identifier , number_literal , number_literal , number_literal ))) ;) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" identifier = identifier) ;) (expression_statement "FUN_0021fda0(param_1,param_4,auStack_48);" (call_expression "FUN_0021fda0(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 add_symbolless_global_addend(Output_data_reloc<4,_false,_32,_true>\n * this, Symbol * gsym, uint type, Output_data * od, Sized_relobj<32,_true> * relobj, uint shndx,\n Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_32,_true>::add_symbolless_global_addend\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address,Addend addend)\n\n{\n Output_reloc_type OStack_48;\n \n Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false);\n OStack_48.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_48);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<4,_false,_32,_true>::add_symbolless_global_addend\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,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_symbolless_global_addend\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address,Addend addend)\n\n{\n Output_reloc_type" identifier > : : (function_declarator "add_symbolless_global_addend\n (Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address,Addend addend)" identifier (parameter_list "(Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Sized_relobj<32,_true> *relobj,uint shndx,Address address,Addend 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 "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "Addend addend" type_identifier identifier) ))) { identifier) identifier ;) (expression_statement "Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false);" (update_expression "Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false)" (binary_expression "Output_reloc<9,_false,_32,_true>::Output_reloc\n (&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_false,_32,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc\n (&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false)" identifier (argument_list "(&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false)" ( (pointer_expression "&OStack_48.rel_" & (field_expression "OStack_48.rel_" identifier . field_identifier)) , identifier , identifier , identifier , identifier , identifier , false , true , 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,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_48);" (update_expression "Output_data_reloc_base<4,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<4,_false,_32,_true>::add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) (ERROR ",_false,_32,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<4,_false,_32,_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_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 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 "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [32];" type_identifier (array_declarator "auStack_48 [32]" identifier [ number_literal ]) ;) (declaration "undefined4 local_28;" type_identifier identifier ;) (expression_statement "FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);" (call_expression "FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0)" identifier (argument_list "(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0)" ( identifier , identifier , identifier , identifier , identifier , identifier , number_literal , number_literal , number_literal ))) ;) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" identifier = identifier) ;) (expression_statement "FUN_0021fda0(param_1,param_4,auStack_48);" (call_expression "FUN_0021fda0(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) , (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 ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , LIT , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)\n\n{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00220120(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)" (identifier "FUN_00220120") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 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 "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined4 param_8" (type_identifier "undefined4") (identifier "param_8")) () ")"))) (compound_statement "{\n undefined1 auStack_48 [32];\n undefined4 local_28;\n \n FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);\n local_28 = param_8;\n FUN_0021fda0(param_1,param_4,auStack_48);\n return;\n}" ({ "{") (declaration "undefined1 auStack_48 [32];" (type_identifier "undefined1") (array_declarator "auStack_48 [32]" (identifier "auStack_48") ([ "[") (number_literal "32") (] "]")) (; ";")) (declaration "undefined4 local_28;" (type_identifier "undefined4") (identifier "local_28") (; ";")) (expression_statement "FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);" (call_expression "FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0)" (identifier "FUN_00200a00") (argument_list "(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0)" (( "(") (identifier "auStack_48") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (number_literal "0") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "local_28 = param_8;" (assignment_expression "local_28 = param_8" (identifier "local_28") (= "=") (identifier "param_8")) (; ";")) (expression_statement "FUN_0021fda0(param_1,param_4,auStack_48);" (call_expression "FUN_0021fda0(param_1,param_4,auStack_48)" (identifier "FUN_0021fda0") (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<4,_false,_32,_true>
* this, Symbol * gsym, uint type, Output_data * od, Sized_relobj<32,_true> * relobj, uint shndx,
Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_32,_true>::add_symbolless_global_addend
(Output_data_reloc<4,_false,_32,_true> *this,Symbol *gsym,uint type,Output_data *od,
Sized_relobj<32,_true> *relobj,uint shndx,Address address,Addend addend)
{
Output_reloc_type OStack_48;
var_1<9,_false,_32,_true>::var_1
(&OStack_48.rel_,gsym,type,relobj,shndx,address,false,true,false);
OStack_48.addend_ = addend;
var_2<4,_false,_32,_true>::var_3
(&this->super_Output_data_reloc_base<4,_false,_32,_true>,od,&OStack_48);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (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)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (number_literal) (number_literal) (number_literal)))) (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 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8)
{
undefined1 auStack_48 [32];
undefined4 local_28;
FUN_00200a00(auStack_48,param_2,param_3,param_5,param_6,param_7,0,1,0);
local_28 = param_8;
FUN_0021fda0(param_1,param_4,auStack_48);
return;
}
|
2966_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
set_final_data_size
|
FUN_001aa160
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void set_final_data_size(Output_data_plt_x86_64_bnd * this) */
void __thiscall
anon_unknown.dwarf_358c2b::Output_data_plt_x86_64_bnd::set_final_data_size
(Output_data_plt_x86_64_bnd *this)
{
byte bVar1;
uint uVar2;
int iVar3;
iVar3 = *(int *)&this->field_0x6c + *(int *)&this->field_0x68;
uVar2 = ((*(int *)&this->field_0x70 != -1) + 1 + iVar3) * 0x10;
this->aplt_offset_ = uVar2;
bVar1 = this->field_0x20;
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
*(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8);
this->field_0x20 = bVar1 | 2;
return;
}
/* WARNING: Subroutine does not return */
Output_data_plt_x86_64<32>::set_final_data_size((Output_data_plt_x86_64<32> *)this);
}
|
void FUN_001aa160(long param_1)
{
byte bVar1;
int iVar2;
int iVar3;
iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);
iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;
*(int *)(param_1 + 0xb0) = iVar2;
bVar1 = *(byte *)(param_1 + 0x20);
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);
*(byte *)(param_1 + 0x20) = bVar1 | 2;
return;
}
/* WARNING: Subroutine does not return */
FUN_001aa020();
}
|
XOR EAX,EAX
MOV EDX,dword ptr [RDI + 0x6c]
ADD EDX,dword ptr [RDI + 0x68]
CMP dword ptr [RDI + 0x70],-0x1
SETNZ AL
LEA EAX,[RAX + RDX*0x1 + 0x1]
SHL EAX,0x4
MOV dword ptr [RDI + 0xb0],EAX
LEA EDX,[RAX + RDX*0x8]
MOVZX EAX,byte ptr [RDI + 0x20]
TEST AL,0x2
JNZ 0x001aa196
TEST AL,0x8
JNZ 0x001aa196
OR EAX,0x2
MOV qword ptr [RDI + 0x10],RDX
MOV byte ptr [RDI + 0x20],AL
RET
PUSH RAX
CALL 0x001aa020
| null | null | null | null |
[(u'LOAD_-1207590434', u'INT_OR_-1207590244'), (u'INT_AND_-1207590385', u'INT_EQUAL_-1207590399'), ('const-1', u'INT_ADD_-1207590484'), ('const-1', u'RETURN_-1207590351'), ('tmp_392', u'PTRSUB_-1207590232'), (u'LOAD_-1207590545', u'INT_ADD_-1207590516'), ('const-0', u'INT_EQUAL_-1207590414'), (u'INT_NOTEQUAL_-1207590505', u'INT_ZEXT_-1207590294'), ('const-8', u'INT_MULT_-1207590261'), ('const-8', u'INT_AND_-1207590385'), ('const-32', u'PTRSUB_-1207590182'), (u'CAST_-1207590183', u'STORE_-1207590381'), ('const-433', u'LOAD_-1207590545'), (u'LOAD_-1207590434', u'INT_AND_-1207590385'), (u'PTRSUB_-1207590236', u'CAST_-1207590231'), (u'PTRSUB_-1207590182', u'STORE_-1207590374'), ('tmp_317', u'CBRANCH_-1207590397'), ('const-32', u'PTRSUB_-1207590203'), (u'LOAD_-1207590434', u'INT_AND_-1207590247'), (u'INT_ADD_-1207590275', u'INT_ZEXT_-1207590304'), (u'INT_MULT_-1207590261', u'INT_ADD_-1207590275'), (u'INT_ADD_-1207590482', u'INT_MULT_-1207590460'), (u'CAST_-1207590231', u'LOAD_-1207590545'), (u'INT_EQUAL_-1207590399', u'CBRANCH_-1207590397'), ('tmp_392', u'PTRSUB_-1207590182'), ('const-0', u'INT_EQUAL_-1207590399'), (u'INT_MULT_-1207590460', u'STORE_-1207590448'), ('const-4294967295', u'INT_NOTEQUAL_-1207590505'), ('const-2', u'INT_AND_-1207590247'), (u'LOAD_-1207590534', u'INT_ADD_-1207590516'), ('tmp_392', u'CAST_-1207590175'), ('tmp_392', u'PTRSUB_-1207590236'), (u'INT_ADD_-1207590484', u'INT_ADD_-1207590482'), ('const-433', u'STORE_-1207590374'), ('const-433', u'STORE_-1207590448'), (u'INT_ADD_-1207590516', u'INT_MULT_-1207590261'), ('tmp_392', u'PTRSUB_-1207590187'), ('const-112', u'PTRSUB_-1207590228'), ('const-108', u'PTRSUB_-1207590236'), ('const-433', u'STORE_-1207590381'), (u'INT_ZEXT_-1207590304', u'STORE_-1207590381'), (u'PTRSUB_-1207590232', u'CAST_-1207590227'), ('const-16', u'INT_MULT_-1207590460'), ('tmp_392', u'PTRSUB_-1207590213'), (u'PTRSUB_-1207590228', u'CAST_-1207590223'), (u'PTRSUB_-1207590203', u'LOAD_-1207590434'), ('tmp_392', u'PTRSUB_-1207590203'), (u'INT_AND_-1207590247', u'INT_EQUAL_-1207590414'), ('const-176', u'PTRSUB_-1207590213'), (u'LOAD_-1207590521', u'INT_NOTEQUAL_-1207590505'), (u'INT_EQUAL_-1207590414', u'CBRANCH_-1207590412'), ('const-104', u'PTRSUB_-1207590232'), ('const-0', u'RETURN_-1207590361'), ('const-433', u'LOAD_-1207590534'), (u'CAST_-1207590227', u'LOAD_-1207590534'), (u'INT_ZEXT_-1207590294', u'INT_ADD_-1207590484'), (u'CAST_-1207590175', u'CALL_-1207590356'), (u'CAST_-1207590223', u'LOAD_-1207590521'), (u'INT_MULT_-1207590460', u'INT_ADD_-1207590275'), ('const-2', u'INT_OR_-1207590244'), (u'INT_OR_-1207590244', u'STORE_-1207590374'), ('const-433', u'LOAD_-1207590434'), (u'INT_ADD_-1207590516', u'INT_ADD_-1207590482'), ('tmp_289', u'CBRANCH_-1207590412'), (u'PTRSUB_-1207590213', u'STORE_-1207590448'), (u'PTRSUB_-1207590187', u'CAST_-1207590183'), ('const-433', u'LOAD_-1207590521'), ('const-16', u'PTRSUB_-1207590187'), ('tmp_392', u'PTRSUB_-1207590228')]
|
[('const-4294967295', u'INT_NOTEQUAL_-1207590505'), (u'LOAD_-1207590434', u'INT_OR_-1207590244'), (u'INT_AND_-1207590385', u'INT_EQUAL_-1207590399'), ('const-2', u'INT_OR_-1207590244'), ('const-16', u'INT_ADD_-1207590367'), ('const-1', u'RETURN_-1207590351'), ('const-433', u'LOAD_-1207590521'), (u'CAST_-1207590183', u'STORE_-1207590374'), (u'LOAD_-1207590545', u'INT_ADD_-1207590516'), ('const-433', u'LOAD_-1207590534'), (u'INT_NOTEQUAL_-1207590505', u'INT_ZEXT_-1207590294'), ('const-8', u'INT_AND_-1207590385'), (u'CAST_-1207590215', u'STORE_-1207590448'), (u'LOAD_-1207590434', u'INT_AND_-1207590385'), (u'INT_ADD_-1207590522', u'CAST_-1207590234'), ('const-433', u'STORE_-1207590381'), (u'CAST_-1207590234', u'LOAD_-1207590534'), ('const-32', u'INT_ADD_-1207590360'), ('const-433', u'STORE_-1207590448'), ('tmp_317', u'CBRANCH_-1207590397'), ('const-2', u'INT_AND_-1207590247'), ('const-8', u'INT_MULT_-1207590261'), (u'LOAD_-1207590434', u'INT_AND_-1207590247'), (u'INT_MULT_-1207590261', u'INT_ADD_-1207590275'), (u'INT_ADD_-1207590482', u'INT_MULT_-1207590460'), ('tmp_576', u'INT_ADD_-1207590505'), (u'CAST_-1207590188', u'STORE_-1207590381'), ('const-0', u'INT_EQUAL_-1207590414'), (u'INT_EQUAL_-1207590399', u'CBRANCH_-1207590397'), ('const-176', u'INT_ADD_-1207590434'), ('const-0', u'INT_EQUAL_-1207590399'), ('tmp_576', u'INT_ADD_-1207590367'), ('const-16', u'INT_MULT_-1207590460'), (u'INT_MULT_-1207590460', u'STORE_-1207590448'), (u'INT_ADD_-1207590505', u'CAST_-1207590230'), (u'LOAD_-1207590534', u'INT_ADD_-1207590516'), (u'INT_ADD_-1207590484', u'INT_ADD_-1207590482'), (u'INT_ADD_-1207590516', u'INT_MULT_-1207590261'), (u'INT_ADD_-1207590367', u'CAST_-1207590188'), ('tmp_576', u'INT_ADD_-1207590434'), ('tmp_576', u'INT_ADD_-1207590418'), ('tmp_576', u'INT_ADD_-1207590360'), ('const-108', u'INT_ADD_-1207590529'), (u'CAST_-1207590208', u'INT_ZEXT_-1207590304'), (u'INT_ZEXT_-1207590304', u'STORE_-1207590381'), (u'INT_ADD_-1207590360', u'CAST_-1207590183'), ('const-104', u'INT_ADD_-1207590522'), (u'CAST_-1207590204', u'LOAD_-1207590434'), (u'INT_ADD_-1207590529', u'CAST_-1207590238'), (u'INT_AND_-1207590247', u'INT_EQUAL_-1207590414'), (u'INT_ADD_-1207590434', u'CAST_-1207590215'), (u'LOAD_-1207590521', u'INT_NOTEQUAL_-1207590505'), (u'INT_ADD_-1207590418', u'CAST_-1207590204'), (u'INT_EQUAL_-1207590414', u'CBRANCH_-1207590412'), ('const-0', u'RETURN_-1207590361'), (u'INT_ZEXT_-1207590294', u'INT_ADD_-1207590484'), ('const-1', u'INT_ADD_-1207590484'), ('const-32', u'INT_ADD_-1207590418'), (u'INT_ADD_-1207590275', u'CAST_-1207590208'), (u'INT_MULT_-1207590460', u'INT_ADD_-1207590275'), ('tmp_576', u'INT_ADD_-1207590529'), (u'INT_OR_-1207590244', u'STORE_-1207590374'), ('const-433', u'LOAD_-1207590545'), (u'CAST_-1207590238', u'LOAD_-1207590545'), (u'INT_ADD_-1207590516', u'INT_ADD_-1207590482'), ('tmp_289', u'CBRANCH_-1207590412'), ('const-433', u'LOAD_-1207590434'), ('const-112', u'INT_ADD_-1207590505'), (u'CAST_-1207590230', u'LOAD_-1207590521'), ('tmp_576', u'INT_ADD_-1207590522'), ('const-433', u'STORE_-1207590374')]
| null | null |
001aa160
|
x64
|
O2
|
(translation_unit "void FUN_001aa160(long param_1)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001aa020();\n}\n\n" (function_definition "void FUN_001aa160(long param_1)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001aa020();\n}" primitive_type (function_declarator "FUN_001aa160(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001aa020();\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68)" identifier = (binary_expression "*(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68)" (pointer_expression "*(int *)(param_1 + 0x6c)" * (cast_expression "(int *)(param_1 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) + (pointer_expression "*(int *)(param_1 + 0x68)" * (cast_expression "(int *)(param_1 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))))) ;) (expression_statement "iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;" (assignment_expression "iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10" identifier = (binary_expression "((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10" (parenthesized_expression "((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3)" ( (binary_expression "(*(int *)(param_1 + 0x70) != -1) + 1 + iVar3" (binary_expression "(*(int *)(param_1 + 0x70) != -1) + 1" (parenthesized_expression "(*(int *)(param_1 + 0x70) != -1)" ( (binary_expression "*(int *)(param_1 + 0x70) != -1" (pointer_expression "*(int *)(param_1 + 0x70)" * (cast_expression "(int *)(param_1 + 0x70)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) != number_literal) )) + number_literal) + identifier) )) * number_literal)) ;) (expression_statement "*(int *)(param_1 + 0xb0) = iVar2;" (assignment_expression "*(int *)(param_1 + 0xb0) = iVar2" (pointer_expression "*(int *)(param_1 + 0xb0)" * (cast_expression "(int *)(param_1 + 0xb0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) )))) = identifier) ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x20);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x20)" identifier = (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) ))))) ;) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" { (expression_statement "*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);" (assignment_expression "*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8)" (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" identifier + number_literal) )))) = (call_expression "(ulong)(uint)(iVar2 + iVar3 * 8)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(iVar2 + iVar3 * 8)" ( (binary_expression "iVar2 + iVar3 * 8" identifier + (binary_expression "iVar3 * 8" identifier * number_literal)) )))) ;) (expression_statement "*(byte *)(param_1 + 0x20) = bVar1 | 2;" (assignment_expression "*(byte *)(param_1 + 0x20) = bVar1 | 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) )))) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_001aa020();" (call_expression "FUN_001aa020()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void set_final_data_size(Output_data_plt_x86_64_bnd * this) */\n\nvoid __thiscall\nanon_unknown.dwarf_358c2b::Output_data_plt_x86_64_bnd::set_final_data_size\n (Output_data_plt_x86_64_bnd *this)\n\n{\n byte bVar1;\n uint uVar2;\n int iVar3;\n \n iVar3 = *(int *)&this->field_0x6c + *(int *)&this->field_0x68;\n uVar2 = ((*(int *)&this->field_0x70 != -1) + 1 + iVar3) * 0x10;\n this->aplt_offset_ = uVar2;\n bVar1 = this->field_0x20;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8);\n this->field_0x20 = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n Output_data_plt_x86_64<32>::set_final_data_size((Output_data_plt_x86_64<32> *)this);\n}\n\n" comment comment (function_definition "void __thiscall\nanon_unknown.dwarf_358c2b::Output_data_plt_x86_64_bnd::set_final_data_size\n (Output_data_plt_x86_64_bnd *this)\n\n{\n byte bVar1;\n uint uVar2;\n int iVar3;\n \n iVar3 = *(int *)&this->field_0x6c + *(int *)&this->field_0x68;\n uVar2 = ((*(int *)&this->field_0x70 != -1) + 1 + iVar3) * 0x10;\n this->aplt_offset_ = uVar2;\n bVar1 = this->field_0x20;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8);\n this->field_0x20 = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n Output_data_plt_x86_64<32>::set_final_data_size((Output_data_plt_x86_64<32> *)this);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_358c2b::Output_data_plt_x86_64_bnd::" identifier . identifier : : identifier : :) (function_declarator "set_final_data_size\n (Output_data_plt_x86_64_bnd *this)" identifier (parameter_list "(Output_data_plt_x86_64_bnd *this)" ( (parameter_declaration "Output_data_plt_x86_64_bnd *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n byte bVar1;\n uint uVar2;\n int iVar3;\n \n iVar3 = *(int *)&this->field_0x6c + *(int *)&this->field_0x68;\n uVar2 = ((*(int *)&this->field_0x70 != -1) + 1 + iVar3) * 0x10;\n this->aplt_offset_ = uVar2;\n bVar1 = this->field_0x20;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8);\n this->field_0x20 = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n Output_data_plt_x86_64<32>::set_final_data_size((Output_data_plt_x86_64<32> *)this);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar3 = *(int *)&this->field_0x6c + *(int *)&this->field_0x68;" (assignment_expression "iVar3 = *(int *)&this->field_0x6c + *(int *)&this->field_0x68" identifier = (binary_expression "*(int *)&this->field_0x6c + *(int *)&this->field_0x68" (pointer_expression "*(int *)&this->field_0x6c" * (cast_expression "(int *)&this->field_0x6c" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x6c" & (field_expression "this->field_0x6c" identifier -> field_identifier)))) + (pointer_expression "*(int *)&this->field_0x68" * (cast_expression "(int *)&this->field_0x68" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x68" & (field_expression "this->field_0x68" identifier -> field_identifier)))))) ;) (expression_statement "uVar2 = ((*(int *)&this->field_0x70 != -1) + 1 + iVar3) * 0x10;" (assignment_expression "uVar2 = ((*(int *)&this->field_0x70 != -1) + 1 + iVar3) * 0x10" identifier = (binary_expression "((*(int *)&this->field_0x70 != -1) + 1 + iVar3) * 0x10" (parenthesized_expression "((*(int *)&this->field_0x70 != -1) + 1 + iVar3)" ( (binary_expression "(*(int *)&this->field_0x70 != -1) + 1 + iVar3" (binary_expression "(*(int *)&this->field_0x70 != -1) + 1" (parenthesized_expression "(*(int *)&this->field_0x70 != -1)" ( (binary_expression "*(int *)&this->field_0x70 != -1" (pointer_expression "*(int *)&this->field_0x70" * (cast_expression "(int *)&this->field_0x70" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x70" & (field_expression "this->field_0x70" identifier -> field_identifier)))) != number_literal) )) + number_literal) + identifier) )) * number_literal)) ;) (expression_statement "this->aplt_offset_ = uVar2;" (assignment_expression "this->aplt_offset_ = uVar2" (field_expression "this->aplt_offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "bVar1 = this->field_0x20;" (assignment_expression "bVar1 = this->field_0x20" identifier = (field_expression "this->field_0x20" identifier -> field_identifier)) ;) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8);\n this->field_0x20 = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n *(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8);\n this->field_0x20 = bVar1 | 2;\n return;\n }" { (expression_statement "*(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8);" (assignment_expression "*(ulong *)&this->field_0x10 = (ulong)(uVar2 + iVar3 * 8)" (pointer_expression "*(ulong *)&this->field_0x10" * (cast_expression "(ulong *)&this->field_0x10" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x10" & (field_expression "this->field_0x10" identifier -> field_identifier)))) = (call_expression "(ulong)(uVar2 + iVar3 * 8)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 + iVar3 * 8)" ( (binary_expression "uVar2 + iVar3 * 8" identifier + (binary_expression "iVar3 * 8" identifier * number_literal)) )))) ;) (expression_statement "this->field_0x20 = bVar1 | 2;" (assignment_expression "this->field_0x20 = bVar1 | 2" (field_expression "this->field_0x20" identifier -> field_identifier) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "Output_data_plt_x86_64<32>::set_final_data_size((Output_data_plt_x86_64<32> *)this);" (binary_expression "Output_data_plt_x86_64<32>::set_final_data_size((Output_data_plt_x86_64<32> *)this)" (binary_expression "Output_data_plt_x86_64<32" identifier < number_literal) > (ERROR "::" : :) (call_expression "set_final_data_size((Output_data_plt_x86_64<32> *)this)" identifier (argument_list "((Output_data_plt_x86_64<32> *)this)" ( (parenthesized_expression "(Output_data_plt_x86_64<32> *)this)" ( (binary_expression "Output_data_plt_x86_64<32> *)this" (binary_expression "Output_data_plt_x86_64<32" identifier < number_literal) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) )) )))) ;) })))
|
(translation_unit "void FUN_001aa160(long param_1)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_001aa020();\n}\n\n" (function_definition "void FUN_001aa160(long param_1)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_001aa020();\n}" primitive_type (function_declarator "FUN_001aa160(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_001aa020();\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68)" identifier = (binary_expression "*(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68)" (pointer_expression "*(int *)(param_1 + 0x6c)" * (cast_expression "(int *)(param_1 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x6c)" ( (binary_expression "param_1 + 0x6c" identifier + number_literal) )))) + (pointer_expression "*(int *)(param_1 + 0x68)" * (cast_expression "(int *)(param_1 + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))))) ;) (expression_statement "iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;" (assignment_expression "iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10" identifier = (binary_expression "((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10" (parenthesized_expression "((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3)" ( (binary_expression "(*(int *)(param_1 + 0x70) != -1) + 1 + iVar3" (binary_expression "(*(int *)(param_1 + 0x70) != -1) + 1" (parenthesized_expression "(*(int *)(param_1 + 0x70) != -1)" ( (binary_expression "*(int *)(param_1 + 0x70) != -1" (pointer_expression "*(int *)(param_1 + 0x70)" * (cast_expression "(int *)(param_1 + 0x70)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) != number_literal) )) + number_literal) + identifier) )) * number_literal)) ;) (expression_statement "*(int *)(param_1 + 0xb0) = iVar2;" (assignment_expression "*(int *)(param_1 + 0xb0) = iVar2" (pointer_expression "*(int *)(param_1 + 0xb0)" * (cast_expression "(int *)(param_1 + 0xb0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) )))) = identifier) ;) (expression_statement "bVar1 = *(byte *)(param_1 + 0x20);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x20)" identifier = (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) ))))) ;) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" if (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" ( (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) && (parenthesized_expression "((bVar1 & 8) == 0)" ( (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" ( (binary_expression "bVar1 & 8" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" { (expression_statement "*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);" (assignment_expression "*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8)" (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" identifier + number_literal) )))) = (call_expression "(ulong)(uint)(iVar2 + iVar3 * 8)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(iVar2 + iVar3 * 8)" ( (binary_expression "iVar2 + iVar3 * 8" identifier + (binary_expression "iVar3 * 8" identifier * number_literal)) )))) ;) (expression_statement "*(byte *)(param_1 + 0x20) = bVar1 | 2;" (assignment_expression "*(byte *)(param_1 + 0x20) = bVar1 | 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) )))) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001aa020();" (call_expression "FUN_001aa020()" identifier (argument_list "()" ( ))) ;) })))
|
(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 ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) + LIT) + IDENT) )) * LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_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) )))) = (binary_expression IDENT | LIT)) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_001aa160(long param_1)\n\n{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_001aa020();\n}" (primitive_type "void") (function_declarator "FUN_001aa160(long param_1)" (identifier "FUN_001aa160") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n byte bVar1;\n int iVar2;\n int iVar3;\n \n iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);\n iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;\n *(int *)(param_1 + 0xb0) = iVar2;\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_001aa020();\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (expression_statement "iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);" (assignment_expression "iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68)" (identifier "iVar3") (= "=") (binary_expression "*(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68)" (pointer_expression "*(int *)(param_1 + 0x6c)" (* "*") (cast_expression "(int *)(param_1 + 0x6c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x6c)" (( "(") (binary_expression "param_1 + 0x6c" (identifier "param_1") (+ "+") (number_literal "0x6c")) () ")")))) (+ "+") (pointer_expression "*(int *)(param_1 + 0x68)" (* "*") (cast_expression "(int *)(param_1 + 0x68)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x68)" (( "(") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")")))))) (; ";")) (expression_statement "iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;" (assignment_expression "iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10" (identifier "iVar2") (= "=") (binary_expression "((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10" (parenthesized_expression "((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3)" (( "(") (binary_expression "(*(int *)(param_1 + 0x70) != -1) + 1 + iVar3" (binary_expression "(*(int *)(param_1 + 0x70) != -1) + 1" (parenthesized_expression "(*(int *)(param_1 + 0x70) != -1)" (( "(") (binary_expression "*(int *)(param_1 + 0x70) != -1" (pointer_expression "*(int *)(param_1 + 0x70)" (* "*") (cast_expression "(int *)(param_1 + 0x70)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x70)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) () ")")))) (!= "!=") (number_literal "-1")) () ")")) (+ "+") (number_literal "1")) (+ "+") (identifier "iVar3")) () ")")) (* "*") (number_literal "0x10"))) (; ";")) (expression_statement "*(int *)(param_1 + 0xb0) = iVar2;" (assignment_expression "*(int *)(param_1 + 0xb0) = iVar2" (pointer_expression "*(int *)(param_1 + 0xb0)" (* "*") (cast_expression "(int *)(param_1 + 0xb0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb0)" (( "(") (binary_expression "param_1 + 0xb0" (identifier "param_1") (+ "+") (number_literal "0xb0")) () ")")))) (= "=") (identifier "iVar2")) (; ";")) (expression_statement "bVar1 = *(byte *)(param_1 + 0x20);" (assignment_expression "bVar1 = *(byte *)(param_1 + 0x20)" (identifier "bVar1") (= "=") (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")) () ")"))))) (; ";")) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" (if "if") (parenthesized_expression "(((bVar1 & 2) == 0) && ((bVar1 & 8) == 0))" (( "(") (binary_expression "((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)" (parenthesized_expression "((bVar1 & 2) == 0)" (( "(") (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" (( "(") (binary_expression "bVar1 & 2" (identifier "bVar1") (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((bVar1 & 8) == 0)" (( "(") (binary_expression "(bVar1 & 8) == 0" (parenthesized_expression "(bVar1 & 8)" (( "(") (binary_expression "bVar1 & 8" (identifier "bVar1") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n *(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" ({ "{") (expression_statement "*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);" (assignment_expression "*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8)" (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" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (call_expression "(ulong)(uint)(iVar2 + iVar3 * 8)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "(iVar2 + iVar3 * 8)" (( "(") (binary_expression "iVar2 + iVar3 * 8" (identifier "iVar2") (+ "+") (binary_expression "iVar3 * 8" (identifier "iVar3") (* "*") (number_literal "8"))) () ")")))) (; ";")) (expression_statement "*(byte *)(param_1 + 0x20) = bVar1 | 2;" (assignment_expression "*(byte *)(param_1 + 0x20) = bVar1 | 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")) () ")")))) (= "=") (binary_expression "bVar1 | 2" (identifier "bVar1") (| "|") (number_literal "2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_001aa020();" (call_expression "FUN_001aa020()" (identifier "FUN_001aa020") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void set_final_data_size(Output_data_plt_x86_64_bnd * this) */
void __thiscall
anon_unknown.dwarf_358c2b::type_1::function_1
(type_1 *this)
{
type_2 var_2;
type_3 var_3;
int var_1;
var_1 = *(int *)&this->field_0x6c + *(int *)&this->field_0x68;
var_3 = ((*(int *)&this->field_0x70 != -1) + 1 + var_1) * 0x10;
this->aplt_offset_ = var_3;
var_2 = this->field_0x20;
if (((var_2 & 2) == 0) && ((var_2 & 8) == 0)) {
*(type_4 *)&this->field_0x10 = (type_4)(var_3 + var_1 * 8);
this->field_0x20 = var_2 | 2;
return;
}
/* WARNING: Subroutine does not return */
var_4<32>::function_1((var_4<32> *)this);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)) right: (identifier))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (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: (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: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_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: (binary_expression left: (identifier) right: (number_literal)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(long param_1)
{
byte bVar1;
int iVar2;
int iVar3;
iVar3 = *(int *)(param_1 + 0x6c) + *(int *)(param_1 + 0x68);
iVar2 = ((*(int *)(param_1 + 0x70) != -1) + 1 + iVar3) * 0x10;
*(int *)(param_1 + 0xb0) = iVar2;
bVar1 = *(byte *)(param_1 + 0x20);
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
*(ulong *)(param_1 + 0x10) = (ulong)(uint)(iVar2 + iVar3 * 8);
*(byte *)(param_1 + 0x20) = bVar1 | 2;
return;
}
/* WARNING: Subroutine does not return */
FUN_001aa020();
}
|
8926_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
widen
|
FUN_00318620
|
/* std::wios::widen(char) const */
void __thiscall std::wios::widen(wios *this,char param_1)
{
long *plVar1;
plVar1 = *(long **)(this + 0xf0);
if (plVar1 != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x00318633. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1);
return;
}
/* WARNING: Subroutine does not return */
__throw_bad_cast();
}
|
void FUN_00318620(long param_1,char param_2)
{
long *plVar1;
plVar1 = *(long **)(param_1 + 0xf0);
if (plVar1 != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x00318633. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);
return;
}
/* WARNING: Subroutine does not return */
FUN_00330650();
}
|
MOV RDI,qword ptr [RDI + 0xf0]
TEST RDI,RDI
JZ 0x00318636
MOV RAX,qword ptr [RDI]
MOVSX ESI,SIL
JMP qword ptr [RAX + 0x50]
PUSH RAX
CALL 0x00330650
| null | null | null | null |
[('const-433', u'LOAD_-1204910521'), (u'INT_SEXT_-1204910512', u'CALLIND_-1204910514'), ('const-240', u'PTRADD_-1204910495'), ('const-433', u'LOAD_-1204910557'), (u'PTRADD_-1204910495', u'CAST_-1204910429'), ('const-1', u'PTRADD_-1204910495'), (u'LOAD_-1204910557', u'CALLIND_-1204910514'), ('const-1', u'RETURN_-1204910500'), (u'LOAD_-1204910557', u'INT_NOTEQUAL_-1204910534'), ('const-433', u'LOAD_-1204910533'), (u'INT_NOTEQUAL_-1204910534', u'CBRANCH_-1204910533'), (u'INT_ADD_-1204910505', u'CAST_-1204910409'), ('tmp_78', u'INT_SEXT_-1204910512'), (u'CAST_-1204910409', u'LOAD_-1204910521'), ('tmp_32', u'CBRANCH_-1204910533'), ('tmp_77', u'PTRADD_-1204910495'), (u'LOAD_-1204910533', u'INT_ADD_-1204910505'), (u'CAST_-1204910429', u'LOAD_-1204910557'), (u'LOAD_-1204910557', u'LOAD_-1204910533'), (u'LOAD_-1204910521', u'CALLIND_-1204910514'), ('const-0', u'INT_NOTEQUAL_-1204910534'), ('const-80', u'INT_ADD_-1204910505'), ('const-1', u'RETURN_-1204910503')]
|
[('tmp_192', u'INT_SEXT_-1204910512'), (u'CAST_-1204910410', u'LOAD_-1204910521'), (u'INT_SEXT_-1204910512', u'CALLIND_-1204910514'), (u'LOAD_-1204910557', u'CALLIND_-1204910514'), ('const-433', u'LOAD_-1204910521'), ('const-433', u'LOAD_-1204910557'), ('const-1', u'RETURN_-1204910500'), (u'CAST_-1204910430', u'LOAD_-1204910557'), ('const-240', u'INT_ADD_-1204910541'), ('tmp_154', u'INT_ADD_-1204910541'), ('const-433', u'LOAD_-1204910533'), (u'INT_ADD_-1204910505', u'CAST_-1204910410'), (u'LOAD_-1204910557', u'INT_NOTEQUAL_-1204910534'), (u'INT_ADD_-1204910541', u'CAST_-1204910430'), (u'INT_NOTEQUAL_-1204910534', u'CBRANCH_-1204910533'), ('tmp_32', u'CBRANCH_-1204910533'), (u'LOAD_-1204910533', u'INT_ADD_-1204910505'), (u'LOAD_-1204910557', u'LOAD_-1204910533'), (u'LOAD_-1204910521', u'CALLIND_-1204910514'), ('const-0', u'INT_NOTEQUAL_-1204910534'), ('const-80', u'INT_ADD_-1204910505'), ('const-1', u'RETURN_-1204910503')]
| null | null |
00318620
|
x64
|
O2
|
(translation_unit "void FUN_00318620(long param_1,char param_2)\n\n{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00330650();\n}\n\n" (function_definition "void FUN_00318620(long param_1,char param_2)\n\n{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00330650();\n}" primitive_type (function_declarator "FUN_00318620(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) identifier) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00330650();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (expression_statement "plVar1 = *(long **)(param_1 + 0xf0);" (assignment_expression "plVar1 = *(long **)(param_1 + 0xf0)" identifier = (pointer_expression "*(long **)(param_1 + 0xf0)" * (cast_expression "(long **)(param_1 + 0xf0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xf0)" ( (binary_expression "param_1 + 0xf0" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\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: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }" { comment comment (expression_statement "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);" (call_expression "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2)" (parenthesized_expression "(**(code **)(*plVar1 + 0x50))" ( (pointer_expression "**(code **)(*plVar1 + 0x50)" * (pointer_expression "*(code **)(*plVar1 + 0x50)" * (cast_expression "(code **)(*plVar1 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x50)" ( (binary_expression "*plVar1 + 0x50" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,(int)param_2)" ( identifier , (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00330650();" (call_expression "FUN_00330650()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* std::wios::widen(char) const */\n\nvoid __thiscall std::wios::widen(wios *this,char param_1)\n\n{\n long *plVar1;\n \n plVar1 = *(long **)(this + 0xf0);\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n}\n\n" comment (function_definition "void __thiscall std::wios::widen(wios *this,char param_1)\n\n{\n long *plVar1;\n \n plVar1 = *(long **)(this + 0xf0);\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wios::" identifier : : identifier : :) (function_declarator "widen(wios *this,char param_1)" identifier (parameter_list "(wios *this,char param_1)" ( (parameter_declaration "wios *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char param_1" primitive_type identifier) ))) (compound_statement "{\n long *plVar1;\n \n plVar1 = *(long **)(this + 0xf0);\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (expression_statement "plVar1 = *(long **)(this + 0xf0);" (assignment_expression "plVar1 = *(long **)(this + 0xf0)" identifier = (pointer_expression "*(long **)(this + 0xf0)" * (cast_expression "(long **)(this + 0xf0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0xf0)" ( (binary_expression "this + 0xf0" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1);\n return;\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: Could not recover jumptable at 0x00318633. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1);\n return;\n }" { comment comment (expression_statement "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1);" (call_expression "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_1)" (parenthesized_expression "(**(code **)(*plVar1 + 0x50))" ( (pointer_expression "**(code **)(*plVar1 + 0x50)" * (pointer_expression "*(code **)(*plVar1 + 0x50)" * (cast_expression "(code **)(*plVar1 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x50)" ( (binary_expression "*plVar1 + 0x50" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,(int)param_1)" ( identifier , (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "__throw_bad_cast();" (call_expression "__throw_bad_cast()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_00318620(long param_1,char param_2)\n\n{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n \n \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n \n FUN_00330650();\n}\n\n" (function_definition "void FUN_00318620(long param_1,char param_2)\n\n{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n \n \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n \n FUN_00330650();\n}" primitive_type (function_declarator "FUN_00318620(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) identifier) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n \n \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n \n FUN_00330650();\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (expression_statement "plVar1 = *(long **)(param_1 + 0xf0);" (assignment_expression "plVar1 = *(long **)(param_1 + 0xf0)" identifier = (pointer_expression "*(long **)(param_1 + 0xf0)" * (cast_expression "(long **)(param_1 + 0xf0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xf0)" ( (binary_expression "param_1 + 0xf0" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 != (long *)0x0) {\n \n \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\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 \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }" { (expression_statement "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);" (call_expression "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2)" (parenthesized_expression "(**(code **)(*plVar1 + 0x50))" ( (pointer_expression "**(code **)(*plVar1 + 0x50)" * (pointer_expression "*(code **)(*plVar1 + 0x50)" * (cast_expression "(code **)(*plVar1 + 0x50)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x50)" ( (binary_expression "*plVar1 + 0x50" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,(int)param_2)" ( identifier , (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00330650();" (call_expression "FUN_00330650()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (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 * (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 (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 , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00318620(long param_1,char param_2)\n\n{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n \n \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n \n FUN_00330650();\n}" (primitive_type "void") (function_declarator "FUN_00318620(long param_1,char param_2)" (identifier "FUN_00318620") (parameter_list "(long param_1,char param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "char param_2" (primitive_type "char") (identifier "param_2")) () ")"))) (compound_statement "{\n long *plVar1;\n \n plVar1 = *(long **)(param_1 + 0xf0);\n if (plVar1 != (long *)0x0) {\n \n \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }\n \n FUN_00330650();\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (expression_statement "plVar1 = *(long **)(param_1 + 0xf0);" (assignment_expression "plVar1 = *(long **)(param_1 + 0xf0)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(param_1 + 0xf0)" (* "*") (cast_expression "(long **)(param_1 + 0xf0)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0xf0)" (( "(") (binary_expression "param_1 + 0xf0" (identifier "param_1") (+ "+") (number_literal "0xf0")) () ")"))))) (; ";")) (if_statement "if (plVar1 != (long *)0x0) {\n \n \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\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 \n (**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);\n return;\n }" ({ "{") (expression_statement "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);" (call_expression "(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2)" (parenthesized_expression "(**(code **)(*plVar1 + 0x50))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x50)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x50)" (* "*") (cast_expression "(code **)(*plVar1 + 0x50)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x50)" (( "(") (binary_expression "*plVar1 + 0x50" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (argument_list "(plVar1,(int)param_2)" (( "(") (identifier "plVar1") (, ",") (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00330650();" (call_expression "FUN_00330650()" (identifier "FUN_00330650") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* std::wios::widen(char) const */
void __thiscall std::type_1::function_1(type_1 *var_1,char param_1)
{
long *var_2;
var_2 = *(long **)(var_1 + 0xf0);
if (var_2 != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x00318633. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(type_2 **)(*var_2 + 0x50))(var_2,(int)param_1);
return;
}
/* 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: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (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 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: (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) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(long param_1,char param_2)
{
long *plVar1;
plVar1 = *(long **)(param_1 + 0xf0);
if (plVar1 != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x00318633. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*plVar1 + 0x50))(plVar1,(int)param_2);
return;
}
/* WARNING: Subroutine does not return */
FUN_00330650();
}
|
2248_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
|
info
|
FUN_001780d0
|
/* DWARF original prototype: void info(Errors * this, char * format,
typedef___va_list_tag___va_list_tag * args) */
void __thiscall
gold::Errors::info(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)
{
vfprintf(stderr,format,args);
fputc(10,stderr);
return;
}
|
void FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)
{
vfprintf(stderr,param_2,param_3);
fputc(10,stderr);
return;
}
|
SUB RSP,0x8
MOV RDI,qword ptr [0x0043e860]
CALL 0x00147400
MOV RSI,qword ptr [0x0043e860]
MOV EDI,0xa
ADD RSP,0x8
JMP 0x00147450
| null | null | null | null |
[('tmp_79', u'CALL_-1207402258'), (u'INDIRECT_-1207402140', u'COPY_-1207402199'), ('tmp_189', u'CALL_-1207402258'), ('tmp_78', u'CALL_-1207402258'), (u'CALL_-1207402258', u'INDIRECT_-1207402162'), ('const-10', u'CALL_-1207402225'), (u'CALL_-1207402225', u'INDIRECT_-1207402140'), (u'INDIRECT_-1207402162', u'CALL_-1207402225'), ('const-0', u'RETURN_-1207402221')]
|
[('tmp_188', u'CALL_-1207402258'), (u'INDIRECT_-1207402140', u'COPY_-1207402199'), ('tmp_154', u'CALL_-1207402258'), ('tmp_153', u'CALL_-1207402258'), ('const-10', u'CALL_-1207402225'), (u'CALL_-1207402258', u'INDIRECT_-1207402162'), (u'CALL_-1207402225', u'INDIRECT_-1207402140'), (u'INDIRECT_-1207402162', u'CALL_-1207402225'), ('const-0', u'RETURN_-1207402221')]
| null | null |
001780d0
|
x64
|
O2
|
(translation_unit "void FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}\n\n" (function_definition "void FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}" primitive_type (function_declarator "FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)" identifier (parameter_list "(undefined8 param_1,char *param_2,__gnuc_va_list param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "__gnuc_va_list param_3" type_identifier identifier) ))) (compound_statement "{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}" { (expression_statement "vfprintf(stderr,param_2,param_3);" (call_expression "vfprintf(stderr,param_2,param_3)" identifier (argument_list "(stderr,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void info(Errors * this, char * format,\n typedef___va_list_tag___va_list_tag * args) */\n\nvoid __thiscall\ngold::Errors::info(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)\n\n{\n vfprintf(stderr,format,args);\n fputc(10,stderr);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::Errors::info(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)\n\n{\n vfprintf(stderr,format,args);\n fputc(10,stderr);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Errors::" identifier : : identifier : :) (function_declarator "info(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)" identifier (parameter_list "(Errors *this,char *format,typedef___va_list_tag___va_list_tag *args)" ( (parameter_declaration "Errors *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *format" primitive_type (pointer_declarator "*format" * identifier)) , (parameter_declaration "typedef___va_list_tag___va_list_tag *args" type_identifier (pointer_declarator "*args" * identifier)) ))) (compound_statement "{\n vfprintf(stderr,format,args);\n fputc(10,stderr);\n return;\n}" { (expression_statement "vfprintf(stderr,format,args);" (call_expression "vfprintf(stderr,format,args)" identifier (argument_list "(stderr,format,args)" ( identifier , identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}\n\n" (function_definition "void FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}" primitive_type (function_declarator "FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)" identifier (parameter_list "(undefined8 param_1,char *param_2,__gnuc_va_list param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "__gnuc_va_list param_3" type_identifier identifier) ))) (compound_statement "{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}" { (expression_statement "vfprintf(stderr,param_2,param_3);" (call_expression "vfprintf(stderr,param_2,param_3)" identifier (argument_list "(stderr,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" identifier (argument_list "(10,stderr)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)\n\n{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001780d0(undefined8 param_1,char *param_2,__gnuc_va_list param_3)" (identifier "FUN_001780d0") (parameter_list "(undefined8 param_1,char *param_2,__gnuc_va_list param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "__gnuc_va_list param_3" (type_identifier "__gnuc_va_list") (identifier "param_3")) () ")"))) (compound_statement "{\n vfprintf(stderr,param_2,param_3);\n fputc(10,stderr);\n return;\n}" ({ "{") (expression_statement "vfprintf(stderr,param_2,param_3);" (call_expression "vfprintf(stderr,param_2,param_3)" (identifier "vfprintf") (argument_list "(stderr,param_2,param_3)" (( "(") (identifier "stderr") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "fputc(10,stderr);" (call_expression "fputc(10,stderr)" (identifier "fputc") (argument_list "(10,stderr)" (( "(") (number_literal "10") (, ",") (identifier "stderr") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void info(Errors * this, char * format,
typedef___va_list_tag___va_list_tag * args) */
void __thiscall
gold::type_1::function_1(type_1 *this,char *format,type_2 *args)
{
var_1(stderr,format,args);
var_2(10,stderr);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,char *param_2,__gnuc_va_list param_3)
{
vfprintf(stderr,param_2,param_3);
fputc(10,stderr);
return;
}
|
1382_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
~Struct_no_print_output_format
|
FUN_00150200
|
/* DWARF original prototype: void ~Struct_no_print_output_format(Struct_no_print_output_format *
this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_no_print_output_format::~Struct_no_print_output_format
(Struct_no_print_output_format *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_003a86b0;
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_00150200(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003a86b0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20((undefined8 *)param_1[1]);
return;
}
return;
}
|
LEA RAX,[0x3a86b0]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x00150220
MOV RDI,RDX
JMP 0x00276d20
RET
| null | null | null | null |
[('const-0', u'PTRSUB_-1207303555'), ('const-433', u'STORE_-1207303661'), ('const-433', u'LOAD_-1207303669'), ('const-16', u'PTRSUB_-1207303547'), ('const-0', u'PTRSUB_-1207303559'), (u'PTRSUB_-1207303559', u'PTRSUB_-1207303555'), (u'PTRSUB_-1207303554', u'STORE_-1207303661'), ('const-3835568', u'PTRSUB_-1207303561'), ('const-0', u'RETURN_-1207303623'), ('const-0', u'RETURN_-1207303614'), (u'PTRSUB_-1207303558', u'PTRSUB_-1207303554'), (u'PTRSUB_-1207303554', u'PTRSUB_-1207303550'), (u'LOAD_-1207303669', u'CALL_-1207303627'), (u'INT_NOTEQUAL_-1207303637', u'CBRANCH_-1207303636'), (u'PTRSUB_-1207303563', u'PTRSUB_-1207303559'), ('const-0', u'PTRSUB_-1207303554'), ('tmp_68', u'PTRSUB_-1207303554'), ('const-0', u'PTRSUB_-1207303550'), (u'PTRSUB_-1207303547', u'INT_NOTEQUAL_-1207303637'), (u'CAST_-1207303551', u'STORE_-1207303661'), ('const-0', u'PTRSUB_-1207303558'), (u'PTRSUB_-1207303561', u'CAST_-1207303551'), (u'PTRSUB_-1207303564', u'PTRSUB_-1207303563'), ('tmp_48', u'CBRANCH_-1207303636'), (u'PTRSUB_-1207303555', u'LOAD_-1207303669'), ('tmp_68', u'PTRSUB_-1207303558'), ('const-0', u'PTRSUB_-1207303563'), ('tmp_68', u'PTRSUB_-1207303564'), (u'PTRSUB_-1207303550', u'PTRSUB_-1207303547'), ('const-8', u'PTRSUB_-1207303564'), (u'LOAD_-1207303669', u'CAST_-1207303543'), ('const-0', u'PTRSUB_-1207303561'), ('const-8', u'PTRSUB_-1207303554'), (u'CAST_-1207303543', u'INT_NOTEQUAL_-1207303637')]
|
[(u'PTRADD_-1207303558', u'INT_NOTEQUAL_-1207303637'), ('tmp_109', u'PTRADD_-1207303566'), ('const-3', u'PTRADD_-1207303558'), ('tmp_48', u'CBRANCH_-1207303636'), ('tmp_109', u'STORE_-1207303661'), (u'PTRSUB_-1207303562', u'STORE_-1207303661'), (u'PTRADD_-1207303566', u'LOAD_-1207303669'), ('const-433', u'STORE_-1207303661'), ('const-8', u'PTRADD_-1207303566'), ('const-8', u'PTRADD_-1207303558'), ('const-0', u'RETURN_-1207303623'), ('const-0', u'RETURN_-1207303614'), (u'LOAD_-1207303669', u'CAST_-1207303565'), ('tmp_109', u'PTRADD_-1207303558'), ('const-433', u'LOAD_-1207303669'), ('const-0', u'PTRSUB_-1207303562'), (u'INT_NOTEQUAL_-1207303637', u'CBRANCH_-1207303636'), (u'CAST_-1207303565', u'CALL_-1207303627'), ('const-3835568', u'PTRSUB_-1207303562'), (u'CAST_-1207303565', u'INT_NOTEQUAL_-1207303637'), ('const-1', u'PTRADD_-1207303566')]
| null | null |
00150200
|
x64
|
O2
|
(translation_unit "void FUN_00150200(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00150200(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00150200(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_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a86b0;" (assignment_expression "*param_1 = &PTR_FUN_003a86b0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a86b0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Struct_no_print_output_format(Struct_no_print_output_format *\n this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_print_output_format::~Struct_no_print_output_format\n (Struct_no_print_output_format *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_003a86b0;\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_print_output_format::~Struct_no_print_output_format\n (Struct_no_print_output_format *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_003a86b0;\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_print_output_format::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_print_output_format\n (Struct_no_print_output_format *this,int __in_chrg)" identifier (parameter_list "(Struct_no_print_output_format *this,int __in_chrg)" ( (parameter_declaration "Struct_no_print_output_format *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_003a86b0;\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_003a86b0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a86b0" (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_003a86b0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a86b0" & 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_00150200(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00150200(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00150200(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_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a86b0;" (assignment_expression "*param_1 = &PTR_FUN_003a86b0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a86b0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_00150200(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00150200(undefined8 *param_1)" (identifier "FUN_00150200") (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_003a86b0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a86b0;" (assignment_expression "*param_1 = &PTR_FUN_003a86b0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a86b0" (& "&") (identifier "PTR_FUN_003a86b0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" (identifier "FUN_00276d20") (argument_list "((undefined8 *)param_1[1])" (( "(") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Struct_no_print_output_format(Struct_no_print_output_format *
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_003a86b0;
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_003a86b0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20((undefined8 *)param_1[1]);
return;
}
return;
}
|
2546_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
parse_to_value
|
FUN_00193e10
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_common_page_size * this, char * option_name,
char * arg, Command_line * param_3, General_options * param_4) */
void __thiscall
gold::General_options::Struct_common_page_size::parse_to_value
(Struct_common_page_size *this,char *option_name,char *arg,Command_line *param_3,
General_options *param_4)
{
gold::options::parse_uint64(option_name,arg,&this->value);
this->user_set_via_option = true;
return;
}
|
void FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_003b9dd0(param_2,param_3,param_1 + 0x68);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
|
PUSH RBX
MOV RBX,RDI
MOV RDI,RSI
MOV RSI,RDX
LEA RDX,[RBX + 0x68]
CALL 0x003b9dd0
MOV byte ptr [RBX + 0x60],0x1
POP RBX
RET
| null | null | null | null |
[('const-0', u'RETURN_-1207550394'), (u'PTRSUB_-1207550336', u'CALL_-1207550417'), ('const-1', u'STORE_-1207550413'), (u'PTRSUB_-1207550326', u'STORE_-1207550413'), ('tmp_58', u'PTRSUB_-1207550326'), ('const-433', u'STORE_-1207550413'), ('tmp_60', u'CALL_-1207550417'), ('tmp_58', u'PTRSUB_-1207550336'), ('const-104', u'PTRSUB_-1207550336'), ('tmp_59', u'CALL_-1207550417'), ('const-96', u'PTRSUB_-1207550326')]
|
[('const-104', u'INT_ADD_-1207550413'), ('const-0', u'RETURN_-1207550394'), ('tmp_84', u'INT_ADD_-1207550399'), (u'INT_ADD_-1207550413', u'CALL_-1207550417'), ('const-1', u'STORE_-1207550413'), ('tmp_84', u'INT_ADD_-1207550413'), ('tmp_86', u'CALL_-1207550417'), ('tmp_85', u'CALL_-1207550417'), ('const-433', u'STORE_-1207550413'), (u'CAST_-1207550331', u'STORE_-1207550413'), (u'INT_ADD_-1207550399', u'CAST_-1207550331'), ('const-96', u'INT_ADD_-1207550399')]
| null | null |
00193e10
|
x64
|
O2
|
(translation_unit "void FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_003b9dd0(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_003b9dd0(param_2,param_3,param_1 + 0x68)" identifier (argument_list "(param_2,param_3,param_1 + 0x68)" ( identifier , identifier , (binary_expression "param_1 + 0x68" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_common_page_size * this, char * option_name,\n char * arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_common_page_size::parse_to_value\n (Struct_common_page_size *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_uint64(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_common_page_size::parse_to_value\n (Struct_common_page_size *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_uint64(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_common_page_size::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_common_page_size *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_common_page_size *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_common_page_size *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *option_name" primitive_type (pointer_declarator "*option_name" * identifier)) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "Command_line *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "General_options *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n gold::options::parse_uint64(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" { (labeled_statement "gold::options::parse_uint64(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (labeled_statement "options::parse_uint64(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (expression_statement "parse_uint64(option_name,arg,&this->value);" (call_expression "parse_uint64(option_name,arg,&this->value)" identifier (argument_list "(option_name,arg,&this->value)" ( identifier , identifier , (pointer_expression "&this->value" & (field_expression "this->value" identifier -> field_identifier)) ))) ;))) (expression_statement "this->user_set_via_option = true;" (assignment_expression "this->user_set_via_option = true" (field_expression "this->user_set_via_option" identifier -> field_identifier) = true) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_003b9dd0(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_003b9dd0(param_2,param_3,param_1 + 0x68)" identifier (argument_list "(param_2,param_3,param_1 + 0x68)" ( identifier , identifier , (binary_expression "param_1 + 0x68" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00193e10(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_00193e10") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_003b9dd0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" ({ "{") (expression_statement "FUN_003b9dd0(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_003b9dd0(param_2,param_3,param_1 + 0x68)" (identifier "FUN_003b9dd0") (argument_list "(param_2,param_3,param_1 + 0x68)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x60)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_common_page_size * this, char * option_name,
char * arg, Command_line * param_3, General_options * param_4) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *option_name,char *arg,type_2 *param_3,
type_3 *param_4)
{
gold::options::var_1(option_name,arg,&this->value);
this->user_set_via_option = true;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
| null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_003b9dd0(param_2,param_3,param_1 + 0x68);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
|
391_i686-linux-gnu-as_and_i686-linux-gnu-as_strip.c
|
s_mexit
|
FUN_0011f130
|
void s_mexit(int ignore)
{
char *format;
if (macro_nest != 0) {
cond_exit_macro(macro_nest);
buffer_limit = input_scrub_next_buffer(&input_line_pointer);
return;
}
format = (char *)dcgettext(0,"ignoring macro exit outside a macro definition.",5);
as_warn(format);
return;
}
|
void FUN_0011f130(void)
{
undefined8 uVar1;
if (DAT_001e4734 != 0) {
FUN_0010d610();
DAT_001e3740 = FUN_001182f0(&DAT_001e4780);
return;
}
uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);
FUN_0011d8a0(uVar1);
return;
}
|
SUB RSP,0x8
MOV EDI,dword ptr [0x001e4734]
TEST EDI,EDI
JZ 0x0011f160
CALL 0x0010d610
LEA RDI,[0x1e4780]
CALL 0x001182f0
MOV qword ptr [0x001e3740],RAX
ADD RSP,0x8
RET
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x14d958]
CALL 0x001081c0
ADD RSP,0x8
MOV RDI,RAX
XOR EAX,EAX
JMP 0x0011d8a0
| null | null | null | null |
[(u'CALL_-1206980180', u'INDIRECT_-1206980003'), (u'INDIRECT_-1206979988', u'COPY_-1206980044'), ('tmp_536', u'INT_NOTEQUAL_-1206980267'), (u'COPY_-1206980244', u'COPY_-1206980085'), (u'CALL_-1206980244', u'INDIRECT_-1206980042'), ('const-1984384', u'PTRSUB_-1206980022'), (u'CALL_-1206980260', u'INDIRECT_-1206980049'), (u'CALL_-1206980244', u'COPY_-1206980244'), (u'CALL_-1206980145', u'INDIRECT_-1206979988'), (u'CALL_-1206980244', u'INDIRECT_-1206980036'), ('const-0', u'CALL_-1206980180'), (u'CAST_-1206979987', u'CALL_-1206980145'), ('tmp_536', u'CALL_-1206980260'), ('const-0', u'RETURN_-1206980141'), (u'CALL_-1206980260', u'INDIRECT_-1206980055'), (u'CALL_-1206980180', u'CAST_-1206979987'), ('tmp_54', u'CBRANCH_-1206980267'), ('const-5', u'CALL_-1206980180'), ('const-0', u'RETURN_-1206980212'), (u'INDIRECT_-1206980036', u'COPY_-1206980079'), (u'INDIRECT_-1206979994', u'COPY_-1206980050'), ('const-1366360', u'COPY_-1206980052'), (u'CALL_-1206980180', u'INDIRECT_-1206980009'), ('const-0', u'PTRSUB_-1206980022'), (u'INT_NOTEQUAL_-1206980267', u'CBRANCH_-1206980267'), ('const-0', u'INT_NOTEQUAL_-1206980267'), (u'COPY_-1206980052', u'CALL_-1206980180'), (u'CALL_-1206980145', u'INDIRECT_-1206979994'), (u'PTRSUB_-1206980022', u'CALL_-1206980244')]
|
[(u'INDIRECT_-1206979990', u'COPY_-1206980046'), (u'CALL_-1206980260', u'INDIRECT_-1206980057'), (u'INDIRECT_-1206979996', u'COPY_-1206980052'), ('const-0', u'CALL_-1206980180'), (u'INDIRECT_-1206980038', u'COPY_-1206980081'), ('const-1984384', u'PTRSUB_-1206980024'), (u'CALL_-1206980244', u'COPY_-1206980244'), (u'CALL_-1206980244', u'INDIRECT_-1206980038'), (u'CALL_-1206980244', u'INDIRECT_-1206980044'), (u'CALL_-1206980180', u'INDIRECT_-1206980005'), (u'COPY_-1206980244', u'COPY_-1206980087'), ('const-0', u'RETURN_-1206980141'), (u'PTRSUB_-1206980024', u'CALL_-1206980244'), (u'CALL_-1206980180', u'INDIRECT_-1206980011'), (u'COPY_-1206980054', u'CALL_-1206980180'), ('tmp_54', u'CBRANCH_-1206980267'), (u'CALL_-1206980145', u'INDIRECT_-1206979996'), ('tmp_545', u'INT_NOTEQUAL_-1206980267'), ('const-0', u'RETURN_-1206980212'), ('const-0', u'PTRSUB_-1206980024'), (u'CALL_-1206980180', u'CALL_-1206980145'), (u'CALL_-1206980145', u'INDIRECT_-1206979990'), (u'INT_NOTEQUAL_-1206980267', u'CBRANCH_-1206980267'), ('const-0', u'INT_NOTEQUAL_-1206980267'), ('const-1366360', u'COPY_-1206980054'), (u'CALL_-1206980260', u'INDIRECT_-1206980051'), ('const-5', u'CALL_-1206980180')]
| null | null |
0011f130
|
x64
|
O2
|
(translation_unit "void FUN_0011f130(void)\n\n{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}\n\n" (function_definition "void FUN_0011f130(void)\n\n{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}" primitive_type (function_declarator "FUN_0011f130(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }" if (parenthesized_expression "(DAT_001e4734 != 0)" ( (binary_expression "DAT_001e4734 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }" { (expression_statement "FUN_0010d610();" (call_expression "FUN_0010d610()" identifier (argument_list "()" ( ))) ;) (expression_statement "DAT_001e3740 = FUN_001182f0(&DAT_001e4780);" (assignment_expression "DAT_001e3740 = FUN_001182f0(&DAT_001e4780)" identifier = (call_expression "FUN_001182f0(&DAT_001e4780)" identifier (argument_list "(&DAT_001e4780)" ( (pointer_expression "&DAT_001e4780" & identifier) )))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);" (assignment_expression "uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5)" identifier = (call_expression "dcgettext(0,"ignoring macro exit outside a macro definition.",5)" identifier (argument_list "(0,"ignoring macro exit outside a macro definition.",5)" ( number_literal , (string_literal ""ignoring macro exit outside a macro definition."" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011d8a0(uVar1);" (call_expression "FUN_0011d8a0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void s_mexit(int ignore)\n\n{\n char *format;\n \n if (macro_nest != 0) {\n cond_exit_macro(macro_nest);\n buffer_limit = input_scrub_next_buffer(&input_line_pointer);\n return;\n }\n format = (char *)dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n as_warn(format);\n return;\n}\n\n" (function_definition "void s_mexit(int ignore)\n\n{\n char *format;\n \n if (macro_nest != 0) {\n cond_exit_macro(macro_nest);\n buffer_limit = input_scrub_next_buffer(&input_line_pointer);\n return;\n }\n format = (char *)dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n as_warn(format);\n return;\n}" primitive_type (function_declarator "s_mexit(int ignore)" identifier (parameter_list "(int ignore)" ( (parameter_declaration "int ignore" primitive_type identifier) ))) (compound_statement "{\n char *format;\n \n if (macro_nest != 0) {\n cond_exit_macro(macro_nest);\n buffer_limit = input_scrub_next_buffer(&input_line_pointer);\n return;\n }\n format = (char *)dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n as_warn(format);\n return;\n}" { (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (if_statement "if (macro_nest != 0) {\n cond_exit_macro(macro_nest);\n buffer_limit = input_scrub_next_buffer(&input_line_pointer);\n return;\n }" if (parenthesized_expression "(macro_nest != 0)" ( (binary_expression "macro_nest != 0" identifier != number_literal) )) (compound_statement "{\n cond_exit_macro(macro_nest);\n buffer_limit = input_scrub_next_buffer(&input_line_pointer);\n return;\n }" { (expression_statement "cond_exit_macro(macro_nest);" (call_expression "cond_exit_macro(macro_nest)" identifier (argument_list "(macro_nest)" ( identifier ))) ;) (expression_statement "buffer_limit = input_scrub_next_buffer(&input_line_pointer);" (assignment_expression "buffer_limit = input_scrub_next_buffer(&input_line_pointer)" identifier = (call_expression "input_scrub_next_buffer(&input_line_pointer)" identifier (argument_list "(&input_line_pointer)" ( (pointer_expression "&input_line_pointer" & identifier) )))) ;) (return_statement "return;" return ;) })) (expression_statement "format = (char *)dcgettext(0,"ignoring macro exit outside a macro definition.",5);" (assignment_expression "format = (char *)dcgettext(0,"ignoring macro exit outside a macro definition.",5)" identifier = (cast_expression "(char *)dcgettext(0,"ignoring macro exit outside a macro definition.",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"ignoring macro exit outside a macro definition.",5)" identifier (argument_list "(0,"ignoring macro exit outside a macro definition.",5)" ( number_literal , (string_literal ""ignoring macro exit outside a macro definition."" " string_content ") , number_literal ))))) ;) (expression_statement "as_warn(format);" (call_expression "as_warn(format)" identifier (argument_list "(format)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0011f130(void)\n\n{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}\n\n" (function_definition "void FUN_0011f130(void)\n\n{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}" primitive_type (function_declarator "FUN_0011f130(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }" if (parenthesized_expression "(DAT_001e4734 != 0)" ( (binary_expression "DAT_001e4734 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }" { (expression_statement "FUN_0010d610();" (call_expression "FUN_0010d610()" identifier (argument_list "()" ( ))) ;) (expression_statement "DAT_001e3740 = FUN_001182f0(&DAT_001e4780);" (assignment_expression "DAT_001e3740 = FUN_001182f0(&DAT_001e4780)" identifier = (call_expression "FUN_001182f0(&DAT_001e4780)" identifier (argument_list "(&DAT_001e4780)" ( (pointer_expression "&DAT_001e4780" & identifier) )))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);" (assignment_expression "uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5)" identifier = (call_expression "dcgettext(0,"ignoring macro exit outside a macro definition.",5)" identifier (argument_list "(0,"ignoring macro exit outside a macro definition.",5)" ( number_literal , (string_literal ""ignoring macro exit outside a macro definition."" " string_content ") , number_literal )))) ;) (expression_statement "FUN_0011d8a0(uVar1);" (call_expression "FUN_0011d8a0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0011f130(void)\n\n{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0011f130(void)" (identifier "FUN_0011f130") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n \n if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }\n uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);\n FUN_0011d8a0(uVar1);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (if_statement "if (DAT_001e4734 != 0) {\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }" (if "if") (parenthesized_expression "(DAT_001e4734 != 0)" (( "(") (binary_expression "DAT_001e4734 != 0" (identifier "DAT_001e4734") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0010d610();\n DAT_001e3740 = FUN_001182f0(&DAT_001e4780);\n return;\n }" ({ "{") (expression_statement "FUN_0010d610();" (call_expression "FUN_0010d610()" (identifier "FUN_0010d610") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "DAT_001e3740 = FUN_001182f0(&DAT_001e4780);" (assignment_expression "DAT_001e3740 = FUN_001182f0(&DAT_001e4780)" (identifier "DAT_001e3740") (= "=") (call_expression "FUN_001182f0(&DAT_001e4780)" (identifier "FUN_001182f0") (argument_list "(&DAT_001e4780)" (( "(") (pointer_expression "&DAT_001e4780" (& "&") (identifier "DAT_001e4780")) () ")")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);" (assignment_expression "uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,"ignoring macro exit outside a macro definition.",5)" (identifier "dcgettext") (argument_list "(0,"ignoring macro exit outside a macro definition.",5)" (( "(") (number_literal "0") (, ",") (string_literal ""ignoring macro exit outside a macro definition."" (" """) (string_content "ignoring macro exit outside a macro definition.") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011d8a0(uVar1);" (call_expression "FUN_0011d8a0(uVar1)" (identifier "FUN_0011d8a0") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(int ignore)
{
char *format;
if (var_1 != 0) {
var_2(var_1);
buffer_limit = var_3(&input_line_pointer);
return;
}
format = (char *)var_4(0,"ignoring macro exit outside a macro definition.",5);
var_5(format);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(void)
{
undefined8 uVar1;
if (DAT_001e4734 != 0) {
FUN_0010d610();
DAT_001e3740 = FUN_001182f0(&DAT_001e4780);
return;
}
uVar1 = dcgettext(0,"ignoring macro exit outside a macro definition.",5);
FUN_0011d8a0(uVar1);
return;
}
|
55_riscv64-linux-gnu-c++filt_and_riscv64-linux-gnu-c++filt_strip.c
|
fopen
|
fopen
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * fopen(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();
return pFVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * fopen(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();
return pFVar1;
}
|
JMP qword ptr [0x001081b8]
| null | null | null | null |
[(u'INDIRECT_-1206967369', u'COPY_-1206967428'), ('tmp_38', u'CAST_-1206967364'), (u'CAST_-1206967364', u'CALLIND_-1206967432'), ('const-0', u'RETURN_-1206967429'), (u'CALLIND_-1206967432', u'CAST_-1206967363'), (u'CALLIND_-1206967432', u'INDIRECT_-1206967369'), (u'CAST_-1206967363', u'RETURN_-1206967429')]
|
[(u'INDIRECT_-1206967369', u'COPY_-1206967428'), ('tmp_38', u'CAST_-1206967364'), (u'CAST_-1206967364', u'CALLIND_-1206967432'), ('const-0', u'RETURN_-1206967429'), (u'CALLIND_-1206967432', u'CAST_-1206967363'), (u'CALLIND_-1206967432', u'INDIRECT_-1206967369'), (u'CAST_-1206967363', u'RETURN_-1206967429')]
| null | null |
00102370
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}\n\n" comment (function_definition "FILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" type_identifier (pointer_declarator "* fopen(char *__filename,char *__modes)" * (function_declarator "fopen(char *__filename,char *__modes)" identifier (parameter_list "(char *__filename,char *__modes)" ( (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "char *__modes" primitive_type (pointer_declarator "*__modes" * identifier)) )))) (compound_statement "{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)()" identifier = (cast_expression "(FILE *)(*(code *)PTR_fopen_001081b8)()" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fopen_001081b8)()" (parenthesized_expression "(*(code *)PTR_fopen_001081b8)" ( (pointer_expression "*(code *)PTR_fopen_001081b8" * (cast_expression "(code *)PTR_fopen_001081b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pFVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nFILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}\n\n" comment (function_definition "FILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" type_identifier (pointer_declarator "* fopen(char *__filename,char *__modes)" * (function_declarator "fopen(char *__filename,char *__modes)" identifier (parameter_list "(char *__filename,char *__modes)" ( (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "char *__modes" primitive_type (pointer_declarator "*__modes" * identifier)) )))) (compound_statement "{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)()" identifier = (cast_expression "(FILE *)(*(code *)PTR_fopen_001081b8)()" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fopen_001081b8)()" (parenthesized_expression "(*(code *)PTR_fopen_001081b8)" ( (pointer_expression "*(code *)PTR_fopen_001081b8" * (cast_expression "(code *)PTR_fopen_001081b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pFVar1;" return identifier ;) })))
|
(translation_unit "FILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}\n\n" (function_definition "FILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" type_identifier (pointer_declarator "* fopen(char *__filename,char *__modes)" * (function_declarator "fopen(char *__filename,char *__modes)" identifier (parameter_list "(char *__filename,char *__modes)" ( (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "char *__modes" primitive_type (pointer_declarator "*__modes" * identifier)) )))) (compound_statement "{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)()" identifier = (cast_expression "(FILE *)(*(code *)PTR_fopen_001081b8)()" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fopen_001081b8)()" (parenthesized_expression "(*(code *)PTR_fopen_001081b8)" ( (pointer_expression "*(code *)PTR_fopen_001081b8" * (cast_expression "(code *)PTR_fopen_001081b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pFVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
|
(function_definition "FILE * fopen(char *__filename,char *__modes)\n\n{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" (type_identifier "FILE") (pointer_declarator "* fopen(char *__filename,char *__modes)" (* "*") (function_declarator "fopen(char *__filename,char *__modes)" (identifier "fopen") (parameter_list "(char *__filename,char *__modes)" (( "(") (parameter_declaration "char *__filename" (primitive_type "char") (pointer_declarator "*__filename" (* "*") (identifier "__filename"))) (, ",") (parameter_declaration "char *__modes" (primitive_type "char") (pointer_declarator "*__modes" (* "*") (identifier "__modes"))) () ")")))) (compound_statement "{\n FILE *pFVar1;\n \n pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();\n return pFVar1;\n}" ({ "{") (declaration "FILE *pFVar1;" (type_identifier "FILE") (pointer_declarator "*pFVar1" (* "*") (identifier "pFVar1")) (; ";")) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_001081b8)()" (identifier "pFVar1") (= "=") (cast_expression "(FILE *)(*(code *)PTR_fopen_001081b8)()" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_fopen_001081b8)()" (parenthesized_expression "(*(code *)PTR_fopen_001081b8)" (( "(") (pointer_expression "*(code *)PTR_fopen_001081b8" (* "*") (cast_expression "(code *)PTR_fopen_001081b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fopen_001081b8"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pFVar1;" (return "return") (identifier "pFVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(char *__filename,char *__modes)
{
type_1 *pFVar1;
pFVar1 = (type_1 *)(*(type_2 *)PTR_fopen_001081b8)();
return pFVar1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * MASKED(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_MASKED_001081b8)();
return pFVar1;
}
|
13_s390x-linux-gnu-ranlib_and_s390x-linux-gnu-ranlib_strip.c
|
bfd_plugin_set_plugin
|
bfd_plugin_set_plugin
|
void bfd_plugin_set_plugin(void)
{
(*(code *)PTR_bfd_plugin_set_plugin_00110068)();
return;
}
|
void bfd_plugin_set_plugin(void)
{
(*(code *)PTR_bfd_plugin_set_plugin_00110068)();
return;
}
|
JMP qword ptr [0x00110068]
| null | null | null | null |
[(u'CAST_-1206968039', u'CALLIND_-1206968104'), ('const-0', u'RETURN_-1206968101'), (u'CALLIND_-1206968104', u'INDIRECT_-1206968044'), (u'INDIRECT_-1206968044', u'COPY_-1206968103'), ('tmp_22', u'CAST_-1206968039')]
|
[(u'CAST_-1206968039', u'CALLIND_-1206968104'), ('const-0', u'RETURN_-1206968101'), (u'CALLIND_-1206968104', u'INDIRECT_-1206968044'), (u'INDIRECT_-1206968044', u'COPY_-1206968103'), ('tmp_22', u'CAST_-1206968039')]
| null | null |
001020d0
|
x64
|
O2
|
(translation_unit "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}\n\n" (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_set_plugin(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_plugin_set_plugin_00110068)();" (call_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)" ( (pointer_expression "*(code *)PTR_bfd_plugin_set_plugin_00110068" * (cast_expression "(code *)PTR_bfd_plugin_set_plugin_00110068" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}\n\n" (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_set_plugin(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_plugin_set_plugin_00110068)();" (call_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)" ( (pointer_expression "*(code *)PTR_bfd_plugin_set_plugin_00110068" * (cast_expression "(code *)PTR_bfd_plugin_set_plugin_00110068" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}\n\n" (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_set_plugin(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_plugin_set_plugin_00110068)();" (call_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)" ( (pointer_expression "*(code *)PTR_bfd_plugin_set_plugin_00110068" * (cast_expression "(code *)PTR_bfd_plugin_set_plugin_00110068" ( (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_plugin_set_plugin(void)\n\n{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_plugin_set_plugin(void)" (identifier "bfd_plugin_set_plugin") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_set_plugin_00110068)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_plugin_set_plugin_00110068)();" (call_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_set_plugin_00110068)" (( "(") (pointer_expression "*(code *)PTR_bfd_plugin_set_plugin_00110068" (* "*") (cast_expression "(code *)PTR_bfd_plugin_set_plugin_00110068" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_plugin_set_plugin_00110068"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_plugin_set_plugin_00110068)();
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_00110068)();
return;
}
|
180_m68k-linux-gnu-ranlib_and_m68k-linux-gnu-ranlib_strip.c
|
do_display_target
|
FUN_00107630
|
int do_display_target(bfd_target *targ,void *data)
{
bfd_endian endian;
char *pcVar1;
int iVar2;
long lVar3;
char *pcVar4;
char *pcVar5;
char *__format;
long lVar6;
undefined8 uVar7;
ulong uVar8;
int iVar9;
display_target *param;
iVar2 = *(int *)((long)data + 0xc) + 1;
*(int *)((long)data + 0xc) = iVar2;
uVar8 = (long)iVar2 * 0x60;
if (*(ulong *)((long)data + 0x10) < uVar8) {
lVar6 = 0x3000;
if (0x3f < iVar2) {
lVar6 = (long)iVar2 * 0xc0;
}
lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18));
*(long *)((long)data + 0x18) = lVar3;
memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10));
*(long *)((long)data + 0x10) = lVar6;
uVar8 = (long)*(int *)((long)data + 0xc) * 0x60;
}
endian = targ->byteorder;
*(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8) = targ->name;
pcVar4 = endian_string(endian);
pcVar5 = endian_string(targ->header_byteorder);
pcVar1 = targ->name;
__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);
printf(__format,pcVar1,pcVar5,pcVar4);
/* WARNING: Load size is inaccurate */
lVar6 = bfd_openw(*data,targ->name);
if (lVar6 != 0) {
iVar9 = 2;
iVar2 = bfd_set_format(lVar6,1);
if (iVar2 == 0) {
iVar2 = bfd_get_error();
if (iVar2 != 5) {
bfd_nonfatal(targ->name);
*(undefined4 *)((long)data + 8) = 1;
}
}
else {
do {
iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);
if (iVar2 != 0) {
uVar7 = bfd_printable_arch_mach(iVar9,0);
printf(" %s\n",uVar7);
*(undefined1 *)
((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +
(ulong)(iVar9 - 2)) = 1;
}
iVar9 = iVar9 + 1;
} while (iVar9 != 0x59);
}
bfd_close_all_done(lVar6);
return *(int *)((long)data + 8);
}
/* WARNING: Load size is inaccurate */
bfd_nonfatal(*data);
*(undefined4 *)((long)data + 8) = 1;
return 1;
}
|
undefined4 FUN_00107630(undefined8 *param_1,undefined8 *param_2)
{
undefined4 uVar1;
int iVar2;
long lVar3;
undefined8 uVar4;
undefined8 uVar5;
char *__format;
long lVar6;
undefined8 uVar7;
ulong uVar8;
int iVar9;
iVar2 = *(int *)((long)param_2 + 0xc) + 1;
*(int *)((long)param_2 + 0xc) = iVar2;
uVar8 = (long)iVar2 * 0x60;
if ((ulong)param_2[2] < uVar8) {
lVar6 = 0x3000;
if (0x3f < iVar2) {
lVar6 = (long)iVar2 * 0xc0;
}
lVar3 = xrealloc(param_2[3]);
param_2[3] = lVar3;
memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);
param_2[2] = lVar6;
uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;
}
uVar1 = *(undefined4 *)((long)param_1 + 0xc);
*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;
uVar4 = FUN_00107560(uVar1);
uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));
uVar7 = *param_1;
__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);
printf(__format,uVar7,uVar5,uVar4);
lVar6 = bfd_openw(*param_2,*param_1);
if (lVar6 != 0) {
iVar9 = 2;
iVar2 = bfd_set_format(lVar6,1);
if (iVar2 == 0) {
iVar2 = bfd_get_error();
if (iVar2 != 5) {
FUN_001075b0(*param_1);
*(undefined4 *)(param_2 + 1) = 1;
}
}
else {
do {
iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);
if (iVar2 != 0) {
uVar7 = bfd_printable_arch_mach(iVar9,0);
printf(" %s\n",uVar7);
*(undefined1 *)
((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =
1;
}
iVar9 = iVar9 + 1;
} while (iVar9 != 0x59);
}
bfd_close_all_done(lVar6);
return *(undefined4 *)(param_2 + 1);
}
FUN_001075b0(*param_2);
*(undefined4 *)(param_2 + 1) = 1;
return 1;
}
|
PUSH R14
MOV R14,RDI
PUSH R13
PUSH R12
MOV R12,RSI
PUSH RBP
PUSH RBX
MOV EAX,dword ptr [RSI + 0xc]
ADD EAX,0x1
MOVSXD RDX,EAX
MOV dword ptr [RSI + 0xc],EAX
LEA RCX,[RDX + RDX*0x2]
MOV RDX,RCX
SHL RDX,0x5
CMP qword ptr [RSI + 0x10],RDX
JNC 0x001076a3
SHL RCX,0x6
MOV EBX,0x3000
CMP EAX,0x3f
MOV RDI,qword ptr [RSI + 0x18]
CMOVG RBX,RCX
MOV RSI,RBX
CALL 0x00102200
MOV RDI,qword ptr [R12 + 0x10]
MOV RDX,RBX
XOR ESI,ESI
MOV qword ptr [R12 + 0x18],RAX
SUB RDX,RDI
ADD RDI,RAX
CALL 0x00102250
MOVSXD RAX,dword ptr [R12 + 0xc]
MOV qword ptr [R12 + 0x10],RBX
LEA RDX,[RAX + RAX*0x2]
SHL RDX,0x5
MOV RCX,qword ptr [R14]
MOV RAX,qword ptr [R12 + 0x18]
MOV EDI,dword ptr [R14 + 0xc]
MOV qword ptr [RAX + RDX*0x1 + -0x60],RCX
CALL 0x00107560
MOV EDI,dword ptr [R14 + 0x10]
MOV R13,RAX
CALL 0x00107560
MOV RBX,qword ptr [R14]
MOV EDX,0x5
XOR EDI,EDI
LEA RSI,[0x10c2c9]
MOV RBP,RAX
CALL 0x001021b0
MOV RDX,RBP
MOV RCX,R13
MOV RSI,RBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x001021f0
MOV RSI,qword ptr [R14]
MOV RDI,qword ptr [R12]
CALL 0x00102490
MOV RBP,RAX
TEST RAX,RAX
JZ 0x0010779f
MOV ESI,0x1
MOV RDI,RAX
MOV EBX,0x2
CALL 0x00102360
LEA R13,[0x10c2e3]
TEST EAX,EAX
JNZ 0x00107788
CALL 0x00102260
CMP EAX,0x5
JNZ 0x001077bf
MOV RDI,RBP
CALL 0x001023a0
POP RBX
MOV EAX,dword ptr [R12 + 0x8]
POP RBP
POP R12
POP R13
POP R14
RET
XOR ESI,ESI
MOV EDI,EBX
CALL 0x001023e0
MOV RDI,R13
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001021f0
MOVSXD RAX,dword ptr [R12 + 0xc]
LEA EDX,[RBX + -0x2]
LEA RAX,[RAX + RAX*0x2]
SHL RAX,0x5
ADD RAX,qword ptr [R12 + 0x18]
MOV byte ptr [RAX + RDX*0x1 + -0x58],0x1
ADD EBX,0x1
CMP EBX,0x59
JZ 0x00107734
MOV RAX,qword ptr [RBP + 0x8]
XOR EDX,EDX
MOV ESI,EBX
MOV RDI,RBP
CALL qword ptr [RAX + 0x290]
TEST EAX,EAX
JZ 0x00107780
JMP 0x00107750
MOV RDI,qword ptr [R12]
CALL 0x001075b0
POP RBX
MOV EAX,0x1
POP RBP
MOV dword ptr [R12 + 0x8],0x1
POP R12
POP R13
POP R14
RET
MOV RDI,qword ptr [R14]
CALL 0x001075b0
MOV dword ptr [R12 + 0x8],0x1
JMP 0x00107734
| null | null | null | null |
[('tmp_1552', u'PTRSUB_-1206944430'), (u'INT_EQUAL_-1206945678', u'CBRANCH_-1206945676'), ('const-2', u'INT_SUB_-1206945468'), (u'CAST_-1206944767', u'INT_ADD_-1206946044'), (u'INT_ADD_-1206945968', u'CAST_-1206944727'), ('const-433', u'LOAD_-1206945477'), (u'INT_NOTEQUAL_-1206945728', u'CBRANCH_-1206945727'), (u'LOAD_-1206945493', u'INT_SEXT_-1206945476'), ('const-433', u'LOAD_-1206945765'), (u'INT_NOTEQUAL_-1206945376', u'CBRANCH_-1206945375'), (u'INT_ADD_-1206945990', u'CAST_-1206944736'), (u'CAST_-1206944737', u'INT_ADD_-1206945990'), (u'INT_ADD_-1206946206', u'CAST_-1206944813'), (u'CAST_-1206944474', u'LOAD_-1206945427'), ('const-433', u'STORE_-1206945461'), ('const-96', u'INT_MULT_-1206946150'), (u'CAST_-1206944493', u'INT_ADD_-1206945477'), ('const-2', u'COPY_-1206944679'), ('const-0', u'CALLIND_-1206945485'), (u'INT_SEXT_-1206946187', u'INT_MULT_-1206946089'), (u'CALL_-1206946032', u'STORE_-1206946004'), ('tmp_1553', u'LOAD_-1206945352'), (u'LOAD_-1206945897', u'INT_ADD_-1206945865'), (u'INT_MULT_-1206946089', u'COPY_-1206944833'), (u'CAST_-1206944527', u'INT_ADD_-1206945613'), ('tmp_242', u'CBRANCH_-1206946121'), ('tmp_1552', u'PTRSUB_-1206944719'), (u'CALL_-1206945747', u'CALL_-1206945636'), ('const-16', u'PTRSUB_-1206944695'), (u'CAST_-1206944748', u'LOAD_-1206946030'), ('const-433', u'LOAD_-1206945522'), (u'INT_ADD_-1206945447', u'CAST_-1206944390'), ('tmp_398', u'CBRANCH_-1206946046'), ('const-433', u'LOAD_-1206946030'), ('tmp_1553', u'CAST_-1206944711'), (u'INT_ADD_-1206945881', u'CAST_-1206944692'), (u'CAST_-1206944749', u'INT_ADD_-1206946014'), ('tmp_1552', u'PTRSUB_-1206944682'), (u'LOAD_-1206945765', u'CALL_-1206945747'), ('const-0', u'INT_NOTEQUAL_-1206945728'), ('const-433', u'LOAD_-1206945844'), (u'LOAD_-1206946030', u'INT_ADD_-1206945968'), (u'CALL_-1206945802', u'CAST_-1206944639'), (u'INT_ADD_-1206945409', u'INT_ADD_-1206945397'), (u'LOAD_-1206945427', u'INT_ADD_-1206945409'), (u'CAST_-1206944717', u'LOAD_-1206945966'), (u'CAST_-1206944468', u'STORE_-1206945409'), (u'INT_LESS_-1206946125', u'CBRANCH_-1206946121'), (u'COPY_-1206944833', u'MULTIEQUAL_-1206945165'), (u'CAST_-1206944710', u'STORE_-1206945956'), (u'CALL_-1206945865', u'CALL_-1206945766'), ('const-433', u'LOAD_-1206945966'), ('tmp_924', u'CBRANCH_-1206945651'), ('const-1', u'INT_ADD_-1206945385'), (u'INT_ADD_-1206945950', u'CAST_-1206944717'), ('tmp_1553', u'CAST_-1206944424'), ('const-1', u'INT_ADD_-1206946197'), (u'INT_ADD_-1206945385', u'INT_NOTEQUAL_-1206945376'), (u'CAST_-1206944803', u'INT_ADD_-1206946182'), ('const-433', u'LOAD_-1206945863'), (u'INT_ADD_-1206945385', u'MULTIEQUAL_-1206944502'), (u'MULTIEQUAL_-1206944502', u'CALLIND_-1206945485'), ('const-1', u'CALL_-1206945700'), (u'LOAD_-1206945889', u'CALL_-1206945865'), (u'CALL_-1206945669', u'INT_NOTEQUAL_-1206945653'), ('const-433', u'STORE_-1206945409'), ('const-433', u'STORE_-1206945956'), (u'MULTIEQUAL_-1206944502', u'INT_SUB_-1206945468'), ('const-8', u'INT_ADD_-1206945613'), (u'INT_ADD_-1206945479', u'CAST_-1206944449'), (u'PTRSUB_-1206944695', u'LOAD_-1206945863'), (u'COPY_-1206944732', u'CALL_-1206945802'), ('const-63', u'INT_SLESS_-1206946039'), ('tmp_1553', u'CAST_-1206944493'), ('const-12', u'PTRSUB_-1206944710'), ('tmp_1553', u'CAST_-1206944787'), (u'MULTIEQUAL_-1206945165', u'STORE_-1206945956'), (u'CAST_-1206944718', u'INT_ADD_-1206945950'), ('tmp_884', u'CBRANCH_-1206945676'), ('const-16', u'INT_ADD_-1206946014'), ('const--96', u'INT_ADD_-1206945865'), (u'COPY_-1206945101', u'RETURN_-1206945588'), ('const-433', u'LOAD_-1206945495'), ('const-433', u'LOAD_-1206945903'), (u'CAST_-1206944475', u'INT_ADD_-1206945415'), (u'INT_MULT_-1206946150', u'MULTIEQUAL_-1206945128'), (u'CAST_-1206944682', u'STORE_-1206945877'), ('const-1', u'COPY_-1206944983'), (u'PTRSUB_-1206944710', u'LOAD_-1206945889'), ('const-8', u'INT_ADD_-1206945305'), (u'CAST_-1206944813', u'LOAD_-1206946222'), (u'CAST_-1206944787', u'INT_ADD_-1206946124'), ('const-96', u'INT_MULT_-1206945912'), (u'CAST_-1206944423', u'STORE_-1206945319'), (u'PTRSUB_-1206944430', u'LOAD_-1206945477'), ('const-24', u'INT_ADD_-1206946044'), ('const-433', u'LOAD_-1206945760'), (u'CALL_-1206945700', u'INT_EQUAL_-1206945678'), (u'CAST_-1206944391', u'INT_ADD_-1206945447'), ('const-24', u'INT_ADD_-1206945990'), ('tmp_1553', u'LOAD_-1206945760'), ('const-1', u'STORE_-1206945319'), (u'INT_SUB_-1206945979', u'CALL_-1206945968'), ('const-16', u'INT_ADD_-1206945942'), ('const-433', u'STORE_-1206946196'), ('const-16', u'INT_ADD_-1206946124'), ('tmp_840', u'CBRANCH_-1206945727'), (u'COPY_-1206944983', u'RETURN_-1206945282'), ('const-433', u'LOAD_-1206945629'), ('tmp_1553', u'CAST_-1206944718'), ('const-1', u'STORE_-1206945409'), ('const-433', u'LOAD_-1206945889'), ('const-192', u'INT_MULT_-1206946089'), ('tmp_1419', u'CBRANCH_-1206945375'), ('const-0', u'PTRSUB_-1206944719'), (u'INT_NOTEQUAL_-1206945653', u'CBRANCH_-1206945651'), ('const-12', u'INT_ADD_-1206946182'), ('tmp_1553', u'CAST_-1206944737'), (u'CAST_-1206944727', u'CALL_-1206945968'), (u'CALL_-1206945747', u'INT_ADD_-1206945506'), (u'CAST_-1206944814', u'INT_ADD_-1206946206'), (u'COPY_-1206944595', u'CALL_-1206945495'), (u'LOAD_-1206946060', u'CALL_-1206946032'), ('const-0', u'RETURN_-1206945588'), (u'LOAD_-1206945863', u'CALL_-1206945845'), (u'LOAD_-1206945760', u'CALL_-1206945747'), (u'INT_SEXT_-1206945949', u'INT_MULT_-1206945912'), ('const-8', u'INT_ADD_-1206945447'), ('const-8', u'INT_ADD_-1206945506'), (u'CAST_-1206944526', u'LOAD_-1206945629'), (u'INT_SEXT_-1206946187', u'INT_MULT_-1206946150'), ('tmp_1553', u'CAST_-1206944767'), (u'INT_NOTEQUAL_-1206945470', u'CBRANCH_-1206945470'), (u'COPY_-1206946081', u'COPY_-1206944834'), ('const-89', u'INT_NOTEQUAL_-1206945376'), (u'INT_ADD_-1206945613', u'CAST_-1206944526'), (u'CAST_-1206944693', u'INT_ADD_-1206945881'), (u'MULTIEQUAL_-1206944502', u'INT_ADD_-1206945385'), (u'PTRSUB_-1206944682', u'LOAD_-1206945844'), (u'CALL_-1206945845', u'CALL_-1206945766'), (u'INT_MULT_-1206945441', u'INT_ADD_-1206945409'), (u'CAST_-1206944461', u'LOAD_-1206945522'), (u'INT_ADD_-1206946182', u'CAST_-1206944802'), (u'INT_ADD_-1206945863', u'CAST_-1206944682'), ('const-0', u'CALL_-1206945802'), ('const-656', u'INT_ADD_-1206945479'), ('const-0', u'INT_EQUAL_-1206945678'), ('tmp_1552', u'PTRSUB_-1206944637'), (u'INT_ADD_-1206945865', u'INT_ADD_-1206945863'), (u'MULTIEQUAL_-1206945165', u'INT_SUB_-1206945979'), ('const-0', u'CALL_-1206945968'), ('tmp_1104', u'CBRANCH_-1206945470'), (u'LOAD_-1206945844', u'CALL_-1206945766'), (u'CALL_-1206945747', u'CALLIND_-1206945485'), ('const-24', u'INT_ADD_-1206945881'), (u'INT_ADD_-1206946197', u'STORE_-1206946196'), ('const--88', u'INT_ADD_-1206945397'), ('const-433', u'LOAD_-1206945493'), (u'INT_MULT_-1206946150', u'INT_LESS_-1206946125'), ('tmp_1552', u'PTRSUB_-1206944695'), (u'LOAD_-1206945495', u'CALLIND_-1206945485'), ('const-433', u'LOAD_-1206945352'), (u'INT_ADD_-1206945477', u'CAST_-1206944492'), ('const-1098441', u'COPY_-1206944732'), ('const-0', u'CALL_-1206945523'), (u'COPY_-1206944679', u'MULTIEQUAL_-1206944502'), ('const-0', u'PTRSUB_-1206944637'), (u'PTRSUB_-1206944637', u'LOAD_-1206945765'), ('const-5', u'INT_NOTEQUAL_-1206945653'), (u'INT_ADD_-1206945305', u'CAST_-1206944423'), (u'INT_ADD_-1206945397', u'INT_ADD_-1206945395'), (u'INT_ADD_-1206945415', u'CAST_-1206944474'), ('tmp_1553', u'CAST_-1206944814'), ('tmp_1553', u'CAST_-1206944693'), (u'LOAD_-1206945352', u'CALL_-1206945339'), ('const-1098467', u'COPY_-1206944595'), (u'CALL_-1206945747', u'CALL_-1206945700'), (u'CAST_-1206944449', u'LOAD_-1206945495'), (u'CAST_-1206944786', u'LOAD_-1206946140'), (u'CALL_-1206945523', u'CALL_-1206945495'), ('const-12', u'INT_ADD_-1206945477'), ('const-433', u'LOAD_-1206945427'), ('const-12', u'INT_ADD_-1206946206'), ('const-433', u'LOAD_-1206946060'), ('tmp_1024', u'BRANCH_-1206945450'), (u'MULTIEQUAL_-1206945128', u'INT_ADD_-1206945863'), (u'CALL_-1206945747', u'INT_NOTEQUAL_-1206945728'), (u'MULTIEQUAL_-1206944502', u'CALL_-1206945523'), ('tmp_1553', u'CAST_-1206944749'), ('const-12288', u'COPY_-1206946081'), ('const-1', u'STORE_-1206945461'), ('const-24', u'INT_ADD_-1206945415'), (u'INT_SEXT_-1206945476', u'INT_MULT_-1206945441'), (u'LOAD_-1206945477', u'CALL_-1206945465'), (u'INT_ADD_-1206946197', u'INT_SLESS_-1206946039'), ('const-0', u'PTRSUB_-1206944682'), (u'INT_SUB_-1206945468', u'INT_ZEXT_-1206944992'), (u'PTRSUB_-1206944719', u'LOAD_-1206945903'), ('const-5', u'CALL_-1206945802'), ('const-433', u'STORE_-1206945319'), (u'CAST_-1206944424', u'INT_ADD_-1206945305'), ('tmp_1552', u'PTRSUB_-1206944710'), ('tmp_1553', u'CAST_-1206944527'), ('tmp_1553', u'CAST_-1206944391'), (u'INT_ADD_-1206945506', u'CAST_-1206944461'), (u'INT_ADD_-1206945395', u'CAST_-1206944468'), ('const-433', u'LOAD_-1206945897'), (u'LOAD_-1206945629', u'COPY_-1206945101'), (u'CAST_-1206944492', u'LOAD_-1206945493'), (u'CALL_-1206946032', u'INT_ADD_-1206945968'), ('const-433', u'STORE_-1206945877'), ('const-96', u'INT_MULT_-1206945441'), ('tmp_1553', u'CAST_-1206944475'), ('const-12', u'INT_ADD_-1206945950'), (u'CAST_-1206944639', u'CALL_-1206945766'), (u'INT_ADD_-1206946044', u'CAST_-1206944766'), (u'INT_SLESS_-1206946039', u'CBRANCH_-1206946046'), ('const-433', u'LOAD_-1206946222'), (u'INT_ZEXT_-1206944992', u'INT_ADD_-1206945395'), (u'INT_ADD_-1206946124', u'CAST_-1206944786'), (u'LOAD_-1206945903', u'STORE_-1206945877'), ('const-0', u'INT_NOTEQUAL_-1206945470'), ('const-433', u'LOAD_-1206946140'), (u'CAST_-1206944692', u'LOAD_-1206945897'), (u'LOAD_-1206946030', u'INT_SUB_-1206945979'), (u'INT_ADD_-1206946014', u'CAST_-1206944748'), (u'INT_ADD_-1206945942', u'CAST_-1206944710'), (u'LOAD_-1206945522', u'INT_ADD_-1206945479'), (u'COPY_-1206944834', u'MULTIEQUAL_-1206945165'), (u'CAST_-1206944802', u'STORE_-1206946196'), ('const-0', u'RETURN_-1206945282'), (u'CALLIND_-1206945485', u'INT_NOTEQUAL_-1206945470'), (u'CAST_-1206944390', u'STORE_-1206945461'), ('const-433', u'STORE_-1206946004'), (u'CAST_-1206944766', u'LOAD_-1206946060'), ('tmp_1553', u'CAST_-1206944803'), ('const-0', u'PTRSUB_-1206944430'), (u'INT_ADD_-1206946197', u'INT_SEXT_-1206946187'), (u'CAST_-1206944711', u'INT_ADD_-1206945942'), (u'LOAD_-1206946222', u'INT_ADD_-1206946197'), (u'CAST_-1206944736', u'STORE_-1206946004'), (u'LOAD_-1206945966', u'INT_SEXT_-1206945949'), (u'LOAD_-1206946140', u'INT_LESS_-1206946125'), (u'INT_MULT_-1206945912', u'MULTIEQUAL_-1206945128')]
|
[(u'CAST_-1206944783', u'INT_LESS_-1206946125'), (u'INT_EQUAL_-1206945678', u'CBRANCH_-1206945676'), (u'INT_ADD_-1206945863', u'CAST_-1206944687'), ('const-3', u'PTRADD_-1206944752'), ('const-2', u'COPY_-1206944680'), ('const-1', u'STORE_-1206945461'), (u'CAST_-1206944676', u'LOAD_-1206945863'), (u'INT_NOTEQUAL_-1206945728', u'CBRANCH_-1206945727'), ('const-2', u'INT_SUB_-1206945468'), (u'LOAD_-1206945493', u'INT_SEXT_-1206945476'), (u'MULTIEQUAL_-1206944503', u'INT_SUB_-1206945468'), (u'COPY_-1206944640', u'RETURN_-1206945588'), (u'INT_NOTEQUAL_-1206945376', u'CBRANCH_-1206945375'), ('const-8', u'PTRADD_-1206944560'), (u'PTRADD_-1206944693', u'CAST_-1206944676'), (u'COPY_-1206944733', u'CALL_-1206945802'), ('tmp_3326', u'LOAD_-1206945760'), (u'PTRADD_-1206944780', u'LOAD_-1206946060'), ('const-8', u'PTRADD_-1206944799'), (u'INT_SEXT_-1206946187', u'INT_MULT_-1206946089'), ('const-8', u'PTRADD_-1206944730'), (u'CALL_-1206946032', u'STORE_-1206946004'), ('const-433', u'LOAD_-1206945897'), (u'LOAD_-1206945897', u'INT_ADD_-1206945865'), ('tmp_242', u'CBRANCH_-1206946121'), (u'CALL_-1206945802', u'CAST_-1206944643'), ('tmp_3326', u'PTRADD_-1206944752'), ('tmp_3326', u'PTRADD_-1206944713'), (u'CALL_-1206945747', u'CALL_-1206945636'), ('tmp_3326', u'PTRADD_-1206944560'), ('const-1098441', u'COPY_-1206944733'), ('const-433', u'STORE_-1206945319'), ('const-433', u'LOAD_-1206945844'), ('tmp_398', u'CBRANCH_-1206946046'), (u'LOAD_-1206945765', u'CALL_-1206945747'), ('tmp_3326', u'PTRADD_-1206944444'), ('const-0', u'INT_NOTEQUAL_-1206945728'), (u'PTRADD_-1206944560', u'CAST_-1206944535'), (u'COPY_-1206946081', u'COPY_-1206944830'), ('const-8', u'PTRADD_-1206944780'), (u'LOAD_-1206946030', u'INT_ADD_-1206945968'), (u'INT_ADD_-1206945409', u'INT_ADD_-1206945397'), (u'LOAD_-1206945427', u'INT_ADD_-1206945409'), (u'CAST_-1206944693', u'INT_ADD_-1206945873'), ('const-433', u'LOAD_-1206945477'), ('const-0', u'CALLIND_-1206945485'), ('const-433', u'STORE_-1206945461'), (u'INT_LESS_-1206946125', u'CBRANCH_-1206946121'), ('const-8', u'PTRADD_-1206944419'), ('const-1', u'COPY_-1206944531'), ('const-3', u'PTRADD_-1206944713'), (u'CALL_-1206945865', u'CALL_-1206945766'), ('tmp_924', u'CBRANCH_-1206945651'), ('const-0', u'CALL_-1206945802'), ('const-1', u'INT_ADD_-1206945385'), (u'INT_ADD_-1206945968', u'CAST_-1206944730'), (u'LOAD_-1206945629', u'COPY_-1206944640'), ('const-1', u'INT_ADD_-1206946197'), (u'INT_ADD_-1206945385', u'INT_NOTEQUAL_-1206945376'), ('const-433', u'LOAD_-1206945966'), (u'CAST_-1206944454', u'LOAD_-1206945495'), ('tmp_3326', u'CAST_-1206944498'), (u'LOAD_-1206946140', u'CAST_-1206944783'), (u'CAST_-1206944535', u'LOAD_-1206945629'), ('tmp_3326', u'PTRADD_-1206944780'), (u'LOAD_-1206945889', u'CALL_-1206945865'), (u'CALL_-1206945669', u'INT_NOTEQUAL_-1206945653'), (u'COPY_-1206944830', u'MULTIEQUAL_-1206945165'), (u'PTRADD_-1206944752', u'STORE_-1206946004'), ('const-8', u'PTRADD_-1206944752'), ('const-96', u'INT_MULT_-1206946150'), ('const-1', u'PTRADD_-1206944560'), (u'INT_MULT_-1206946089', u'COPY_-1206944829'), ('const-1', u'STORE_-1206945319'), (u'MULTIEQUAL_-1206945165', u'STORE_-1206945956'), ('tmp_884', u'CBRANCH_-1206945676'), (u'COPY_-1206944531', u'RETURN_-1206945282'), ('const-433', u'LOAD_-1206945903'), ('const--96', u'INT_ADD_-1206945865'), ('const-2', u'PTRADD_-1206944693'), (u'INT_ADD_-1206945477', u'CAST_-1206944497'), ('const-433', u'LOAD_-1206945889'), (u'INT_MULT_-1206946150', u'MULTIEQUAL_-1206945128'), (u'INT_ADD_-1206945873', u'CAST_-1206944692'), ('const-2', u'PTRADD_-1206944730'), ('const-2', u'PTRADD_-1206944799'), (u'CALL_-1206945700', u'INT_EQUAL_-1206945678'), ('const-8', u'PTRADD_-1206944444'), ('const-433', u'STORE_-1206946004'), ('tmp_3323', u'LOAD_-1206945903'), (u'INT_ADD_-1206945950', u'CAST_-1206944720'), ('const-1098467', u'COPY_-1206944596'), ('const-433', u'LOAD_-1206945493'), (u'INT_SUB_-1206945979', u'CALL_-1206945968'), ('const-63', u'INT_SLESS_-1206946039'), ('const-5', u'CALL_-1206945802'), (u'PTRADD_-1206944799', u'LOAD_-1206946140'), ('tmp_840', u'CBRANCH_-1206945727'), ('tmp_3323', u'LOAD_-1206945477'), ('const-8', u'PTRADD_-1206944713'), ('tmp_1419', u'CBRANCH_-1206945375'), ('const-433', u'STORE_-1206946196'), (u'INT_NOTEQUAL_-1206945653', u'CBRANCH_-1206945651'), ('const-12', u'INT_ADD_-1206946182'), ('const-3', u'PTRADD_-1206944502'), (u'CALL_-1206945747', u'INT_ADD_-1206945506'), ('const-1', u'CALL_-1206945700'), (u'LOAD_-1206946060', u'CALL_-1206946032'), ('const-0', u'RETURN_-1206945588'), (u'COPY_-1206944680', u'MULTIEQUAL_-1206944503'), ('const-8', u'PTRADD_-1206944502'), ('const-8', u'PTRADD_-1206944763'), ('const-433', u'STORE_-1206945956'), (u'LOAD_-1206945863', u'CALL_-1206945845'), (u'LOAD_-1206945760', u'CALL_-1206945747'), (u'INT_SEXT_-1206945949', u'INT_MULT_-1206945912'), ('tmp_3326', u'LOAD_-1206945352'), ('const-8', u'INT_ADD_-1206945506'), (u'INT_SEXT_-1206946187', u'INT_MULT_-1206946150'), (u'INT_NOTEQUAL_-1206945470', u'CBRANCH_-1206945470'), ('tmp_3326', u'PTRADD_-1206944763'), (u'CAST_-1206944798', u'STORE_-1206946196'), ('tmp_3323', u'CAST_-1206944693'), ('tmp_3323', u'PTRADD_-1206944693'), (u'MULTIEQUAL_-1206944503', u'CALL_-1206945523'), ('const-0', u'CALL_-1206945523'), ('const-433', u'LOAD_-1206945352'), (u'PTRADD_-1206944713', u'LOAD_-1206945897'), (u'CAST_-1206944810', u'INT_ADD_-1206946206'), (u'CALL_-1206945845', u'CALL_-1206945766'), (u'INT_MULT_-1206945441', u'INT_ADD_-1206945409'), ('tmp_3326', u'PTRADD_-1206944419'), ('tmp_3323', u'LOAD_-1206945844'), ('const-656', u'INT_ADD_-1206945479'), ('tmp_3326', u'CAST_-1206944810'), ('const-96', u'INT_MULT_-1206945441'), (u'CAST_-1206944428', u'STORE_-1206945319'), ('const-433', u'STORE_-1206945409'), (u'PTRADD_-1206944763', u'LOAD_-1206946030'), ('const-0', u'INT_EQUAL_-1206945678'), (u'MULTIEQUAL_-1206944503', u'CALLIND_-1206945485'), ('const-433', u'LOAD_-1206946140'), (u'PTRADD_-1206944502', u'LOAD_-1206945427'), (u'INT_ADD_-1206945865', u'INT_ADD_-1206945863'), ('const-1', u'PTRADD_-1206944419'), (u'MULTIEQUAL_-1206945165', u'INT_SUB_-1206945979'), ('tmp_1104', u'CBRANCH_-1206945470'), (u'LOAD_-1206945844', u'CALL_-1206945766'), ('const-433', u'LOAD_-1206945765'), (u'COPY_-1206944829', u'MULTIEQUAL_-1206945165'), (u'CALL_-1206945747', u'CALLIND_-1206945485'), ('tmp_3323', u'LOAD_-1206945765'), (u'CAST_-1206944398', u'STORE_-1206945461'), (u'INT_ADD_-1206946197', u'STORE_-1206946196'), ('const--88', u'INT_ADD_-1206945397'), ('const-192', u'INT_MULT_-1206946089'), (u'INT_MULT_-1206946150', u'INT_LESS_-1206946125'), (u'MULTIEQUAL_-1206944503', u'INT_ADD_-1206945385'), (u'LOAD_-1206945495', u'CALLIND_-1206945485'), (u'PTRADD_-1206944730', u'STORE_-1206945956'), (u'COPY_-1206944596', u'CALL_-1206945495'), (u'CAST_-1206944799', u'INT_ADD_-1206946182'), ('tmp_3326', u'CAST_-1206944721'), (u'INT_ADD_-1206945397', u'INT_ADD_-1206945395'), (u'CAST_-1206944475', u'STORE_-1206945409'), (u'INT_ADD_-1206946182', u'CAST_-1206944798'), (u'PTRADD_-1206944444', u'CAST_-1206944428'), ('const-96', u'INT_MULT_-1206945912'), (u'INT_ADD_-1206945385', u'MULTIEQUAL_-1206944503'), (u'INT_ADD_-1206945395', u'CAST_-1206944475'), ('const-1', u'STORE_-1206945409'), (u'LOAD_-1206945352', u'CALL_-1206945339'), ('const-0', u'CALL_-1206945968'), (u'CALL_-1206945747', u'CALL_-1206945700'), (u'CALL_-1206945523', u'CALL_-1206945495'), (u'INT_ADD_-1206945479', u'CAST_-1206944454'), ('const-12', u'INT_ADD_-1206945477'), ('const-12', u'INT_ADD_-1206946206'), (u'CAST_-1206944692', u'LOAD_-1206945889'), ('tmp_1024', u'BRANCH_-1206945450'), (u'MULTIEQUAL_-1206945128', u'INT_ADD_-1206945863'), ('const-433', u'STORE_-1206945877'), (u'CALL_-1206945747', u'INT_NOTEQUAL_-1206945728'), (u'CAST_-1206944643', u'CALL_-1206945766'), ('const-433', u'LOAD_-1206945760'), ('const-433', u'LOAD_-1206946030'), ('const-12288', u'COPY_-1206946081'), (u'CAST_-1206944730', u'CALL_-1206945968'), (u'CAST_-1206944687', u'STORE_-1206945877'), ('const-3', u'PTRADD_-1206944780'), (u'CAST_-1206944721', u'INT_ADD_-1206945950'), (u'INT_SEXT_-1206945476', u'INT_MULT_-1206945441'), ('const-89', u'INT_NOTEQUAL_-1206945376'), (u'LOAD_-1206945477', u'CALL_-1206945465'), (u'INT_ADD_-1206946197', u'INT_SLESS_-1206946039'), (u'INT_SUB_-1206945468', u'INT_ZEXT_-1206944992'), ('const-433', u'LOAD_-1206946060'), ('const-2', u'PTRADD_-1206944763'), ('const-5', u'INT_NOTEQUAL_-1206945653'), (u'CAST_-1206944466', u'LOAD_-1206945522'), ('const-433', u'LOAD_-1206945629'), (u'CAST_-1206944497', u'LOAD_-1206945493'), (u'CAST_-1206944720', u'LOAD_-1206945966'), ('const-1', u'PTRADD_-1206944444'), (u'CALL_-1206946032', u'INT_ADD_-1206945968'), ('const-12', u'INT_ADD_-1206945950'), ('const-8', u'PTRADD_-1206944693'), (u'PTRADD_-1206944419', u'CAST_-1206944398'), (u'CAST_-1206944809', u'LOAD_-1206946222'), ('const-433', u'LOAD_-1206946222'), (u'INT_SLESS_-1206946039', u'CBRANCH_-1206946046'), (u'INT_ZEXT_-1206944992', u'INT_ADD_-1206945395'), (u'LOAD_-1206945903', u'STORE_-1206945877'), ('tmp_3326', u'PTRADD_-1206944502'), ('const-0', u'INT_NOTEQUAL_-1206945470'), (u'CAST_-1206944498', u'INT_ADD_-1206945477'), ('const-433', u'LOAD_-1206945863'), (u'INT_ADD_-1206945506', u'CAST_-1206944466'), (u'LOAD_-1206946030', u'INT_SUB_-1206945979'), (u'LOAD_-1206945522', u'INT_ADD_-1206945479'), ('const-433', u'LOAD_-1206945522'), ('const-0', u'RETURN_-1206945282'), (u'CALLIND_-1206945485', u'INT_NOTEQUAL_-1206945470'), ('tmp_3326', u'PTRADD_-1206944730'), ('const-433', u'LOAD_-1206945495'), ('tmp_3326', u'CAST_-1206944799'), ('tmp_3326', u'PTRADD_-1206944799'), (u'INT_ADD_-1206946206', u'CAST_-1206944809'), (u'INT_ADD_-1206946197', u'INT_SEXT_-1206946187'), (u'LOAD_-1206946222', u'INT_ADD_-1206946197'), (u'LOAD_-1206945966', u'INT_SEXT_-1206945949'), ('const-433', u'LOAD_-1206945427'), (u'INT_MULT_-1206945912', u'MULTIEQUAL_-1206945128'), ('const-12', u'INT_ADD_-1206945873')]
| null | null |
00107630
|
x64
|
O2
|
(translation_unit "undefined4 FUN_00107630(undefined8 *param_1,undefined8 *param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}\n\n" (function_definition "undefined4 FUN_00107630(undefined8 *param_1,undefined8 *param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}" type_identifier (function_declarator "FUN_00107630(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (expression_statement "iVar2 = *(int *)((long)param_2 + 0xc) + 1;" (assignment_expression "iVar2 = *(int *)((long)param_2 + 0xc) + 1" identifier = (binary_expression "*(int *)((long)param_2 + 0xc) + 1" (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal)) ;) (expression_statement "*(int *)((long)param_2 + 0xc) = iVar2;" (assignment_expression "*(int *)((long)param_2 + 0xc) = iVar2" (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar8 = (long)iVar2 * 0x60;" (assignment_expression "uVar8 = (long)iVar2 * 0x60" identifier = (binary_expression "(long)iVar2 * 0x60" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ;) (if_statement "if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }" if (parenthesized_expression "((ulong)param_2[2] < uVar8)" ( (binary_expression "(ulong)param_2[2] < uVar8" (cast_expression "(ulong)param_2[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[2]" identifier [ number_literal ])) < identifier) )) (compound_statement "{\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }" { (expression_statement "lVar6 = 0x3000;" (assignment_expression "lVar6 = 0x3000" identifier = number_literal) ;) (if_statement "if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }" if (parenthesized_expression "(0x3f < iVar2)" ( (binary_expression "0x3f < iVar2" number_literal < identifier) )) (compound_statement "{\n lVar6 = (long)iVar2 * 0xc0;\n }" { (expression_statement "lVar6 = (long)iVar2 * 0xc0;" (assignment_expression "lVar6 = (long)iVar2 * 0xc0" identifier = (binary_expression "(long)iVar2 * 0xc0" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ;) })) (expression_statement "lVar3 = xrealloc(param_2[3]);" (assignment_expression "lVar3 = xrealloc(param_2[3])" identifier = (call_expression "xrealloc(param_2[3])" identifier (argument_list "(param_2[3])" ( (subscript_expression "param_2[3]" identifier [ number_literal ]) )))) ;) (expression_statement "param_2[3] = lVar3;" (assignment_expression "param_2[3] = lVar3" (subscript_expression "param_2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);" (call_expression "memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2])" identifier (argument_list "((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2])" ( (cast_expression "(void *)(param_2[2] + lVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + lVar3)" ( (binary_expression "param_2[2] + lVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) + identifier) ))) , number_literal , (binary_expression "lVar6 - param_2[2]" identifier - (subscript_expression "param_2[2]" identifier [ number_literal ])) ))) ;) (expression_statement "param_2[2] = lVar6;" (assignment_expression "param_2[2] = lVar6" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;" (assignment_expression "uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60" identifier = (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)param_2 + 0xc)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) * number_literal)) ;) })) (expression_statement "uVar1 = *(undefined4 *)((long)param_1 + 0xc);" (assignment_expression "uVar1 = *(undefined4 *)((long)param_1 + 0xc)" identifier = (pointer_expression "*(undefined4 *)((long)param_1 + 0xc)" * (cast_expression "(undefined4 *)((long)param_1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xc)" ( (binary_expression "(long)param_1 + 0xc" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;" (assignment_expression "*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1" (pointer_expression "*(undefined8 *)(param_2[3] + -0x60 + uVar8)" * (cast_expression "(undefined8 *)(param_2[3] + -0x60 + uVar8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[3] + -0x60 + uVar8)" ( (binary_expression "param_2[3] + -0x60 + uVar8" (binary_expression "param_2[3] + -0x60" (subscript_expression "param_2[3]" identifier [ number_literal ]) + number_literal) + identifier) )))) = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar4 = FUN_00107560(uVar1);" (assignment_expression "uVar4 = FUN_00107560(uVar1)" identifier = (call_expression "FUN_00107560(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));" (assignment_expression "uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2))" identifier = (call_expression "FUN_00107560(*(undefined4 *)(param_1 + 2))" identifier (argument_list "(*(undefined4 *)(param_1 + 2))" ( (pointer_expression "*(undefined4 *)(param_1 + 2)" * (cast_expression "(undefined4 *)(param_1 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) )))) ;) (expression_statement "uVar7 = *param_1;" (assignment_expression "uVar7 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s\n (header %s, data %s)\n",5)" identifier (argument_list "(0,"%s\n (header %s, data %s)\n",5)" ( number_literal , (string_literal ""%s\n (header %s, data %s)\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar7,uVar5,uVar4);" (call_expression "printf(__format,uVar7,uVar5,uVar4)" identifier (argument_list "(__format,uVar7,uVar5,uVar4)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "lVar6 = bfd_openw(*param_2,*param_1);" (assignment_expression "lVar6 = bfd_openw(*param_2,*param_1)" identifier = (call_expression "bfd_openw(*param_2,*param_1)" identifier (argument_list "(*param_2,*param_1)" ( (pointer_expression "*param_2" * identifier) , (pointer_expression "*param_1" * identifier) )))) ;) (if_statement "if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }" if (parenthesized_expression "(lVar6 != 0)" ( (binary_expression "lVar6 != 0" identifier != number_literal) )) (compound_statement "{\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }" { (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" identifier = number_literal) ;) (expression_statement "iVar2 = bfd_set_format(lVar6,1);" (assignment_expression "iVar2 = bfd_set_format(lVar6,1)" identifier = (call_expression "bfd_set_format(lVar6,1)" identifier (argument_list "(lVar6,1)" ( identifier , number_literal )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }" { (expression_statement "iVar2 = bfd_get_error();" (assignment_expression "iVar2 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }" if (parenthesized_expression "(iVar2 != 5)" ( (binary_expression "iVar2 != 5" identifier != number_literal) )) (compound_statement "{\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }" { (expression_statement "FUN_001075b0(*param_1);" (call_expression "FUN_001075b0(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;) (expression_statement "*(undefined4 *)(param_2 + 1) = 1;" (assignment_expression "*(undefined4 *)(param_2 + 1) = 1" (pointer_expression "*(undefined4 *)(param_2 + 1)" * (cast_expression "(undefined4 *)(param_2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )))) = number_literal) ;) })) }) (else_clause "else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" else (compound_statement "{\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" { (do_statement "do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);" do (compound_statement "{\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n }" { (expression_statement "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);" (assignment_expression "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" identifier = (call_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" (parenthesized_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))" ( (pointer_expression "**(code **)(*(long *)(lVar6 + 8) + 0x290)" * (pointer_expression "*(code **)(*(long *)(lVar6 + 8) + 0x290)" * (cast_expression "(code **)(*(long *)(lVar6 + 8) + 0x290)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar6 + 8) + 0x290)" ( (binary_expression "*(long *)(lVar6 + 8) + 0x290" (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) )))) + number_literal) ))))) )) (argument_list "(lVar6,iVar9,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }" { (expression_statement "uVar7 = bfd_printable_arch_mach(iVar9,0);" (assignment_expression "uVar7 = bfd_printable_arch_mach(iVar9,0)" identifier = (call_expression "bfd_printable_arch_mach(iVar9,0)" identifier (argument_list "(iVar9,0)" ( identifier , number_literal )))) ;) (expression_statement "printf(" %s\n",uVar7);" (call_expression "printf(" %s\n",uVar7)" identifier (argument_list "(" %s\n",uVar7)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;" (assignment_expression "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1" (pointer_expression "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" * (cast_expression "(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" ( (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3]" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)param_2 + 0xc)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) * number_literal) + (subscript_expression "param_2[3]" identifier [ number_literal ])) + number_literal) + (call_expression "(ulong)(iVar9 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar9 - 2)" ( (binary_expression "iVar9 - 2" identifier - number_literal) )))) )))) = number_literal) ;) })) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar9 != 0x59)" ( (binary_expression "iVar9 != 0x59" identifier != number_literal) )) ;) }))) (expression_statement "bfd_close_all_done(lVar6);" (call_expression "bfd_close_all_done(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))) ;) (return_statement "return *(undefined4 *)(param_2 + 1);" return (pointer_expression "*(undefined4 *)(param_2 + 1)" * (cast_expression "(undefined4 *)(param_2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )))) ;) })) (expression_statement "FUN_001075b0(*param_2);" (call_expression "FUN_001075b0(*param_2)" identifier (argument_list "(*param_2)" ( (pointer_expression "*param_2" * identifier) ))) ;) (expression_statement "*(undefined4 *)(param_2 + 1) = 1;" (assignment_expression "*(undefined4 *)(param_2 + 1) = 1" (pointer_expression "*(undefined4 *)(param_2 + 1)" * (cast_expression "(undefined4 *)(param_2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "int do_display_target(bfd_target *targ,void *data)\n\n{\n bfd_endian endian;\n char *pcVar1;\n int iVar2;\n long lVar3;\n char *pcVar4;\n char *pcVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n display_target *param;\n \n iVar2 = *(int *)((long)data + 0xc) + 1;\n *(int *)((long)data + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if (*(ulong *)((long)data + 0x10) < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18));\n *(long *)((long)data + 0x18) = lVar3;\n memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10));\n *(long *)((long)data + 0x10) = lVar6;\n uVar8 = (long)*(int *)((long)data + 0xc) * 0x60;\n }\n endian = targ->byteorder;\n *(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8) = targ->name;\n pcVar4 = endian_string(endian);\n pcVar5 = endian_string(targ->header_byteorder);\n pcVar1 = targ->name;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,pcVar1,pcVar5,pcVar4);\n /* WARNING: Load size is inaccurate */\n lVar6 = bfd_openw(*data,targ->name);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(int *)((long)data + 8);\n }\n /* WARNING: Load size is inaccurate */\n bfd_nonfatal(*data);\n *(undefined4 *)((long)data + 8) = 1;\n return 1;\n}\n\n" (function_definition "int do_display_target(bfd_target *targ,void *data)\n\n{\n bfd_endian endian;\n char *pcVar1;\n int iVar2;\n long lVar3;\n char *pcVar4;\n char *pcVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n display_target *param;\n \n iVar2 = *(int *)((long)data + 0xc) + 1;\n *(int *)((long)data + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if (*(ulong *)((long)data + 0x10) < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18));\n *(long *)((long)data + 0x18) = lVar3;\n memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10));\n *(long *)((long)data + 0x10) = lVar6;\n uVar8 = (long)*(int *)((long)data + 0xc) * 0x60;\n }\n endian = targ->byteorder;\n *(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8) = targ->name;\n pcVar4 = endian_string(endian);\n pcVar5 = endian_string(targ->header_byteorder);\n pcVar1 = targ->name;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,pcVar1,pcVar5,pcVar4);\n /* WARNING: Load size is inaccurate */\n lVar6 = bfd_openw(*data,targ->name);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(int *)((long)data + 8);\n }\n /* WARNING: Load size is inaccurate */\n bfd_nonfatal(*data);\n *(undefined4 *)((long)data + 8) = 1;\n return 1;\n}" primitive_type (function_declarator "do_display_target(bfd_target *targ,void *data)" identifier (parameter_list "(bfd_target *targ,void *data)" ( (parameter_declaration "bfd_target *targ" type_identifier (pointer_declarator "*targ" * identifier)) , (parameter_declaration "void *data" primitive_type (pointer_declarator "*data" * identifier)) ))) (compound_statement "{\n bfd_endian endian;\n char *pcVar1;\n int iVar2;\n long lVar3;\n char *pcVar4;\n char *pcVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n display_target *param;\n \n iVar2 = *(int *)((long)data + 0xc) + 1;\n *(int *)((long)data + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if (*(ulong *)((long)data + 0x10) < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18));\n *(long *)((long)data + 0x18) = lVar3;\n memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10));\n *(long *)((long)data + 0x10) = lVar6;\n uVar8 = (long)*(int *)((long)data + 0xc) * 0x60;\n }\n endian = targ->byteorder;\n *(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8) = targ->name;\n pcVar4 = endian_string(endian);\n pcVar5 = endian_string(targ->header_byteorder);\n pcVar1 = targ->name;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,pcVar1,pcVar5,pcVar4);\n /* WARNING: Load size is inaccurate */\n lVar6 = bfd_openw(*data,targ->name);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(int *)((long)data + 8);\n }\n /* WARNING: Load size is inaccurate */\n bfd_nonfatal(*data);\n *(undefined4 *)((long)data + 8) = 1;\n return 1;\n}" { (declaration "bfd_endian endian;" type_identifier identifier ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "display_target *param;" type_identifier (pointer_declarator "*param" * identifier) ;) (expression_statement "iVar2 = *(int *)((long)data + 0xc) + 1;" (assignment_expression "iVar2 = *(int *)((long)data + 0xc) + 1" identifier = (binary_expression "*(int *)((long)data + 0xc) + 1" (pointer_expression "*(int *)((long)data + 0xc)" * (cast_expression "(int *)((long)data + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0xc)" ( (binary_expression "(long)data + 0xc" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal)) ;) (expression_statement "*(int *)((long)data + 0xc) = iVar2;" (assignment_expression "*(int *)((long)data + 0xc) = iVar2" (pointer_expression "*(int *)((long)data + 0xc)" * (cast_expression "(int *)((long)data + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0xc)" ( (binary_expression "(long)data + 0xc" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar8 = (long)iVar2 * 0x60;" (assignment_expression "uVar8 = (long)iVar2 * 0x60" identifier = (binary_expression "(long)iVar2 * 0x60" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ;) (if_statement "if (*(ulong *)((long)data + 0x10) < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18));\n *(long *)((long)data + 0x18) = lVar3;\n memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10));\n *(long *)((long)data + 0x10) = lVar6;\n uVar8 = (long)*(int *)((long)data + 0xc) * 0x60;\n }" if (parenthesized_expression "(*(ulong *)((long)data + 0x10) < uVar8)" ( (binary_expression "*(ulong *)((long)data + 0x10) < uVar8" (pointer_expression "*(ulong *)((long)data + 0x10)" * (cast_expression "(ulong *)((long)data + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x10)" ( (binary_expression "(long)data + 0x10" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < identifier) )) (compound_statement "{\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18));\n *(long *)((long)data + 0x18) = lVar3;\n memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10));\n *(long *)((long)data + 0x10) = lVar6;\n uVar8 = (long)*(int *)((long)data + 0xc) * 0x60;\n }" { (expression_statement "lVar6 = 0x3000;" (assignment_expression "lVar6 = 0x3000" identifier = number_literal) ;) (if_statement "if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }" if (parenthesized_expression "(0x3f < iVar2)" ( (binary_expression "0x3f < iVar2" number_literal < identifier) )) (compound_statement "{\n lVar6 = (long)iVar2 * 0xc0;\n }" { (expression_statement "lVar6 = (long)iVar2 * 0xc0;" (assignment_expression "lVar6 = (long)iVar2 * 0xc0" identifier = (binary_expression "(long)iVar2 * 0xc0" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ;) })) (expression_statement "lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18));" (assignment_expression "lVar3 = xrealloc(*(undefined8 *)((long)data + 0x18))" identifier = (call_expression "xrealloc(*(undefined8 *)((long)data + 0x18))" identifier (argument_list "(*(undefined8 *)((long)data + 0x18))" ( (pointer_expression "*(undefined8 *)((long)data + 0x18)" * (cast_expression "(undefined8 *)((long)data + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x18)" ( (binary_expression "(long)data + 0x18" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) )))) ;) (expression_statement "*(long *)((long)data + 0x18) = lVar3;" (assignment_expression "*(long *)((long)data + 0x18) = lVar3" (pointer_expression "*(long *)((long)data + 0x18)" * (cast_expression "(long *)((long)data + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x18)" ( (binary_expression "(long)data + 0x18" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10));" (call_expression "memset((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10))" identifier (argument_list "((void *)(*(long *)((long)data + 0x10) + lVar3),0,lVar6 - *(long *)((long)data + 0x10))" ( (cast_expression "(void *)(*(long *)((long)data + 0x10) + lVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)data + 0x10) + lVar3)" ( (binary_expression "*(long *)((long)data + 0x10) + lVar3" (pointer_expression "*(long *)((long)data + 0x10)" * (cast_expression "(long *)((long)data + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x10)" ( (binary_expression "(long)data + 0x10" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier) ))) , number_literal , (binary_expression "lVar6 - *(long *)((long)data + 0x10)" identifier - (pointer_expression "*(long *)((long)data + 0x10)" * (cast_expression "(long *)((long)data + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x10)" ( (binary_expression "(long)data + 0x10" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ))) ;) (expression_statement "*(long *)((long)data + 0x10) = lVar6;" (assignment_expression "*(long *)((long)data + 0x10) = lVar6" (pointer_expression "*(long *)((long)data + 0x10)" * (cast_expression "(long *)((long)data + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x10)" ( (binary_expression "(long)data + 0x10" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar8 = (long)*(int *)((long)data + 0xc) * 0x60;" (assignment_expression "uVar8 = (long)*(int *)((long)data + 0xc) * 0x60" identifier = (binary_expression "(long)*(int *)((long)data + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)data + 0xc)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)data + 0xc)" * (cast_expression "(int *)((long)data + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0xc)" ( (binary_expression "(long)data + 0xc" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) * number_literal)) ;) })) (expression_statement "endian = targ->byteorder;" (assignment_expression "endian = targ->byteorder" identifier = (field_expression "targ->byteorder" identifier -> field_identifier)) ;) (expression_statement "*(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8) = targ->name;" (assignment_expression "*(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8) = targ->name" (pointer_expression "*(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8)" * (cast_expression "(char **)(*(long *)((long)data + 0x18) + -0x60 + uVar8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)data + 0x18) + -0x60 + uVar8)" ( (binary_expression "*(long *)((long)data + 0x18) + -0x60 + uVar8" (binary_expression "*(long *)((long)data + 0x18) + -0x60" (pointer_expression "*(long *)((long)data + 0x18)" * (cast_expression "(long *)((long)data + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x18)" ( (binary_expression "(long)data + 0x18" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) + identifier) )))) = (field_expression "targ->name" identifier -> field_identifier)) ;) (expression_statement "pcVar4 = endian_string(endian);" (assignment_expression "pcVar4 = endian_string(endian)" identifier = (call_expression "endian_string(endian)" identifier (argument_list "(endian)" ( identifier )))) ;) (expression_statement "pcVar5 = endian_string(targ->header_byteorder);" (assignment_expression "pcVar5 = endian_string(targ->header_byteorder)" identifier = (call_expression "endian_string(targ->header_byteorder)" identifier (argument_list "(targ->header_byteorder)" ( (field_expression "targ->header_byteorder" identifier -> field_identifier) )))) ;) (expression_statement "pcVar1 = targ->name;" (assignment_expression "pcVar1 = targ->name" identifier = (field_expression "targ->name" identifier -> field_identifier)) ;) (expression_statement "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s\n (header %s, data %s)\n",5)" identifier (argument_list "(0,"%s\n (header %s, data %s)\n",5)" ( number_literal , (string_literal ""%s\n (header %s, data %s)\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,pcVar1,pcVar5,pcVar4);" (call_expression "printf(__format,pcVar1,pcVar5,pcVar4)" identifier (argument_list "(__format,pcVar1,pcVar5,pcVar4)" ( identifier , identifier , identifier , identifier ))) ;) comment (expression_statement "lVar6 = bfd_openw(*data,targ->name);" (assignment_expression "lVar6 = bfd_openw(*data,targ->name)" identifier = (call_expression "bfd_openw(*data,targ->name)" identifier (argument_list "(*data,targ->name)" ( (pointer_expression "*data" * identifier) , (field_expression "targ->name" identifier -> field_identifier) )))) ;) (if_statement "if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(int *)((long)data + 8);\n }" if (parenthesized_expression "(lVar6 != 0)" ( (binary_expression "lVar6 != 0" identifier != number_literal) )) (compound_statement "{\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(int *)((long)data + 8);\n }" { (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" identifier = number_literal) ;) (expression_statement "iVar2 = bfd_set_format(lVar6,1);" (assignment_expression "iVar2 = bfd_set_format(lVar6,1)" identifier = (call_expression "bfd_set_format(lVar6,1)" identifier (argument_list "(lVar6,1)" ( identifier , number_literal )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }\n }" { (expression_statement "iVar2 = bfd_get_error();" (assignment_expression "iVar2 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar2 != 5) {\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }" if (parenthesized_expression "(iVar2 != 5)" ( (binary_expression "iVar2 != 5" identifier != number_literal) )) (compound_statement "{\n bfd_nonfatal(targ->name);\n *(undefined4 *)((long)data + 8) = 1;\n }" { (expression_statement "bfd_nonfatal(targ->name);" (call_expression "bfd_nonfatal(targ->name)" identifier (argument_list "(targ->name)" ( (field_expression "targ->name" identifier -> field_identifier) ))) ;) (expression_statement "*(undefined4 *)((long)data + 8) = 1;" (assignment_expression "*(undefined4 *)((long)data + 8) = 1" (pointer_expression "*(undefined4 *)((long)data + 8)" * (cast_expression "(undefined4 *)((long)data + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 8)" ( (binary_expression "(long)data + 8" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) })) }) (else_clause "else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" else (compound_statement "{\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" { (do_statement "do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);" do (compound_statement "{\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }\n iVar9 = iVar9 + 1;\n }" { (expression_statement "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);" (assignment_expression "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" identifier = (call_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" (parenthesized_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))" ( (pointer_expression "**(code **)(*(long *)(lVar6 + 8) + 0x290)" * (pointer_expression "*(code **)(*(long *)(lVar6 + 8) + 0x290)" * (cast_expression "(code **)(*(long *)(lVar6 + 8) + 0x290)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar6 + 8) + 0x290)" ( (binary_expression "*(long *)(lVar6 + 8) + 0x290" (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) )))) + number_literal) ))))) )) (argument_list "(lVar6,iVar9,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;\n }" { (expression_statement "uVar7 = bfd_printable_arch_mach(iVar9,0);" (assignment_expression "uVar7 = bfd_printable_arch_mach(iVar9,0)" identifier = (call_expression "bfd_printable_arch_mach(iVar9,0)" identifier (argument_list "(iVar9,0)" ( identifier , number_literal )))) ;) (expression_statement "printf(" %s\n",uVar7);" (call_expression "printf(" %s\n",uVar7)" identifier (argument_list "(" %s\n",uVar7)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "*(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1;" (assignment_expression "*(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)) = 1" (pointer_expression "*(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2))" * (cast_expression "(undefined1 *)\n ((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2))" ( (binary_expression "(long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +\n (ulong)(iVar9 - 2)" (binary_expression "(long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58" (binary_expression "(long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18)" (binary_expression "(long)*(int *)((long)data + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)data + 0xc)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)data + 0xc)" * (cast_expression "(int *)((long)data + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0xc)" ( (binary_expression "(long)data + 0xc" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) * number_literal) + (pointer_expression "*(long *)((long)data + 0x18)" * (cast_expression "(long *)((long)data + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 0x18)" ( (binary_expression "(long)data + 0x18" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) + number_literal) + (call_expression "(ulong)(iVar9 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar9 - 2)" ( (binary_expression "iVar9 - 2" identifier - number_literal) )))) )))) = number_literal) ;) })) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar9 != 0x59)" ( (binary_expression "iVar9 != 0x59" identifier != number_literal) )) ;) }))) (expression_statement "bfd_close_all_done(lVar6);" (call_expression "bfd_close_all_done(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))) ;) (return_statement "return *(int *)((long)data + 8);" return (pointer_expression "*(int *)((long)data + 8)" * (cast_expression "(int *)((long)data + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 8)" ( (binary_expression "(long)data + 8" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) })) comment (expression_statement "bfd_nonfatal(*data);" (call_expression "bfd_nonfatal(*data)" identifier (argument_list "(*data)" ( (pointer_expression "*data" * identifier) ))) ;) (expression_statement "*(undefined4 *)((long)data + 8) = 1;" (assignment_expression "*(undefined4 *)((long)data + 8) = 1" (pointer_expression "*(undefined4 *)((long)data + 8)" * (cast_expression "(undefined4 *)((long)data + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)data + 8)" ( (binary_expression "(long)data + 8" (cast_expression "(long)data" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "undefined4 FUN_00107630(undefined8 *param_1,undefined8 *param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}\n\n" (function_definition "undefined4 FUN_00107630(undefined8 *param_1,undefined8 *param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}" type_identifier (function_declarator "FUN_00107630(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (expression_statement "iVar2 = *(int *)((long)param_2 + 0xc) + 1;" (assignment_expression "iVar2 = *(int *)((long)param_2 + 0xc) + 1" identifier = (binary_expression "*(int *)((long)param_2 + 0xc) + 1" (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal)) ;) (expression_statement "*(int *)((long)param_2 + 0xc) = iVar2;" (assignment_expression "*(int *)((long)param_2 + 0xc) = iVar2" (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "uVar8 = (long)iVar2 * 0x60;" (assignment_expression "uVar8 = (long)iVar2 * 0x60" identifier = (binary_expression "(long)iVar2 * 0x60" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ;) (if_statement "if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }" if (parenthesized_expression "((ulong)param_2[2] < uVar8)" ( (binary_expression "(ulong)param_2[2] < uVar8" (cast_expression "(ulong)param_2[2]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[2]" identifier [ number_literal ])) < identifier) )) (compound_statement "{\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }" { (expression_statement "lVar6 = 0x3000;" (assignment_expression "lVar6 = 0x3000" identifier = number_literal) ;) (if_statement "if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }" if (parenthesized_expression "(0x3f < iVar2)" ( (binary_expression "0x3f < iVar2" number_literal < identifier) )) (compound_statement "{\n lVar6 = (long)iVar2 * 0xc0;\n }" { (expression_statement "lVar6 = (long)iVar2 * 0xc0;" (assignment_expression "lVar6 = (long)iVar2 * 0xc0" identifier = (binary_expression "(long)iVar2 * 0xc0" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) ;) })) (expression_statement "lVar3 = xrealloc(param_2[3]);" (assignment_expression "lVar3 = xrealloc(param_2[3])" identifier = (call_expression "xrealloc(param_2[3])" identifier (argument_list "(param_2[3])" ( (subscript_expression "param_2[3]" identifier [ number_literal ]) )))) ;) (expression_statement "param_2[3] = lVar3;" (assignment_expression "param_2[3] = lVar3" (subscript_expression "param_2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);" (call_expression "memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2])" identifier (argument_list "((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2])" ( (cast_expression "(void *)(param_2[2] + lVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + lVar3)" ( (binary_expression "param_2[2] + lVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) + identifier) ))) , number_literal , (binary_expression "lVar6 - param_2[2]" identifier - (subscript_expression "param_2[2]" identifier [ number_literal ])) ))) ;) (expression_statement "param_2[2] = lVar6;" (assignment_expression "param_2[2] = lVar6" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;" (assignment_expression "uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60" identifier = (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)param_2 + 0xc)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) * number_literal)) ;) })) (expression_statement "uVar1 = *(undefined4 *)((long)param_1 + 0xc);" (assignment_expression "uVar1 = *(undefined4 *)((long)param_1 + 0xc)" identifier = (pointer_expression "*(undefined4 *)((long)param_1 + 0xc)" * (cast_expression "(undefined4 *)((long)param_1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xc)" ( (binary_expression "(long)param_1 + 0xc" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;" (assignment_expression "*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1" (pointer_expression "*(undefined8 *)(param_2[3] + -0x60 + uVar8)" * (cast_expression "(undefined8 *)(param_2[3] + -0x60 + uVar8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[3] + -0x60 + uVar8)" ( (binary_expression "param_2[3] + -0x60 + uVar8" (binary_expression "param_2[3] + -0x60" (subscript_expression "param_2[3]" identifier [ number_literal ]) + number_literal) + identifier) )))) = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar4 = FUN_00107560(uVar1);" (assignment_expression "uVar4 = FUN_00107560(uVar1)" identifier = (call_expression "FUN_00107560(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) (expression_statement "uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));" (assignment_expression "uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2))" identifier = (call_expression "FUN_00107560(*(undefined4 *)(param_1 + 2))" identifier (argument_list "(*(undefined4 *)(param_1 + 2))" ( (pointer_expression "*(undefined4 *)(param_1 + 2)" * (cast_expression "(undefined4 *)(param_1 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) )))) ;) (expression_statement "uVar7 = *param_1;" (assignment_expression "uVar7 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s\n (header %s, data %s)\n",5)" identifier (argument_list "(0,"%s\n (header %s, data %s)\n",5)" ( number_literal , (string_literal ""%s\n (header %s, data %s)\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar7,uVar5,uVar4);" (call_expression "printf(__format,uVar7,uVar5,uVar4)" identifier (argument_list "(__format,uVar7,uVar5,uVar4)" ( identifier , identifier , identifier , identifier ))) ;) (expression_statement "lVar6 = bfd_openw(*param_2,*param_1);" (assignment_expression "lVar6 = bfd_openw(*param_2,*param_1)" identifier = (call_expression "bfd_openw(*param_2,*param_1)" identifier (argument_list "(*param_2,*param_1)" ( (pointer_expression "*param_2" * identifier) , (pointer_expression "*param_1" * identifier) )))) ;) (if_statement "if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }" if (parenthesized_expression "(lVar6 != 0)" ( (binary_expression "lVar6 != 0" identifier != number_literal) )) (compound_statement "{\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }" { (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" identifier = number_literal) ;) (expression_statement "iVar2 = bfd_set_format(lVar6,1);" (assignment_expression "iVar2 = bfd_set_format(lVar6,1)" identifier = (call_expression "bfd_set_format(lVar6,1)" identifier (argument_list "(lVar6,1)" ( identifier , number_literal )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }" { (expression_statement "iVar2 = bfd_get_error();" (assignment_expression "iVar2 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }" if (parenthesized_expression "(iVar2 != 5)" ( (binary_expression "iVar2 != 5" identifier != number_literal) )) (compound_statement "{\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }" { (expression_statement "FUN_001075b0(*param_1);" (call_expression "FUN_001075b0(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) ))) ;) (expression_statement "*(undefined4 *)(param_2 + 1) = 1;" (assignment_expression "*(undefined4 *)(param_2 + 1) = 1" (pointer_expression "*(undefined4 *)(param_2 + 1)" * (cast_expression "(undefined4 *)(param_2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )))) = number_literal) ;) })) }) (else_clause "else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" else (compound_statement "{\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" { (do_statement "do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);" do (compound_statement "{\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n }" { (expression_statement "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);" (assignment_expression "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" identifier = (call_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" (parenthesized_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))" ( (pointer_expression "**(code **)(*(long *)(lVar6 + 8) + 0x290)" * (pointer_expression "*(code **)(*(long *)(lVar6 + 8) + 0x290)" * (cast_expression "(code **)(*(long *)(lVar6 + 8) + 0x290)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(lVar6 + 8) + 0x290)" ( (binary_expression "*(long *)(lVar6 + 8) + 0x290" (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) )))) + number_literal) ))))) )) (argument_list "(lVar6,iVar9,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }" { (expression_statement "uVar7 = bfd_printable_arch_mach(iVar9,0);" (assignment_expression "uVar7 = bfd_printable_arch_mach(iVar9,0)" identifier = (call_expression "bfd_printable_arch_mach(iVar9,0)" identifier (argument_list "(iVar9,0)" ( identifier , number_literal )))) ;) (expression_statement "printf(" %s\n",uVar7);" (call_expression "printf(" %s\n",uVar7)" identifier (argument_list "(" %s\n",uVar7)" ( (string_literal "" %s\n"" " string_content escape_sequence ") , identifier ))) ;) (expression_statement "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;" (assignment_expression "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1" (pointer_expression "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" * (cast_expression "(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" ( (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3]" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)param_2 + 0xc)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)param_2 + 0xc)" * (cast_expression "(int *)((long)param_2 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_2 + 0xc)" ( (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) * number_literal) + (subscript_expression "param_2[3]" identifier [ number_literal ])) + number_literal) + (call_expression "(ulong)(iVar9 - 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar9 - 2)" ( (binary_expression "iVar9 - 2" identifier - number_literal) )))) )))) = number_literal) ;) })) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(iVar9 != 0x59)" ( (binary_expression "iVar9 != 0x59" identifier != number_literal) )) ;) }))) (expression_statement "bfd_close_all_done(lVar6);" (call_expression "bfd_close_all_done(lVar6)" identifier (argument_list "(lVar6)" ( identifier ))) ;) (return_statement "return *(undefined4 *)(param_2 + 1);" return (pointer_expression "*(undefined4 *)(param_2 + 1)" * (cast_expression "(undefined4 *)(param_2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )))) ;) })) (expression_statement "FUN_001075b0(*param_2);" (call_expression "FUN_001075b0(*param_2)" identifier (argument_list "(*param_2)" ( (pointer_expression "*param_2" * identifier) ))) ;) (expression_statement "*(undefined4 *)(param_2 + 1) = 1;" (assignment_expression "*(undefined4 *)(param_2 + 1) = 1" (pointer_expression "*(undefined4 *)(param_2 + 1)" * (cast_expression "(undefined4 *)(param_2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT) ))) , LIT , (binary_expression IDENT - (subscript_expression IDENT [ LIT ])) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) * LIT)) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) + IDENT) )))) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (pointer_expression * IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) })) }) (else_clause else (compound_statement { (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 *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) )) (argument_list ( IDENT , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) * LIT) + (subscript_expression IDENT [ LIT ])) + LIT) + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) )))) )))) = LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * 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 LIT ;) })))
|
(function_definition "undefined4 FUN_00107630(undefined8 *param_1,undefined8 *param_2)\n\n{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}" (type_identifier "undefined4") (function_declarator "FUN_00107630(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_00107630") (parameter_list "(undefined8 *param_1,undefined8 *param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined4 uVar1;\n int iVar2;\n long lVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n char *__format;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n \n iVar2 = *(int *)((long)param_2 + 0xc) + 1;\n *(int *)((long)param_2 + 0xc) = iVar2;\n uVar8 = (long)iVar2 * 0x60;\n if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }\n uVar1 = *(undefined4 *)((long)param_1 + 0xc);\n *(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;\n uVar4 = FUN_00107560(uVar1);\n uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));\n uVar7 = *param_1;\n __format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);\n printf(__format,uVar7,uVar5,uVar4);\n lVar6 = bfd_openw(*param_2,*param_1);\n if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }\n FUN_001075b0(*param_2);\n *(undefined4 *)(param_2 + 1) = 1;\n return 1;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "ulong uVar8;" (type_identifier "ulong") (identifier "uVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (expression_statement "iVar2 = *(int *)((long)param_2 + 0xc) + 1;" (assignment_expression "iVar2 = *(int *)((long)param_2 + 0xc) + 1" (identifier "iVar2") (= "=") (binary_expression "*(int *)((long)param_2 + 0xc) + 1" (pointer_expression "*(int *)((long)param_2 + 0xc)" (* "*") (cast_expression "(int *)((long)param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0xc)" (( "(") (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0xc")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*(int *)((long)param_2 + 0xc) = iVar2;" (assignment_expression "*(int *)((long)param_2 + 0xc) = iVar2" (pointer_expression "*(int *)((long)param_2 + 0xc)" (* "*") (cast_expression "(int *)((long)param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0xc)" (( "(") (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "iVar2")) (; ";")) (expression_statement "uVar8 = (long)iVar2 * 0x60;" (assignment_expression "uVar8 = (long)iVar2 * 0x60" (identifier "uVar8") (= "=") (binary_expression "(long)iVar2 * 0x60" (cast_expression "(long)iVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar2")) (* "*") (number_literal "0x60"))) (; ";")) (if_statement "if ((ulong)param_2[2] < uVar8) {\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }" (if "if") (parenthesized_expression "((ulong)param_2[2] < uVar8)" (( "(") (binary_expression "(ulong)param_2[2] < uVar8" (cast_expression "(ulong)param_2[2]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (< "<") (identifier "uVar8")) () ")")) (compound_statement "{\n lVar6 = 0x3000;\n if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }\n lVar3 = xrealloc(param_2[3]);\n param_2[3] = lVar3;\n memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);\n param_2[2] = lVar6;\n uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;\n }" ({ "{") (expression_statement "lVar6 = 0x3000;" (assignment_expression "lVar6 = 0x3000" (identifier "lVar6") (= "=") (number_literal "0x3000")) (; ";")) (if_statement "if (0x3f < iVar2) {\n lVar6 = (long)iVar2 * 0xc0;\n }" (if "if") (parenthesized_expression "(0x3f < iVar2)" (( "(") (binary_expression "0x3f < iVar2" (number_literal "0x3f") (< "<") (identifier "iVar2")) () ")")) (compound_statement "{\n lVar6 = (long)iVar2 * 0xc0;\n }" ({ "{") (expression_statement "lVar6 = (long)iVar2 * 0xc0;" (assignment_expression "lVar6 = (long)iVar2 * 0xc0" (identifier "lVar6") (= "=") (binary_expression "(long)iVar2 * 0xc0" (cast_expression "(long)iVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar2")) (* "*") (number_literal "0xc0"))) (; ";")) (} "}"))) (expression_statement "lVar3 = xrealloc(param_2[3]);" (assignment_expression "lVar3 = xrealloc(param_2[3])" (identifier "lVar3") (= "=") (call_expression "xrealloc(param_2[3])" (identifier "xrealloc") (argument_list "(param_2[3])" (( "(") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) () ")")))) (; ";")) (expression_statement "param_2[3] = lVar3;" (assignment_expression "param_2[3] = lVar3" (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "lVar3")) (; ";")) (expression_statement "memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);" (call_expression "memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2])" (identifier "memset") (argument_list "((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2])" (( "(") (cast_expression "(void *)(param_2[2] + lVar3)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[2] + lVar3)" (( "(") (binary_expression "param_2[2] + lVar3" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (+ "+") (identifier "lVar3")) () ")"))) (, ",") (number_literal "0") (, ",") (binary_expression "lVar6 - param_2[2]" (identifier "lVar6") (- "-") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) () ")"))) (; ";")) (expression_statement "param_2[2] = lVar6;" (assignment_expression "param_2[2] = lVar6" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar6")) (; ";")) (expression_statement "uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;" (assignment_expression "uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60" (identifier "uVar8") (= "=") (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)param_2 + 0xc)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)((long)param_2 + 0xc)" (* "*") (cast_expression "(int *)((long)param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0xc)" (( "(") (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0xc")) () ")"))))) (* "*") (number_literal "0x60"))) (; ";")) (} "}"))) (expression_statement "uVar1 = *(undefined4 *)((long)param_1 + 0xc);" (assignment_expression "uVar1 = *(undefined4 *)((long)param_1 + 0xc)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined4 *)((long)param_1 + 0xc)" (* "*") (cast_expression "(undefined4 *)((long)param_1 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xc)" (( "(") (binary_expression "(long)param_1 + 0xc" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;" (assignment_expression "*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1" (pointer_expression "*(undefined8 *)(param_2[3] + -0x60 + uVar8)" (* "*") (cast_expression "(undefined8 *)(param_2[3] + -0x60 + uVar8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[3] + -0x60 + uVar8)" (( "(") (binary_expression "param_2[3] + -0x60 + uVar8" (binary_expression "param_2[3] + -0x60" (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (+ "+") (number_literal "-0x60")) (+ "+") (identifier "uVar8")) () ")")))) (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar4 = FUN_00107560(uVar1);" (assignment_expression "uVar4 = FUN_00107560(uVar1)" (identifier "uVar4") (= "=") (call_expression "FUN_00107560(uVar1)" (identifier "FUN_00107560") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")")))) (; ";")) (expression_statement "uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));" (assignment_expression "uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2))" (identifier "uVar5") (= "=") (call_expression "FUN_00107560(*(undefined4 *)(param_1 + 2))" (identifier "FUN_00107560") (argument_list "(*(undefined4 *)(param_1 + 2))" (( "(") (pointer_expression "*(undefined4 *)(param_1 + 2)" (* "*") (cast_expression "(undefined4 *)(param_1 + 2)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar7 = *param_1;" (assignment_expression "uVar7 = *param_1" (identifier "uVar7") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"%s\n (header %s, data %s)\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"%s\n (header %s, data %s)\n",5)" (identifier "dcgettext") (argument_list "(0,"%s\n (header %s, data %s)\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s\n (header %s, data %s)\n"" (" """) (string_content "%s") (escape_sequence "\n") (string_content " (header %s, data %s)") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(__format,uVar7,uVar5,uVar4);" (call_expression "printf(__format,uVar7,uVar5,uVar4)" (identifier "printf") (argument_list "(__format,uVar7,uVar5,uVar4)" (( "(") (identifier "__format") (, ",") (identifier "uVar7") (, ",") (identifier "uVar5") (, ",") (identifier "uVar4") () ")"))) (; ";")) (expression_statement "lVar6 = bfd_openw(*param_2,*param_1);" (assignment_expression "lVar6 = bfd_openw(*param_2,*param_1)" (identifier "lVar6") (= "=") (call_expression "bfd_openw(*param_2,*param_1)" (identifier "bfd_openw") (argument_list "(*param_2,*param_1)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")")))) (; ";")) (if_statement "if (lVar6 != 0) {\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }" (if "if") (parenthesized_expression "(lVar6 != 0)" (( "(") (binary_expression "lVar6 != 0" (identifier "lVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar9 = 2;\n iVar2 = bfd_set_format(lVar6,1);\n if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }\n bfd_close_all_done(lVar6);\n return *(undefined4 *)(param_2 + 1);\n }" ({ "{") (expression_statement "iVar9 = 2;" (assignment_expression "iVar9 = 2" (identifier "iVar9") (= "=") (number_literal "2")) (; ";")) (expression_statement "iVar2 = bfd_set_format(lVar6,1);" (assignment_expression "iVar2 = bfd_set_format(lVar6,1)" (identifier "iVar2") (= "=") (call_expression "bfd_set_format(lVar6,1)" (identifier "bfd_set_format") (argument_list "(lVar6,1)" (( "(") (identifier "lVar6") (, ",") (number_literal "1") () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }\n else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar2 = bfd_get_error();\n if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }\n }" ({ "{") (expression_statement "iVar2 = bfd_get_error();" (assignment_expression "iVar2 = bfd_get_error()" (identifier "iVar2") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar2 != 5) {\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }" (if "if") (parenthesized_expression "(iVar2 != 5)" (( "(") (binary_expression "iVar2 != 5" (identifier "iVar2") (!= "!=") (number_literal "5")) () ")")) (compound_statement "{\n FUN_001075b0(*param_1);\n *(undefined4 *)(param_2 + 1) = 1;\n }" ({ "{") (expression_statement "FUN_001075b0(*param_1);" (call_expression "FUN_001075b0(*param_1)" (identifier "FUN_001075b0") (argument_list "(*param_1)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (expression_statement "*(undefined4 *)(param_2 + 1) = 1;" (assignment_expression "*(undefined4 *)(param_2 + 1) = 1" (pointer_expression "*(undefined4 *)(param_2 + 1)" (* "*") (cast_expression "(undefined4 *)(param_2 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 1)" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "1")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" (else "else") (compound_statement "{\n do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);\n }" ({ "{") (do_statement "do {\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n } while (iVar9 != 0x59);" (do "do") (compound_statement "{\n iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);\n if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }\n iVar9 = iVar9 + 1;\n }" ({ "{") (expression_statement "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);" (assignment_expression "iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" (identifier "iVar2") (= "=") (call_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0)" (parenthesized_expression "(**(code **)(*(long *)(lVar6 + 8) + 0x290))" (( "(") (pointer_expression "**(code **)(*(long *)(lVar6 + 8) + 0x290)" (* "*") (pointer_expression "*(code **)(*(long *)(lVar6 + 8) + 0x290)" (* "*") (cast_expression "(code **)(*(long *)(lVar6 + 8) + 0x290)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(lVar6 + 8) + 0x290)" (( "(") (binary_expression "*(long *)(lVar6 + 8) + 0x290" (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")) () ")")))) (+ "+") (number_literal "0x290")) () ")"))))) () ")")) (argument_list "(lVar6,iVar9,0)" (( "(") (identifier "lVar6") (, ",") (identifier "iVar9") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar7 = bfd_printable_arch_mach(iVar9,0);\n printf(" %s\n",uVar7);\n *(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;\n }" ({ "{") (expression_statement "uVar7 = bfd_printable_arch_mach(iVar9,0);" (assignment_expression "uVar7 = bfd_printable_arch_mach(iVar9,0)" (identifier "uVar7") (= "=") (call_expression "bfd_printable_arch_mach(iVar9,0)" (identifier "bfd_printable_arch_mach") (argument_list "(iVar9,0)" (( "(") (identifier "iVar9") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "printf(" %s\n",uVar7);" (call_expression "printf(" %s\n",uVar7)" (identifier "printf") (argument_list "(" %s\n",uVar7)" (( "(") (string_literal "" %s\n"" (" """) (string_content " %s") (escape_sequence "\n") (" """)) (, ",") (identifier "uVar7") () ")"))) (; ";")) (expression_statement "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1;" (assignment_expression "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =\n 1" (pointer_expression "*(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" (* "*") (cast_expression "(undefined1 *)\n ((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2))" (( "(") (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3]" (binary_expression "(long)*(int *)((long)param_2 + 0xc) * 0x60" (cast_expression "(long)*(int *)((long)param_2 + 0xc)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)((long)param_2 + 0xc)" (* "*") (cast_expression "(int *)((long)param_2 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_2 + 0xc)" (( "(") (binary_expression "(long)param_2 + 0xc" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (number_literal "0xc")) () ")"))))) (* "*") (number_literal "0x60")) (+ "+") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (+ "+") (number_literal "-0x58")) (+ "+") (call_expression "(ulong)(iVar9 - 2)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(iVar9 - 2)" (( "(") (binary_expression "iVar9 - 2" (identifier "iVar9") (- "-") (number_literal "2")) () ")")))) () ")")))) (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "iVar9 = iVar9 + 1;" (assignment_expression "iVar9 = iVar9 + 1" (identifier "iVar9") (= "=") (binary_expression "iVar9 + 1" (identifier "iVar9") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar9 != 0x59)" (( "(") (binary_expression "iVar9 != 0x59" (identifier "iVar9") (!= "!=") (number_literal "0x59")) () ")")) (; ";")) (} "}")))) (expression_statement "bfd_close_all_done(lVar6);" (call_expression "bfd_close_all_done(lVar6)" (identifier "bfd_close_all_done") (argument_list "(lVar6)" (( "(") (identifier "lVar6") () ")"))) (; ";")) (return_statement "return *(undefined4 *)(param_2 + 1);" (return "return") (pointer_expression "*(undefined4 *)(param_2 + 1)" (* "*") (cast_expression "(undefined4 *)(param_2 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 1)" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}"))) (expression_statement "FUN_001075b0(*param_2);" (call_expression "FUN_001075b0(*param_2)" (identifier "FUN_001075b0") (argument_list "(*param_2)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")"))) (; ";")) (expression_statement "*(undefined4 *)(param_2 + 1) = 1;" (assignment_expression "*(undefined4 *)(param_2 + 1) = 1" (pointer_expression "*(undefined4 *)(param_2 + 1)" (* "*") (cast_expression "(undefined4 *)(param_2 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 1)" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
|
int function_1(type_1 *targ,void *data)
{
type_2 endian;
char *pcVar1;
int var_2;
long var_5;
char *pcVar4;
char *pcVar5;
char *__format;
long var_6;
type_3 uVar7;
type_4 var_1;
int var_15;
type_5 *param;
var_2 = *(int *)((long)data + 0xc) + 1;
*(int *)((long)data + 0xc) = var_2;
var_1 = (long)var_2 * 0x60;
if (*(type_4 *)((long)data + 0x10) < var_1) {
var_6 = 0x3000;
if (0x3f < var_2) {
var_6 = (long)var_2 * 0xc0;
}
var_5 = var_3(*(type_3 *)((long)data + 0x18));
*(long *)((long)data + 0x18) = var_5;
var_4((void *)(*(long *)((long)data + 0x10) + var_5),0,var_6 - *(long *)((long)data + 0x10));
*(long *)((long)data + 0x10) = var_6;
var_1 = (long)*(int *)((long)data + 0xc) * 0x60;
}
endian = targ->byteorder;
*(char **)(*(long *)((long)data + 0x18) + -0x60 + var_1) = targ->name;
pcVar4 = var_7(endian);
pcVar5 = var_7(targ->header_byteorder);
pcVar1 = targ->name;
__format = (char *)var_8(0,"%s\n (header %s, data %s)\n",5);
var_9(__format,pcVar1,pcVar5,pcVar4);
/* WARNING: Load size is inaccurate */
var_6 = var_10(*data,targ->name);
if (var_6 != 0) {
var_15 = 2;
var_2 = var_11(var_6,1);
if (var_2 == 0) {
var_2 = var_12();
if (var_2 != 5) {
var_13(targ->name);
*(type_6 *)((long)data + 8) = 1;
}
}
else {
do {
var_2 = (**(type_7 **)(*(long *)(var_6 + 8) + 0x290))(var_6,var_15,0);
if (var_2 != 0) {
uVar7 = var_14(var_15,0);
var_9(" %s\n",uVar7);
*(type_8 *)
((long)*(int *)((long)data + 0xc) * 0x60 + *(long *)((long)data + 0x18) + -0x58 +
(type_4)(var_15 - 2)) = 1;
}
var_15 = var_15 + 1;
} while (var_15 != 0x59);
}
var_16(var_6);
return *(int *)((long)data + 8);
}
/* WARNING: Load size is inaccurate */
var_13(*data);
*(type_6 *)((long)data + 8) = 1;
return 1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) 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: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) (number_literal) (binary_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (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))) (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 (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 (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: (number_literal)))))) alternative: (else_clause (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: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) right: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))))) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (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 (identifier)))) (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (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: (number_literal))) (return_statement (number_literal)))))
| null |
undefined4 MASKED(undefined8 *param_1,undefined8 *param_2)
{
undefined4 uVar1;
int iVar2;
long lVar3;
undefined8 uVar4;
undefined8 uVar5;
char *__format;
long lVar6;
undefined8 uVar7;
ulong uVar8;
int iVar9;
iVar2 = *(int *)((long)param_2 + 0xc) + 1;
*(int *)((long)param_2 + 0xc) = iVar2;
uVar8 = (long)iVar2 * 0x60;
if ((ulong)param_2[2] < uVar8) {
lVar6 = 0x3000;
if (0x3f < iVar2) {
lVar6 = (long)iVar2 * 0xc0;
}
lVar3 = xrealloc(param_2[3]);
param_2[3] = lVar3;
memset((void *)(param_2[2] + lVar3),0,lVar6 - param_2[2]);
param_2[2] = lVar6;
uVar8 = (long)*(int *)((long)param_2 + 0xc) * 0x60;
}
uVar1 = *(undefined4 *)((long)param_1 + 0xc);
*(undefined8 *)(param_2[3] + -0x60 + uVar8) = *param_1;
uVar4 = FUN_00107560(uVar1);
uVar5 = FUN_00107560(*(undefined4 *)(param_1 + 2));
uVar7 = *param_1;
__format = (char *)dcgettext(0,"%s\n (header %s, data %s)\n",5);
printf(__format,uVar7,uVar5,uVar4);
lVar6 = bfd_openw(*param_2,*param_1);
if (lVar6 != 0) {
iVar9 = 2;
iVar2 = bfd_set_format(lVar6,1);
if (iVar2 == 0) {
iVar2 = bfd_get_error();
if (iVar2 != 5) {
FUN_001075b0(*param_1);
*(undefined4 *)(param_2 + 1) = 1;
}
}
else {
do {
iVar2 = (**(code **)(*(long *)(lVar6 + 8) + 0x290))(lVar6,iVar9,0);
if (iVar2 != 0) {
uVar7 = bfd_printable_arch_mach(iVar9,0);
printf(" %s\n",uVar7);
*(undefined1 *)
((long)*(int *)((long)param_2 + 0xc) * 0x60 + param_2[3] + -0x58 + (ulong)(iVar9 - 2)) =
1;
}
iVar9 = iVar9 + 1;
} while (iVar9 != 0x59);
}
bfd_close_all_done(lVar6);
return *(undefined4 *)(param_2 + 1);
}
FUN_001075b0(*param_2);
*(undefined4 *)(param_2 + 1) = 1;
return 1;
}
|
5636_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
do_should_include_member
|
FUN_0024e620
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Should_include do_should_include_member(Sized_pluginobj<32,_false> *
this, Symbol_table * symtab, Layout * layout, Read_symbols_data * param_3, string * why) */
Should_include __thiscall
gold::Sized_pluginobj<32,_false>::do_should_include_member
(Sized_pluginobj<32,_false> *this,Symbol_table *symtab,Layout *layout,
Read_symbols_data *param_3,string *why)
{
Should_include SVar1;
ld_plugin_symbol *plVar2;
long lVar3;
char *tmpbuf;
size_t tmpbuflen;
Symbol *symbol;
tmpbuf = (char *)0x0;
tmpbuflen = 0;
if (0 < (this->super_Pluginobj).nsyms_) {
lVar3 = 0;
do {
plVar2 = (this->super_Pluginobj).syms_ + lVar3;
if ((1 < plVar2->def - 2U) &&
(SVar1 = Library_base::should_include_member
(symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),
SVar1 == SHOULD_INCLUDE_YES)) {
if (tmpbuf == (char *)0x0) {
return SHOULD_INCLUDE_YES;
}
free(tmpbuf);
return SHOULD_INCLUDE_YES;
}
lVar3 = lVar3 + 1;
} while ((int)lVar3 < (this->super_Pluginobj).nsyms_);
if (tmpbuf != (char *)0x0) {
free(tmpbuf);
}
}
return SHOULD_INCLUDE_UNKNOWN;
}
|
ulong FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5)
{
undefined8 *puVar1;
ulong uVar2;
long lVar3;
void *local_50;
undefined8 local_48;
undefined1 local_40 [16];
local_50 = (void *)0x0;
local_48 = 0;
if (0 < *(int *)(param_1 + 0x50)) {
lVar3 = 0;
do {
puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));
if ((1 < *(int *)(puVar1 + 2) - 2U) &&
(uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),
(int)uVar2 == 1)) {
if (local_50 == (void *)0x0) {
return uVar2;
}
free(local_50);
return uVar2 & 0xffffffff;
}
lVar3 = lVar3 + 1;
} while ((int)lVar3 < *(int *)(param_1 + 0x50));
if (local_50 != (void *)0x0) {
free(local_50);
}
}
return 2;
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x38
MOV R9D,dword ptr [RDI + 0x50]
MOV qword ptr [RSP + 0x18],0x0
MOV qword ptr [RSP + 0x20],0x0
TEST R9D,R9D
JLE 0x0024e6c8
MOV qword ptr [RSP + 0x8],RDX
XOR EBP,EBP
MOV R12,R8
MOV RBX,RDI
MOV qword ptr [RSP],RSI
LEA R15,[RSP + 0x18]
LEA R14,[RSP + 0x28]
LEA R13,[RSP + 0x20]
NOP dword ptr [RAX]
LEA RAX,[RBP + RBP*0x2]
SHL RAX,0x4
ADD RAX,qword ptr [RBX + 0x58]
MOV ECX,dword ptr [RAX + 0x10]
LEA EDX,[RCX + -0x2]
CMP EDX,0x1
JBE 0x0024e6b0
SUB RSP,0x8
MOV RDX,qword ptr [RAX]
MOV RCX,R14
MOV R9,R15
PUSH R13
MOV RSI,qword ptr [RSP + 0x18]
MOV R8,R12
MOV RDI,qword ptr [RSP + 0x10]
CALL 0x00178740
POP RDX
POP RCX
CMP EAX,0x1
JZ 0x0024e6e0
ADD RBP,0x1
CMP dword ptr [RBX + 0x50],EBP
JG 0x0024e670
MOV RDI,qword ptr [RSP + 0x18]
TEST RDI,RDI
JZ 0x0024e6c8
CALL 0x00149470
MOV EAX,0x2
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDI,qword ptr [RSP + 0x18]
TEST RDI,RDI
JZ 0x0024e6cd
MOV dword ptr [RSP],EAX
CALL 0x00149470
MOV EAX,dword ptr [RSP]
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
| null | null | null | null |
[('const-0', u'PTRSUB_-1204033004'), (u'INT_SLESS_-1204033917', u'CBRANCH_-1204033924'), (u'INT_SLESS_-1204033640', u'CBRANCH_-1204033647'), (u'SUBPIECE_-1204033243', u'INT_SLESS_-1204033640'), (u'COPY_-1204033404', u'MULTIEQUAL_-1204033310'), ('const-433', u'LOAD_-1204033808'), ('const--80', u'PTRSUB_-1204033102'), (u'CALL_-1204033617', u'INDIRECT_-1204033066'), (u'INT_SUB_-1204033228', u'INT_LESS_-1204033757'), (u'MULTIEQUAL_-1204033310', u'PTRADD_-1204033067'), ('const-0', u'PTRSUB_-1204033068'), (u'CALL_-1204033708', u'INDIRECT_-1204033099'), ('const-88', u'PTRSUB_-1204033059'), (u'MULTIEQUAL_-1204033084', u'CALL_-1204033617'), (u'INT_ADD_-1204033662', u'MULTIEQUAL_-1204033310'), ('tmp_1910', u'PTRSUB_-1204033102'), ('tmp_508', u'CBRANCH_-1204033681'), ('const-1', u'INT_EQUAL_-1204033683'), (u'PTRSUB_-1204033068', u'PTRSUB_-1204033059'), ('tmp_612', u'CBRANCH_-1204033624'), ('tmp_749', u'CBRANCH_-1204033532'), ('const-1', u'COPY_-1204033272'), (u'CALL_-1204033708', u'INT_EQUAL_-1204033683'), ('const-0', u'SUBPIECE_-1204033243'), (u'CALL_-1204033520', u'INDIRECT_-1204033025'), (u'LOAD_-1204033808', u'PTRADD_-1204033067'), (u'MULTIEQUAL_-1204033310', u'INT_ADD_-1204033662'), ('const-0', u'RETURN_-1204033553'), (u'INT_EQUAL_-1204033683', u'CBRANCH_-1204033681'), ('const--72', u'PTRSUB_-1204033090'), ('const-433', u'LOAD_-1204033667'), ('const-433', u'LOAD_-1204033972'), (u'PTRSUB_-1204033148', u'PTRSUB_-1204033135'), (u'LOAD_-1204033753', u'CALL_-1204033708'), ('tmp_883', u'CALL_-1204033708'), (u'PTRADD_-1204033067', u'PTRSUB_-1204033061'), (u'PTRSUB_-1204033061', u'LOAD_-1204033795'), (u'LOAD_-1204033972', u'INT_SLESS_-1204033917'), (u'COPY_-1204033313', u'RETURN_-1204033553'), ('const-433', u'LOAD_-1204033753'), ('tmp_1910', u'PTRSUB_-1204033090'), (u'INDIRECT_-1204033099', u'INT_EQUAL_-1204033534'), ('tmp_880', u'CALL_-1204033708'), ('const-2', u'COPY_-1204033313'), (u'INT_LESS_-1204033757', u'CBRANCH_-1204033766'), ('const-0', u'PTRSUB_-1204033045'), ('const-80', u'PTRSUB_-1204033135'), (u'MULTIEQUAL_-1204033139', u'MULTIEQUAL_-1204033077'), ('const-433', u'LOAD_-1204033795'), ('const-2', u'INT_SUB_-1204033228'), (u'PTRSUB_-1204033096', u'CALL_-1204033708'), (u'CALL_-1204033708', u'INDIRECT_-1204033092'), (u'MULTIEQUAL_-1204033146', u'MULTIEQUAL_-1204033084'), ('const-0', u'COPY_-1204033404'), (u'COPY_-1204033272', u'RETURN_-1204033456'), (u'LOAD_-1204033795', u'INT_SUB_-1204033228'), (u'INT_NOTEQUAL_-1204033625', u'CBRANCH_-1204033624'), ('tmp_879', u'PTRSUB_-1204033148'), ('const--64', u'PTRSUB_-1204033096'), (u'INDIRECT_-1204033099', u'MULTIEQUAL_-1204033084'), ('tmp_879', u'PTRSUB_-1204033068'), (u'PTRSUB_-1204033045', u'LOAD_-1204033753'), (u'INT_EQUAL_-1204033534', u'CBRANCH_-1204033532'), (u'INDIRECT_-1204033099', u'CALL_-1204033520'), (u'MULTIEQUAL_-1204033077', u'MULTIEQUAL_-1204033139'), ('const-0', u'RETURN_-1204033032'), ('const-80', u'PTRSUB_-1204032999'), (u'CALL_-1204033617', u'INDIRECT_-1204033059'), (u'PTRSUB_-1204033090', u'CALL_-1204033708'), ('const-1', u'COPY_-1204033042'), (u'COPY_-1204033042', u'RETURN_-1204033032'), ('const-1', u'INT_ADD_-1204033662'), ('tmp_1910', u'PTRSUB_-1204033096'), ('tmp_881', u'CALL_-1204033708'), ('const-16', u'PTRSUB_-1204033061'), (u'PTRADD_-1204033067', u'PTRSUB_-1204033045'), ('const-0', u'COPY_-1204033952'), (u'PTRSUB_-1204033102', u'CALL_-1204033708'), (u'INT_ADD_-1204033662', u'SUBPIECE_-1204033243'), ('tmp_389', u'CBRANCH_-1204033766'), (u'PTRSUB_-1204033059', u'LOAD_-1204033808'), (u'LOAD_-1204033667', u'INT_SLESS_-1204033640'), ('const-0', u'RETURN_-1204033456'), ('const-48', u'PTRADD_-1204033067'), (u'COPY_-1204033964', u'MULTIEQUAL_-1204033146'), ('tmp_879', u'PTRSUB_-1204033004'), ('tmp_130', u'CBRANCH_-1204033924'), ('const-1', u'INT_LESS_-1204033757'), (u'PTRSUB_-1204033135', u'LOAD_-1204033972'), ('const-0', u'INT_NOTEQUAL_-1204033625'), (u'CALL_-1204033520', u'INDIRECT_-1204033018'), (u'MULTIEQUAL_-1204033084', u'INT_NOTEQUAL_-1204033625'), ('const-0', u'INT_EQUAL_-1204033534'), (u'MULTIEQUAL_-1204033084', u'MULTIEQUAL_-1204033146'), ('const-0', u'INT_SLESS_-1204033917'), (u'PTRSUB_-1204033004', u'PTRSUB_-1204032999'), (u'INDIRECT_-1204033092', u'MULTIEQUAL_-1204033077'), ('tmp_578', u'CBRANCH_-1204033647'), ('const-0', u'PTRSUB_-1204033148'), ('const-0', u'COPY_-1204033964'), (u'PTRSUB_-1204032999', u'LOAD_-1204033667'), (u'COPY_-1204033952', u'MULTIEQUAL_-1204033139')]
|
[(u'CALL_-1204033708', u'INT_AND_-1204033263'), (u'MULTIEQUAL_-1204033314', u'INT_ADD_-1204033662'), (u'INT_SLESS_-1204033917', u'CBRANCH_-1204033924'), (u'INT_SLESS_-1204033640', u'CBRANCH_-1204033647'), (u'INT_ADD_-1204033790', u'CAST_-1204033078'), ('const-88', u'INT_ADD_-1204033796'), (u'LOAD_-1204033795', u'INT_SUB_-1204033232'), (u'INT_ADD_-1204033796', u'CAST_-1204033079'), (u'INT_ADD_-1204033662', u'MULTIEQUAL_-1204033314'), (u'CALL_-1204033520', u'INDIRECT_-1204033034'), ('tmp_1898', u'PTRSUB_-1204033114'), ('const-2', u'INT_SUB_-1204033232'), (u'INDIRECT_-1204033108', u'MULTIEQUAL_-1204033093'), ('const-1', u'INT_EQUAL_-1204033683'), (u'MULTIEQUAL_-1204033093', u'MULTIEQUAL_-1204033155'), ('tmp_508', u'CBRANCH_-1204033681'), (u'CAST_-1204033155', u'LOAD_-1204033972'), ('tmp_612', u'CBRANCH_-1204033624'), ('tmp_749', u'CBRANCH_-1204033532'), ('const-2', u'COPY_-1204033320'), ('tmp_1898', u'PTRSUB_-1204033108'), (u'MULTIEQUAL_-1204033093', u'INT_NOTEQUAL_-1204033625'), (u'CALL_-1204033520', u'INDIRECT_-1204033027'), ('const--72', u'PTRSUB_-1204033102'), (u'PTRSUB_-1204033114', u'CALL_-1204033708'), ('const-0', u'RETURN_-1204033553'), ('const-4294967295', u'INT_AND_-1204033263'), (u'CAST_-1204033017', u'LOAD_-1204033667'), (u'INT_EQUAL_-1204033683', u'CBRANCH_-1204033681'), ('const-1', u'INT_LESS_-1204033757'), (u'INT_ADD_-1204033956', u'CAST_-1204033155'), (u'INT_AND_-1204033263', u'COPY_-1204033518'), (u'LOAD_-1204033753', u'CALL_-1204033708'), (u'SUBPIECE_-1204033247', u'INT_SLESS_-1204033640'), (u'COPY_-1204033952', u'MULTIEQUAL_-1204033148'), (u'LOAD_-1204033972', u'INT_SLESS_-1204033917'), ('tmp_1909', u'CALL_-1204033708'), (u'INDIRECT_-1204033101', u'MULTIEQUAL_-1204033086'), ('const-8', u'PTRADD_-1204033077'), (u'CAST_-1204033078', u'PTRADD_-1204033077'), (u'INDIRECT_-1204033108', u'INT_EQUAL_-1204033534'), (u'PTRSUB_-1204033108', u'CALL_-1204033708'), (u'INT_LESS_-1204033757', u'CBRANCH_-1204033766'), ('const-2', u'PTRADD_-1204033077'), ('const-0', u'SUBPIECE_-1204033247'), ('const--64', u'PTRSUB_-1204033108'), (u'COPY_-1204033320', u'RETURN_-1204033553'), ('tmp_1907', u'CALL_-1204033708'), ('const-48', u'INT_MULT_-1204033822'), (u'INT_ADD_-1204033651', u'CAST_-1204033017'), (u'CALL_-1204033617', u'INDIRECT_-1204033075'), (u'LOAD_-1204033808', u'INT_ADD_-1204033790'), (u'COPY_-1204033408', u'MULTIEQUAL_-1204033314'), (u'CALL_-1204033708', u'COPY_-1204033066'), ('const--80', u'PTRSUB_-1204033114'), (u'MULTIEQUAL_-1204033093', u'CALL_-1204033617'), (u'MULTIEQUAL_-1204033086', u'MULTIEQUAL_-1204033148'), (u'CAST_-1204033078', u'LOAD_-1204033753'), (u'SUBPIECE_-1204033302', u'INT_EQUAL_-1204033683'), (u'INT_ADD_-1204033662', u'SUBPIECE_-1204033247'), (u'INT_NOTEQUAL_-1204033625', u'CBRANCH_-1204033624'), ('const-0', u'COPY_-1204033964'), ('const-0', u'INT_SLESS_-1204033917'), (u'INT_EQUAL_-1204033534', u'CBRANCH_-1204033532'), ('tmp_1898', u'PTRSUB_-1204033102'), ('const-80', u'INT_ADD_-1204033651'), (u'COPY_-1204033518', u'RETURN_-1204033456'), ('tmp_1908', u'CALL_-1204033708'), ('const-0', u'RETURN_-1204033042'), ('const-1', u'INT_ADD_-1204033662'), ('const-433', u'LOAD_-1204033753'), (u'INT_SUB_-1204033232', u'INT_LESS_-1204033757'), (u'MULTIEQUAL_-1204033148', u'MULTIEQUAL_-1204033086'), (u'PTRSUB_-1204033102', u'CALL_-1204033708'), (u'PTRADD_-1204033077', u'CAST_-1204033073'), (u'CALL_-1204033708', u'SUBPIECE_-1204033302'), ('tmp_389', u'CBRANCH_-1204033766'), (u'CAST_-1204033079', u'LOAD_-1204033808'), (u'COPY_-1204033066', u'RETURN_-1204033042'), (u'MULTIEQUAL_-1204033314', u'INT_MULT_-1204033822'), ('const-433', u'LOAD_-1204033795'), (u'LOAD_-1204033667', u'INT_SLESS_-1204033640'), ('const-433', u'LOAD_-1204033972'), (u'CALL_-1204033708', u'INDIRECT_-1204033108'), ('const-433', u'LOAD_-1204033667'), ('const-433', u'LOAD_-1204033808'), ('tmp_1904', u'INT_ADD_-1204033956'), ('const-0', u'RETURN_-1204033456'), ('const-0', u'SUBPIECE_-1204033302'), (u'COPY_-1204033964', u'MULTIEQUAL_-1204033155'), ('const-0', u'COPY_-1204033408'), ('tmp_130', u'CBRANCH_-1204033924'), ('const-0', u'INT_NOTEQUAL_-1204033625'), ('const-80', u'INT_ADD_-1204033956'), (u'INT_MULT_-1204033822', u'INT_ADD_-1204033790'), ('const-0', u'INT_EQUAL_-1204033534'), (u'CAST_-1204033073', u'LOAD_-1204033795'), ('tmp_1904', u'INT_ADD_-1204033651'), ('const-0', u'COPY_-1204033952'), (u'CALL_-1204033617', u'INDIRECT_-1204033068'), ('tmp_578', u'CBRANCH_-1204033647'), ('tmp_1904', u'INT_ADD_-1204033796'), (u'INDIRECT_-1204033108', u'CALL_-1204033520'), (u'MULTIEQUAL_-1204033155', u'MULTIEQUAL_-1204033093'), (u'CALL_-1204033708', u'INDIRECT_-1204033101')]
| null | null |
0024e620
|
x64
|
O2
|
(translation_unit "ulong FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}\n\n" (function_definition "ulong FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}" type_identifier (function_declarator "FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "void *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined1 local_40 [16];" type_identifier (array_declarator "local_40 [16]" identifier [ number_literal ]) ;) (expression_statement "local_50 = (void *)0x0;" (assignment_expression "local_50 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (if_statement "if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }" if (parenthesized_expression "(0 < *(int *)(param_1 + 0x50))" ( (binary_expression "0 < *(int *)(param_1 + 0x50)" number_literal < (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) )) (compound_statement "{\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }" { (expression_statement "lVar3 = 0;" (assignment_expression "lVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));" do (compound_statement "{\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n }" { (expression_statement "puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));" (assignment_expression "puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" identifier = (cast_expression "(undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" ( (binary_expression "lVar3 * 0x30 + *(long *)(param_1 + 0x58)" (binary_expression "lVar3 * 0x30" identifier * number_literal) + (pointer_expression "*(long *)(param_1 + 0x58)" * (cast_expression "(long *)(param_1 + 0x58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )))) ;) (if_statement "if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }" if (parenthesized_expression "((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1))" ( (binary_expression "(1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)" (parenthesized_expression "(1 < *(int *)(puVar1 + 2) - 2U)" ( (binary_expression "1 < *(int *)(puVar1 + 2) - 2U" number_literal < (binary_expression "*(int *)(puVar1 + 2) - 2U" (pointer_expression "*(int *)(puVar1 + 2)" * (cast_expression "(int *)(puVar1 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 2)" ( (binary_expression "puVar1 + 2" identifier + number_literal) )))) - number_literal)) )) && (parenthesized_expression "(uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)" ( (comma_expression "uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1" (assignment_expression "uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" identifier = (call_expression "FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" identifier (argument_list "(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" ( identifier , identifier , (pointer_expression "*puVar1" * identifier) , identifier , identifier , (pointer_expression "&local_50" & identifier) , (pointer_expression "&local_48" & identifier) )))) , (binary_expression "(int)uVar2 == 1" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ))) )) (compound_statement "{\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }" { (if_statement "if (local_50 == (void *)0x0) {\n return uVar2;\n }" if (parenthesized_expression "(local_50 == (void *)0x0)" ( (binary_expression "local_50 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) })) (expression_statement "free(local_50);" (call_expression "free(local_50)" identifier (argument_list "(local_50)" ( identifier ))) ;) (return_statement "return uVar2 & 0xffffffff;" return (binary_expression "uVar2 & 0xffffffff" identifier & number_literal) ;) })) (expression_statement "lVar3 = lVar3 + 1;" (assignment_expression "lVar3 = lVar3 + 1" identifier = (binary_expression "lVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar3 < *(int *)(param_1 + 0x50))" ( (binary_expression "(int)lVar3 < *(int *)(param_1 + 0x50)" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) )) ;) (if_statement "if (local_50 != (void *)0x0) {\n free(local_50);\n }" if (parenthesized_expression "(local_50 != (void *)0x0)" ( (binary_expression "local_50 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_50);\n }" { (expression_statement "free(local_50);" (call_expression "free(local_50)" identifier (argument_list "(local_50)" ( identifier ))) ;) })) })) (return_statement "return 2;" return number_literal ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Should_include do_should_include_member(Sized_pluginobj<32,_false> *\n this, Symbol_table * symtab, Layout * layout, Read_symbols_data * param_3, string * why) */\n\nShould_include __thiscall\ngold::Sized_pluginobj<32,_false>::do_should_include_member\n (Sized_pluginobj<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_symbols_data *param_3,string *why)\n\n{\n Should_include SVar1;\n ld_plugin_symbol *plVar2;\n long lVar3;\n char *tmpbuf;\n size_t tmpbuflen;\n Symbol *symbol;\n \n tmpbuf = (char *)0x0;\n tmpbuflen = 0;\n if (0 < (this->super_Pluginobj).nsyms_) {\n lVar3 = 0;\n do {\n plVar2 = (this->super_Pluginobj).syms_ + lVar3;\n if ((1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)) {\n if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }\n free(tmpbuf);\n return SHOULD_INCLUDE_YES;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < (this->super_Pluginobj).nsyms_);\n if (tmpbuf != (char *)0x0) {\n free(tmpbuf);\n }\n }\n return SHOULD_INCLUDE_UNKNOWN;\n}\n\n" comment comment (declaration "Should_include __thiscall\ngold::Sized_pluginobj<32,_false>::do_should_include_member\n (Sized_pluginobj<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_symbols_data *param_3,string *why)\n\n{\n Should_include SVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_should_include_member\n (Sized_pluginobj<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_symbols_data *param_3,string *why)\n\n{\n Should_include" identifier > : : (function_declarator "do_should_include_member\n (Sized_pluginobj<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_symbols_data *param_3,string *why)" identifier (parameter_list "(Sized_pluginobj<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_symbols_data *param_3,string *why)" ( (parameter_declaration "Sized_pluginobj" 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_symbols_data *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "string *why" type_identifier (pointer_declarator "*why" * identifier)) ))) { identifier) identifier ;) (declaration "ld_plugin_symbol *plVar2;" type_identifier (pointer_declarator "*plVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "char *tmpbuf;" primitive_type (pointer_declarator "*tmpbuf" * identifier) ;) (declaration "size_t tmpbuflen;" primitive_type identifier ;) (declaration "Symbol *symbol;" type_identifier (pointer_declarator "*symbol" * identifier) ;) (expression_statement "tmpbuf = (char *)0x0;" (assignment_expression "tmpbuf = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "tmpbuflen = 0;" (assignment_expression "tmpbuflen = 0" identifier = number_literal) ;) (if_statement "if (0 < (this->super_Pluginobj).nsyms_) {\n lVar3 = 0;\n do {\n plVar2 = (this->super_Pluginobj).syms_ + lVar3;\n if ((1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)) {\n if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }\n free(tmpbuf);\n return SHOULD_INCLUDE_YES;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < (this->super_Pluginobj).nsyms_);\n if (tmpbuf != (char *)0x0) {\n free(tmpbuf);\n }\n }" if (parenthesized_expression "(0 < (this->super_Pluginobj).nsyms_)" ( (binary_expression "0 < (this->super_Pluginobj).nsyms_" number_literal < (field_expression "(this->super_Pluginobj).nsyms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier)) )) (compound_statement "{\n lVar3 = 0;\n do {\n plVar2 = (this->super_Pluginobj).syms_ + lVar3;\n if ((1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)) {\n if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }\n free(tmpbuf);\n return SHOULD_INCLUDE_YES;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < (this->super_Pluginobj).nsyms_);\n if (tmpbuf != (char *)0x0) {\n free(tmpbuf);\n }\n }" { (expression_statement "lVar3 = 0;" (assignment_expression "lVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n plVar2 = (this->super_Pluginobj).syms_ + lVar3;\n if ((1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)) {\n if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }\n free(tmpbuf);\n return SHOULD_INCLUDE_YES;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < (this->super_Pluginobj).nsyms_);" do (compound_statement "{\n plVar2 = (this->super_Pluginobj).syms_ + lVar3;\n if ((1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)) {\n if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }\n free(tmpbuf);\n return SHOULD_INCLUDE_YES;\n }\n lVar3 = lVar3 + 1;\n }" { (expression_statement "plVar2 = (this->super_Pluginobj).syms_ + lVar3;" (assignment_expression "plVar2 = (this->super_Pluginobj).syms_ + lVar3" identifier = (binary_expression "(this->super_Pluginobj).syms_ + lVar3" (field_expression "(this->super_Pluginobj).syms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier) + identifier)) ;) (if_statement "if ((1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)) {\n if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }\n free(tmpbuf);\n return SHOULD_INCLUDE_YES;\n }" if (parenthesized_expression "((1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES))" ( (binary_expression "(1 < plVar2->def - 2U) &&\n (SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)" (parenthesized_expression "(1 < plVar2->def - 2U)" ( (binary_expression "1 < plVar2->def - 2U" number_literal < (binary_expression "plVar2->def - 2U" (field_expression "plVar2->def" identifier -> field_identifier) - number_literal)) )) && (parenthesized_expression "(SVar1 = Library_base::should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES)" ( (ERROR "SVar1 = Library_base::" (assignment_expression "SVar1 = Library_base" identifier = identifier) : :) (comma_expression "should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen),\n SVar1 == SHOULD_INCLUDE_YES" (call_expression "should_include_member\n (symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen)" identifier (argument_list "(symtab,layout,plVar2->name,&symbol,why,&tmpbuf,&tmpbuflen)" ( identifier , identifier , (field_expression "plVar2->name" identifier -> field_identifier) , (pointer_expression "&symbol" & identifier) , identifier , (pointer_expression "&tmpbuf" & identifier) , (pointer_expression "&tmpbuflen" & identifier) ))) , (binary_expression "SVar1 == SHOULD_INCLUDE_YES" identifier == identifier)) ))) )) (compound_statement "{\n if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }\n free(tmpbuf);\n return SHOULD_INCLUDE_YES;\n }" { (if_statement "if (tmpbuf == (char *)0x0) {\n return SHOULD_INCLUDE_YES;\n }" if (parenthesized_expression "(tmpbuf == (char *)0x0)" ( (binary_expression "tmpbuf == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return SHOULD_INCLUDE_YES;\n }" { (return_statement "return SHOULD_INCLUDE_YES;" return identifier ;) })) (expression_statement "free(tmpbuf);" (call_expression "free(tmpbuf)" identifier (argument_list "(tmpbuf)" ( identifier ))) ;) (return_statement "return SHOULD_INCLUDE_YES;" return identifier ;) })) (expression_statement "lVar3 = lVar3 + 1;" (assignment_expression "lVar3 = lVar3 + 1" identifier = (binary_expression "lVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar3 < (this->super_Pluginobj).nsyms_)" ( (binary_expression "(int)lVar3 < (this->super_Pluginobj).nsyms_" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (field_expression "(this->super_Pluginobj).nsyms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier)) )) ;) (if_statement "if (tmpbuf != (char *)0x0) {\n free(tmpbuf);\n }" if (parenthesized_expression "(tmpbuf != (char *)0x0)" ( (binary_expression "tmpbuf != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(tmpbuf);\n }" { (expression_statement "free(tmpbuf);" (call_expression "free(tmpbuf)" identifier (argument_list "(tmpbuf)" ( identifier ))) ;) })) })) (return_statement "return SHOULD_INCLUDE_UNKNOWN;" return identifier ;) (ERROR "}" }))
|
(translation_unit "ulong FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}\n\n" (function_definition "ulong FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}" type_identifier (function_declarator "FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "void *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined1 local_40 [16];" type_identifier (array_declarator "local_40 [16]" identifier [ number_literal ]) ;) (expression_statement "local_50 = (void *)0x0;" (assignment_expression "local_50 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (if_statement "if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }" if (parenthesized_expression "(0 < *(int *)(param_1 + 0x50))" ( (binary_expression "0 < *(int *)(param_1 + 0x50)" number_literal < (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) )) (compound_statement "{\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }" { (expression_statement "lVar3 = 0;" (assignment_expression "lVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));" do (compound_statement "{\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n }" { (expression_statement "puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));" (assignment_expression "puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" identifier = (cast_expression "(undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" ( (binary_expression "lVar3 * 0x30 + *(long *)(param_1 + 0x58)" (binary_expression "lVar3 * 0x30" identifier * number_literal) + (pointer_expression "*(long *)(param_1 + 0x58)" * (cast_expression "(long *)(param_1 + 0x58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )))) ;) (if_statement "if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }" if (parenthesized_expression "((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1))" ( (binary_expression "(1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)" (parenthesized_expression "(1 < *(int *)(puVar1 + 2) - 2U)" ( (binary_expression "1 < *(int *)(puVar1 + 2) - 2U" number_literal < (binary_expression "*(int *)(puVar1 + 2) - 2U" (pointer_expression "*(int *)(puVar1 + 2)" * (cast_expression "(int *)(puVar1 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 2)" ( (binary_expression "puVar1 + 2" identifier + number_literal) )))) - number_literal)) )) && (parenthesized_expression "(uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)" ( (comma_expression "uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1" (assignment_expression "uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" identifier = (call_expression "FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" identifier (argument_list "(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" ( identifier , identifier , (pointer_expression "*puVar1" * identifier) , identifier , identifier , (pointer_expression "&local_50" & identifier) , (pointer_expression "&local_48" & identifier) )))) , (binary_expression "(int)uVar2 == 1" (cast_expression "(int)uVar2" ( (type_descriptor "int" primitive_type) ) identifier) == number_literal)) ))) )) (compound_statement "{\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }" { (if_statement "if (local_50 == (void *)0x0) {\n return uVar2;\n }" if (parenthesized_expression "(local_50 == (void *)0x0)" ( (binary_expression "local_50 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) })) (expression_statement "free(local_50);" (call_expression "free(local_50)" identifier (argument_list "(local_50)" ( identifier ))) ;) (return_statement "return uVar2 & 0xffffffff;" return (binary_expression "uVar2 & 0xffffffff" identifier & number_literal) ;) })) (expression_statement "lVar3 = lVar3 + 1;" (assignment_expression "lVar3 = lVar3 + 1" identifier = (binary_expression "lVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((int)lVar3 < *(int *)(param_1 + 0x50))" ( (binary_expression "(int)lVar3 < *(int *)(param_1 + 0x50)" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) )) ;) (if_statement "if (local_50 != (void *)0x0) {\n free(local_50);\n }" if (parenthesized_expression "(local_50 != (void *)0x0)" ( (binary_expression "local_50 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(local_50);\n }" { (expression_statement "free(local_50);" (call_expression "free(local_50)" identifier (argument_list "(local_50)" ( identifier ))) ;) })) })) (return_statement "return 2;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT * LIT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression * IDENT) , IDENT , IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) )))) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == LIT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return (binary_expression IDENT & LIT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (return_statement return LIT ;) })))
|
(function_definition "ulong FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}" (type_identifier "ulong") (function_declarator "FUN_0024e620(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" (identifier "FUN_0024e620") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n ulong uVar2;\n long lVar3;\n void *local_50;\n undefined8 local_48;\n undefined1 local_40 [16];\n \n local_50 = (void *)0x0;\n local_48 = 0;\n if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }\n return 2;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "void *local_50;" (primitive_type "void") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined1 local_40 [16];" (type_identifier "undefined1") (array_declarator "local_40 [16]" (identifier "local_40") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "local_50 = (void *)0x0;" (assignment_expression "local_50 = (void *)0x0" (identifier "local_50") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0 < *(int *)(param_1 + 0x50)) {\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }" (if "if") (parenthesized_expression "(0 < *(int *)(param_1 + 0x50))" (( "(") (binary_expression "0 < *(int *)(param_1 + 0x50)" (number_literal "0") (< "<") (pointer_expression "*(int *)(param_1 + 0x50)" (* "*") (cast_expression "(int *)(param_1 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (compound_statement "{\n lVar3 = 0;\n do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));\n if (local_50 != (void *)0x0) {\n free(local_50);\n }\n }" ({ "{") (expression_statement "lVar3 = 0;" (assignment_expression "lVar3 = 0" (identifier "lVar3") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n } while ((int)lVar3 < *(int *)(param_1 + 0x50));" (do "do") (compound_statement "{\n puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));\n if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }\n lVar3 = lVar3 + 1;\n }" ({ "{") (expression_statement "puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));" (assignment_expression "puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 * 0x30 + *(long *)(param_1 + 0x58))" (( "(") (binary_expression "lVar3 * 0x30 + *(long *)(param_1 + 0x58)" (binary_expression "lVar3 * 0x30" (identifier "lVar3") (* "*") (number_literal "0x30")) (+ "+") (pointer_expression "*(long *)(param_1 + 0x58)" (* "*") (cast_expression "(long *)(param_1 + 0x58)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")"))))) () ")")))) (; ";")) (if_statement "if ((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)) {\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }" (if "if") (parenthesized_expression "((1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1))" (( "(") (binary_expression "(1 < *(int *)(puVar1 + 2) - 2U) &&\n (uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)" (parenthesized_expression "(1 < *(int *)(puVar1 + 2) - 2U)" (( "(") (binary_expression "1 < *(int *)(puVar1 + 2) - 2U" (number_literal "1") (< "<") (binary_expression "*(int *)(puVar1 + 2) - 2U" (pointer_expression "*(int *)(puVar1 + 2)" (* "*") (cast_expression "(int *)(puVar1 + 2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 2)" (( "(") (binary_expression "puVar1 + 2" (identifier "puVar1") (+ "+") (number_literal "2")) () ")")))) (- "-") (number_literal "2U"))) () ")")) (&& "&&") (parenthesized_expression "(uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1)" (( "(") (comma_expression "uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),\n (int)uVar2 == 1" (assignment_expression "uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" (identifier "uVar2") (= "=") (call_expression "FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" (identifier "FUN_00178740") (argument_list "(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (, ",") (identifier "local_40") (, ",") (identifier "param_5") (, ",") (pointer_expression "&local_50" (& "&") (identifier "local_50")) (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")")))) (, ",") (binary_expression "(int)uVar2 == 1" (cast_expression "(int)uVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar2")) (== "==") (number_literal "1"))) () ")"))) () ")")) (compound_statement "{\n if (local_50 == (void *)0x0) {\n return uVar2;\n }\n free(local_50);\n return uVar2 & 0xffffffff;\n }" ({ "{") (if_statement "if (local_50 == (void *)0x0) {\n return uVar2;\n }" (if "if") (parenthesized_expression "(local_50 == (void *)0x0)" (( "(") (binary_expression "local_50 == (void *)0x0" (identifier "local_50") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return uVar2;\n }" ({ "{") (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}"))) (expression_statement "free(local_50);" (call_expression "free(local_50)" (identifier "free") (argument_list "(local_50)" (( "(") (identifier "local_50") () ")"))) (; ";")) (return_statement "return uVar2 & 0xffffffff;" (return "return") (binary_expression "uVar2 & 0xffffffff" (identifier "uVar2") (& "&") (number_literal "0xffffffff")) (; ";")) (} "}"))) (expression_statement "lVar3 = lVar3 + 1;" (assignment_expression "lVar3 = lVar3 + 1" (identifier "lVar3") (= "=") (binary_expression "lVar3 + 1" (identifier "lVar3") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int)lVar3 < *(int *)(param_1 + 0x50))" (( "(") (binary_expression "(int)lVar3 < *(int *)(param_1 + 0x50)" (cast_expression "(int)lVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar3")) (< "<") (pointer_expression "*(int *)(param_1 + 0x50)" (* "*") (cast_expression "(int *)(param_1 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (; ";")) (if_statement "if (local_50 != (void *)0x0) {\n free(local_50);\n }" (if "if") (parenthesized_expression "(local_50 != (void *)0x0)" (( "(") (binary_expression "local_50 != (void *)0x0" (identifier "local_50") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(local_50);\n }" ({ "{") (expression_statement "free(local_50);" (call_expression "free(local_50)" (identifier "free") (argument_list "(local_50)" (( "(") (identifier "local_50") () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Should_include do_should_include_member(Sized_pluginobj<32,_false> *
this, Symbol_table * symtab, Layout * layout, Read_symbols_data * param_3, string * why) */
type_1 __thiscall
gold::Sized_pluginobj<32,_false>::do_should_include_member
(Sized_pluginobj<32,_false> *this,Symbol_table *symtab,Layout *layout,
Read_symbols_data *param_3,string *why)
{
type_1 var_3;
type_2 *plVar2;
long var_1;
char *var_5;
size_t tmpbuflen;
type_3 *symbol;
var_5 = (char *)0x0;
tmpbuflen = 0;
if (0 < (this->super_Pluginobj).nsyms_) {
var_1 = 0;
do {
plVar2 = (this->super_Pluginobj).syms_ + var_1;
if ((1 < plVar2->def - 2U) &&
(var_3 = Library_base::var_2
(symtab,layout,plVar2->name,&symbol,why,&var_5,&tmpbuflen),
var_3 == var_4)) {
if (var_5 == (char *)0x0) {
return var_4;
}
var_6(var_5);
return var_4;
}
var_1 = var_1 + 1;
} while ((int)var_1 < (this->super_Pluginobj).nsyms_);
if (var_5 != (char *)0x0) {
var_6(var_5);
}
}
return SHOULD_INCLUDE_UNKNOWN;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (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: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (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: (number_literal)))) (expression_statement (assignment_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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)) (identifier) (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (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: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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)))))
| null |
ulong MASKED(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5)
{
undefined8 *puVar1;
ulong uVar2;
long lVar3;
void *local_50;
undefined8 local_48;
undefined1 local_40 [16];
local_50 = (void *)0x0;
local_48 = 0;
if (0 < *(int *)(param_1 + 0x50)) {
lVar3 = 0;
do {
puVar1 = (undefined8 *)(lVar3 * 0x30 + *(long *)(param_1 + 0x58));
if ((1 < *(int *)(puVar1 + 2) - 2U) &&
(uVar2 = FUN_00178740(param_2,param_3,*puVar1,local_40,param_5,&local_50,&local_48),
(int)uVar2 == 1)) {
if (local_50 == (void *)0x0) {
return uVar2;
}
free(local_50);
return uVar2 & 0xffffffff;
}
lVar3 = lVar3 + 1;
} while ((int)lVar3 < *(int *)(param_1 + 0x50));
if (local_50 != (void *)0x0) {
free(local_50);
}
}
return 2;
}
|
6495_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
_M_data
|
FUN_0027d5f0
|
/* std::string::_M_data() const */
undefined8 __thiscall std::string::_M_data(string *this)
{
return *(undefined8 *)this;
}
|
undefined8 FUN_0027d5f0(undefined8 *param_1)
{
return *param_1;
}
|
MOV RAX,qword ptr [RDI]
RET
| null | null | null | null |
[('const-433', u'LOAD_-1204234766'), (u'LOAD_-1204234766', u'COPY_-1204234766'), ('const-0', u'RETURN_-1204234751'), (u'COPY_-1204234766', u'RETURN_-1204234751'), ('tmp_15', u'CAST_-1204234698'), (u'CAST_-1204234698', u'LOAD_-1204234766')]
|
[(u'LOAD_-1204234766', u'COPY_-1204234766'), ('const-433', u'LOAD_-1204234766'), ('tmp_16', u'LOAD_-1204234766'), ('const-0', u'RETURN_-1204234751'), (u'COPY_-1204234766', u'RETURN_-1204234751')]
| null | null |
0027d5f0
|
x64
|
O2
|
(translation_unit "undefined8 FUN_0027d5f0(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_0027d5f0(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_0027d5f0(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::_M_data() const */\n\nundefined8 __thiscall std::string::_M_data(string *this)\n\n{\n return *(undefined8 *)this;\n}\n\n" comment (function_definition "undefined8 __thiscall std::string::_M_data(string *this)\n\n{\n return *(undefined8 *)this;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "_M_data(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_0027d5f0(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_0027d5f0(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_0027d5f0(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_0027d5f0(undefined8 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_0027d5f0(undefined8 *param_1)" (identifier "FUN_0027d5f0") (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::_M_data() const */
type_1 __thiscall std::type_2::function_1(type_2 *this)
{
return *(type_1 *)this;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (pointer_expression argument: (identifier))))))
| null |
undefined8 MASKED(undefined8 *param_1)
{
return *param_1;
}
|
3053_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
_M_realloc_insert<gold::Sized_relobj_incr<32,_false>::Local_symbol>
|
FUN_001ac5d0
|
/* DWARF original name: _M_realloc_insert<gold::Sized_relobj_incr<32, false>::Local_symbol>
DWARF original prototype: void
_M_realloc_insert<gold::Sized_relobj_incr<32,_false>::Local_symbol>(vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
* this, iterator __position, Local_symbol * __args#0) */
void __thiscall
std::
vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
::_M_realloc_insert<gold::Sized_relobj_incr<32,_false>::Local_symbol>
(vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
*this,iterator __position,Local_symbol *__args_0)
{
undefined8 *puVar1;
Local_symbol *pLVar2;
Local_symbol *pLVar3;
char *pcVar4;
undefined8 uVar5;
undefined8 uVar6;
undefined4 uVar7;
uint uVar8;
undefined4 uVar9;
ulong uVar10;
pointer pLVar11;
pointer pLVar12;
Local_symbol *pLVar13;
Local_symbol *pLVar14;
iterator iVar15;
pointer pLVar16;
ulong uVar17;
ulong uVar18;
pointer pLVar19;
pLVar2 = (this->
super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
)._M_impl._M_finish;
pLVar3 = (this->
super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
)._M_impl._M_start;
uVar10 = (long)pLVar2 - (long)pLVar3 >> 5;
if (uVar10 == 0) {
uVar17 = 1;
LAB_001ac735:
uVar18 = uVar17 << 5;
}
else {
uVar17 = uVar10 * 2;
uVar18 = 0xffffffffffffffe0;
if ((uVar10 <= uVar17) && (uVar17 < 0x800000000000000)) {
if (uVar17 == 0) {
pLVar19 = (pointer)0x20;
pLVar16 = (pointer)0x0;
pLVar11 = (pointer)0x0;
goto LAB_001ac63a;
}
goto LAB_001ac735;
}
}
pLVar11 = (pointer)operator_new(uVar18);
pLVar16 = (pointer)((long)&pLVar11->st_value + uVar18);
pLVar19 = pLVar11 + 1;
LAB_001ac63a:
pcVar4 = __args_0->name;
uVar5 = *(undefined8 *)&__args_0->st_size;
uVar6 = *(undefined8 *)&__args_0->field_0x18;
puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3));
*puVar1 = *(undefined8 *)__args_0;
puVar1[1] = pcVar4;
puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3) + 0x10);
*puVar1 = uVar5;
puVar1[1] = uVar6;
pLVar12 = pLVar11;
pLVar13 = pLVar3;
if (__position._M_current != pLVar3) {
do {
uVar7 = *(undefined4 *)&pLVar13->field_0x4;
pcVar4 = pLVar13->name;
pLVar14 = pLVar13 + 1;
pLVar12->st_value = pLVar13->st_value;
*(undefined4 *)&pLVar12->field_0x4 = uVar7;
pLVar12->name = pcVar4;
uVar7 = *(undefined4 *)&pLVar13->field_0x14;
uVar5 = *(undefined8 *)&pLVar13->field_0x18;
pLVar12->st_size = pLVar13->st_size;
*(undefined4 *)&pLVar12->field_0x14 = uVar7;
*(undefined8 *)&pLVar12->field_0x18 = uVar5;
pLVar12 = pLVar12 + 1;
pLVar13 = pLVar14;
} while (__position._M_current != pLVar14);
pLVar19 = (pointer)((long)&pLVar11[2].st_value +
((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))
;
}
pLVar12 = pLVar19;
iVar15._M_current = __position._M_current;
if (__position._M_current != pLVar2) {
do {
uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4;
pcVar4 = (iVar15._M_current)->name;
uVar8 = (iVar15._M_current)->st_size;
uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14;
uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18;
pLVar13 = iVar15._M_current + 1;
pLVar12->st_value = (iVar15._M_current)->st_value;
*(undefined4 *)&pLVar12->field_0x4 = uVar7;
pLVar12->name = pcVar4;
pLVar12->st_size = uVar8;
*(undefined4 *)&pLVar12->field_0x14 = uVar9;
*(undefined8 *)&pLVar12->field_0x18 = uVar5;
pLVar12 = pLVar12 + 1;
iVar15._M_current = pLVar13;
} while (pLVar2 != pLVar13);
pLVar19 = (pointer)((long)&pLVar19[1].st_value +
((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))
;
}
if (pLVar3 != (Local_symbol *)0x0) {
operator_delete(pLVar3);
}
(this->
super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
)._M_impl._M_start = pLVar11;
(this->
super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
)._M_impl._M_finish = pLVar19;
(this->
super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
)._M_impl._M_end_of_storage = pLVar16;
return;
}
|
void FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined8 uVar5;
ulong uVar6;
undefined8 *puVar7;
undefined8 *puVar8;
undefined8 *puVar9;
undefined8 *puVar10;
ulong uVar11;
long lVar12;
undefined8 *puVar13;
puVar1 = (undefined8 *)param_1[1];
puVar2 = (undefined8 *)*param_1;
uVar6 = (long)puVar1 - (long)puVar2 >> 5;
if (uVar6 == 0) {
uVar11 = 1;
LAB_001ac735:
lVar12 = uVar11 << 5;
}
else {
uVar11 = uVar6 * 2;
lVar12 = -0x20;
if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {
if (uVar11 == 0) {
puVar13 = (undefined8 *)0x20;
lVar12 = 0;
puVar7 = (undefined8 *)0x0;
goto LAB_001ac63a;
}
goto LAB_001ac735;
}
}
puVar7 = (undefined8 *)FUN_002ee780(lVar12);
lVar12 = (long)puVar7 + lVar12;
puVar13 = puVar7 + 4;
LAB_001ac63a:
uVar3 = param_3[1];
uVar4 = param_3[2];
uVar5 = param_3[3];
puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));
*puVar8 = *param_3;
puVar8[1] = uVar3;
puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);
*puVar8 = uVar4;
puVar8[1] = uVar5;
puVar8 = puVar7;
puVar9 = puVar2;
if (param_2 != puVar2) {
do {
uVar3 = puVar9[1];
puVar13 = puVar9 + 4;
*puVar8 = *puVar9;
puVar8[1] = uVar3;
uVar3 = puVar9[3];
puVar8[2] = puVar9[2];
puVar8[3] = uVar3;
puVar8 = puVar8 + 4;
puVar9 = puVar13;
} while (param_2 != puVar13);
puVar13 = (undefined8 *)
((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)
;
}
puVar8 = puVar13;
puVar9 = param_2;
if (param_2 != puVar1) {
do {
uVar3 = puVar9[1];
uVar4 = puVar9[2];
uVar5 = puVar9[3];
puVar10 = puVar9 + 4;
*puVar8 = *puVar9;
puVar8[1] = uVar3;
puVar8[2] = uVar4;
puVar8[3] = uVar5;
puVar8 = puVar8 + 4;
puVar9 = puVar10;
} while (puVar1 != puVar10);
puVar13 = (undefined8 *)
((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20
);
}
if (puVar2 != (undefined8 *)0x0) {
FUN_002eff50(puVar2);
}
*param_1 = (long)puVar7;
param_1[1] = (long)puVar13;
param_1[2] = lVar12;
return;
}
|
PUSH R15
MOV RCX,RSI
PUSH R14
MOV R14,RDI
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RSI
SUB RSP,0x18
MOV RBP,qword ptr [RDI + 0x8]
MOV R12,qword ptr [RDI]
MOV RAX,RBP
SUB RCX,R12
SUB RAX,R12
SAR RAX,0x5
JZ 0x001ac730
LEA RSI,[RAX + RAX*0x1]
MOV R15,-0x20
CMP RAX,RSI
JBE 0x001ac700
MOV RDI,R15
MOV qword ptr [RSP + 0x8],RDX
MOV qword ptr [RSP],RCX
CALL 0x002ee780
MOV RCX,qword ptr [RSP]
MOV RDX,qword ptr [RSP + 0x8]
LEA RSI,[RAX + R15*0x1]
MOV R13,RAX
LEA R15,[RAX + 0x20]
MOVDQU XMM4,xmmword ptr [RDX]
MOVDQU XMM5,xmmword ptr [RDX + 0x10]
MOVUPS xmmword ptr [R13 + RCX*0x1],XMM4
MOVUPS xmmword ptr [R13 + RCX*0x1 + 0x10],XMM5
CMP RBX,R12
JZ 0x001ac68e
MOV RDX,R12
MOV RCX,R13
NOP word ptr [RAX + RAX*0x1]
MOVDQU XMM0,xmmword ptr [RDX]
ADD RDX,0x20
ADD RCX,0x20
MOVUPS xmmword ptr [RCX + -0x20],XMM0
MOVDQU XMM1,xmmword ptr [RDX + -0x10]
MOVUPS xmmword ptr [RCX + -0x10],XMM1
CMP RBX,RDX
JNZ 0x001ac660
LEA RAX,[RBX + -0x20]
SUB RAX,R12
AND RAX,-0x20
LEA R15,[R13 + RAX*0x1 + 0x40]
CMP RBX,RBP
JZ 0x001ac6ce
MOV RDX,RBX
MOV RCX,R15
NOP dword ptr [RAX]
MOVDQU XMM2,xmmword ptr [RDX]
MOVDQU XMM3,xmmword ptr [RDX + 0x10]
ADD RDX,0x20
ADD RCX,0x20
MOVUPS xmmword ptr [RCX + -0x20],XMM2
MOVUPS xmmword ptr [RCX + -0x10],XMM3
CMP RBP,RDX
JNZ 0x001ac6a0
SUB RBP,RBX
LEA RAX,[RBP + -0x20]
AND RAX,-0x20
LEA R15,[R15 + RAX*0x1 + 0x20]
TEST R12,R12
JZ 0x001ac6e3
MOV RDI,R12
MOV qword ptr [RSP],RSI
CALL 0x002eff50
MOV RSI,qword ptr [RSP]
MOV qword ptr [R14],R13
MOV qword ptr [R14 + 0x8],R15
MOV qword ptr [R14 + 0x10],RSI
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,0x7ffffffffffffff
CMP RSI,RAX
JA 0x001ac615
TEST RSI,RSI
JNZ 0x001ac735
MOV R15D,0x20
XOR ESI,ESI
XOR R13D,R13D
JMP 0x001ac63a
MOV ESI,0x1
SHL RSI,0x5
MOV R15,RSI
JMP 0x001ac615
| null | null | null | null |
[(u'CAST_-1207580043', u'LOAD_-1207580147'), ('const-4', u'PTRSUB_-1207580092'), (u'PTRSUB_-1207580240', u'LOAD_-1207581170'), ('const-4', u'PTRSUB_-1207580030'), ('const-32', u'COPY_-1207580519'), ('const--32', u'INT_AND_-1207580816'), (u'CAST_-1207579962', u'STORE_-1207580060'), ('const-8', u'PTRSUB_-1207579987'), ('const-4', u'PTRSUB_-1207580009'), ('const-20', u'PTRSUB_-1207579998'), (u'PTRSUB_-1207580086', u'LOAD_-1207580148'), (u'LOAD_-1207580093', u'STORE_-1207580202'), ('tmp_1207', u'INT_NOTEQUAL_-1207580863'), (u'CAST_-1207580011', u'MULTIEQUAL_-1207580324'), (u'CAST_-1207580185', u'INT_SUB_-1207581141'), (u'LOAD_-1207581176', u'CAST_-1207579947'), (u'INT_ADD_-1207580080', u'CAST_-1207579937'), ('const-5', u'INT_SRIGHT_-1207581106'), ('tmp_1207', u'CAST_-1207579948'), ('const-0', u'PTRSUB_-1207580247'), ('const-0', u'INT_EQUAL_-1207581107'), ('const-0', u'PTRSUB_-1207579994'), ('const-1', u'PTRADD_-1207580070'), (u'MULTIEQUAL_-1207580324', u'COPY_-1207580096'), (u'MULTIEQUAL_-1207580351', u'PTRSUB_-1207579998'), ('const--32', u'COPY_-1207581086'), (u'PTRSUB_-1207580168', u'CAST_-1207580119'), (u'CAST_-1207580181', u'INT_SUB_-1207581129'), (u'PTRSUB_-1207580058', u'CAST_-1207579961'), (u'LOAD_-1207580276', u'STORE_-1207580267'), ('const--32', u'INT_AND_-1207580674'), ('const-16', u'PTRSUB_-1207580020'), (u'LOAD_-1207581170', u'CAST_-1207580180'), ('tmp_623', u'CBRANCH_-1207580805'), ('const-16', u'PTRSUB_-1207579999'), (u'PTRSUB_-1207580002', u'PTRSUB_-1207579994'), (u'MULTIEQUAL_-1207580444', u'INT_ADD_-1207580214'), (u'CAST_-1207580106', u'LOAD_-1207580349'), ('const-0', u'PTRSUB_-1207580240'), ('const-32', u'PTRADD_-1207580109'), (u'MULTIEQUAL_-1207580324', u'PTRADD_-1207580036'), ('const-0', u'PTRSUB_-1207580010'), (u'PTRADD_-1207580185', u'STORE_-1207580323'), (u'CAST_-1207580061', u'LOAD_-1207580170'), (u'INT_MULT_-1207580377', u'INT_EQUAL_-1207580521'), ('const-433', u'STORE_-1207580071'), (u'MULTIEQUAL_-1207580444', u'CALL_-1207581031'), (u'MULTIEQUAL_-1207580343', u'PTRSUB_-1207580030'), ('tmp_740', u'CBRANCH_-1207580719'), (u'CAST_-1207580035', u'STORE_-1207580267'), (u'LOAD_-1207580147', u'STORE_-1207580138'), ('const-0', u'COPY_-1207580261'), (u'PTRADD_-1207580075', u'COPY_-1207580050'), ('const-0', u'PTRSUB_-1207580291'), ('const-2', u'PTRADD_-1207580072'), (u'INT_SUB_-1207581141', u'INT_ADD_-1207580967'), ('const-24', u'PTRSUB_-1207580139'), ('const-24', u'PTRSUB_-1207580092'), (u'COPY_-1207580519', u'MULTIEQUAL_-1207580409'), ('const-433', u'STORE_-1207580336'), (u'MULTIEQUAL_-1207580324', u'MULTIEQUAL_-1207580262'), (u'PTRADD_-1207580160', u'MULTIEQUAL_-1207580409'), ('const-433', u'LOAD_-1207581170'), (u'CAST_-1207579947', u'INT_ADD_-1207580690'), ('const-433', u'LOAD_-1207580339'), (u'LOAD_-1207581170', u'CAST_-1207580021'), (u'COPY_-1207580092', u'MULTIEQUAL_-1207580343'), (u'PTRADD_-1207580193', u'STORE_-1207580335'), (u'PTRADD_-1207580156', u'INT_NOTEQUAL_-1207580863'), (u'PTRADD_-1207580036', u'PTRSUB_-1207580034'), (u'CAST_-1207580085', u'PTRADD_-1207580185'), ('const-433', u'LOAD_-1207580349'), ('const-20', u'PTRSUB_-1207580019'), (u'LOAD_-1207580092', u'STORE_-1207580071'), ('const-32', u'PTRADD_-1207580036'), ('const-2', u'INT_MULT_-1207580377'), (u'CAST_-1207579961', u'STORE_-1207580191'), ('const-0', u'INT_EQUAL_-1207580521'), ('tmp_1206', u'PTRSUB_-1207580285'), (u'PTRSUB_-1207580253', u'PTRSUB_-1207580245'), (u'MULTIEQUAL_-1207580351', u'PTRSUB_-1207580010'), (u'COPY_-1207580261', u'MULTIEQUAL_-1207580426'), (u'LOAD_-1207581170', u'CALL_-1207580647'), (u'INT_EQUAL_-1207581107', u'CBRANCH_-1207581096'), (u'PTRSUB_-1207580086', u'LOAD_-1207580222'), (u'PTRSUB_-1207580019', u'CAST_-1207579982'), (u'INT_SRIGHT_-1207581106', u'INT_LESSEQUAL_-1207581050'), (u'CAST_-1207580042', u'LOAD_-1207580276'), (u'CAST_-1207580012', u'INT_ADD_-1207580116'), ('const-433', u'STORE_-1207580282'), (u'PTRSUB_-1207579998', u'PTRSUB_-1207579991'), ('const-433', u'LOAD_-1207580171'), ('const-433', u'LOAD_-1207580276'), (u'INT_NOTEQUAL_-1207580806', u'CBRANCH_-1207580805'), ('const-8', u'PTRSUB_-1207580064'), (u'CAST_-1207580048', u'STORE_-1207580154'), (u'CAST_-1207580134', u'MULTIEQUAL_-1207580411'), ('const-8', u'PTRADD_-1207580193'), (u'PTRSUB_-1207580139', u'CAST_-1207580042'), (u'LOAD_-1207580212', u'STORE_-1207580191'), ('const-1', u'PTRADD_-1207580075'), (u'PTRSUB_-1207580009', u'CAST_-1207579967'), ('tmp_1207', u'COPY_-1207580092'), (u'LOAD_-1207580349', u'STORE_-1207580336'), (u'MULTIEQUAL_-1207580351', u'PTRADD_-1207580070'), (u'INT_AND_-1207580674', u'INT_ADD_-1207580080'), ('const-1', u'PTRADD_-1207580109'), (u'INT_SUB_-1207580164', u'INT_ADD_-1207580836'), (u'CAST_-1207580036', u'STORE_-1207580138'), ('tmp_1003', u'CBRANCH_-1207580538'), (u'LOAD_-1207580298', u'STORE_-1207580282'), ('const-0', u'PTRSUB_-1207580006'), ('tmp_527', u'CBRANCH_-1207580861'), (u'MULTIEQUAL_-1207580405', u'PTRSUB_-1207580086'), ('tmp_404', u'CBRANCH_-1207580948'), (u'MULTIEQUAL_-1207580413', u'PTRSUB_-1207580077'), (u'MULTIEQUAL_-1207580405', u'PTRSUB_-1207580108'), ('const-433', u'STORE_-1207580060'), ('tmp_832', u'CBRANCH_-1207580664'), (u'PTRSUB_-1207580085', u'CAST_-1207580043'), ('const-433', u'LOAD_-1207580082'), ('const-433', u'LOAD_-1207580170'), ('const--32', u'INT_SUB_-1207580164'), ('const-576460752303423488', u'INT_LESS_-1207580529'), ('const-433', u'STORE_-1207580267'), (u'COPY_-1207580241', u'MULTIEQUAL_-1207580411'), (u'MULTIEQUAL_-1207580411', u'COPY_-1207580157'), (u'MULTIEQUAL_-1207580351', u'PTRSUB_-1207580058'), (u'CAST_-1207579982', u'LOAD_-1207580081'), (u'MULTIEQUAL_-1207580351', u'PTRSUB_-1207580009'), (u'PTRSUB_-1207579998', u'CAST_-1207579962'), (u'LOAD_-1207580222', u'STORE_-1207580201'), ('const-433', u'STORE_-1207580154'), (u'INT_MULT_-1207580377', u'MULTIEQUAL_-1207580173'), ('const-16', u'PTRSUB_-1207580199'), (u'CAST_-1207580020', u'INT_ADD_-1207580836'), ('const-433', u'STORE_-1207580335'), (u'CAST_-1207580119', u'INT_ADD_-1207580214'), (u'COPY_-1207580116', u'MULTIEQUAL_-1207580413'), (u'CAST_-1207580093', u'STORE_-1207580336'), ('const-16', u'INT_ADD_-1207580232'), (u'COPY_-1207580157', u'MULTIEQUAL_-1207580413'), (u'COPY_-1207580050', u'MULTIEQUAL_-1207580343'), (u'MULTIEQUAL_-1207580411', u'PTRADD_-1207580072'), ('const-433', u'STORE_-1207580191'), (u'CAST_-1207580086', u'INT_ADD_-1207580956'), ('const-433', u'LOAD_-1207580147'), ('tmp_1087', u'BRANCH_-1207580484'), (u'LOAD_-1207581170', u'COPY_-1207580153'), ('const-16', u'PTRSUB_-1207580086'), (u'CAST_-1207579987', u'LOAD_-1207580092'), ('const-24', u'PTRSUB_-1207580198'), (u'PTRSUB_-1207580077', u'STORE_-1207580268'), (u'COPY_-1207580112', u'MULTIEQUAL_-1207580405'), (u'PTRSUB_-1207580080', u'CAST_-1207579981'), (u'PTRSUB_-1207580204', u'LOAD_-1207580348'), (u'PTRSUB_-1207580108', u'CAST_-1207580061'), ('tmp_1206', u'PTRSUB_-1207580002'), (u'LOAD_-1207581170', u'CAST_-1207580185'), (u'LOAD_-1207581170', u'INT_NOTEQUAL_-1207580949'), ('const-32', u'PTRADD_-1207580072'), ('const-0', u'PTRSUB_-1207580253'), (u'INT_ADD_-1207580214', u'CAST_-1207580118'), ('tmp_1207', u'CAST_-1207580186'), (u'PTRSUB_-1207580199', u'CAST_-1207580101'), (u'LOAD_-1207581176', u'INT_NOTEQUAL_-1207580806'), (u'PTRADD_-1207580075', u'INT_NOTEQUAL_-1207580721'), (u'CAST_-1207580085', u'STORE_-1207580324'), (u'CAST_-1207579937', u'MULTIEQUAL_-1207580262'), (u'CAST_-1207580021', u'INT_SUB_-1207580164'), ('const-8', u'PTRSUB_-1207580204'), (u'COPY_-1207581086', u'MULTIEQUAL_-1207580444'), (u'PTRSUB_-1207580247', u'PTRSUB_-1207580240'), (u'CALL_-1207581031', u'CAST_-1207580134'), ('const-433', u'STORE_-1207580625'), (u'INT_SRIGHT_-1207581106', u'INT_MULT_-1207580377'), ('tmp_1208', u'PTRSUB_-1207580199'), ('const-1', u'PTRADD_-1207580193'), (u'PTRSUB_-1207580010', u'STORE_-1207580202'), ('const-433', u'STORE_-1207580201'), (u'LOAD_-1207580082', u'STORE_-1207580192'), (u'MULTIEQUAL_-1207580426', u'STORE_-1207580625'), (u'LOAD_-1207580148', u'STORE_-1207580268'), ('const-433', u'LOAD_-1207580212'), ('const-0', u'PTRSUB_-1207579991'), ('const-433', u'LOAD_-1207581176'), ('const-1', u'PTRADD_-1207580156'), (u'MULTIEQUAL_-1207580343', u'PTRADD_-1207580075'), (u'CAST_-1207580101', u'LOAD_-1207580339'), ('const-0', u'PTRSUB_-1207580109'), (u'PTRSUB_-1207580103', u'STORE_-1207580282'), ('const-0', u'PTRSUB_-1207580031'), ('tmp_1207', u'CAST_-1207580020'), (u'PTRADD_-1207580109', u'COPY_-1207580116'), (u'CAST_-1207579967', u'STORE_-1207580071'), (u'PTRSUB_-1207579999', u'STORE_-1207580192'), ('const-433', u'LOAD_-1207580348'), (u'CAST_-1207580094', u'INT_ADD_-1207580967'), ('const-433', u'STORE_-1207580283'), (u'PTRSUB_-1207580092', u'CAST_-1207580035'), (u'PTRSUB_-1207579987', u'STORE_-1207580632'), (u'PTRSUB_-1207580245', u'LOAD_-1207581176'), ('const-0', u'PTRSUB_-1207580168'), ('const-433', u'LOAD_-1207580222'), (u'PTRADD_-1207580070', u'COPY_-1207580054'), (u'MULTIEQUAL_-1207580173', u'INT_LEFT_-1207580438'), (u'MULTIEQUAL_-1207580411', u'CAST_-1207580094'), (u'PTRSUB_-1207580285', u'PTRSUB_-1207580247'), (u'LOAD_-1207580170', u'STORE_-1207580154'), (u'CAST_-1207579938', u'INT_ADD_-1207580080'), (u'PTRSUB_-1207579991', u'STORE_-1207580638'), (u'PTRSUB_-1207580160', u'LOAD_-1207580298'), (u'INT_EQUAL_-1207580521', u'CBRANCH_-1207580518'), ('tmp_1031', u'CBRANCH_-1207580518'), (u'INT_NOTEQUAL_-1207580721', u'CBRANCH_-1207580719'), (u'CAST_-1207580134', u'PTRADD_-1207580160'), (u'MULTIEQUAL_-1207580405', u'PTRSUB_-1207580109'), (u'MULTIEQUAL_-1207580405', u'PTRADD_-1207580156'), ('const-16', u'PTRSUB_-1207579982'), ('const-1', u'PTRADD_-1207580036'), ('const-0', u'COPY_-1207580241'), ('const-1', u'PTRADD_-1207580185'), (u'PTRSUB_-1207580291', u'PTRSUB_-1207580253'), (u'PTRSUB_-1207580034', u'CAST_-1207579938'), ('const-0', u'PTRSUB_-1207579988'), (u'INT_ADD_-1207580967', u'CAST_-1207580093'), ('tmp_1208', u'PTRSUB_-1207580204'), ('const-0', u'PTRSUB_-1207579998'), ('const--32', u'INT_SUB_-1207580091'), (u'PTRADD_-1207580072', u'PTRSUB_-1207580070'), (u'MULTIEQUAL_-1207580413', u'PTRSUB_-1207580076'), ('const-20', u'PTRSUB_-1207580076'), (u'LOAD_-1207580081', u'STORE_-1207580060'), ('const-433', u'STORE_-1207580632'), (u'PTRSUB_-1207579982', u'STORE_-1207580625'), ('const-32', u'PTRADD_-1207580070'), (u'CAST_-1207580093', u'PTRADD_-1207580193'), (u'INT_ADD_-1207580690', u'INT_AND_-1207580674'), ('const-433', u'LOAD_-1207580338'), ('const-433', u'LOAD_-1207580092'), ('const-16', u'PTRSUB_-1207580077'), (u'MULTIEQUAL_-1207580413', u'PTRSUB_-1207580092'), (u'MULTIEQUAL_-1207580413', u'PTRSUB_-1207580092'), (u'INT_LESSEQUAL_-1207581050', u'CBRANCH_-1207581060'), ('tmp_242', u'CBRANCH_-1207581096'), ('const-433', u'STORE_-1207580323'), ('const-433', u'STORE_-1207580324'), ('const-8', u'PTRSUB_-1207580245'), (u'INT_NOTEQUAL_-1207580949', u'CBRANCH_-1207580948'), (u'COPY_-1207580054', u'MULTIEQUAL_-1207580351'), (u'MULTIEQUAL_-1207580343', u'PTRSUB_-1207580020'), ('const-433', u'STORE_-1207580268'), (u'PTRSUB_-1207580198', u'CAST_-1207580100'), (u'MULTIEQUAL_-1207580343', u'PTRSUB_-1207580031'), ('const-24', u'PTRSUB_-1207580058'), (u'LOAD_-1207580339', u'STORE_-1207580324'), (u'LOAD_-1207580348', u'STORE_-1207580335'), (u'MULTIEQUAL_-1207580411', u'CAST_-1207580086'), (u'COPY_-1207580153', u'MULTIEQUAL_-1207580405'), (u'MULTIEQUAL_-1207580405', u'PTRSUB_-1207580085'), ('const-1', u'PTRADD_-1207580160'), (u'INT_ADD_-1207580232', u'INT_ADD_-1207580956'), (u'PTRSUB_-1207580020', u'LOAD_-1207580082'), (u'PTRSUB_-1207579996', u'PTRSUB_-1207579988'), ('const-4', u'PTRSUB_-1207580108'), ('const-0', u'PTRSUB_-1207580285'), (u'MULTIEQUAL_-1207580262', u'STORE_-1207580632'), (u'MULTIEQUAL_-1207580405', u'PTRSUB_-1207580139'), (u'INT_MULT_-1207580377', u'INT_LESSEQUAL_-1207581050'), (u'MULTIEQUAL_-1207580413', u'PTRSUB_-1207580103'), (u'CAST_-1207579981', u'LOAD_-1207580212'), (u'MULTIEQUAL_-1207580411', u'STORE_-1207580638'), (u'CAST_-1207580134', u'PTRSUB_-1207580168'), ('const-0', u'INT_NOTEQUAL_-1207580665'), (u'PTRSUB_-1207579988', u'PTRSUB_-1207579982'), ('const-32', u'PTRADD_-1207580156'), (u'MULTIEQUAL_-1207580351', u'PTRSUB_-1207580064'), ('tmp_1208', u'CAST_-1207580106'), ('const-8', u'PTRADD_-1207580185'), (u'MULTIEQUAL_-1207580343', u'PTRSUB_-1207580086'), ('const-433', u'STORE_-1207580202'), ('const-0', u'PTRSUB_-1207579996'), ('tmp_1194', u'BRANCH_-1207580420'), (u'INT_NOTEQUAL_-1207580665', u'CBRANCH_-1207580664'), ('const-8', u'PTRSUB_-1207580103'), (u'INT_NOTEQUAL_-1207580863', u'CBRANCH_-1207580861'), ('const-433', u'STORE_-1207580638'), (u'LOAD_-1207580171', u'STORE_-1207580283'), ('tmp_1206', u'PTRSUB_-1207580006'), (u'MULTIEQUAL_-1207580409', u'MULTIEQUAL_-1207580324'), (u'LOAD_-1207581170', u'INT_NOTEQUAL_-1207580665'), (u'PTRSUB_-1207580030', u'CAST_-1207579987'), (u'INT_LESS_-1207580529', u'CBRANCH_-1207580538'), ('const-433', u'STORE_-1207580192'), ('const-0', u'RETURN_-1207580564'), ('const-5', u'INT_LEFT_-1207580438'), ('const-433', u'LOAD_-1207580081'), (u'INT_SRIGHT_-1207581106', u'INT_EQUAL_-1207581107'), (u'PTRSUB_-1207580031', u'LOAD_-1207580093'), ('const-0', u'PTRSUB_-1207580070'), ('const-32', u'PTRADD_-1207580160'), (u'PTRSUB_-1207580092', u'CAST_-1207580048'), ('const-433', u'LOAD_-1207580148'), (u'PTRSUB_-1207580076', u'CAST_-1207580036'), (u'INT_LEFT_-1207580438', u'MULTIEQUAL_-1207580444'), (u'INT_SUB_-1207581129', u'INT_SRIGHT_-1207581106'), (u'PTRSUB_-1207580064', u'STORE_-1207580201'), ('const-433', u'LOAD_-1207580298'), (u'CAST_-1207580180', u'INT_SUB_-1207581129'), (u'CAST_-1207580100', u'LOAD_-1207580338'), (u'INT_ADD_-1207580956', u'CAST_-1207580085'), ('const-0', u'PTRSUB_-1207580093'), (u'MULTIEQUAL_-1207580343', u'PTRSUB_-1207580019'), (u'LOAD_-1207581176', u'INT_NOTEQUAL_-1207580721'), (u'LOAD_-1207580338', u'STORE_-1207580323'), ('tmp_1207', u'INT_NOTEQUAL_-1207580949'), ('const-8', u'PTRSUB_-1207580160'), (u'INT_ADD_-1207580116', u'CAST_-1207580011'), ('const-24', u'PTRSUB_-1207580080'), (u'INT_SUB_-1207580091', u'INT_ADD_-1207580690'), ('const-8', u'PTRSUB_-1207580086'), ('const-0', u'PTRSUB_-1207580002'), (u'CAST_-1207579948', u'INT_SUB_-1207580091'), (u'MULTIEQUAL_-1207580351', u'PTRSUB_-1207579999'), ('const-1', u'COPY_-1207580434'), (u'PTRSUB_-1207580070', u'CAST_-1207580012'), ('const-20', u'PTRSUB_-1207580085'), (u'INT_AND_-1207580816', u'INT_ADD_-1207580116'), ('const-0', u'PTRSUB_-1207580034'), (u'MULTIEQUAL_-1207580413', u'PTRADD_-1207580109'), (u'MULTIEQUAL_-1207580405', u'PTRSUB_-1207580160'), (u'INT_ADD_-1207580836', u'INT_AND_-1207580816'), (u'INT_SUB_-1207581141', u'INT_ADD_-1207580232'), (u'MULTIEQUAL_-1207580413', u'PTRSUB_-1207580093'), (u'PTRSUB_-1207580109', u'LOAD_-1207580171'), (u'PTRADD_-1207580156', u'COPY_-1207580112'), ('tmp_1208', u'PTRSUB_-1207580198'), ('tmp_285', u'CBRANCH_-1207581060'), ('tmp_1206', u'PTRSUB_-1207579996'), (u'COPY_-1207580096', u'MULTIEQUAL_-1207580351'), ('const-32', u'PTRADD_-1207580075'), (u'LOAD_-1207581176', u'CAST_-1207580181'), (u'INT_MULT_-1207580377', u'INT_LESS_-1207580529'), ('tmp_1206', u'PTRSUB_-1207580291'), (u'PTRSUB_-1207579994', u'PTRSUB_-1207579987'), (u'COPY_-1207580434', u'MULTIEQUAL_-1207580173'), (u'PTRSUB_-1207580093', u'STORE_-1207580283'), (u'MULTIEQUAL_-1207580343', u'PTRSUB_-1207580080'), (u'CAST_-1207580186', u'INT_SUB_-1207581141'), (u'PTRSUB_-1207580006', u'PTRSUB_-1207579998'), ('tmp_1207', u'INT_NOTEQUAL_-1207580806'), (u'CAST_-1207580118', u'MULTIEQUAL_-1207580426'), ('const-433', u'STORE_-1207580138'), ('const-433', u'LOAD_-1207580093')]
|
[('const-433', u'STORE_-1207580313'), ('tmp_2250', u'PTRADD_-1207580184'), ('const-8', u'PTRADD_-1207580038'), (u'MULTIEQUAL_-1207580261', u'CAST_-1207579956'), ('const-32', u'COPY_-1207580519'), ('const--32', u'INT_AND_-1207580816'), (u'INT_ADD_-1207580956', u'CAST_-1207580123'), ('const-576460752303423488', u'INT_LESS_-1207580529'), (u'INT_SUB_-1207581141', u'INT_ADD_-1207580211'), ('const-433', u'STORE_-1207580300'), (u'MULTIEQUAL_-1207580410', u'CAST_-1207579960'), ('const-0', u'INT_EQUAL_-1207581107'), (u'INT_SRIGHT_-1207581106', u'INT_MULT_-1207580354'), (u'LOAD_-1207581176', u'CAST_-1207580232'), (u'MULTIEQUAL_-1207580404', u'LOAD_-1207580276'), (u'PTRADD_-1207580054', u'COPY_-1207580086'), (u'COPY_-1207580189', u'MULTIEQUAL_-1207580404'), ('const--32', u'COPY_-1207581086'), (u'INT_SUB_-1207580070', u'INT_ADD_-1207580690'), ('tmp_2212', u'CAST_-1207580064'), (u'CAST_-1207580227', u'CAST_-1207580065'), ('const-1', u'PTRADD_-1207580172'), ('const-433', u'LOAD_-1207580275'), ('const--32', u'INT_AND_-1207580674'), (u'MULTIEQUAL_-1207580350', u'PTRADD_-1207580038'), (u'MULTIEQUAL_-1207580350', u'PTRADD_-1207580049'), ('const-433', u'STORE_-1207580312'), ('const-433', u'STORE_-1207580260'), ('tmp_623', u'CBRANCH_-1207580805'), (u'CAST_-1207580168', u'MULTIEQUAL_-1207580410'), (u'PTRADD_-1207580135', u'COPY_-1207580148'), (u'LOAD_-1207580326', u'STORE_-1207580313'), (u'CAST_-1207579960', u'STORE_-1207580638'), (u'COPY_-1207580086', u'MULTIEQUAL_-1207580342'), ('const-4', u'PTRADD_-1207580049'), ('const-433', u'STORE_-1207580301'), (u'MULTIEQUAL_-1207580412', u'PTRADD_-1207580130'), ('tmp_2250', u'LOAD_-1207580326'), ('tmp_740', u'CBRANCH_-1207580719'), ('const-4', u'PTRADD_-1207580135'), (u'LOAD_-1207580200', u'STORE_-1207580179'), (u'MULTIEQUAL_-1207580350', u'PTRADD_-1207580044'), (u'INT_SUB_-1207581141', u'INT_ADD_-1207580967'), ('const-8', u'PTRADD_-1207579981'), (u'MULTIEQUAL_-1207580443', u'CALL_-1207581031'), (u'CAST_-1207580131', u'STORE_-1207580313'), ('const-8', u'PTRADD_-1207580135'), (u'MULTIEQUAL_-1207580323', u'COPY_-1207580132'), ('const-433', u'STORE_-1207580245'), ('tmp_2212', u'COPY_-1207580128'), (u'LOAD_-1207580189', u'STORE_-1207580168'), ('const-433', u'LOAD_-1207581176'), (u'CAST_-1207579998', u'INT_SUB_-1207580070'), (u'CAST_-1207580124', u'INT_ADD_-1207580956'), (u'COPY_-1207580090', u'MULTIEQUAL_-1207580350'), ('const-4', u'PTRADD_-1207580130'), (u'CAST_-1207580168', u'CAST_-1207580153'), ('const-433', u'LOAD_-1207580276'), (u'MULTIEQUAL_-1207580412', u'PTRADD_-1207580125'), (u'CAST_-1207579997', u'INT_ADD_-1207580690'), ('const-0', u'INT_EQUAL_-1207580521'), ('tmp_2250', u'PTRADD_-1207580178'), ('const-8', u'PTRADD_-1207579986'), ('const-8', u'PTRADD_-1207580039'), (u'MULTIEQUAL_-1207580412', u'PTRADD_-1207580113'), (u'CAST_-1207580232', u'INT_NOTEQUAL_-1207580806'), (u'MULTIEQUAL_-1207580410', u'COPY_-1207580193'), (u'MULTIEQUAL_-1207580350', u'STORE_-1207580179'), (u'PTRADD_-1207580140', u'LOAD_-1207580275'), (u'INT_EQUAL_-1207581107', u'CBRANCH_-1207581096'), (u'COPY_-1207580132', u'MULTIEQUAL_-1207580350'), (u'MULTIEQUAL_-1207580323', u'CAST_-1207579988'), (u'INT_SRIGHT_-1207581106', u'INT_LESSEQUAL_-1207581050'), ('const-3', u'PTRADD_-1207580119'), (u'CAST_-1207580123', u'PTRADD_-1207580164'), (u'INT_NOTEQUAL_-1207580806', u'CBRANCH_-1207580805'), ('const-433', u'STORE_-1207580178'), ('tmp_2214', u'STORE_-1207580638'), ('const-0', u'COPY_-1207580240'), (u'MULTIEQUAL_-1207580404', u'PTRADD_-1207580120'), (u'MULTIEQUAL_-1207580425', u'STORE_-1207580625'), (u'COPY_-1207580260', u'MULTIEQUAL_-1207580425'), (u'MULTIEQUAL_-1207580410', u'CAST_-1207580056'), ('const-4', u'PTRADD_-1207580189'), (u'LOAD_-1207580276', u'STORE_-1207580260'), ('const-4', u'PTRADD_-1207580054'), ('const-3', u'PTRADD_-1207580038'), (u'COPY_-1207580434', u'MULTIEQUAL_-1207580172'), ('const-8', u'PTRADD_-1207580140'), ('tmp_1003', u'CBRANCH_-1207580538'), (u'PTRADD_-1207580061', u'LOAD_-1207580190'), ('const-433', u'STORE_-1207580259'), ('tmp_527', u'CBRANCH_-1207580861'), (u'CAST_-1207580064', u'INT_ADD_-1207580836'), (u'PTRADD_-1207580269', u'LOAD_-1207581176'), ('const--32', u'INT_SUB_-1207580070'), ('tmp_404', u'CBRANCH_-1207580948'), (u'CAST_-1207580132', u'INT_ADD_-1207580967'), ('tmp_832', u'CBRANCH_-1207580664'), (u'LOAD_-1207580325', u'STORE_-1207580312'), (u'INT_ADD_-1207580211', u'INT_ADD_-1207580956'), ('const-8', u'PTRADD_-1207580044'), ('const-433', u'STORE_-1207580168'), ('const-8', u'PTRADD_-1207580164'), (u'PTRADD_-1207580172', u'STORE_-1207580312'), (u'CAST_-1207579956', u'STORE_-1207580632'), ('tmp_2214', u'PTRADD_-1207579981'), ('const-433', u'LOAD_-1207580254'), (u'CAST_-1207579988', u'INT_ADD_-1207580669'), ('const-433', u'LOAD_-1207580200'), (u'COPY_-1207580193', u'MULTIEQUAL_-1207580412'), ('const-433', u'LOAD_-1207580199'), ('const-8', u'PTRADD_-1207580130'), (u'INT_MULT_-1207580354', u'INT_EQUAL_-1207580521'), (u'INT_ADD_-1207580136', u'INT_ADD_-1207580811'), (u'PTRADD_-1207580044', u'STORE_-1207580178'), (u'INT_AND_-1207580674', u'INT_ADD_-1207580062'), ('const-8', u'PTRADD_-1207580120'), (u'LOAD_-1207580253', u'STORE_-1207580244'), (u'INT_ADD_-1207580967', u'CAST_-1207580131'), (u'MULTIEQUAL_-1207580408', u'MULTIEQUAL_-1207580323'), ('tmp_1087', u'BRANCH_-1207580484'), (u'MULTIEQUAL_-1207580410', u'CAST_-1207580124'), ('const-8', u'PTRADD_-1207580060'), ('const-433', u'LOAD_-1207580315'), (u'COPY_-1207580240', u'MULTIEQUAL_-1207580410'), (u'PTRADD_-1207580184', u'LOAD_-1207580325'), ('const-1', u'PTRADD_-1207580066'), (u'INT_MULT_-1207580354', u'INT_LESS_-1207580529'), (u'INT_AND_-1207580816', u'INT_ADD_-1207580136'), (u'CAST_-1207580232', u'CAST_-1207579997'), ('const-8', u'PTRADD_-1207580179'), (u'MULTIEQUAL_-1207580342', u'PTRADD_-1207580061'), ('const-433', u'LOAD_-1207580326'), (u'CAST_-1207580056', u'INT_ADD_-1207580811'), (u'CALL_-1207581031', u'CAST_-1207580168'), ('const-433', u'LOAD_-1207580253'), (u'COPY_-1207580128', u'MULTIEQUAL_-1207580342'), ('tmp_2250', u'PTRADD_-1207580179'), (u'PTRADD_-1207580112', u'STORE_-1207580244'), (u'CAST_-1207580153', u'INT_ADD_-1207580998'), (u'MULTIEQUAL_-1207580412', u'STORE_-1207580260'), (u'PTRADD_-1207580125', u'STORE_-1207580259'), ('const-2', u'PTRADD_-1207580061'), (u'CAST_-1207580065', u'INT_SUB_-1207580143'), ('const-433', u'STORE_-1207580169'), (u'PTRADD_-1207580178', u'LOAD_-1207580315'), ('const-1', u'PTRADD_-1207580125'), ('const-3', u'PTRADD_-1207580112'), ('const-1', u'PTRADD_-1207580044'), (u'MULTIEQUAL_-1207580350', u'PTRADD_-1207580039'), (u'CAST_-1207580220', u'INT_SUB_-1207581141'), (u'CAST_-1207580168', u'PTRADD_-1207580189'), (u'COPY_-1207581086', u'MULTIEQUAL_-1207580443'), (u'PTRADD_-1207580189', u'MULTIEQUAL_-1207580408'), ('tmp_2214', u'LOAD_-1207581170'), (u'INT_ADD_-1207580062', u'INT_ADD_-1207580669'), ('const-433', u'LOAD_-1207581170'), (u'LOAD_-1207580254', u'STORE_-1207580245'), (u'CAST_-1207580123', u'STORE_-1207580301'), ('const-1', u'PTRADD_-1207580184'), ('const-8', u'PTRADD_-1207580189'), ('const-2', u'PTRADD_-1207580120'), (u'CAST_-1207579987', u'MULTIEQUAL_-1207580261'), (u'INT_EQUAL_-1207580521', u'CBRANCH_-1207580518'), (u'CAST_-1207580232', u'INT_NOTEQUAL_-1207580721'), ('const-8', u'PTRADD_-1207580113'), ('tmp_1031', u'CBRANCH_-1207580518'), (u'INT_NOTEQUAL_-1207580721', u'CBRANCH_-1207580719'), (u'CAST_-1207580227', u'CAST_-1207580219'), ('const--32', u'INT_SUB_-1207580143'), ('tmp_2214', u'PTRADD_-1207579986'), (u'PTRADD_-1207580120', u'LOAD_-1207580254'), (u'PTRADD_-1207580060', u'LOAD_-1207580189'), ('const-2', u'PTRADD_-1207580179'), (u'MULTIEQUAL_-1207580443', u'INT_ADD_-1207580998'), ('const-8', u'PTRADD_-1207580054'), (u'MULTIEQUAL_-1207580172', u'INT_LEFT_-1207580438'), ('const-2', u'PTRADD_-1207579981'), (u'CAST_-1207580227', u'INT_NOTEQUAL_-1207580949'), (u'PTRADD_-1207580066', u'LOAD_-1207580199'), ('tmp_2212', u'CAST_-1207579998'), ('const-433', u'LOAD_-1207580190'), ('const-8', u'PTRADD_-1207580061'), ('const-8', u'PTRADD_-1207580049'), (u'CAST_-1207580131', u'PTRADD_-1207580172'), ('tmp_2212', u'INT_NOTEQUAL_-1207580949'), (u'MULTIEQUAL_-1207580342', u'PTRADD_-1207580066'), (u'INT_ADD_-1207580690', u'INT_AND_-1207580674'), (u'INT_ADD_-1207580669', u'CAST_-1207579987'), (u'PTRADD_-1207580054', u'INT_NOTEQUAL_-1207580721'), (u'INT_LESSEQUAL_-1207581050', u'CBRANCH_-1207581060'), ('tmp_242', u'CBRANCH_-1207581096'), (u'CAST_-1207580055', u'MULTIEQUAL_-1207580323'), ('const-2', u'INT_MULT_-1207580354'), (u'INT_LEFT_-1207580438', u'MULTIEQUAL_-1207580443'), ('const-3', u'PTRADD_-1207580178'), (u'INT_NOTEQUAL_-1207580949', u'CBRANCH_-1207580948'), ('const-2', u'PTRADD_-1207580113'), (u'CAST_-1207580227', u'COPY_-1207580189'), (u'CAST_-1207580227', u'CALL_-1207580647'), ('const-0', u'COPY_-1207580260'), (u'MULTIEQUAL_-1207580342', u'LOAD_-1207580200'), (u'PTRADD_-1207580038', u'STORE_-1207580168'), (u'CAST_-1207580227', u'INT_NOTEQUAL_-1207580665'), ('const-1', u'PTRADD_-1207579986'), (u'INT_MULT_-1207580354', u'INT_LESSEQUAL_-1207581050'), ('const-1', u'PTRADD_-1207580140'), (u'MULTIEQUAL_-1207580412', u'PTRADD_-1207580112'), ('const-32', u'INT_ADD_-1207580062'), (u'PTRADD_-1207580135', u'INT_NOTEQUAL_-1207580863'), ('const-433', u'LOAD_-1207580189'), ('const-5', u'INT_LEFT_-1207580438'), (u'PTRADD_-1207580179', u'LOAD_-1207580316'), ('const-8', u'PTRADD_-1207580066'), ('const-433', u'STORE_-1207580244'), (u'PTRADD_-1207580049', u'COPY_-1207580090'), ('const-0', u'INT_NOTEQUAL_-1207580665'), ('const-1', u'PTRADD_-1207580269'), (u'PTRADD_-1207580113', u'STORE_-1207580245'), (u'COPY_-1207580148', u'MULTIEQUAL_-1207580404'), ('tmp_1194', u'BRANCH_-1207580420'), (u'INT_NOTEQUAL_-1207580665', u'CBRANCH_-1207580664'), ('const-433', u'LOAD_-1207580316'), (u'INT_ADD_-1207580998', u'MULTIEQUAL_-1207580425'), (u'COPY_-1207580519', u'MULTIEQUAL_-1207580408'), (u'INT_NOTEQUAL_-1207580863', u'CBRANCH_-1207580861'), (u'PTRADD_-1207579986', u'STORE_-1207580632'), (u'INT_SUB_-1207580143', u'INT_ADD_-1207580836'), (u'INT_LESS_-1207580529', u'CBRANCH_-1207580538'), (u'MULTIEQUAL_-1207580342', u'PTRADD_-1207580054'), ('const-0', u'RETURN_-1207580564'), (u'COPY_-1207580152', u'MULTIEQUAL_-1207580412'), (u'LOAD_-1207580190', u'STORE_-1207580169'), (u'INT_SRIGHT_-1207581106', u'INT_EQUAL_-1207581107'), (u'CAST_-1207580227', u'CAST_-1207580214'), ('const-433', u'STORE_-1207580638'), ('const-8', u'PTRADD_-1207580172'), (u'PTRADD_-1207580130', u'COPY_-1207580152'), ('const-2', u'PTRADD_-1207580039'), (u'PTRADD_-1207580164', u'STORE_-1207580300'), (u'CAST_-1207580219', u'INT_SUB_-1207581141'), (u'MULTIEQUAL_-1207580404', u'PTRADD_-1207580135'), (u'PTRADD_-1207580119', u'LOAD_-1207580253'), (u'INT_SUB_-1207581129', u'INT_SRIGHT_-1207581106'), (u'INT_ADD_-1207580811', u'CAST_-1207580055'), ('const-433', u'STORE_-1207580179'), ('const-3', u'PTRADD_-1207580060'), ('const-8', u'PTRADD_-1207580112'), (u'MULTIEQUAL_-1207580323', u'MULTIEQUAL_-1207580261'), (u'MULTIEQUAL_-1207580410', u'CAST_-1207580132'), (u'CAST_-1207580232', u'CAST_-1207580215'), (u'CAST_-1207580214', u'INT_SUB_-1207581129'), (u'LOAD_-1207580199', u'STORE_-1207580178'), ('const-16', u'INT_ADD_-1207580211'), (u'MULTIEQUAL_-1207580404', u'PTRADD_-1207580119'), ('tmp_2212', u'CAST_-1207580220'), (u'PTRADD_-1207579981', u'STORE_-1207580625'), ('const-1', u'COPY_-1207580434'), ('tmp_2212', u'INT_NOTEQUAL_-1207580863'), (u'MULTIEQUAL_-1207580404', u'PTRADD_-1207580140'), (u'INT_ADD_-1207580836', u'INT_AND_-1207580816'), ('tmp_2214', u'PTRADD_-1207580269'), (u'LOAD_-1207580275', u'STORE_-1207580259'), ('const-433', u'STORE_-1207580632'), ('const-433', u'STORE_-1207580625'), ('const-5', u'INT_SRIGHT_-1207581106'), ('tmp_285', u'CBRANCH_-1207581060'), ('tmp_2212', u'INT_NOTEQUAL_-1207580806'), (u'LOAD_-1207580316', u'STORE_-1207580301'), ('const-8', u'PTRADD_-1207580119'), (u'MULTIEQUAL_-1207580342', u'PTRADD_-1207580060'), ('const-8', u'PTRADD_-1207580184'), ('const-8', u'PTRADD_-1207580125'), ('const-64', u'INT_ADD_-1207580136'), ('const-1', u'PTRADD_-1207580164'), (u'LOAD_-1207580315', u'STORE_-1207580300'), (u'PTRADD_-1207580039', u'STORE_-1207580169'), (u'INT_MULT_-1207580354', u'MULTIEQUAL_-1207580172'), ('const-433', u'LOAD_-1207580325'), (u'LOAD_-1207581170', u'CAST_-1207580227'), ('const-8', u'PTRADD_-1207580269'), ('const-8', u'PTRADD_-1207580178'), (u'CAST_-1207580215', u'INT_SUB_-1207581129')]
| null | null |
001ac5d0
|
x64
|
O2
|
(translation_unit "void FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}\n\n" (function_definition "void FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}" primitive_type (function_declarator "FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(long *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar2 = (undefined8 *)*param_1;" (assignment_expression "puVar2 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "uVar6 = (long)puVar1 - (long)puVar2 >> 5;" (assignment_expression "uVar6 = (long)puVar1 - (long)puVar2 >> 5" identifier = (binary_expression "(long)puVar1 - (long)puVar2 >> 5" (binary_expression "(long)puVar1 - (long)puVar2" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" if (parenthesized_expression "(uVar6 == 0)" ( (binary_expression "uVar6 == 0" identifier == number_literal) )) (compound_statement "{\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }" { (expression_statement "uVar11 = 1;" (assignment_expression "uVar11 = 1" identifier = number_literal) ;) (labeled_statement "LAB_001ac735:\n lVar12 = uVar11 << 5;" statement_identifier : (expression_statement "lVar12 = uVar11 << 5;" (assignment_expression "lVar12 = uVar11 << 5" identifier = (binary_expression "uVar11 << 5" identifier << number_literal)) ;)) }) (else_clause "else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" else (compound_statement "{\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" { (expression_statement "uVar11 = uVar6 * 2;" (assignment_expression "uVar11 = uVar6 * 2" identifier = (binary_expression "uVar6 * 2" identifier * number_literal)) ;) (expression_statement "lVar12 = -0x20;" (assignment_expression "lVar12 = -0x20" identifier = number_literal) ;) (if_statement "if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" if (parenthesized_expression "((uVar6 <= uVar11) && (uVar11 < 0x800000000000000))" ( (binary_expression "(uVar6 <= uVar11) && (uVar11 < 0x800000000000000)" (parenthesized_expression "(uVar6 <= uVar11)" ( (binary_expression "uVar6 <= uVar11" identifier <= identifier) )) && (parenthesized_expression "(uVar11 < 0x800000000000000)" ( (binary_expression "uVar11 < 0x800000000000000" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" { (if_statement "if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }" if (parenthesized_expression "(uVar11 == 0)" ( (binary_expression "uVar11 == 0" identifier == number_literal) )) (compound_statement "{\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }" { (expression_statement "puVar13 = (undefined8 *)0x20;" (assignment_expression "puVar13 = (undefined8 *)0x20" identifier = (cast_expression "(undefined8 *)0x20" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" identifier = number_literal) ;) (expression_statement "puVar7 = (undefined8 *)0x0;" (assignment_expression "puVar7 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_001ac63a;" goto statement_identifier ;) })) (goto_statement "goto LAB_001ac735;" goto statement_identifier ;) })) }))) (expression_statement "puVar7 = (undefined8 *)FUN_002ee780(lVar12);" (assignment_expression "puVar7 = (undefined8 *)FUN_002ee780(lVar12)" identifier = (cast_expression "(undefined8 *)FUN_002ee780(lVar12)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002ee780(lVar12)" identifier (argument_list "(lVar12)" ( identifier ))))) ;) (expression_statement "lVar12 = (long)puVar7 + lVar12;" (assignment_expression "lVar12 = (long)puVar7 + lVar12" identifier = (binary_expression "(long)puVar7 + lVar12" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) ;) (expression_statement "puVar13 = puVar7 + 4;" (assignment_expression "puVar13 = puVar7 + 4" identifier = (binary_expression "puVar7 + 4" identifier + number_literal)) ;) (labeled_statement "LAB_001ac63a:\n uVar3 = param_3[1];" statement_identifier : (expression_statement "uVar3 = param_3[1];" (assignment_expression "uVar3 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar4 = param_3[2];" (assignment_expression "uVar4 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_3[3];" (assignment_expression "uVar5 = param_3[3]" identifier = (subscript_expression "param_3[3]" identifier [ number_literal ])) ;) (expression_statement "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));" (assignment_expression "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2))" identifier = (cast_expression "(undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + ((long)param_2 - (long)puVar2))" ( (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) ;) (expression_statement "*puVar8 = *param_3;" (assignment_expression "*puVar8 = *param_3" (pointer_expression "*puVar8" * identifier) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);" (assignment_expression "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" identifier = (cast_expression "(undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" ( (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10" (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) + number_literal) )))) ;) (expression_statement "*puVar8 = uVar4;" (assignment_expression "*puVar8 = uVar4" (pointer_expression "*puVar8" * identifier) = identifier) ;) (expression_statement "puVar8[1] = uVar5;" (assignment_expression "puVar8[1] = uVar5" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = puVar7;" (assignment_expression "puVar8 = puVar7" identifier = identifier) ;) (expression_statement "puVar9 = puVar2;" (assignment_expression "puVar9 = puVar2" identifier = identifier) ;) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }" if (parenthesized_expression "(param_2 != puVar2)" ( (binary_expression "param_2 != puVar2" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }" { (do_statement "do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);" do (compound_statement "{\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n }" { (expression_statement "uVar3 = puVar9[1];" (assignment_expression "uVar3 = puVar9[1]" identifier = (subscript_expression "puVar9[1]" identifier [ number_literal ])) ;) (expression_statement "puVar13 = puVar9 + 4;" (assignment_expression "puVar13 = puVar9 + 4" identifier = (binary_expression "puVar9 + 4" identifier + number_literal)) ;) (expression_statement "*puVar8 = *puVar9;" (assignment_expression "*puVar8 = *puVar9" (pointer_expression "*puVar8" * identifier) = (pointer_expression "*puVar9" * identifier)) ;) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = puVar9[3];" (assignment_expression "uVar3 = puVar9[3]" identifier = (subscript_expression "puVar9[3]" identifier [ number_literal ])) ;) (expression_statement "puVar8[2] = puVar9[2];" (assignment_expression "puVar8[2] = puVar9[2]" (subscript_expression "puVar8[2]" identifier [ number_literal ]) = (subscript_expression "puVar9[2]" identifier [ number_literal ])) ;) (expression_statement "puVar8[3] = uVar3;" (assignment_expression "puVar8[3] = uVar3" (subscript_expression "puVar8[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = puVar8 + 4;" (assignment_expression "puVar8 = puVar8 + 4" identifier = (binary_expression "puVar8 + 4" identifier + number_literal)) ;) (expression_statement "puVar9 = puVar13;" (assignment_expression "puVar9 = puVar13" identifier = identifier) ;) }) while (parenthesized_expression "(param_2 != puVar13)" ( (binary_expression "param_2 != puVar13" identifier != identifier) )) ;) (expression_statement "puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;" (assignment_expression "puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" identifier = (cast_expression "(undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" ( (binary_expression "(long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40" (binary_expression "(long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U)" ( (binary_expression "(long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U" (binary_expression "(long)param_2 + (-0x20 - (long)puVar2)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x20 - (long)puVar2)" ( (binary_expression "-0x20 - (long)puVar2" number_literal - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (expression_statement "puVar8 = puVar13;" (assignment_expression "puVar8 = puVar13" identifier = identifier) ;) (expression_statement "puVar9 = param_2;" (assignment_expression "puVar9 = param_2" identifier = identifier) ;) (if_statement "if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }" if (parenthesized_expression "(param_2 != puVar1)" ( (binary_expression "param_2 != puVar1" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }" { (do_statement "do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);" do (compound_statement "{\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n }" { (expression_statement "uVar3 = puVar9[1];" (assignment_expression "uVar3 = puVar9[1]" identifier = (subscript_expression "puVar9[1]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = puVar9[2];" (assignment_expression "uVar4 = puVar9[2]" identifier = (subscript_expression "puVar9[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = puVar9[3];" (assignment_expression "uVar5 = puVar9[3]" identifier = (subscript_expression "puVar9[3]" identifier [ number_literal ])) ;) (expression_statement "puVar10 = puVar9 + 4;" (assignment_expression "puVar10 = puVar9 + 4" identifier = (binary_expression "puVar9 + 4" identifier + number_literal)) ;) (expression_statement "*puVar8 = *puVar9;" (assignment_expression "*puVar8 = *puVar9" (pointer_expression "*puVar8" * identifier) = (pointer_expression "*puVar9" * identifier)) ;) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[2] = uVar4;" (assignment_expression "puVar8[2] = uVar4" (subscript_expression "puVar8[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[3] = uVar5;" (assignment_expression "puVar8[3] = uVar5" (subscript_expression "puVar8[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = puVar8 + 4;" (assignment_expression "puVar8 = puVar8 + 4" identifier = (binary_expression "puVar8 + 4" identifier + number_literal)) ;) (expression_statement "puVar9 = puVar10;" (assignment_expression "puVar9 = puVar10" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar10)" ( (binary_expression "puVar1 != puVar10" identifier != identifier) )) ;) (expression_statement "puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );" (assignment_expression "puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" identifier = (cast_expression "(undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" ( (binary_expression "(long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20" (binary_expression "(long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U)" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U)" ( (binary_expression "(long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U" (binary_expression "(long)puVar1 + (-0x20 - (long)param_2)" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x20 - (long)param_2)" ( (binary_expression "-0x20 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" ( (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002eff50(puVar2);\n }" { (expression_statement "FUN_002eff50(puVar2);" (call_expression "FUN_002eff50(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = (long)puVar7;" (assignment_expression "*param_1 = (long)puVar7" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[1] = (long)puVar13;" (assignment_expression "param_1[1] = (long)puVar13" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[2] = lVar12;" (assignment_expression "param_1[2] = lVar12" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original name: _M_realloc_insert<gold::Sized_relobj_incr<32, false>::Local_symbol>\n DWARF original prototype: void\n _M_realloc_insert<gold::Sized_relobj_incr<32,_false>::Local_symbol>(vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n * this, iterator __position, Local_symbol * __args#0) */\n\nvoid __thiscall\nstd::\nvector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n::_M_realloc_insert<gold::Sized_relobj_incr<32,_false>::Local_symbol>\n (vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n *this,iterator __position,Local_symbol *__args_0)\n\n{\n undefined8 *puVar1;\n Local_symbol *pLVar2;\n Local_symbol *pLVar3;\n char *pcVar4;\n undefined8 uVar5;\n undefined8 uVar6;\n undefined4 uVar7;\n uint uVar8;\n undefined4 uVar9;\n ulong uVar10;\n pointer pLVar11;\n pointer pLVar12;\n Local_symbol *pLVar13;\n Local_symbol *pLVar14;\n iterator iVar15;\n pointer pLVar16;\n ulong uVar17;\n ulong uVar18;\n pointer pLVar19;\n \n pLVar2 = (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish;\n pLVar3 = (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start;\n uVar10 = (long)pLVar2 - (long)pLVar3 >> 5;\n if (uVar10 == 0) {\n uVar17 = 1;\nLAB_001ac735:\n uVar18 = uVar17 << 5;\n }\n else {\n uVar17 = uVar10 * 2;\n uVar18 = 0xffffffffffffffe0;\n if ((uVar10 <= uVar17) && (uVar17 < 0x800000000000000)) {\n if (uVar17 == 0) {\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n pLVar11 = (pointer)operator_new(uVar18);\n pLVar16 = (pointer)((long)&pLVar11->st_value + uVar18);\n pLVar19 = pLVar11 + 1;\nLAB_001ac63a:\n pcVar4 = __args_0->name;\n uVar5 = *(undefined8 *)&__args_0->st_size;\n uVar6 = *(undefined8 *)&__args_0->field_0x18;\n puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3));\n *puVar1 = *(undefined8 *)__args_0;\n puVar1[1] = pcVar4;\n puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3) + 0x10);\n *puVar1 = uVar5;\n puVar1[1] = uVar6;\n pLVar12 = pLVar11;\n pLVar13 = pLVar3;\n if (__position._M_current != pLVar3) {\n do {\n uVar7 = *(undefined4 *)&pLVar13->field_0x4;\n pcVar4 = pLVar13->name;\n pLVar14 = pLVar13 + 1;\n pLVar12->st_value = pLVar13->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n uVar7 = *(undefined4 *)&pLVar13->field_0x14;\n uVar5 = *(undefined8 *)&pLVar13->field_0x18;\n pLVar12->st_size = pLVar13->st_size;\n *(undefined4 *)&pLVar12->field_0x14 = uVar7;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n pLVar13 = pLVar14;\n } while (__position._M_current != pLVar14);\n pLVar19 = (pointer)((long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))\n ;\n }\n pLVar12 = pLVar19;\n iVar15._M_current = __position._M_current;\n if (__position._M_current != pLVar2) {\n do {\n uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4;\n pcVar4 = (iVar15._M_current)->name;\n uVar8 = (iVar15._M_current)->st_size;\n uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14;\n uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18;\n pLVar13 = iVar15._M_current + 1;\n pLVar12->st_value = (iVar15._M_current)->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n pLVar12->st_size = uVar8;\n *(undefined4 *)&pLVar12->field_0x14 = uVar9;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n iVar15._M_current = pLVar13;\n } while (pLVar2 != pLVar13);\n pLVar19 = (pointer)((long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))\n ;\n }\n if (pLVar3 != (Local_symbol *)0x0) {\n operator_delete(pLVar3);\n }\n (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start = pLVar11;\n (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish = pLVar19;\n (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_end_of_storage = pLVar16;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::\nvector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n::_M_realloc_insert<gold::Sized_relobj_incr<32,_false>::Local_symbol>\n (vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n *this,iterator __position,Local_symbol *__args_0)\n\n{\n undefined8 *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\nvector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::" identifier > : :) identifier , (ERROR "_std::allocator<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::Local_symbol>_>\n::_M_realloc_insert<gold::" identifier > : : identifier > identifier > : : identifier < identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::Local_symbol>\n (vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n *this,iterator __position,Local_symbol *__args_0)\n\n{\n undefined8" identifier > : : (function_declarator "Local_symbol>\n (vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n *this,iterator __position,Local_symbol *__args_0)" identifier (ERROR ">" >) (parameter_list "(vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n *this,iterator __position,Local_symbol *__args_0)" ( (parameter_declaration "vector<gold::Sized_relobj_incr" type_identifier (ERROR "<gold::" < identifier : :) identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false>::Local_symbol" type_identifier (ERROR ">::" > : :) identifier) , (parameter_declaration "_std::allocator<gold::Sized_relobj_incr" type_identifier (ERROR "::allocator<gold::" : : identifier < identifier : :) identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false>::Local_symbol>_>\n *this" type_identifier (ERROR ">::Local_symbol>_>" > : : identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Local_symbol *__args_0" type_identifier (pointer_declarator "*__args_0" * identifier)) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "Local_symbol *pLVar2;" type_identifier (pointer_declarator "*pLVar2" * identifier) ;) (declaration "Local_symbol *pLVar3;" type_identifier (pointer_declarator "*pLVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "undefined4 uVar9;" type_identifier identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "pointer pLVar11;" type_identifier identifier ;) (declaration "pointer pLVar12;" type_identifier identifier ;) (declaration "Local_symbol *pLVar13;" type_identifier (pointer_declarator "*pLVar13" * identifier) ;) (declaration "Local_symbol *pLVar14;" type_identifier (pointer_declarator "*pLVar14" * identifier) ;) (declaration "iterator iVar15;" type_identifier identifier ;) (declaration "pointer pLVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "ulong uVar18;" type_identifier identifier ;) (declaration "pointer pLVar19;" type_identifier identifier ;) (expression_statement "pLVar2 = (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish;" (assignment_expression "pLVar2 = (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_relobj_incr" : : identifier) < number_literal) , (comma_expression "_false>::Local_symbol,_std" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_relobj_incr<32,_false>::Local_symbol>_" (binary_expression "Sized_relobj_incr<32" identifier < number_literal) , (binary_expression "_false>::Local_symbol>_" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (expression_statement "pLVar3 = (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start;" (assignment_expression "pLVar3 = (this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_relobj_incr" : : identifier) < number_literal) , (comma_expression "_false>::Local_symbol,_std" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_relobj_incr<32,_false>::Local_symbol>_" (binary_expression "Sized_relobj_incr<32" identifier < number_literal) , (binary_expression "_false>::Local_symbol>_" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (expression_statement "uVar10 = (long)pLVar2 - (long)pLVar3 >> 5;" (assignment_expression "uVar10 = (long)pLVar2 - (long)pLVar3 >> 5" identifier = (binary_expression "(long)pLVar2 - (long)pLVar3 >> 5" (binary_expression "(long)pLVar2 - (long)pLVar3" (cast_expression "(long)pLVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pLVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar10 == 0) {\n uVar17 = 1;\nLAB_001ac735:\n uVar18 = uVar17 << 5;\n }\n else {\n uVar17 = uVar10 * 2;\n uVar18 = 0xffffffffffffffe0;\n if ((uVar10 <= uVar17) && (uVar17 < 0x800000000000000)) {\n if (uVar17 == 0) {\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" if (parenthesized_expression "(uVar10 == 0)" ( (binary_expression "uVar10 == 0" identifier == number_literal) )) (compound_statement "{\n uVar17 = 1;\nLAB_001ac735:\n uVar18 = uVar17 << 5;\n }" { (expression_statement "uVar17 = 1;" (assignment_expression "uVar17 = 1" identifier = number_literal) ;) (labeled_statement "LAB_001ac735:\n uVar18 = uVar17 << 5;" statement_identifier : (expression_statement "uVar18 = uVar17 << 5;" (assignment_expression "uVar18 = uVar17 << 5" identifier = (binary_expression "uVar17 << 5" identifier << number_literal)) ;)) }) (else_clause "else {\n uVar17 = uVar10 * 2;\n uVar18 = 0xffffffffffffffe0;\n if ((uVar10 <= uVar17) && (uVar17 < 0x800000000000000)) {\n if (uVar17 == 0) {\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" else (compound_statement "{\n uVar17 = uVar10 * 2;\n uVar18 = 0xffffffffffffffe0;\n if ((uVar10 <= uVar17) && (uVar17 < 0x800000000000000)) {\n if (uVar17 == 0) {\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" { (expression_statement "uVar17 = uVar10 * 2;" (assignment_expression "uVar17 = uVar10 * 2" identifier = (binary_expression "uVar10 * 2" identifier * number_literal)) ;) (expression_statement "uVar18 = 0xffffffffffffffe0;" (assignment_expression "uVar18 = 0xffffffffffffffe0" identifier = number_literal) ;) (if_statement "if ((uVar10 <= uVar17) && (uVar17 < 0x800000000000000)) {\n if (uVar17 == 0) {\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" if (parenthesized_expression "((uVar10 <= uVar17) && (uVar17 < 0x800000000000000))" ( (binary_expression "(uVar10 <= uVar17) && (uVar17 < 0x800000000000000)" (parenthesized_expression "(uVar10 <= uVar17)" ( (binary_expression "uVar10 <= uVar17" identifier <= identifier) )) && (parenthesized_expression "(uVar17 < 0x800000000000000)" ( (binary_expression "uVar17 < 0x800000000000000" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar17 == 0) {\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" { (if_statement "if (uVar17 == 0) {\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }" if (parenthesized_expression "(uVar17 == 0)" ( (binary_expression "uVar17 == 0" identifier == number_literal) )) (compound_statement "{\n pLVar19 = (pointer)0x20;\n pLVar16 = (pointer)0x0;\n pLVar11 = (pointer)0x0;\n goto LAB_001ac63a;\n }" { (expression_statement "pLVar19 = (pointer)0x20;" (assignment_expression "pLVar19 = (pointer)0x20" identifier = (cast_expression "(pointer)0x20" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "pLVar16 = (pointer)0x0;" (assignment_expression "pLVar16 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "pLVar11 = (pointer)0x0;" (assignment_expression "pLVar11 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (goto_statement "goto LAB_001ac63a;" goto statement_identifier ;) })) (goto_statement "goto LAB_001ac735;" goto statement_identifier ;) })) }))) (expression_statement "pLVar11 = (pointer)operator_new(uVar18);" (assignment_expression "pLVar11 = (pointer)operator_new(uVar18)" identifier = (cast_expression "(pointer)operator_new(uVar18)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar18)" identifier (argument_list "(uVar18)" ( identifier ))))) ;) (expression_statement "pLVar16 = (pointer)((long)&pLVar11->st_value + uVar18);" (assignment_expression "pLVar16 = (pointer)((long)&pLVar11->st_value + uVar18)" identifier = (call_expression "(pointer)((long)&pLVar11->st_value + uVar18)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)&pLVar11->st_value + uVar18)" ( (binary_expression "(long)&pLVar11->st_value + uVar18" (cast_expression "(long)&pLVar11->st_value" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pLVar11->st_value" & (field_expression "pLVar11->st_value" identifier -> field_identifier))) + identifier) )))) ;) (expression_statement "pLVar19 = pLVar11 + 1;" (assignment_expression "pLVar19 = pLVar11 + 1" identifier = (binary_expression "pLVar11 + 1" identifier + number_literal)) ;) (labeled_statement "LAB_001ac63a:\n pcVar4 = __args_0->name;" statement_identifier : (expression_statement "pcVar4 = __args_0->name;" (assignment_expression "pcVar4 = __args_0->name" identifier = (field_expression "__args_0->name" identifier -> field_identifier)) ;)) (expression_statement "uVar5 = *(undefined8 *)&__args_0->st_size;" (assignment_expression "uVar5 = *(undefined8 *)&__args_0->st_size" identifier = (pointer_expression "*(undefined8 *)&__args_0->st_size" * (cast_expression "(undefined8 *)&__args_0->st_size" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__args_0->st_size" & (field_expression "__args_0->st_size" identifier -> field_identifier))))) ;) (expression_statement "uVar6 = *(undefined8 *)&__args_0->field_0x18;" (assignment_expression "uVar6 = *(undefined8 *)&__args_0->field_0x18" identifier = (pointer_expression "*(undefined8 *)&__args_0->field_0x18" * (cast_expression "(undefined8 *)&__args_0->field_0x18" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__args_0->field_0x18" & (field_expression "__args_0->field_0x18" identifier -> field_identifier))))) ;) (expression_statement "puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3));" (assignment_expression "puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3))" identifier = (cast_expression "(undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pLVar11 + ((long)__position._M_current - (long)pLVar3))" ( (binary_expression "(long)pLVar11 + ((long)__position._M_current - (long)pLVar3)" (cast_expression "(long)pLVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)__position._M_current - (long)pLVar3)" ( (binary_expression "(long)__position._M_current - (long)pLVar3" (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)pLVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) ;) (expression_statement "*puVar1 = *(undefined8 *)__args_0;" (assignment_expression "*puVar1 = *(undefined8 *)__args_0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "*(undefined8 *)__args_0" * (cast_expression "(undefined8 *)__args_0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "puVar1[1] = pcVar4;" (assignment_expression "puVar1[1] = pcVar4" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3) + 0x10);" (assignment_expression "puVar1 = (undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3) + 0x10)" identifier = (cast_expression "(undefined8 *)((long)pLVar11 + ((long)__position._M_current - (long)pLVar3) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)pLVar11 + ((long)__position._M_current - (long)pLVar3) + 0x10)" ( (binary_expression "(long)pLVar11 + ((long)__position._M_current - (long)pLVar3) + 0x10" (binary_expression "(long)pLVar11 + ((long)__position._M_current - (long)pLVar3)" (cast_expression "(long)pLVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)__position._M_current - (long)pLVar3)" ( (binary_expression "(long)__position._M_current - (long)pLVar3" (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)pLVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) + number_literal) )))) ;) (expression_statement "*puVar1 = uVar5;" (assignment_expression "*puVar1 = uVar5" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = uVar6;" (assignment_expression "puVar1[1] = uVar6" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pLVar12 = pLVar11;" (assignment_expression "pLVar12 = pLVar11" identifier = identifier) ;) (expression_statement "pLVar13 = pLVar3;" (assignment_expression "pLVar13 = pLVar3" identifier = identifier) ;) (if_statement "if (__position._M_current != pLVar3) {\n do {\n uVar7 = *(undefined4 *)&pLVar13->field_0x4;\n pcVar4 = pLVar13->name;\n pLVar14 = pLVar13 + 1;\n pLVar12->st_value = pLVar13->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n uVar7 = *(undefined4 *)&pLVar13->field_0x14;\n uVar5 = *(undefined8 *)&pLVar13->field_0x18;\n pLVar12->st_size = pLVar13->st_size;\n *(undefined4 *)&pLVar12->field_0x14 = uVar7;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n pLVar13 = pLVar14;\n } while (__position._M_current != pLVar14);\n pLVar19 = (pointer)((long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))\n ;\n }" if (parenthesized_expression "(__position._M_current != pLVar3)" ( (binary_expression "__position._M_current != pLVar3" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\n do {\n uVar7 = *(undefined4 *)&pLVar13->field_0x4;\n pcVar4 = pLVar13->name;\n pLVar14 = pLVar13 + 1;\n pLVar12->st_value = pLVar13->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n uVar7 = *(undefined4 *)&pLVar13->field_0x14;\n uVar5 = *(undefined8 *)&pLVar13->field_0x18;\n pLVar12->st_size = pLVar13->st_size;\n *(undefined4 *)&pLVar12->field_0x14 = uVar7;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n pLVar13 = pLVar14;\n } while (__position._M_current != pLVar14);\n pLVar19 = (pointer)((long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))\n ;\n }" { (do_statement "do {\n uVar7 = *(undefined4 *)&pLVar13->field_0x4;\n pcVar4 = pLVar13->name;\n pLVar14 = pLVar13 + 1;\n pLVar12->st_value = pLVar13->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n uVar7 = *(undefined4 *)&pLVar13->field_0x14;\n uVar5 = *(undefined8 *)&pLVar13->field_0x18;\n pLVar12->st_size = pLVar13->st_size;\n *(undefined4 *)&pLVar12->field_0x14 = uVar7;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n pLVar13 = pLVar14;\n } while (__position._M_current != pLVar14);" do (compound_statement "{\n uVar7 = *(undefined4 *)&pLVar13->field_0x4;\n pcVar4 = pLVar13->name;\n pLVar14 = pLVar13 + 1;\n pLVar12->st_value = pLVar13->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n uVar7 = *(undefined4 *)&pLVar13->field_0x14;\n uVar5 = *(undefined8 *)&pLVar13->field_0x18;\n pLVar12->st_size = pLVar13->st_size;\n *(undefined4 *)&pLVar12->field_0x14 = uVar7;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n pLVar13 = pLVar14;\n }" { (expression_statement "uVar7 = *(undefined4 *)&pLVar13->field_0x4;" (assignment_expression "uVar7 = *(undefined4 *)&pLVar13->field_0x4" identifier = (pointer_expression "*(undefined4 *)&pLVar13->field_0x4" * (cast_expression "(undefined4 *)&pLVar13->field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar13->field_0x4" & (field_expression "pLVar13->field_0x4" identifier -> field_identifier))))) ;) (expression_statement "pcVar4 = pLVar13->name;" (assignment_expression "pcVar4 = pLVar13->name" identifier = (field_expression "pLVar13->name" identifier -> field_identifier)) ;) (expression_statement "pLVar14 = pLVar13 + 1;" (assignment_expression "pLVar14 = pLVar13 + 1" identifier = (binary_expression "pLVar13 + 1" identifier + number_literal)) ;) (expression_statement "pLVar12->st_value = pLVar13->st_value;" (assignment_expression "pLVar12->st_value = pLVar13->st_value" (field_expression "pLVar12->st_value" identifier -> field_identifier) = (field_expression "pLVar13->st_value" identifier -> field_identifier)) ;) (expression_statement "*(undefined4 *)&pLVar12->field_0x4 = uVar7;" (assignment_expression "*(undefined4 *)&pLVar12->field_0x4 = uVar7" (pointer_expression "*(undefined4 *)&pLVar12->field_0x4" * (cast_expression "(undefined4 *)&pLVar12->field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar12->field_0x4" & (field_expression "pLVar12->field_0x4" identifier -> field_identifier)))) = identifier) ;) (expression_statement "pLVar12->name = pcVar4;" (assignment_expression "pLVar12->name = pcVar4" (field_expression "pLVar12->name" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar7 = *(undefined4 *)&pLVar13->field_0x14;" (assignment_expression "uVar7 = *(undefined4 *)&pLVar13->field_0x14" identifier = (pointer_expression "*(undefined4 *)&pLVar13->field_0x14" * (cast_expression "(undefined4 *)&pLVar13->field_0x14" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar13->field_0x14" & (field_expression "pLVar13->field_0x14" identifier -> field_identifier))))) ;) (expression_statement "uVar5 = *(undefined8 *)&pLVar13->field_0x18;" (assignment_expression "uVar5 = *(undefined8 *)&pLVar13->field_0x18" identifier = (pointer_expression "*(undefined8 *)&pLVar13->field_0x18" * (cast_expression "(undefined8 *)&pLVar13->field_0x18" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar13->field_0x18" & (field_expression "pLVar13->field_0x18" identifier -> field_identifier))))) ;) (expression_statement "pLVar12->st_size = pLVar13->st_size;" (assignment_expression "pLVar12->st_size = pLVar13->st_size" (field_expression "pLVar12->st_size" identifier -> field_identifier) = (field_expression "pLVar13->st_size" identifier -> field_identifier)) ;) (expression_statement "*(undefined4 *)&pLVar12->field_0x14 = uVar7;" (assignment_expression "*(undefined4 *)&pLVar12->field_0x14 = uVar7" (pointer_expression "*(undefined4 *)&pLVar12->field_0x14" * (cast_expression "(undefined4 *)&pLVar12->field_0x14" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar12->field_0x14" & (field_expression "pLVar12->field_0x14" identifier -> field_identifier)))) = identifier) ;) (expression_statement "*(undefined8 *)&pLVar12->field_0x18 = uVar5;" (assignment_expression "*(undefined8 *)&pLVar12->field_0x18 = uVar5" (pointer_expression "*(undefined8 *)&pLVar12->field_0x18" * (cast_expression "(undefined8 *)&pLVar12->field_0x18" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar12->field_0x18" & (field_expression "pLVar12->field_0x18" identifier -> field_identifier)))) = identifier) ;) (expression_statement "pLVar12 = pLVar12 + 1;" (assignment_expression "pLVar12 = pLVar12 + 1" identifier = (binary_expression "pLVar12 + 1" identifier + number_literal)) ;) (expression_statement "pLVar13 = pLVar14;" (assignment_expression "pLVar13 = pLVar14" identifier = identifier) ;) }) while (parenthesized_expression "(__position._M_current != pLVar14)" ( (binary_expression "__position._M_current != pLVar14" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) ;) (expression_statement "pLVar19 = (pointer)((long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))\n ;" (assignment_expression "pLVar19 = (pointer)((long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))" identifier = (call_expression "(pointer)((long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U))" ( (binary_expression "(long)&pLVar11[2].st_value +\n ((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U)" (cast_expression "(long)&pLVar11[2].st_value" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pLVar11[2].st_value" & (field_expression "pLVar11[2].st_value" (subscript_expression "pLVar11[2]" identifier [ number_literal ]) . field_identifier))) + (parenthesized_expression "((long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U)" ( (binary_expression "(long)__position._M_current + (-0x20 - (long)pLVar3) & 0xffffffffffffffe0U" (binary_expression "(long)__position._M_current + (-0x20 - (long)pLVar3)" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) + (parenthesized_expression "(-0x20 - (long)pLVar3)" ( (binary_expression "-0x20 - (long)pLVar3" number_literal - (cast_expression "(long)pLVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) )))) ;) })) (expression_statement "pLVar12 = pLVar19;" (assignment_expression "pLVar12 = pLVar19" identifier = identifier) ;) (expression_statement "iVar15._M_current = __position._M_current;" (assignment_expression "iVar15._M_current = __position._M_current" (field_expression "iVar15._M_current" identifier . field_identifier) = (field_expression "__position._M_current" identifier . field_identifier)) ;) (if_statement "if (__position._M_current != pLVar2) {\n do {\n uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4;\n pcVar4 = (iVar15._M_current)->name;\n uVar8 = (iVar15._M_current)->st_size;\n uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14;\n uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18;\n pLVar13 = iVar15._M_current + 1;\n pLVar12->st_value = (iVar15._M_current)->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n pLVar12->st_size = uVar8;\n *(undefined4 *)&pLVar12->field_0x14 = uVar9;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n iVar15._M_current = pLVar13;\n } while (pLVar2 != pLVar13);\n pLVar19 = (pointer)((long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))\n ;\n }" if (parenthesized_expression "(__position._M_current != pLVar2)" ( (binary_expression "__position._M_current != pLVar2" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\n do {\n uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4;\n pcVar4 = (iVar15._M_current)->name;\n uVar8 = (iVar15._M_current)->st_size;\n uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14;\n uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18;\n pLVar13 = iVar15._M_current + 1;\n pLVar12->st_value = (iVar15._M_current)->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n pLVar12->st_size = uVar8;\n *(undefined4 *)&pLVar12->field_0x14 = uVar9;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n iVar15._M_current = pLVar13;\n } while (pLVar2 != pLVar13);\n pLVar19 = (pointer)((long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))\n ;\n }" { (do_statement "do {\n uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4;\n pcVar4 = (iVar15._M_current)->name;\n uVar8 = (iVar15._M_current)->st_size;\n uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14;\n uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18;\n pLVar13 = iVar15._M_current + 1;\n pLVar12->st_value = (iVar15._M_current)->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n pLVar12->st_size = uVar8;\n *(undefined4 *)&pLVar12->field_0x14 = uVar9;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n iVar15._M_current = pLVar13;\n } while (pLVar2 != pLVar13);" do (compound_statement "{\n uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4;\n pcVar4 = (iVar15._M_current)->name;\n uVar8 = (iVar15._M_current)->st_size;\n uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14;\n uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18;\n pLVar13 = iVar15._M_current + 1;\n pLVar12->st_value = (iVar15._M_current)->st_value;\n *(undefined4 *)&pLVar12->field_0x4 = uVar7;\n pLVar12->name = pcVar4;\n pLVar12->st_size = uVar8;\n *(undefined4 *)&pLVar12->field_0x14 = uVar9;\n *(undefined8 *)&pLVar12->field_0x18 = uVar5;\n pLVar12 = pLVar12 + 1;\n iVar15._M_current = pLVar13;\n }" { (expression_statement "uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4;" (assignment_expression "uVar7 = *(undefined4 *)&(iVar15._M_current)->field_0x4" identifier = (pointer_expression "*(undefined4 *)&(iVar15._M_current)->field_0x4" * (cast_expression "(undefined4 *)&(iVar15._M_current)->field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(iVar15._M_current)->field_0x4" & (field_expression "(iVar15._M_current)->field_0x4" (parenthesized_expression "(iVar15._M_current)" ( (field_expression "iVar15._M_current" identifier . field_identifier) )) -> field_identifier))))) ;) (expression_statement "pcVar4 = (iVar15._M_current)->name;" (assignment_expression "pcVar4 = (iVar15._M_current)->name" identifier = (field_expression "(iVar15._M_current)->name" (parenthesized_expression "(iVar15._M_current)" ( (field_expression "iVar15._M_current" identifier . field_identifier) )) -> field_identifier)) ;) (expression_statement "uVar8 = (iVar15._M_current)->st_size;" (assignment_expression "uVar8 = (iVar15._M_current)->st_size" identifier = (field_expression "(iVar15._M_current)->st_size" (parenthesized_expression "(iVar15._M_current)" ( (field_expression "iVar15._M_current" identifier . field_identifier) )) -> field_identifier)) ;) (expression_statement "uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14;" (assignment_expression "uVar9 = *(undefined4 *)&(iVar15._M_current)->field_0x14" identifier = (pointer_expression "*(undefined4 *)&(iVar15._M_current)->field_0x14" * (cast_expression "(undefined4 *)&(iVar15._M_current)->field_0x14" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(iVar15._M_current)->field_0x14" & (field_expression "(iVar15._M_current)->field_0x14" (parenthesized_expression "(iVar15._M_current)" ( (field_expression "iVar15._M_current" identifier . field_identifier) )) -> field_identifier))))) ;) (expression_statement "uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18;" (assignment_expression "uVar5 = *(undefined8 *)&(iVar15._M_current)->field_0x18" identifier = (pointer_expression "*(undefined8 *)&(iVar15._M_current)->field_0x18" * (cast_expression "(undefined8 *)&(iVar15._M_current)->field_0x18" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(iVar15._M_current)->field_0x18" & (field_expression "(iVar15._M_current)->field_0x18" (parenthesized_expression "(iVar15._M_current)" ( (field_expression "iVar15._M_current" identifier . field_identifier) )) -> field_identifier))))) ;) (expression_statement "pLVar13 = iVar15._M_current + 1;" (assignment_expression "pLVar13 = iVar15._M_current + 1" identifier = (binary_expression "iVar15._M_current + 1" (field_expression "iVar15._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "pLVar12->st_value = (iVar15._M_current)->st_value;" (assignment_expression "pLVar12->st_value = (iVar15._M_current)->st_value" (field_expression "pLVar12->st_value" identifier -> field_identifier) = (field_expression "(iVar15._M_current)->st_value" (parenthesized_expression "(iVar15._M_current)" ( (field_expression "iVar15._M_current" identifier . field_identifier) )) -> field_identifier)) ;) (expression_statement "*(undefined4 *)&pLVar12->field_0x4 = uVar7;" (assignment_expression "*(undefined4 *)&pLVar12->field_0x4 = uVar7" (pointer_expression "*(undefined4 *)&pLVar12->field_0x4" * (cast_expression "(undefined4 *)&pLVar12->field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar12->field_0x4" & (field_expression "pLVar12->field_0x4" identifier -> field_identifier)))) = identifier) ;) (expression_statement "pLVar12->name = pcVar4;" (assignment_expression "pLVar12->name = pcVar4" (field_expression "pLVar12->name" identifier -> field_identifier) = identifier) ;) (expression_statement "pLVar12->st_size = uVar8;" (assignment_expression "pLVar12->st_size = uVar8" (field_expression "pLVar12->st_size" identifier -> field_identifier) = identifier) ;) (expression_statement "*(undefined4 *)&pLVar12->field_0x14 = uVar9;" (assignment_expression "*(undefined4 *)&pLVar12->field_0x14 = uVar9" (pointer_expression "*(undefined4 *)&pLVar12->field_0x14" * (cast_expression "(undefined4 *)&pLVar12->field_0x14" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar12->field_0x14" & (field_expression "pLVar12->field_0x14" identifier -> field_identifier)))) = identifier) ;) (expression_statement "*(undefined8 *)&pLVar12->field_0x18 = uVar5;" (assignment_expression "*(undefined8 *)&pLVar12->field_0x18 = uVar5" (pointer_expression "*(undefined8 *)&pLVar12->field_0x18" * (cast_expression "(undefined8 *)&pLVar12->field_0x18" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pLVar12->field_0x18" & (field_expression "pLVar12->field_0x18" identifier -> field_identifier)))) = identifier) ;) (expression_statement "pLVar12 = pLVar12 + 1;" (assignment_expression "pLVar12 = pLVar12 + 1" identifier = (binary_expression "pLVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar15._M_current = pLVar13;" (assignment_expression "iVar15._M_current = pLVar13" (field_expression "iVar15._M_current" identifier . field_identifier) = identifier) ;) }) while (parenthesized_expression "(pLVar2 != pLVar13)" ( (binary_expression "pLVar2 != pLVar13" identifier != identifier) )) ;) (expression_statement "pLVar19 = (pointer)((long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))\n ;" (assignment_expression "pLVar19 = (pointer)((long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))" identifier = (call_expression "(pointer)((long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))" ( (binary_expression "(long)&pLVar19[1].st_value +\n ((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U)" (cast_expression "(long)&pLVar19[1].st_value" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pLVar19[1].st_value" & (field_expression "pLVar19[1].st_value" (subscript_expression "pLVar19[1]" identifier [ number_literal ]) . field_identifier))) + (parenthesized_expression "((long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U)" ( (binary_expression "(long)pLVar2 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U" (binary_expression "(long)pLVar2 + (-0x20 - (long)__position._M_current)" (cast_expression "(long)pLVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x20 - (long)__position._M_current)" ( (binary_expression "-0x20 - (long)__position._M_current" number_literal - (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) & number_literal) ))) )))) ;) })) (if_statement "if (pLVar3 != (Local_symbol *)0x0) {\n operator_delete(pLVar3);\n }" if (parenthesized_expression "(pLVar3 != (Local_symbol *)0x0)" ( (binary_expression "pLVar3 != (Local_symbol *)0x0" identifier != (cast_expression "(Local_symbol *)0x0" ( (type_descriptor "Local_symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete(pLVar3);\n }" { (expression_statement "operator_delete(pLVar3);" (call_expression "operator_delete(pLVar3)" identifier (argument_list "(pLVar3)" ( identifier ))) ;) })) (expression_statement "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start = pLVar11;" (assignment_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start = pLVar11" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_relobj_incr" : : identifier) < number_literal) , (comma_expression "_false>::Local_symbol,_std" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_relobj_incr<32,_false>::Local_symbol>_" (binary_expression "Sized_relobj_incr<32" identifier < number_literal) , (binary_expression "_false>::Local_symbol>_" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish = pLVar19;" (assignment_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish = pLVar19" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_relobj_incr" : : identifier) < number_literal) , (comma_expression "_false>::Local_symbol,_std" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_relobj_incr<32,_false>::Local_symbol>_" (binary_expression "Sized_relobj_incr<32" identifier < number_literal) , (binary_expression "_false>::Local_symbol>_" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_end_of_storage = pLVar16;" (assignment_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_end_of_storage = pLVar16" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_relobj_incr<32" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_relobj_incr" : : identifier) < number_literal) , (comma_expression "_false>::Local_symbol,_std" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_relobj_incr<32,_false>::Local_symbol>_" (binary_expression "Sized_relobj_incr<32" identifier < number_literal) , (binary_expression "_false>::Local_symbol>_" (binary_expression "_false>::Local_symbol" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}\n\n" (function_definition "void FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}" primitive_type (function_declarator "FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)" identifier (parameter_list "(long *param_1,undefined8 *param_2,undefined8 *param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar2 = (undefined8 *)*param_1;" (assignment_expression "puVar2 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "uVar6 = (long)puVar1 - (long)puVar2 >> 5;" (assignment_expression "uVar6 = (long)puVar1 - (long)puVar2 >> 5" identifier = (binary_expression "(long)puVar1 - (long)puVar2 >> 5" (binary_expression "(long)puVar1 - (long)puVar2" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" if (parenthesized_expression "(uVar6 == 0)" ( (binary_expression "uVar6 == 0" identifier == number_literal) )) (compound_statement "{\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }" { (expression_statement "uVar11 = 1;" (assignment_expression "uVar11 = 1" identifier = number_literal) ;) (labeled_statement "LAB_001ac735:\n lVar12 = uVar11 << 5;" statement_identifier : (expression_statement "lVar12 = uVar11 << 5;" (assignment_expression "lVar12 = uVar11 << 5" identifier = (binary_expression "uVar11 << 5" identifier << number_literal)) ;)) }) (else_clause "else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" else (compound_statement "{\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" { (expression_statement "uVar11 = uVar6 * 2;" (assignment_expression "uVar11 = uVar6 * 2" identifier = (binary_expression "uVar6 * 2" identifier * number_literal)) ;) (expression_statement "lVar12 = -0x20;" (assignment_expression "lVar12 = -0x20" identifier = number_literal) ;) (if_statement "if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" if (parenthesized_expression "((uVar6 <= uVar11) && (uVar11 < 0x800000000000000))" ( (binary_expression "(uVar6 <= uVar11) && (uVar11 < 0x800000000000000)" (parenthesized_expression "(uVar6 <= uVar11)" ( (binary_expression "uVar6 <= uVar11" identifier <= identifier) )) && (parenthesized_expression "(uVar11 < 0x800000000000000)" ( (binary_expression "uVar11 < 0x800000000000000" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" { (if_statement "if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }" if (parenthesized_expression "(uVar11 == 0)" ( (binary_expression "uVar11 == 0" identifier == number_literal) )) (compound_statement "{\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }" { (expression_statement "puVar13 = (undefined8 *)0x20;" (assignment_expression "puVar13 = (undefined8 *)0x20" identifier = (cast_expression "(undefined8 *)0x20" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" identifier = number_literal) ;) (expression_statement "puVar7 = (undefined8 *)0x0;" (assignment_expression "puVar7 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_001ac63a;" goto statement_identifier ;) })) (goto_statement "goto LAB_001ac735;" goto statement_identifier ;) })) }))) (expression_statement "puVar7 = (undefined8 *)FUN_002ee780(lVar12);" (assignment_expression "puVar7 = (undefined8 *)FUN_002ee780(lVar12)" identifier = (cast_expression "(undefined8 *)FUN_002ee780(lVar12)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002ee780(lVar12)" identifier (argument_list "(lVar12)" ( identifier ))))) ;) (expression_statement "lVar12 = (long)puVar7 + lVar12;" (assignment_expression "lVar12 = (long)puVar7 + lVar12" identifier = (binary_expression "(long)puVar7 + lVar12" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) ;) (expression_statement "puVar13 = puVar7 + 4;" (assignment_expression "puVar13 = puVar7 + 4" identifier = (binary_expression "puVar7 + 4" identifier + number_literal)) ;) (labeled_statement "LAB_001ac63a:\n uVar3 = param_3[1];" statement_identifier : (expression_statement "uVar3 = param_3[1];" (assignment_expression "uVar3 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar4 = param_3[2];" (assignment_expression "uVar4 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = param_3[3];" (assignment_expression "uVar5 = param_3[3]" identifier = (subscript_expression "param_3[3]" identifier [ number_literal ])) ;) (expression_statement "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));" (assignment_expression "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2))" identifier = (cast_expression "(undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + ((long)param_2 - (long)puVar2))" ( (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) )))) ;) (expression_statement "*puVar8 = *param_3;" (assignment_expression "*puVar8 = *param_3" (pointer_expression "*puVar8" * identifier) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);" (assignment_expression "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" identifier = (cast_expression "(undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" ( (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10" (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 - (long)puVar2)" ( (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) + number_literal) )))) ;) (expression_statement "*puVar8 = uVar4;" (assignment_expression "*puVar8 = uVar4" (pointer_expression "*puVar8" * identifier) = identifier) ;) (expression_statement "puVar8[1] = uVar5;" (assignment_expression "puVar8[1] = uVar5" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = puVar7;" (assignment_expression "puVar8 = puVar7" identifier = identifier) ;) (expression_statement "puVar9 = puVar2;" (assignment_expression "puVar9 = puVar2" identifier = identifier) ;) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }" if (parenthesized_expression "(param_2 != puVar2)" ( (binary_expression "param_2 != puVar2" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }" { (do_statement "do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);" do (compound_statement "{\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n }" { (expression_statement "uVar3 = puVar9[1];" (assignment_expression "uVar3 = puVar9[1]" identifier = (subscript_expression "puVar9[1]" identifier [ number_literal ])) ;) (expression_statement "puVar13 = puVar9 + 4;" (assignment_expression "puVar13 = puVar9 + 4" identifier = (binary_expression "puVar9 + 4" identifier + number_literal)) ;) (expression_statement "*puVar8 = *puVar9;" (assignment_expression "*puVar8 = *puVar9" (pointer_expression "*puVar8" * identifier) = (pointer_expression "*puVar9" * identifier)) ;) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = puVar9[3];" (assignment_expression "uVar3 = puVar9[3]" identifier = (subscript_expression "puVar9[3]" identifier [ number_literal ])) ;) (expression_statement "puVar8[2] = puVar9[2];" (assignment_expression "puVar8[2] = puVar9[2]" (subscript_expression "puVar8[2]" identifier [ number_literal ]) = (subscript_expression "puVar9[2]" identifier [ number_literal ])) ;) (expression_statement "puVar8[3] = uVar3;" (assignment_expression "puVar8[3] = uVar3" (subscript_expression "puVar8[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = puVar8 + 4;" (assignment_expression "puVar8 = puVar8 + 4" identifier = (binary_expression "puVar8 + 4" identifier + number_literal)) ;) (expression_statement "puVar9 = puVar13;" (assignment_expression "puVar9 = puVar13" identifier = identifier) ;) }) while (parenthesized_expression "(param_2 != puVar13)" ( (binary_expression "param_2 != puVar13" identifier != identifier) )) ;) (expression_statement "puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;" (assignment_expression "puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" identifier = (cast_expression "(undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" ( (binary_expression "(long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40" (binary_expression "(long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U)" ( (binary_expression "(long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U" (binary_expression "(long)param_2 + (-0x20 - (long)puVar2)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x20 - (long)puVar2)" ( (binary_expression "-0x20 - (long)puVar2" number_literal - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (expression_statement "puVar8 = puVar13;" (assignment_expression "puVar8 = puVar13" identifier = identifier) ;) (expression_statement "puVar9 = param_2;" (assignment_expression "puVar9 = param_2" identifier = identifier) ;) (if_statement "if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }" if (parenthesized_expression "(param_2 != puVar1)" ( (binary_expression "param_2 != puVar1" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }" { (do_statement "do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);" do (compound_statement "{\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n }" { (expression_statement "uVar3 = puVar9[1];" (assignment_expression "uVar3 = puVar9[1]" identifier = (subscript_expression "puVar9[1]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = puVar9[2];" (assignment_expression "uVar4 = puVar9[2]" identifier = (subscript_expression "puVar9[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = puVar9[3];" (assignment_expression "uVar5 = puVar9[3]" identifier = (subscript_expression "puVar9[3]" identifier [ number_literal ])) ;) (expression_statement "puVar10 = puVar9 + 4;" (assignment_expression "puVar10 = puVar9 + 4" identifier = (binary_expression "puVar9 + 4" identifier + number_literal)) ;) (expression_statement "*puVar8 = *puVar9;" (assignment_expression "*puVar8 = *puVar9" (pointer_expression "*puVar8" * identifier) = (pointer_expression "*puVar9" * identifier)) ;) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[2] = uVar4;" (assignment_expression "puVar8[2] = uVar4" (subscript_expression "puVar8[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8[3] = uVar5;" (assignment_expression "puVar8[3] = uVar5" (subscript_expression "puVar8[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar8 = puVar8 + 4;" (assignment_expression "puVar8 = puVar8 + 4" identifier = (binary_expression "puVar8 + 4" identifier + number_literal)) ;) (expression_statement "puVar9 = puVar10;" (assignment_expression "puVar9 = puVar10" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar10)" ( (binary_expression "puVar1 != puVar10" identifier != identifier) )) ;) (expression_statement "puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );" (assignment_expression "puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" identifier = (cast_expression "(undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" ( (binary_expression "(long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20" (binary_expression "(long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U)" (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U)" ( (binary_expression "(long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U" (binary_expression "(long)puVar1 + (-0x20 - (long)param_2)" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x20 - (long)param_2)" ( (binary_expression "-0x20 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) & number_literal) ))) + number_literal) )))) ;) })) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }" if (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" ( (binary_expression "puVar2 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002eff50(puVar2);\n }" { (expression_statement "FUN_002eff50(puVar2);" (call_expression "FUN_002eff50(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = (long)puVar7;" (assignment_expression "*param_1 = (long)puVar7" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[1] = (long)puVar13;" (assignment_expression "param_1[1] = (long)puVar13" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar13" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[2] = lVar12;" (assignment_expression "param_1[2] = lVar12" (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 (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * 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)) ;)) }) (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 IDENT < LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (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 (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (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) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (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) + (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) & LIT) ))) + LIT) )))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (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) + (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) & LIT) ))) + LIT) )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (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) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001ac5d0(long *param_1,undefined8 *param_2,undefined8 *param_3)" (identifier "FUN_001ac5d0") (parameter_list "(long *param_1,undefined8 *param_2,undefined8 *param_3)" (( "(") (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") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n ulong uVar6;\n undefined8 *puVar7;\n undefined8 *puVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n ulong uVar11;\n long lVar12;\n undefined8 *puVar13;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n uVar6 = (long)puVar1 - (long)puVar2 >> 5;\n if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }\n puVar7 = (undefined8 *)FUN_002ee780(lVar12);\n lVar12 = (long)puVar7 + lVar12;\n puVar13 = puVar7 + 4;\nLAB_001ac63a:\n uVar3 = param_3[1];\n uVar4 = param_3[2];\n uVar5 = param_3[3];\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));\n *puVar8 = *param_3;\n puVar8[1] = uVar3;\n puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);\n *puVar8 = uVar4;\n puVar8[1] = uVar5;\n puVar8 = puVar7;\n puVar9 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }\n puVar8 = puVar13;\n puVar9 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }\n *param_1 = (long)puVar7;\n param_1[1] = (long)puVar13;\n param_1[2] = lVar12;\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "ulong uVar6;" (type_identifier "ulong") (identifier "uVar6") (; ";")) (declaration "undefined8 *puVar7;" (type_identifier "undefined8") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "undefined8 *puVar8;" (type_identifier "undefined8") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (declaration "undefined8 *puVar9;" (type_identifier "undefined8") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "undefined8 *puVar10;" (type_identifier "undefined8") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "ulong uVar11;" (type_identifier "ulong") (identifier "uVar11") (; ";")) (declaration "long lVar12;" (sized_type_specifier "long" (long "long")) (identifier "lVar12") (; ";")) (declaration "undefined8 *puVar13;" (type_identifier "undefined8") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "puVar2 = (undefined8 *)*param_1;" (assignment_expression "puVar2 = (undefined8 *)*param_1" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "uVar6 = (long)puVar1 - (long)puVar2 >> 5;" (assignment_expression "uVar6 = (long)puVar1 - (long)puVar2 >> 5" (identifier "uVar6") (= "=") (binary_expression "(long)puVar1 - (long)puVar2 >> 5" (binary_expression "(long)puVar1 - (long)puVar2" (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1")) (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) (>> ">>") (number_literal "5"))) (; ";")) (if_statement "if (uVar6 == 0) {\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }\n else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" (if "if") (parenthesized_expression "(uVar6 == 0)" (( "(") (binary_expression "uVar6 == 0" (identifier "uVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar11 = 1;\nLAB_001ac735:\n lVar12 = uVar11 << 5;\n }" ({ "{") (expression_statement "uVar11 = 1;" (assignment_expression "uVar11 = 1" (identifier "uVar11") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_001ac735:\n lVar12 = uVar11 << 5;" (statement_identifier "LAB_001ac735") (: ":") (expression_statement "lVar12 = uVar11 << 5;" (assignment_expression "lVar12 = uVar11 << 5" (identifier "lVar12") (= "=") (binary_expression "uVar11 << 5" (identifier "uVar11") (<< "<<") (number_literal "5"))) (; ";"))) (} "}")) (else_clause "else {\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" (else "else") (compound_statement "{\n uVar11 = uVar6 * 2;\n lVar12 = -0x20;\n if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }\n }" ({ "{") (expression_statement "uVar11 = uVar6 * 2;" (assignment_expression "uVar11 = uVar6 * 2" (identifier "uVar11") (= "=") (binary_expression "uVar6 * 2" (identifier "uVar6") (* "*") (number_literal "2"))) (; ";")) (expression_statement "lVar12 = -0x20;" (assignment_expression "lVar12 = -0x20" (identifier "lVar12") (= "=") (number_literal "-0x20")) (; ";")) (if_statement "if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" (if "if") (parenthesized_expression "((uVar6 <= uVar11) && (uVar11 < 0x800000000000000))" (( "(") (binary_expression "(uVar6 <= uVar11) && (uVar11 < 0x800000000000000)" (parenthesized_expression "(uVar6 <= uVar11)" (( "(") (binary_expression "uVar6 <= uVar11" (identifier "uVar6") (<= "<=") (identifier "uVar11")) () ")")) (&& "&&") (parenthesized_expression "(uVar11 < 0x800000000000000)" (( "(") (binary_expression "uVar11 < 0x800000000000000" (identifier "uVar11") (< "<") (number_literal "0x800000000000000")) () ")"))) () ")")) (compound_statement "{\n if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }\n goto LAB_001ac735;\n }" ({ "{") (if_statement "if (uVar11 == 0) {\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }" (if "if") (parenthesized_expression "(uVar11 == 0)" (( "(") (binary_expression "uVar11 == 0" (identifier "uVar11") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puVar13 = (undefined8 *)0x20;\n lVar12 = 0;\n puVar7 = (undefined8 *)0x0;\n goto LAB_001ac63a;\n }" ({ "{") (expression_statement "puVar13 = (undefined8 *)0x20;" (assignment_expression "puVar13 = (undefined8 *)0x20" (identifier "puVar13") (= "=") (cast_expression "(undefined8 *)0x20" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x20"))) (; ";")) (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" (identifier "lVar12") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar7 = (undefined8 *)0x0;" (assignment_expression "puVar7 = (undefined8 *)0x0" (identifier "puVar7") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (goto_statement "goto LAB_001ac63a;" (goto "goto") (statement_identifier "LAB_001ac63a") (; ";")) (} "}"))) (goto_statement "goto LAB_001ac735;" (goto "goto") (statement_identifier "LAB_001ac735") (; ";")) (} "}"))) (} "}")))) (expression_statement "puVar7 = (undefined8 *)FUN_002ee780(lVar12);" (assignment_expression "puVar7 = (undefined8 *)FUN_002ee780(lVar12)" (identifier "puVar7") (= "=") (cast_expression "(undefined8 *)FUN_002ee780(lVar12)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002ee780(lVar12)" (identifier "FUN_002ee780") (argument_list "(lVar12)" (( "(") (identifier "lVar12") () ")"))))) (; ";")) (expression_statement "lVar12 = (long)puVar7 + lVar12;" (assignment_expression "lVar12 = (long)puVar7 + lVar12" (identifier "lVar12") (= "=") (binary_expression "(long)puVar7 + lVar12" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (identifier "lVar12"))) (; ";")) (expression_statement "puVar13 = puVar7 + 4;" (assignment_expression "puVar13 = puVar7 + 4" (identifier "puVar13") (= "=") (binary_expression "puVar7 + 4" (identifier "puVar7") (+ "+") (number_literal "4"))) (; ";")) (labeled_statement "LAB_001ac63a:\n uVar3 = param_3[1];" (statement_identifier "LAB_001ac63a") (: ":") (expression_statement "uVar3 = param_3[1];" (assignment_expression "uVar3 = param_3[1]" (identifier "uVar3") (= "=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (; ";"))) (expression_statement "uVar4 = param_3[2];" (assignment_expression "uVar4 = param_3[2]" (identifier "uVar4") (= "=") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar5 = param_3[3];" (assignment_expression "uVar5 = param_3[3]" (identifier "uVar5") (= "=") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));" (assignment_expression "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2))" (identifier "puVar8") (= "=") (cast_expression "(undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + ((long)param_2 - (long)puVar2))" (( "(") (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (parenthesized_expression "((long)param_2 - (long)puVar2)" (( "(") (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")"))) () ")")))) (; ";")) (expression_statement "*puVar8 = *param_3;" (assignment_expression "*puVar8 = *param_3" (pointer_expression "*puVar8" (* "*") (identifier "puVar8")) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);" (assignment_expression "puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" (identifier "puVar8") (= "=") (cast_expression "(undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10)" (( "(") (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10" (binary_expression "(long)puVar7 + ((long)param_2 - (long)puVar2)" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (parenthesized_expression "((long)param_2 - (long)puVar2)" (( "(") (binary_expression "(long)param_2 - (long)puVar2" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")"))) (+ "+") (number_literal "0x10")) () ")")))) (; ";")) (expression_statement "*puVar8 = uVar4;" (assignment_expression "*puVar8 = uVar4" (pointer_expression "*puVar8" (* "*") (identifier "puVar8")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "puVar8[1] = uVar5;" (assignment_expression "puVar8[1] = uVar5" (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "puVar8 = puVar7;" (assignment_expression "puVar8 = puVar7" (identifier "puVar8") (= "=") (identifier "puVar7")) (; ";")) (expression_statement "puVar9 = puVar2;" (assignment_expression "puVar9 = puVar2" (identifier "puVar9") (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }" (if "if") (parenthesized_expression "(param_2 != puVar2)" (( "(") (binary_expression "param_2 != puVar2" (identifier "param_2") (!= "!=") (identifier "puVar2")) () ")")) (compound_statement "{\n do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);\n puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;\n }" ({ "{") (do_statement "do {\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n } while (param_2 != puVar13);" (do "do") (compound_statement "{\n uVar3 = puVar9[1];\n puVar13 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n uVar3 = puVar9[3];\n puVar8[2] = puVar9[2];\n puVar8[3] = uVar3;\n puVar8 = puVar8 + 4;\n puVar9 = puVar13;\n }" ({ "{") (expression_statement "uVar3 = puVar9[1];" (assignment_expression "uVar3 = puVar9[1]" (identifier "uVar3") (= "=") (subscript_expression "puVar9[1]" (identifier "puVar9") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "puVar13 = puVar9 + 4;" (assignment_expression "puVar13 = puVar9 + 4" (identifier "puVar13") (= "=") (binary_expression "puVar9 + 4" (identifier "puVar9") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "*puVar8 = *puVar9;" (assignment_expression "*puVar8 = *puVar9" (pointer_expression "*puVar8" (* "*") (identifier "puVar8")) (= "=") (pointer_expression "*puVar9" (* "*") (identifier "puVar9"))) (; ";")) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "uVar3 = puVar9[3];" (assignment_expression "uVar3 = puVar9[3]" (identifier "uVar3") (= "=") (subscript_expression "puVar9[3]" (identifier "puVar9") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "puVar8[2] = puVar9[2];" (assignment_expression "puVar8[2] = puVar9[2]" (subscript_expression "puVar8[2]" (identifier "puVar8") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "puVar9[2]" (identifier "puVar9") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "puVar8[3] = uVar3;" (assignment_expression "puVar8[3] = uVar3" (subscript_expression "puVar8[3]" (identifier "puVar8") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar8 = puVar8 + 4;" (assignment_expression "puVar8 = puVar8 + 4" (identifier "puVar8") (= "=") (binary_expression "puVar8 + 4" (identifier "puVar8") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "puVar9 = puVar13;" (assignment_expression "puVar9 = puVar13" (identifier "puVar9") (= "=") (identifier "puVar13")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_2 != puVar13)" (( "(") (binary_expression "param_2 != puVar13" (identifier "param_2") (!= "!=") (identifier "puVar13")) () ")")) (; ";")) (expression_statement "puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)\n ;" (assignment_expression "puVar13 = (undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" (identifier "puVar13") (= "=") (cast_expression "(undefined8 *)\n ((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)" (( "(") (binary_expression "(long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40" (binary_expression "(long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U)" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (parenthesized_expression "((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U)" (( "(") (binary_expression "(long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U" (binary_expression "(long)param_2 + (-0x20 - (long)puVar2)" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (parenthesized_expression "(-0x20 - (long)puVar2)" (( "(") (binary_expression "-0x20 - (long)puVar2" (number_literal "-0x20") (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")"))) (& "&") (number_literal "0xffffffffffffffe0U")) () ")"))) (+ "+") (number_literal "0x40")) () ")")))) (; ";")) (} "}"))) (expression_statement "puVar8 = puVar13;" (assignment_expression "puVar8 = puVar13" (identifier "puVar8") (= "=") (identifier "puVar13")) (; ";")) (expression_statement "puVar9 = param_2;" (assignment_expression "puVar9 = param_2" (identifier "puVar9") (= "=") (identifier "param_2")) (; ";")) (if_statement "if (param_2 != puVar1) {\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }" (if "if") (parenthesized_expression "(param_2 != puVar1)" (( "(") (binary_expression "param_2 != puVar1" (identifier "param_2") (!= "!=") (identifier "puVar1")) () ")")) (compound_statement "{\n do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);\n puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );\n }" ({ "{") (do_statement "do {\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n } while (puVar1 != puVar10);" (do "do") (compound_statement "{\n uVar3 = puVar9[1];\n uVar4 = puVar9[2];\n uVar5 = puVar9[3];\n puVar10 = puVar9 + 4;\n *puVar8 = *puVar9;\n puVar8[1] = uVar3;\n puVar8[2] = uVar4;\n puVar8[3] = uVar5;\n puVar8 = puVar8 + 4;\n puVar9 = puVar10;\n }" ({ "{") (expression_statement "uVar3 = puVar9[1];" (assignment_expression "uVar3 = puVar9[1]" (identifier "uVar3") (= "=") (subscript_expression "puVar9[1]" (identifier "puVar9") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar4 = puVar9[2];" (assignment_expression "uVar4 = puVar9[2]" (identifier "uVar4") (= "=") (subscript_expression "puVar9[2]" (identifier "puVar9") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar5 = puVar9[3];" (assignment_expression "uVar5 = puVar9[3]" (identifier "uVar5") (= "=") (subscript_expression "puVar9[3]" (identifier "puVar9") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "puVar10 = puVar9 + 4;" (assignment_expression "puVar10 = puVar9 + 4" (identifier "puVar10") (= "=") (binary_expression "puVar9 + 4" (identifier "puVar9") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "*puVar8 = *puVar9;" (assignment_expression "*puVar8 = *puVar9" (pointer_expression "*puVar8" (* "*") (identifier "puVar8")) (= "=") (pointer_expression "*puVar9" (* "*") (identifier "puVar9"))) (; ";")) (expression_statement "puVar8[1] = uVar3;" (assignment_expression "puVar8[1] = uVar3" (subscript_expression "puVar8[1]" (identifier "puVar8") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar8[2] = uVar4;" (assignment_expression "puVar8[2] = uVar4" (subscript_expression "puVar8[2]" (identifier "puVar8") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "puVar8[3] = uVar5;" (assignment_expression "puVar8[3] = uVar5" (subscript_expression "puVar8[3]" (identifier "puVar8") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "puVar8 = puVar8 + 4;" (assignment_expression "puVar8 = puVar8 + 4" (identifier "puVar8") (= "=") (binary_expression "puVar8 + 4" (identifier "puVar8") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "puVar9 = puVar10;" (assignment_expression "puVar9 = puVar10" (identifier "puVar9") (= "=") (identifier "puVar10")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar1 != puVar10)" (( "(") (binary_expression "puVar1 != puVar10" (identifier "puVar1") (!= "!=") (identifier "puVar10")) () ")")) (; ";")) (expression_statement "puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n );" (assignment_expression "puVar13 = (undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" (identifier "puVar13") (= "=") (cast_expression "(undefined8 *)\n ((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20\n )" (( "(") (binary_expression "(long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20" (binary_expression "(long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U)" (cast_expression "(long)puVar13" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar13")) (+ "+") (parenthesized_expression "((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U)" (( "(") (binary_expression "(long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U" (binary_expression "(long)puVar1 + (-0x20 - (long)param_2)" (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1")) (+ "+") (parenthesized_expression "(-0x20 - (long)param_2)" (( "(") (binary_expression "-0x20 - (long)param_2" (number_literal "-0x20") (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) (& "&") (number_literal "0xffffffffffffffe0U")) () ")"))) (+ "+") (number_literal "0x20")) () ")")))) (; ";")) (} "}"))) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_002eff50(puVar2);\n }" (if "if") (parenthesized_expression "(puVar2 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar2 != (undefined8 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_002eff50(puVar2);\n }" ({ "{") (expression_statement "FUN_002eff50(puVar2);" (call_expression "FUN_002eff50(puVar2)" (identifier "FUN_002eff50") (argument_list "(puVar2)" (( "(") (identifier "puVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = (long)puVar7;" (assignment_expression "*param_1 = (long)puVar7" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7"))) (; ";")) (expression_statement "param_1[1] = (long)puVar13;" (assignment_expression "param_1[1] = (long)puVar13" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(long)puVar13" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar13"))) (; ";")) (expression_statement "param_1[2] = lVar12;" (assignment_expression "param_1[2] = lVar12" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar12")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original name: _M_realloc_insert<gold::Sized_relobj_incr<32, false>::Local_symbol>
DWARF original prototype: void
_M_realloc_insert<gold::Sized_relobj_incr<32,_false>::Local_symbol>(vector<gold::Sized_relobj_incr<32,_false>::Local_symbol,_std::allocator<gold::Sized_relobj_incr<32,_false>::Local_symbol>_>
* this, iterator __position, Local_symbol * __args#0) */
void __thiscall
std::
vector<gold::var_1<32,var_2>::type_1,_std::allocator<gold::var_1<32,var_2>::type_1>var_3>
::_M_realloc_insert<gold::var_1<32,var_2>::type_1>
(vector<gold::var_1<32,var_2>::type_1,_std::allocator<gold::var_1<32,var_2>::type_1>var_3>
*this,type_7 __position,type_1 *__args_0)
{
type_2 *puVar1;
type_1 *var_13;
type_1 *var_9;
char *pcVar4;
type_2 uVar5;
type_2 uVar6;
type_3 uVar7;
type_4 uVar8;
type_3 uVar9;
type_5 var_4;
type_6 var_8;
type_6 var_11;
type_1 *var_10;
type_1 *var_12;
type_7 iVar15;
type_6 pLVar16;
type_5 var_5;
type_5 var_7;
type_6 pLVar19;
var_13 = (this->
super__Vector_base<gold::var_1<32,var_2>::type_1,_std::allocator<gold::var_1<32,var_2>::type_1>var_3>
)._M_impl._M_finish;
var_9 = (this->
super__Vector_base<gold::var_1<32,var_2>::type_1,_std::allocator<gold::var_1<32,var_2>::type_1>var_3>
)._M_impl._M_start;
var_4 = (long)var_13 - (long)var_9 >> 5;
if (var_4 == 0) {
var_5 = 1;
LAB_001ac735:
var_7 = var_5 << 5;
}
else {
var_5 = var_4 * 2;
var_7 = 0xffffffffffffffe0;
if ((var_4 <= var_5) && (var_5 < 0x800000000000000)) {
if (var_5 == 0) {
pLVar19 = (type_6)0x20;
pLVar16 = (type_6)0x0;
var_8 = (type_6)0x0;
goto LAB_001ac63a;
}
goto LAB_001ac735;
}
}
var_8 = (type_6)var_6(var_7);
pLVar16 = (type_6)((long)&var_8->st_value + var_7);
pLVar19 = var_8 + 1;
LAB_001ac63a:
pcVar4 = __args_0->name;
uVar5 = *(type_2 *)&__args_0->st_size;
uVar6 = *(type_2 *)&__args_0->field_0x18;
puVar1 = (type_2 *)((long)var_8 + ((long)__position._M_current - (long)var_9));
*puVar1 = *(type_2 *)__args_0;
puVar1[1] = pcVar4;
puVar1 = (type_2 *)((long)var_8 + ((long)__position._M_current - (long)var_9) + 0x10);
*puVar1 = uVar5;
puVar1[1] = uVar6;
var_11 = var_8;
var_10 = var_9;
if (__position._M_current != var_9) {
do {
uVar7 = *(type_3 *)&var_10->field_0x4;
pcVar4 = var_10->name;
var_12 = var_10 + 1;
var_11->st_value = var_10->st_value;
*(type_3 *)&var_11->field_0x4 = uVar7;
var_11->name = pcVar4;
uVar7 = *(type_3 *)&var_10->field_0x14;
uVar5 = *(type_2 *)&var_10->field_0x18;
var_11->st_size = var_10->st_size;
*(type_3 *)&var_11->field_0x14 = uVar7;
*(type_2 *)&var_11->field_0x18 = uVar5;
var_11 = var_11 + 1;
var_10 = var_12;
} while (__position._M_current != var_12);
pLVar19 = (type_6)((long)&var_8[2].st_value +
((long)__position._M_current + (-0x20 - (long)var_9) & 0xffffffffffffffe0U))
;
}
var_11 = pLVar19;
iVar15._M_current = __position._M_current;
if (__position._M_current != var_13) {
do {
uVar7 = *(type_3 *)&(iVar15._M_current)->field_0x4;
pcVar4 = (iVar15._M_current)->name;
uVar8 = (iVar15._M_current)->st_size;
uVar9 = *(type_3 *)&(iVar15._M_current)->field_0x14;
uVar5 = *(type_2 *)&(iVar15._M_current)->field_0x18;
var_10 = iVar15._M_current + 1;
var_11->st_value = (iVar15._M_current)->st_value;
*(type_3 *)&var_11->field_0x4 = uVar7;
var_11->name = pcVar4;
var_11->st_size = uVar8;
*(type_3 *)&var_11->field_0x14 = uVar9;
*(type_2 *)&var_11->field_0x18 = uVar5;
var_11 = var_11 + 1;
iVar15._M_current = var_10;
} while (var_13 != var_10);
pLVar19 = (type_6)((long)&pLVar19[1].st_value +
((long)var_13 + (-0x20 - (long)__position._M_current) & 0xffffffffffffffe0U))
;
}
if (var_9 != (type_1 *)0x0) {
var_14(var_9);
}
(this->
super__Vector_base<gold::var_1<32,var_2>::type_1,_std::allocator<gold::var_1<32,var_2>::type_1>var_3>
)._M_impl._M_start = var_8;
(this->
super__Vector_base<gold::var_1<32,var_2>::type_1,_std::allocator<gold::var_1<32,var_2>::type_1>var_3>
)._M_impl._M_finish = pLVar19;
(this->
super__Vector_base<gold::var_1<32,var_2>::type_1,_std::allocator<gold::var_1<32,var_2>::type_1>var_3>
)._M_impl._M_end_of_storage = pLVar16;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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)))))) 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: (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (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: (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: (parenthesized_expression (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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) right: (number_literal)))) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) right: (number_literal)))) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (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))) (return_statement))))
| null |
void MASKED(long *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined8 uVar5;
ulong uVar6;
undefined8 *puVar7;
undefined8 *puVar8;
undefined8 *puVar9;
undefined8 *puVar10;
ulong uVar11;
long lVar12;
undefined8 *puVar13;
puVar1 = (undefined8 *)param_1[1];
puVar2 = (undefined8 *)*param_1;
uVar6 = (long)puVar1 - (long)puVar2 >> 5;
if (uVar6 == 0) {
uVar11 = 1;
LAB_001ac735:
lVar12 = uVar11 << 5;
}
else {
uVar11 = uVar6 * 2;
lVar12 = -0x20;
if ((uVar6 <= uVar11) && (uVar11 < 0x800000000000000)) {
if (uVar11 == 0) {
puVar13 = (undefined8 *)0x20;
lVar12 = 0;
puVar7 = (undefined8 *)0x0;
goto LAB_001ac63a;
}
goto LAB_001ac735;
}
}
puVar7 = (undefined8 *)FUN_002ee780(lVar12);
lVar12 = (long)puVar7 + lVar12;
puVar13 = puVar7 + 4;
LAB_001ac63a:
uVar3 = param_3[1];
uVar4 = param_3[2];
uVar5 = param_3[3];
puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2));
*puVar8 = *param_3;
puVar8[1] = uVar3;
puVar8 = (undefined8 *)((long)puVar7 + ((long)param_2 - (long)puVar2) + 0x10);
*puVar8 = uVar4;
puVar8[1] = uVar5;
puVar8 = puVar7;
puVar9 = puVar2;
if (param_2 != puVar2) {
do {
uVar3 = puVar9[1];
puVar13 = puVar9 + 4;
*puVar8 = *puVar9;
puVar8[1] = uVar3;
uVar3 = puVar9[3];
puVar8[2] = puVar9[2];
puVar8[3] = uVar3;
puVar8 = puVar8 + 4;
puVar9 = puVar13;
} while (param_2 != puVar13);
puVar13 = (undefined8 *)
((long)puVar7 + ((long)param_2 + (-0x20 - (long)puVar2) & 0xffffffffffffffe0U) + 0x40)
;
}
puVar8 = puVar13;
puVar9 = param_2;
if (param_2 != puVar1) {
do {
uVar3 = puVar9[1];
uVar4 = puVar9[2];
uVar5 = puVar9[3];
puVar10 = puVar9 + 4;
*puVar8 = *puVar9;
puVar8[1] = uVar3;
puVar8[2] = uVar4;
puVar8[3] = uVar5;
puVar8 = puVar8 + 4;
puVar9 = puVar10;
} while (puVar1 != puVar10);
puVar13 = (undefined8 *)
((long)puVar13 + ((long)puVar1 + (-0x20 - (long)param_2) & 0xffffffffffffffe0U) + 0x20
);
}
if (puVar2 != (undefined8 *)0x0) {
FUN_002eff50(puVar2);
}
*param_1 = (long)puVar7;
param_1[1] = (long)puVar13;
param_1[2] = lVar12;
return;
}
|
1095_wget_and_wget_strip.c
|
fork
|
fork
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t fork(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fork@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__pid_t fork(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207392726')]
|
[('const-1', u'RETURN_-1207392726')]
| null | null |
0017a620
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t fork(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "__pid_t fork(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" type_identifier (function_declarator "fork(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__pid_t fork(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fork@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "__pid_t fork(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fork@@GLIBC_2.2.5 */\n halt_baddata();\n}" type_identifier (function_declarator "fork(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fork@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "__pid_t fork(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "__pid_t fork(void)\n\n{\n \n halt_baddata();\n}" type_identifier (function_declarator "fork(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 "__pid_t fork(void)\n\n{\n \n halt_baddata();\n}" (type_identifier "__pid_t") (function_declarator "fork(void)" (identifier "fork") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fork@@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)))) 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 */
__pid_t MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5304_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
|
sort_before
|
FUN_00229f70
|
/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_64,_false> * this,
Output_reloc<4,_false,_64,_false> * r2) */
bool __thiscall
gold::Output_reloc<4,_false,_64,_false>::sort_before
(Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)
{
int iVar1;
bool bVar2;
iVar1 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_);
bVar2 = true;
if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {
return this->addend_ < r2->addend_;
}
return bVar2;
}
|
bool FUN_00229f70(long param_1,long param_2)
{
int iVar1;
bool bVar2;
iVar1 = FUN_00229eb0();
bVar2 = true;
if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {
return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);
}
return bVar2;
}
|
PUSH RBP
MOV RBP,RDI
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x00229eb0
MOV EDX,0x1
TEST EAX,EAX
JS 0x00229f91
MOV EDX,0x0
JZ 0x00229fa0
ADD RSP,0x8
MOV EAX,EDX
POP RBX
POP RBP
RET
MOV RAX,qword ptr [RBX + 0x28]
CMP qword ptr [RBP + 0x28],RAX
SETC DL
ADD RSP,0x8
MOV EAX,EDX
POP RBX
POP RBP
RET
| null | null | null | null |
[('tmp_254', u'PTRSUB_-1203920775'), ('const-0', u'PTRSUB_-1203920808'), ('const-0', u'RETURN_-1203920871'), ('const-0', u'RETURN_-1203920935'), ('const-40', u'PTRSUB_-1203920770'), (u'COPY_-1203920871', u'RETURN_-1203920871'), ('tmp_253', u'PTRSUB_-1203920809'), (u'PTRSUB_-1203920809', u'CALL_-1203921002'), (u'CALL_-1203921002', u'INT_EQUAL_-1203920982'), ('const-40', u'PTRSUB_-1203920775'), (u'INT_SLESS_-1203920981', u'CBRANCH_-1203920981'), (u'LOAD_-1203920927', u'INT_LESS_-1203920912'), (u'PTRSUB_-1203920808', u'CALL_-1203921002'), ('const-0', u'COPY_-1203920864'), ('const-433', u'LOAD_-1203920927'), (u'INT_LESS_-1203920912', u'COPY_-1203920871'), (u'PTRSUB_-1203920770', u'LOAD_-1203920927'), (u'PTRSUB_-1203920775', u'LOAD_-1203920934'), ('tmp_253', u'PTRSUB_-1203920770'), (u'COPY_-1203920864', u'MULTIEQUAL_-1203920797'), ('const-1', u'COPY_-1203920874'), (u'LOAD_-1203920934', u'INT_LESS_-1203920912'), ('const-4294967295', u'INT_SLESS_-1203920981'), ('const-433', u'LOAD_-1203920934'), ('tmp_80', u'CBRANCH_-1203920981'), (u'INT_EQUAL_-1203920982', u'CBRANCH_-1203920972'), ('const-0', u'PTRSUB_-1203920809'), (u'MULTIEQUAL_-1203920797', u'COPY_-1203920898'), (u'COPY_-1203920874', u'MULTIEQUAL_-1203920797'), ('tmp_254', u'PTRSUB_-1203920808'), ('tmp_84', u'CBRANCH_-1203920972'), (u'COPY_-1203920898', u'RETURN_-1203920935'), (u'CALL_-1203921002', u'INT_SLESS_-1203920981'), ('const-0', u'INT_EQUAL_-1203920982')]
|
[(u'COPY_-1203920876', u'MULTIEQUAL_-1203920811'), ('const-0', u'RETURN_-1203920871'), ('const-0', u'RETURN_-1203920935'), (u'CAST_-1203920789', u'LOAD_-1203920934'), (u'CALL_-1203921002', u'INT_EQUAL_-1203920982'), (u'INT_LESS_-1203920912', u'COPY_-1203920842'), (u'INT_SLESS_-1203920981', u'CBRANCH_-1203920981'), (u'LOAD_-1203920927', u'INT_LESS_-1203920912'), ('const-433', u'LOAD_-1203920927'), ('const-40', u'INT_ADD_-1203920918'), ('const-40', u'INT_ADD_-1203920911'), ('const-4294967295', u'INT_SLESS_-1203920981'), (u'CAST_-1203920784', u'LOAD_-1203920927'), (u'LOAD_-1203920934', u'INT_LESS_-1203920912'), (u'COPY_-1203920884', u'MULTIEQUAL_-1203920811'), ('tmp_80', u'CBRANCH_-1203920981'), (u'INT_EQUAL_-1203920982', u'CBRANCH_-1203920972'), (u'INT_ADD_-1203920918', u'CAST_-1203920789'), ('const-433', u'LOAD_-1203920934'), (u'INT_ADD_-1203920911', u'CAST_-1203920784'), ('tmp_333', u'INT_ADD_-1203920918'), (u'MULTIEQUAL_-1203920811', u'COPY_-1203920867'), ('tmp_84', u'CBRANCH_-1203920972'), (u'COPY_-1203920867', u'RETURN_-1203920935'), ('const-1', u'COPY_-1203920884'), (u'CALL_-1203921002', u'INT_SLESS_-1203920981'), ('const-0', u'COPY_-1203920876'), ('const-0', u'INT_EQUAL_-1203920982'), ('tmp_331', u'INT_ADD_-1203920911'), (u'COPY_-1203920842', u'RETURN_-1203920871')]
| null | null |
00229f70
|
x64
|
O2
|
(translation_unit "bool FUN_00229f70(long param_1,long param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_00229f70(long param_1,long param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}" primitive_type (function_declarator "FUN_00229f70(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 int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_00229eb0();" (assignment_expression "iVar1 = FUN_00229eb0()" identifier = (call_expression "FUN_00229eb0()" identifier (argument_list "()" ( )))) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }" if (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" ( (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) && (parenthesized_expression "(bVar2 = false, iVar1 == 0)" ( (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" identifier = false) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }" { (return_statement "return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);" return (binary_expression "*(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28)" (pointer_expression "*(ulong *)(param_1 + 0x28)" * (cast_expression "(ulong *)(param_1 + 0x28)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) < (pointer_expression "*(ulong *)(param_2 + 0x28)" * (cast_expression "(ulong *)(param_2 + 0x28)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) })) (return_statement "return bVar2;" return identifier ;) })))
|
(translation_unit "/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_64,_false> * this,\n Output_reloc<4,_false,_64,_false> * r2) */\n\nbool __thiscall\ngold::Output_reloc<4,_false,_64,_false>::sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_);\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return this->addend_ < r2->addend_;\n }\n return bVar2;\n}\n\n" comment (declaration "bool __thiscall\ngold::Output_reloc<4,_false,_64,_false>::sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)\n\n{\n int iVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)\n\n{\n int" identifier > : : (function_declarator "sort_before\n (Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)" identifier (parameter_list "(Output_reloc<4,_false,_64,_false> *this,Output_reloc<4,_false,_64,_false> *r2)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *r2" type_identifier (ERROR ">" >) (pointer_declarator "*r2" * identifier)) ))) { primitive_type) identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_);" (update_expression "iVar1 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_)" (binary_expression "iVar1 = Output_reloc<9,_false,_64,_false>::compare(&this->rel_,&r2->rel_)" (assignment_expression "iVar1 = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "compare(&this->rel_,&r2->rel_)" identifier (argument_list "(&this->rel_,&r2->rel_)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) , (pointer_expression "&r2->rel_" & (field_expression "r2->rel_" identifier -> field_identifier)) )))) --) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return this->addend_ < r2->addend_;\n }" if (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" ( (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) && (parenthesized_expression "(bVar2 = false, iVar1 == 0)" ( (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" identifier = false) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n return this->addend_ < r2->addend_;\n }" { (return_statement "return this->addend_ < r2->addend_;" return (binary_expression "this->addend_ < r2->addend_" (field_expression "this->addend_" identifier -> field_identifier) < (field_expression "r2->addend_" identifier -> field_identifier)) ;) })) (return_statement "return bVar2;" return identifier ;) (ERROR "}" }))
|
(translation_unit "bool FUN_00229f70(long param_1,long param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}\n\n" (function_definition "bool FUN_00229f70(long param_1,long param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}" primitive_type (function_declarator "FUN_00229f70(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 int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "iVar1 = FUN_00229eb0();" (assignment_expression "iVar1 = FUN_00229eb0()" identifier = (call_expression "FUN_00229eb0()" identifier (argument_list "()" ( )))) ;) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" identifier = true) ;) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }" if (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" ( (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" ( (binary_expression "-1 < iVar1" number_literal < identifier) )) && (parenthesized_expression "(bVar2 = false, iVar1 == 0)" ( (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" identifier = false) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }" { (return_statement "return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);" return (binary_expression "*(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28)" (pointer_expression "*(ulong *)(param_1 + 0x28)" * (cast_expression "(ulong *)(param_1 + 0x28)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) < (pointer_expression "*(ulong *)(param_2 + 0x28)" * (cast_expression "(ulong *)(param_2 + 0x28)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) })) (return_statement "return bVar2;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = BOOL) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (return_statement return (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "bool FUN_00229f70(long param_1,long param_2)\n\n{\n int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}" (primitive_type "bool") (function_declarator "FUN_00229f70(long param_1,long param_2)" (identifier "FUN_00229f70") (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 int iVar1;\n bool bVar2;\n \n iVar1 = FUN_00229eb0();\n bVar2 = true;\n if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }\n return bVar2;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "bool bVar2;" (primitive_type "bool") (identifier "bVar2") (; ";")) (expression_statement "iVar1 = FUN_00229eb0();" (assignment_expression "iVar1 = FUN_00229eb0()" (identifier "iVar1") (= "=") (call_expression "FUN_00229eb0()" (identifier "FUN_00229eb0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "bVar2 = true;" (assignment_expression "bVar2 = true" (identifier "bVar2") (= "=") (true "true")) (; ";")) (if_statement "if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }" (if "if") (parenthesized_expression "((-1 < iVar1) && (bVar2 = false, iVar1 == 0))" (( "(") (binary_expression "(-1 < iVar1) && (bVar2 = false, iVar1 == 0)" (parenthesized_expression "(-1 < iVar1)" (( "(") (binary_expression "-1 < iVar1" (number_literal "-1") (< "<") (identifier "iVar1")) () ")")) (&& "&&") (parenthesized_expression "(bVar2 = false, iVar1 == 0)" (( "(") (comma_expression "bVar2 = false, iVar1 == 0" (assignment_expression "bVar2 = false" (identifier "bVar2") (= "=") (false "false")) (, ",") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);\n }" ({ "{") (return_statement "return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);" (return "return") (binary_expression "*(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28)" (pointer_expression "*(ulong *)(param_1 + 0x28)" (* "*") (cast_expression "(ulong *)(param_1 + 0x28)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (< "<") (pointer_expression "*(ulong *)(param_2 + 0x28)" (* "*") (cast_expression "(ulong *)(param_2 + 0x28)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (} "}"))) (return_statement "return bVar2;" (return "return") (identifier "bVar2") (; ";")) (} "}")))
|
/* DWARF original prototype: bool sort_before(Output_reloc<4,_false,_64,_false> * this,
Output_reloc<4,_false,_64,_false> * r2) */
bool __thiscall
gold::var_1<4,_false,_64,_false>::sort_before
(var_1<4,_false,_64,_false> *this,var_1<4,_false,_64,_false> *r2)
{
int var_3;
bool bVar2;
var_3 = var_1<9,_false,_64,_false>::var_2(&this->rel_,&r2->rel_);
bVar2 = true;
if ((-1 < var_3) && (bVar2 = false, var_3 == 0)) {
return this->addend_ < r2->addend_;
}
return bVar2;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) 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)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (true))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (false)) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (return_statement (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (return_statement (identifier)))))
| null |
bool MASKED(long param_1,long param_2)
{
int iVar1;
bool bVar2;
iVar1 = FUN_00229eb0();
bVar2 = true;
if ((-1 < iVar1) && (bVar2 = false, iVar1 == 0)) {
return *(ulong *)(param_1 + 0x28) < *(ulong *)(param_2 + 0x28);
}
return bVar2;
}
|
163_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
pthread_cond_broadcast
|
pthread_cond_broadcast
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int pthread_cond_broadcast(pthread_cond_t *__cond)
{
int iVar1;
iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int pthread_cond_broadcast(pthread_cond_t *__cond)
{
int iVar1;
iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();
return iVar1;
}
|
JMP qword ptr [0x0067c520]
| null | null | null | null |
[(u'CAST_-1207403893', u'CALLIND_-1207403960'), (u'CALLIND_-1207403960', u'INDIRECT_-1207403898'), (u'INDIRECT_-1207403898', u'COPY_-1207403957'), ('const-0', u'RETURN_-1207403957'), ('tmp_32', u'CAST_-1207403893'), (u'CALLIND_-1207403960', u'RETURN_-1207403957')]
|
[(u'CAST_-1207403893', u'CALLIND_-1207403960'), (u'CALLIND_-1207403960', u'INDIRECT_-1207403898'), (u'INDIRECT_-1207403898', u'COPY_-1207403957'), ('const-0', u'RETURN_-1207403957'), ('tmp_32', u'CAST_-1207403893'), (u'CALLIND_-1207403960', u'RETURN_-1207403957')]
| null | null |
00177a40
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint pthread_cond_broadcast(pthread_cond_t *__cond)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}\n\n" comment (function_definition "int pthread_cond_broadcast(pthread_cond_t *__cond)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" primitive_type (function_declarator "pthread_cond_broadcast(pthread_cond_t *__cond)" identifier (parameter_list "(pthread_cond_t *__cond)" ( (parameter_declaration "pthread_cond_t *__cond" type_identifier (pointer_declarator "*__cond" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)()" identifier = (call_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)()" (parenthesized_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)" ( (pointer_expression "*(code *)PTR_pthread_cond_broadcast_0067c520" * (cast_expression "(code *)PTR_pthread_cond_broadcast_0067c520" ( (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 pthread_cond_broadcast(pthread_cond_t *__cond)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}\n\n" comment (function_definition "int pthread_cond_broadcast(pthread_cond_t *__cond)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" primitive_type (function_declarator "pthread_cond_broadcast(pthread_cond_t *__cond)" identifier (parameter_list "(pthread_cond_t *__cond)" ( (parameter_declaration "pthread_cond_t *__cond" type_identifier (pointer_declarator "*__cond" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)()" identifier = (call_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)()" (parenthesized_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)" ( (pointer_expression "*(code *)PTR_pthread_cond_broadcast_0067c520" * (cast_expression "(code *)PTR_pthread_cond_broadcast_0067c520" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int pthread_cond_broadcast(pthread_cond_t *__cond)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}\n\n" (function_definition "int pthread_cond_broadcast(pthread_cond_t *__cond)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" primitive_type (function_declarator "pthread_cond_broadcast(pthread_cond_t *__cond)" identifier (parameter_list "(pthread_cond_t *__cond)" ( (parameter_declaration "pthread_cond_t *__cond" type_identifier (pointer_declarator "*__cond" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)()" identifier = (call_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)()" (parenthesized_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)" ( (pointer_expression "*(code *)PTR_pthread_cond_broadcast_0067c520" * (cast_expression "(code *)PTR_pthread_cond_broadcast_0067c520" ( (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 pthread_cond_broadcast(pthread_cond_t *__cond)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "pthread_cond_broadcast(pthread_cond_t *__cond)" (identifier "pthread_cond_broadcast") (parameter_list "(pthread_cond_t *__cond)" (( "(") (parameter_declaration "pthread_cond_t *__cond" (type_identifier "pthread_cond_t") (pointer_declarator "*__cond" (* "*") (identifier "__cond"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_cond_broadcast_0067c520)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)()" (parenthesized_expression "(*(code *)PTR_pthread_cond_broadcast_0067c520)" (( "(") (pointer_expression "*(code *)PTR_pthread_cond_broadcast_0067c520" (* "*") (cast_expression "(code *)PTR_pthread_cond_broadcast_0067c520" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_pthread_cond_broadcast_0067c520"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__cond)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_pthread_cond_broadcast_0067c520)();
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(pthread_cond_t *__cond)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0067c520)();
return iVar1;
}
|
2369_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
|
is_section_folded
|
FUN_0017f630
|
/* DWARF original prototype: bool is_section_folded(Icf * this, Relobj * obj, uint shndx) */
bool __thiscall gold::Icf::is_section_folded(Icf *this,Relobj *obj,uint shndx)
{
iterator iVar1;
Section_id secn;
secn.first = obj;
secn.second = shndx;
iVar1 = std::
_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>
::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>
*)&this->section_id_,&secn);
if (iVar1.
super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>
._M_cur != (__node_type *)0x0) {
return (this->kept_section_id_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.
_M_impl._M_start
[*(uint *)((long)iVar1.
super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>
._M_cur + 0x18)] !=
*(uint *)((long)iVar1.
super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>
._M_cur + 0x18);
}
return false;
}
|
bool FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)
{
long lVar1;
undefined8 local_18;
undefined4 local_10;
local_18 = param_2;
local_10 = param_3;
lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);
if (lVar1 != 0) {
return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=
*(uint *)(lVar1 + 0x18);
}
return false;
}
|
PUSH RBX
MOV RBX,RDI
ADD RDI,0x18
SUB RSP,0x10
MOV qword ptr [RSP],RSI
MOV RSI,RSP
MOV dword ptr [RSP + 0x8],EDX
CALL 0x001828d0
TEST RAX,RAX
JZ 0x0017f668
MOV ECX,dword ptr [RAX + 0x18]
MOV RDX,qword ptr [RBX + 0x50]
CMP dword ptr [RDX + RCX*0x4],ECX
SETNZ AL
ADD RSP,0x10
POP RBX
RET
ADD RSP,0x10
XOR EAX,EAX
POP RBX
RET
| null | null | null | null |
[(u'INT_ZEXT_-1207372058', u'PTRADD_-1207371970'), (u'LOAD_-1207372163', u'INT_NOTEQUAL_-1207372132'), (u'INT_NOTEQUAL_-1207372132', u'COPY_-1207372073'), (u'CALL_-1207372180', u'INT_NOTEQUAL_-1207372165'), (u'CALL_-1207372180', u'CAST_-1207371974'), (u'PTRSUB_-1207372006', u'CALL_-1207372180'), ('const-0', u'PTRSUB_-1207371976'), ('const-433', u'LOAD_-1207372156'), ('const-4', u'PTRADD_-1207371970'), ('tmp_109', u'CBRANCH_-1207372164'), (u'CAST_-1207371974', u'INT_ADD_-1207372147'), (u'CAST_-1207371973', u'LOAD_-1207372163'), ('const-0', u'RETURN_-1207372063'), ('const-0', u'RETURN_-1207372101'), ('tmp_388', u'PTRSUB_-1207372006'), ('const-24', u'PTRSUB_-1207372011'), ('const-0', u'INT_NOTEQUAL_-1207372165'), (u'LOAD_-1207372163', u'INT_ZEXT_-1207372058'), ('const-0', u'PTRSUB_-1207371974'), ('tmp_293', u'COPY_-1207372049'), (u'COPY_-1207372060', u'RETURN_-1207372063'), (u'COPY_-1207372073', u'RETURN_-1207372101'), ('tmp_291', u'PTRSUB_-1207372011'), (u'PTRSUB_-1207372011', u'CAST_-1207371985'), ('const-433', u'LOAD_-1207372163'), (u'PTRSUB_-1207371974', u'LOAD_-1207372156'), (u'CAST_-1207371985', u'CALL_-1207372180'), (u'PTRSUB_-1207371976', u'PTRSUB_-1207371975'), ('const-433', u'LOAD_-1207372148'), (u'LOAD_-1207372148', u'INT_NOTEQUAL_-1207372132'), ('tmp_291', u'PTRSUB_-1207371977'), (u'PTRSUB_-1207371975', u'PTRSUB_-1207371974'), ('tmp_292', u'COPY_-1207372050'), (u'INT_ADD_-1207372147', u'CAST_-1207371973'), (u'CALL_-1207372180', u'INDIRECT_-1207372001'), (u'LOAD_-1207372156', u'PTRADD_-1207371970'), ('const-0', u'COPY_-1207372060'), ('const-80', u'PTRSUB_-1207371977'), (u'PTRADD_-1207371970', u'LOAD_-1207372148'), (u'PTRSUB_-1207371977', u'PTRSUB_-1207371976'), ('const-24', u'INT_ADD_-1207372147'), ('const-0', u'PTRSUB_-1207371975'), (u'CALL_-1207372180', u'INDIRECT_-1207372000'), ('const--24', u'PTRSUB_-1207372006'), (u'INT_NOTEQUAL_-1207372165', u'CBRANCH_-1207372164')]
|
[(u'LOAD_-1207372156', u'INT_ADD_-1207372132'), (u'INT_ADD_-1207372132', u'CAST_-1207371975'), (u'CALL_-1207372180', u'INT_ADD_-1207372147'), (u'LOAD_-1207372163', u'INT_NOTEQUAL_-1207372132'), (u'CALL_-1207372180', u'INT_NOTEQUAL_-1207372165'), (u'INT_NOTEQUAL_-1207372132', u'COPY_-1207372041'), ('tmp_386', u'INT_ADD_-1207372140'), (u'COPY_-1207372041', u'RETURN_-1207372101'), ('const-4', u'INT_MULT_-1207372120'), (u'CALL_-1207372180', u'INDIRECT_-1207372006'), (u'CALL_-1207372180', u'INDIRECT_-1207372005'), ('tmp_109', u'CBRANCH_-1207372164'), ('const-0', u'RETURN_-1207372063'), ('const-0', u'RETURN_-1207372101'), ('const--24', u'PTRSUB_-1207372012'), (u'INT_ADD_-1207372211', u'CALL_-1207372180'), ('const-0', u'INT_NOTEQUAL_-1207372165'), ('const-24', u'INT_ADD_-1207372211'), (u'INT_ZEXT_-1207372059', u'INT_MULT_-1207372120'), (u'CAST_-1207371984', u'LOAD_-1207372163'), ('const-433', u'LOAD_-1207372163'), (u'INT_ADD_-1207372147', u'CAST_-1207371984'), ('const-433', u'LOAD_-1207372148'), (u'INT_MULT_-1207372120', u'INT_ADD_-1207372132'), ('tmp_385', u'PTRSUB_-1207372012'), (u'PTRSUB_-1207372012', u'CALL_-1207372180'), ('tmp_387', u'COPY_-1207372059'), (u'LOAD_-1207372148', u'INT_NOTEQUAL_-1207372132'), (u'COPY_-1207372023', u'RETURN_-1207372063'), ('tmp_386', u'INT_ADD_-1207372211'), ('tmp_446', u'COPY_-1207372058'), ('const-433', u'LOAD_-1207372156'), ('const-80', u'INT_ADD_-1207372140'), (u'CAST_-1207371975', u'LOAD_-1207372148'), ('const-24', u'INT_ADD_-1207372147'), (u'CAST_-1207371980', u'LOAD_-1207372156'), (u'INT_ADD_-1207372140', u'CAST_-1207371980'), ('const-0', u'COPY_-1207372023'), (u'LOAD_-1207372163', u'INT_ZEXT_-1207372059'), (u'INT_NOTEQUAL_-1207372165', u'CBRANCH_-1207372164')]
| null | null |
0017f630
|
x64
|
O2
|
(translation_unit "bool FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}\n\n" (function_definition "bool FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}" primitive_type (function_declarator "FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined4 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (declaration "undefined4 local_10;" type_identifier identifier ;) (expression_statement "local_18 = param_2;" (assignment_expression "local_18 = param_2" identifier = identifier) ;) (expression_statement "local_10 = param_3;" (assignment_expression "local_10 = param_3" identifier = identifier) ;) (expression_statement "lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);" (assignment_expression "lVar1 = FUN_001828d0(param_1 + 0x18,&local_18)" identifier = (call_expression "FUN_001828d0(param_1 + 0x18,&local_18)" identifier (argument_list "(param_1 + 0x18,&local_18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , (pointer_expression "&local_18" & identifier) )))) ;) (if_statement "if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }" { (return_statement "return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);" return (binary_expression "*(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18)" (pointer_expression "*(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" * (cast_expression "(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" ( (binary_expression "*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + (binary_expression "(ulong)*(uint *)(lVar1 + 0x18) * 4" (binary_expression "(ulong)*(uint *)(lVar1 + 0x18)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(lVar1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) )))) * number_literal)) )))) != (pointer_expression "*(uint *)(lVar1 + 0x18)" * (cast_expression "(uint *)(lVar1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) ))))) ;) })) (return_statement "return false;" return false ;) })))
|
(translation_unit "/* DWARF original prototype: bool is_section_folded(Icf * this, Relobj * obj, uint shndx) */\n\nbool __thiscall gold::Icf::is_section_folded(Icf *this,Relobj *obj,uint shndx)\n\n{\n iterator iVar1;\n Section_id secn;\n \n secn.first = obj;\n secn.second = shndx;\n iVar1 = std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);\n if (iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur != (__node_type *)0x0) {\n return (this->kept_section_id_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)] !=\n *(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18);\n }\n return false;\n}\n\n" comment (function_definition "bool __thiscall gold::Icf::is_section_folded(Icf *this,Relobj *obj,uint shndx)\n\n{\n iterator iVar1;\n Section_id secn;\n \n secn.first = obj;\n secn.second = shndx;\n iVar1 = std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);\n if (iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur != (__node_type *)0x0) {\n return (this->kept_section_id_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)] !=\n *(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18);\n }\n return false;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Icf::" identifier : : identifier : :) (function_declarator "is_section_folded(Icf *this,Relobj *obj,uint shndx)" identifier (parameter_list "(Icf *this,Relobj *obj,uint shndx)" ( (parameter_declaration "Icf *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *obj" type_identifier (pointer_declarator "*obj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) (compound_statement "{\n iterator iVar1;\n Section_id secn;\n \n secn.first = obj;\n secn.second = shndx;\n iVar1 = std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);\n if (iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur != (__node_type *)0x0) {\n return (this->kept_section_id_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)] !=\n *(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18);\n }\n return false;\n}" { (declaration "iterator iVar1;" type_identifier identifier ;) (declaration "Section_id secn;" type_identifier identifier ;) (expression_statement "secn.first = obj;" (assignment_expression "secn.first = obj" (field_expression "secn.first" identifier . field_identifier) = identifier) ;) (expression_statement "secn.second = shndx;" (assignment_expression "secn.second = shndx" (field_expression "secn.second" identifier . field_identifier) = identifier) ;) (ERROR "iVar1 = std::\n _Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::" (assignment_expression "iVar1 = std" identifier = identifier) : : (binary_expression "_Hashtable<std" 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 "pair<const_std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : (binary_expression "Relobj*,_unsigned_int>,_unsigned_int>,_std" (binary_expression "Relobj*,_unsigned_int>,_unsigned_int" (binary_expression "Relobj*,_unsigned_int" identifier * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_std" identifier < identifier) : : (binary_expression "pair<gold" identifier < identifier) : : (binary_expression "Relobj*,_unsigned_int>,_unsigned_int>_>,_std" (binary_expression "Relobj*,_unsigned_int>,_unsigned_int>_" (binary_expression "Relobj*,_unsigned_int>,_unsigned_int" (binary_expression "Relobj*,_unsigned_int" identifier * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) > identifier) > (ERROR "," ,) identifier) : : (comma_expression "__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold" identifier (ERROR "::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>" : : (comma_expression "_Select1st,_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,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);" 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,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);" 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,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn);" (comma_expression "_Hashtable_traits<true,_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn)" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_false,_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn)" identifier , (binary_expression "_true>_>\n ::find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (call_expression "find((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn)" identifier (argument_list "((_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_,&secn)" ( (binary_expression "(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)&this->section_id_" (parenthesized_expression "(_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n *)" ( (ERROR "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<std::pair<gold::Relobj*,_unsigned_int>_>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std::__detail::_Select1st,_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_>,_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>_" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold::Relobj*,_unsigned_int" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std::pair<gold" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std::pair<const_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std::allocator<std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_std" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold::Relobj*,_unsigned_int" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std::pair<gold" (binary_expression "_Hashtable<std::pair<gold::Relobj*,_unsigned_int>,_std::pair<const_std" (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 "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) > identifier) > (ERROR "," ,) identifier) (ERROR "::__detail::_Select1st" : : identifier : : identifier) , identifier) : : identifier < identifier : : identifier < identifier : : identifier * , (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,_false,_true>_>\n *" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_false,_true>_>\n *" identifier , (binary_expression "_true>_>\n *" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*" * identifier)))) )) & (field_expression "this->section_id_" identifier -> field_identifier)) , (pointer_expression "&secn" & identifier) )))))) ;))))) (if_statement "if (iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur != (__node_type *)0x0) {\n return (this->kept_section_id_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)] !=\n *(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18);\n }" if (parenthesized_expression "(iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur != (__node_type *)0x0)" ( (binary_expression "iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur != (__node_type *)0x0" (field_expression "iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur" (binary_expression "iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true" (binary_expression "iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int" (binary_expression "iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int" (binary_expression "iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold" (binary_expression "iVar1.\n super__Node_iterator_base<std::pair<const_std" (binary_expression "iVar1.\n super__Node_iterator_base<std" (field_expression "iVar1.\n super__Node_iterator_base" identifier . field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR ">" >) . field_identifier) != (cast_expression "(__node_type *)0x0" ( (type_descriptor "__node_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (this->kept_section_id_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)] !=\n *(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18);\n }" { (return_statement "return (this->kept_section_id_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)] !=\n *(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18);" return (ERROR "(this->kept_section_id_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this->kept_section_id_).super__Vector_base<unsigned_int,_std" (binary_expression "(this->kept_section_id_).super__Vector_base<unsigned_int" (field_expression "(this->kept_section_id_).super__Vector_base" (parenthesized_expression "(this->kept_section_id_)" ( (field_expression "this->kept_section_id_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)] !=\n *(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)" (subscript_expression "allocator<unsigned_int>_>.\n _M_impl._M_start\n [*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)]" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_start" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ (pointer_expression "*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)" * (cast_expression "(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)" ( (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18" (field_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std" (cast_expression "(long)iVar1.\n super__Node_iterator_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "iVar1.\n super__Node_iterator_base" identifier . field_identifier)) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR ">" >) . field_identifier) + number_literal) )))) ]) != (pointer_expression "*(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)" * (cast_expression "(uint *)((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18)" ( (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur + 0x18" (field_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true>\n ._M_cur" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int>,_true" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int>,_unsigned_int" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold::Relobj*,_unsigned_int" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std::pair<gold" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std::pair<const_std" (binary_expression "(long)iVar1.\n super__Node_iterator_base<std" (cast_expression "(long)iVar1.\n super__Node_iterator_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "iVar1.\n super__Node_iterator_base" identifier . field_identifier)) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Relobj" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR ">" >) . field_identifier) + number_literal) ))))) ;) })) (return_statement "return false;" return false ;) })))
|
(translation_unit "bool FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}\n\n" (function_definition "bool FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}" primitive_type (function_declarator "FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined4 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (declaration "undefined4 local_10;" type_identifier identifier ;) (expression_statement "local_18 = param_2;" (assignment_expression "local_18 = param_2" identifier = identifier) ;) (expression_statement "local_10 = param_3;" (assignment_expression "local_10 = param_3" identifier = identifier) ;) (expression_statement "lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);" (assignment_expression "lVar1 = FUN_001828d0(param_1 + 0x18,&local_18)" identifier = (call_expression "FUN_001828d0(param_1 + 0x18,&local_18)" identifier (argument_list "(param_1 + 0x18,&local_18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , (pointer_expression "&local_18" & identifier) )))) ;) (if_statement "if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }" { (return_statement "return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);" return (binary_expression "*(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18)" (pointer_expression "*(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" * (cast_expression "(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" ( (binary_expression "*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) + (binary_expression "(ulong)*(uint *)(lVar1 + 0x18) * 4" (binary_expression "(ulong)*(uint *)(lVar1 + 0x18)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(lVar1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) )))) * number_literal)) )))) != (pointer_expression "*(uint *)(lVar1 + 0x18)" * (cast_expression "(uint *)(lVar1 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x18)" ( (binary_expression "lVar1 + 0x18" identifier + number_literal) ))))) ;) })) (return_statement "return false;" return false ;) })))
|
(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 (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) * LIT)) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (return_statement return BOOL ;) })))
|
(function_definition "bool FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)\n\n{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}" (primitive_type "bool") (function_declarator "FUN_0017f630(long param_1,undefined8 param_2,undefined4 param_3)" (identifier "FUN_0017f630") (parameter_list "(long param_1,undefined8 param_2,undefined4 param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 local_18;\n undefined4 local_10;\n \n local_18 = param_2;\n local_10 = param_3;\n lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);\n if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }\n return false;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 local_18;" (type_identifier "undefined8") (identifier "local_18") (; ";")) (declaration "undefined4 local_10;" (type_identifier "undefined4") (identifier "local_10") (; ";")) (expression_statement "local_18 = param_2;" (assignment_expression "local_18 = param_2" (identifier "local_18") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_10 = param_3;" (assignment_expression "local_10 = param_3" (identifier "local_10") (= "=") (identifier "param_3")) (; ";")) (expression_statement "lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);" (assignment_expression "lVar1 = FUN_001828d0(param_1 + 0x18,&local_18)" (identifier "lVar1") (= "=") (call_expression "FUN_001828d0(param_1 + 0x18,&local_18)" (identifier "FUN_001828d0") (argument_list "(param_1 + 0x18,&local_18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) (, ",") (pointer_expression "&local_18" (& "&") (identifier "local_18")) () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);\n }" ({ "{") (return_statement "return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18);" (return "return") (binary_expression "*(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=\n *(uint *)(lVar1 + 0x18)" (pointer_expression "*(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" (* "*") (cast_expression "(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4)" (( "(") (binary_expression "*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (+ "+") (binary_expression "(ulong)*(uint *)(lVar1 + 0x18) * 4" (binary_expression "(ulong)*(uint *)(lVar1 + 0x18)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(lVar1 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x18)" (( "(") (binary_expression "lVar1 + 0x18" (identifier "lVar1") (+ "+") (number_literal "0x18")) () ")")))) (* "*") (number_literal "4"))) () ")")))) (!= "!=") (pointer_expression "*(uint *)(lVar1 + 0x18)" (* "*") (cast_expression "(uint *)(lVar1 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x18)" (( "(") (binary_expression "lVar1 + 0x18" (identifier "lVar1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}"))) (return_statement "return false;" (return "return") (false "false") (; ";")) (} "}")))
|
/* DWARF original prototype: bool is_section_folded(Icf * this, Relobj * obj, uint shndx) */
bool __thiscall var_7::type_1::function_1(type_1 *this,type_2 *obj,type_3 shndx)
{
type_4 iVar1;
type_5 secn;
secn.first = obj;
secn.second = shndx;
iVar1 = var_5::
_Hashtable<var_5::pair<var_7::type_2*,var_8>,_std::pair<var_6::pair<var_7::type_2*,var_8>,var_8>,_std::var_9<var_5::pair<var_6::pair<var_7::type_2*,var_8>,var_8>var_3>,_std::__detail::_Select1st,_std::equal_to<var_5::pair<var_7::type_2*,var_8>var_3>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_1<true,_false,var_2>var_3>
::var_4((_Hashtable<var_5::pair<var_7::type_2*,var_8>,_std::pair<var_6::pair<var_7::type_2*,var_8>,var_8>,_std::var_9<var_5::pair<var_6::pair<var_7::type_2*,var_8>,var_8>var_3>,_std::__detail::_Select1st,_std::equal_to<var_5::pair<var_7::type_2*,var_8>var_3>,_gold::Section_id_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_1<true,_false,var_2>var_3>
*)&this->section_id_,&secn);
if (iVar1.
super__Node_iterator_base<var_5::pair<var_6::pair<var_7::type_2*,var_8>,var_8>,var_2>
._M_cur != (type_6 *)0x0) {
return (this->kept_section_id_).super__Vector_base<var_10,_std::var_9<var_10>var_3>.
_M_impl._M_start
[*(type_3 *)((long)iVar1.
super__Node_iterator_base<var_5::pair<var_6::pair<var_7::type_2*,var_8>,var_8>,var_2>
._M_cur + 0x18)] !=
*(type_3 *)((long)iVar1.
super__Node_iterator_base<var_5::pair<var_6::pair<var_7::type_2*,var_8>,var_8>,var_2>
._M_cur + 0x18);
}
return false;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (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: (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: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) right: (pointer_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 (false)))))
| null |
bool MASKED(long param_1,undefined8 param_2,undefined4 param_3)
{
long lVar1;
undefined8 local_18;
undefined4 local_10;
local_18 = param_2;
local_10 = param_3;
lVar1 = FUN_001828d0(param_1 + 0x18,&local_18);
if (lVar1 != 0) {
return *(uint *)(*(long *)(param_1 + 0x50) + (ulong)*(uint *)(lVar1 + 0x18) * 4) !=
*(uint *)(lVar1 + 0x18);
}
return false;
}
|
2082_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
|
initialize_shnum
|
FUN_0016b7e0
|
/* DWARF original prototype: void initialize_shnum(Elf_file<32,_false,_gold::Sniff_file> * this) */
void __thiscall
elfcpp::Elf_file<32,_false,_gold::Sniff_file>::initialize_shnum
(Elf_file<32,_false,_gold::Sniff_file> *this)
{
uint uVar1;
Sniff_file *this_00;
uchar *puVar2;
char *format;
uint uVar3;
if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {
puVar2 = gold::File_read::get_view
(this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false);
if (this->shnum_ == 0) {
this->shnum_ = *(uint *)(puVar2 + 0x14);
}
if (this->shstrndx_ == 0xffff) {
uVar3 = *(uint *)(puVar2 + 0x18);
uVar1 = this->shnum_;
this->shstrndx_ = uVar3;
if (uVar1 <= uVar3) {
if (0xffff < uVar3) {
uVar3 = uVar3 - 0x100;
this->large_shndx_offset_ = -0x100;
this->shstrndx_ = uVar3;
if (uVar3 < uVar1) {
return;
}
}
this_00 = this->file_;
format = (char *)gettext("bad shstrndx: %u >= %u");
gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);
return;
}
}
return;
}
return;
}
|
void FUN_0016b7e0(long *param_1)
{
uint uVar1;
long lVar2;
undefined8 uVar3;
uint uVar4;
if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {
lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0
);
if ((int)param_1[2] == 0) {
*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);
}
if (*(int *)((long)param_1 + 0x14) == 0xffff) {
uVar4 = *(uint *)(lVar2 + 0x18);
uVar1 = *(uint *)(param_1 + 2);
*(uint *)((long)param_1 + 0x14) = uVar4;
if (uVar1 <= uVar4) {
if (0xffff < uVar4) {
uVar4 = uVar4 - 0x100;
*(undefined4 *)(param_1 + 3) = 0xffffff00;
*(uint *)((long)param_1 + 0x14) = uVar4;
if (uVar4 < uVar1) {
return;
}
}
lVar2 = *param_1;
uVar3 = gettext("bad shstrndx: %u >= %u");
FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);
return;
}
}
return;
}
return;
}
|
MOV ECX,dword ptr [RDI + 0x10]
TEST ECX,ECX
JZ 0x0016b7f8
CMP dword ptr [RDI + 0x14],0xffff
JZ 0x0016b7f8
RET
MOV RSI,qword ptr [RDI + 0x8]
TEST RSI,RSI
JZ 0x0016b7f0
PUSH R12
XOR EDX,EDX
XOR R9D,R9D
MOV R8D,0x1
PUSH RBP
MOV ECX,0x28
PUSH RBX
MOV RAX,qword ptr [RDI]
MOV RBX,RDI
MOV RDI,qword ptr [RAX]
ADD RSI,qword ptr [RAX + 0x8]
CALL 0x00194140
MOV EDX,dword ptr [RBX + 0x10]
TEST EDX,EDX
JNZ 0x0016b834
MOV EDX,dword ptr [RAX + 0x14]
MOV dword ptr [RBX + 0x10],EDX
CMP dword ptr [RBX + 0x14],0xffff
JZ 0x0016b848
POP RBX
POP RBP
POP R12
RET
MOV EBP,dword ptr [RAX + 0x18]
MOV R12D,dword ptr [RBX + 0x10]
MOV dword ptr [RBX + 0x14],EBP
CMP R12D,EBP
JA 0x0016b83d
CMP EBP,0xffff
JA 0x0016b888
MOV RBX,qword ptr [RBX]
LEA RDI,[0x33af20]
CALL 0x00144320
MOV ECX,R12D
MOV EDX,EBP
MOV RSI,RAX
MOV RDI,RBX
XOR EAX,EAX
POP RBX
POP RBP
POP R12
JMP 0x001c76c0
SUB EBP,0x100
MOV dword ptr [RBX + 0x18],0xffffff00
MOV dword ptr [RBX + 0x14],EBP
CMP R12D,EBP
JA 0x0016b83d
JMP 0x0016b85f
| null | null | null | null |
[(u'LOAD_-1207322404', u'STORE_-1207322387'), ('const-1', u'CALL_-1207322489'), (u'PTRADD_-1207322403', u'CAST_-1207321975'), ('tmp_111', u'CBRANCH_-1207322578'), ('tmp_657', u'PTRSUB_-1207322014'), ('tmp_657', u'PTRSUB_-1207321950'), (u'PTRSUB_-1207321979', u'LOAD_-1207322452'), (u'PTRSUB_-1207321994', u'LOAD_-1207322487'), (u'PTRADD_-1207322342', u'CAST_-1207321948'), ('const-433', u'LOAD_-1207322345'), ('const-16', u'PTRSUB_-1207321955'), ('const-433', u'LOAD_-1207322452'), (u'PTRSUB_-1207321998', u'LOAD_-1207322518'), ('const-433', u'STORE_-1207322387'), (u'LOAD_-1207322518', u'CALL_-1207322489'), (u'INT_ZEXT_-1207322121', u'CALL_-1207322274'), (u'PTRSUB_-1207322070', u'LOAD_-1207322653'), (u'INT_EQUAL_-1207322468', u'CBRANCH_-1207322466'), (u'INT_LESS_-1207322209', u'CBRANCH_-1207322218'), (u'LOAD_-1207322487', u'INT_EQUAL_-1207322468'), (u'INT_ZEXT_-1207322147', u'CALL_-1207322274'), (u'CAST_-1207321975', u'LOAD_-1207322465'), (u'PTRSUB_-1207321950', u'STORE_-1207322387'), ('tmp_657', u'PTRSUB_-1207322070'), ('tmp_657', u'PTRSUB_-1207321885'), ('const-0', u'PTRSUB_-1207321933'), (u'INT_LESSEQUAL_-1207322356', u'CBRANCH_-1207322366'), ('tmp_657', u'PTRSUB_-1207322062'), ('const-4294967040', u'STORE_-1207322249'), ('const-20', u'PTRSUB_-1207321877'), ('tmp_657', u'PTRSUB_-1207321983'), (u'CAST_-1207321948', u'LOAD_-1207322404'), (u'INT_SUB_-1207322248', u'MULTIEQUAL_-1207321982'), ('const-433', u'LOAD_-1207322404'), ('const-20', u'PTRSUB_-1207322062'), ('tmp_70', u'CBRANCH_-1207322611'), ('const-433', u'LOAD_-1207322518'), (u'INT_NOTEQUAL_-1207322579', u'CBRANCH_-1207322578'), (u'LOAD_-1207322527', u'PTRSUB_-1207321998'), ('tmp_441', u'CBRANCH_-1207322366'), ('const-433', u'STORE_-1207322239'), ('const-16', u'PTRSUB_-1207321994'), ('const-0', u'PTRSUB_-1207322014'), ('const-0', u'RETURN_-1207322270'), ('tmp_657', u'PTRSUB_-1207321933'), ('tmp_641', u'CBRANCH_-1207322218'), (u'INT_SUB_-1207322248', u'STORE_-1207322239'), ('const-1', u'PTRADD_-1207322403'), ('const-0', u'RETURN_-1207322601'), (u'LOAD_-1207322599', u'INT_ADD_-1207322490'), ('const-65535', u'INT_LESS_-1207322336'), ('const-433', u'STORE_-1207322456'), (u'CAST_-1207321914', u'CALL_-1207322274'), ('const-16', u'PTRSUB_-1207322070'), (u'LOAD_-1207322465', u'STORE_-1207322456'), (u'LOAD_-1207322452', u'INT_EQUAL_-1207322437'), (u'LOAD_-1207322404', u'INT_LESS_-1207322336'), ('tmp_657', u'PTRSUB_-1207321994'), (u'LOAD_-1207322653', u'INT_EQUAL_-1207322634'), ('tmp_341', u'CBRANCH_-1207322431'), ('const-433', u'LOAD_-1207322397'), (u'INT_EQUAL_-1207322437', u'CBRANCH_-1207322431'), (u'CALL_-1207322325', u'CAST_-1207321914'), ('const-24', u'PTRSUB_-1207321885'), (u'LOAD_-1207322397', u'INT_LESS_-1207322209'), (u'LOAD_-1207322404', u'INT_LESSEQUAL_-1207322356'), ('const-433', u'LOAD_-1207322599'), ('const-433', u'LOAD_-1207322465'), ('const-65535', u'INT_EQUAL_-1207322437'), ('const-20', u'PTRSUB_-1207321979'), ('const-16', u'PTRSUB_-1207321983'), ('const-24', u'PTRADD_-1207322342'), (u'LOAD_-1207322632', u'INT_EQUAL_-1207322617'), (u'PTRSUB_-1207322014', u'LOAD_-1207322527'), ('const-0', u'CALL_-1207322489'), ('const-0', u'RETURN_-1207322014'), ('const-433', u'LOAD_-1207322508'), (u'PTRSUB_-1207321877', u'STORE_-1207322239'), ('const-8', u'PTRSUB_-1207322044'), ('const-433', u'LOAD_-1207322527'), (u'CALL_-1207322489', u'PTRADD_-1207322342'), ('tmp_287', u'CBRANCH_-1207322466'), (u'CALL_-1207322489', u'PTRADD_-1207322403'), (u'MULTIEQUAL_-1207321982', u'INT_ZEXT_-1207322121'), (u'COPY_-1207321999', u'CALL_-1207322325'), ('tmp_476', u'CBRANCH_-1207322345'), (u'PTRSUB_-1207321933', u'LOAD_-1207322345'), ('const-20', u'PTRADD_-1207322403'), (u'LOAD_-1207322404', u'INT_SUB_-1207322248'), ('const-0', u'INT_NOTEQUAL_-1207322579'), ('const-1', u'PTRADD_-1207322342'), (u'PTRSUB_-1207321955', u'LOAD_-1207322397'), (u'INT_LESS_-1207322336', u'CBRANCH_-1207322345'), (u'LOAD_-1207322345', u'CALL_-1207322274'), (u'INT_ADD_-1207322490', u'CALL_-1207322489'), ('const-0', u'INT_EQUAL_-1207322634'), (u'LOAD_-1207322527', u'PTRSUB_-1207321994'), ('const-8', u'PTRSUB_-1207321994'), (u'PTRSUB_-1207321983', u'STORE_-1207322456'), ('const-433', u'LOAD_-1207322653'), (u'PTRSUB_-1207321885', u'STORE_-1207322249'), ('const-40', u'CALL_-1207322489'), ('const-256', u'INT_SUB_-1207322248'), ('tmp_34', u'CBRANCH_-1207322633'), (u'INT_EQUAL_-1207322617', u'CBRANCH_-1207322611'), (u'LOAD_-1207322397', u'INT_ZEXT_-1207322147'), ('tmp_657', u'PTRSUB_-1207321955'), ('const-0', u'CALL_-1207322489'), (u'LOAD_-1207322397', u'INT_LESSEQUAL_-1207322356'), ('const-0', u'PTRSUB_-1207321998'), (u'PTRSUB_-1207321994', u'LOAD_-1207322508'), ('const-433', u'STORE_-1207322249'), ('const-65535', u'INT_EQUAL_-1207322617'), ('const-433', u'LOAD_-1207322632'), (u'INT_EQUAL_-1207322634', u'CBRANCH_-1207322633'), ('tmp_657', u'PTRSUB_-1207321979'), (u'LOAD_-1207322404', u'MULTIEQUAL_-1207321982'), ('const-0', u'RETURN_-1207322405'), (u'LOAD_-1207322508', u'INT_ADD_-1207322490'), (u'PTRSUB_-1207322062', u'LOAD_-1207322632'), ('tmp_657', u'PTRSUB_-1207321877'), ('tmp_657', u'PTRSUB_-1207322044'), (u'LOAD_-1207322599', u'INT_NOTEQUAL_-1207322579'), (u'INT_SUB_-1207322248', u'INT_LESS_-1207322209'), (u'PTRSUB_-1207322044', u'LOAD_-1207322599'), ('const-0', u'INT_EQUAL_-1207322468'), ('const-3387168', u'COPY_-1207321999'), ('const-433', u'LOAD_-1207322487'), ('const-20', u'PTRSUB_-1207321950')]
|
[('tmp_1253', u'CAST_-1207321971'), ('const-433', u'STORE_-1207322249'), ('const-2', u'PTRADD_-1207321987'), (u'LOAD_-1207322404', u'STORE_-1207322387'), (u'LOAD_-1207322397', u'CALL_-1207322274'), ('tmp_111', u'CBRANCH_-1207322578'), (u'MULTIEQUAL_-1207321985', u'CALL_-1207322274'), ('tmp_1253', u'PTRADD_-1207321960'), (u'PTRADD_-1207322047', u'LOAD_-1207322599'), ('const-20', u'INT_ADD_-1207322436'), ('const-3', u'PTRADD_-1207321892'), (u'LOAD_-1207322527', u'CAST_-1207322005'), (u'CAST_-1207322005', u'PTRADD_-1207322008'), ('const-433', u'LOAD_-1207322653'), ('const-433', u'STORE_-1207322387'), (u'PTRADD_-1207322072', u'LOAD_-1207322653'), ('tmp_1253', u'PTRADD_-1207322072'), ('const-433', u'LOAD_-1207322404'), ('const-433', u'LOAD_-1207322397'), (u'LOAD_-1207322518', u'CALL_-1207322489'), (u'PTRADD_-1207321960', u'CAST_-1207321945'), ('const-20', u'INT_ADD_-1207322373'), (u'INT_EQUAL_-1207322468', u'CBRANCH_-1207322466'), (u'INT_SUB_-1207322248', u'MULTIEQUAL_-1207321985'), (u'INT_LESS_-1207322209', u'CBRANCH_-1207322218'), ('const-433', u'LOAD_-1207322518'), (u'CAST_-1207322053', u'INT_ADD_-1207322616'), (u'CAST_-1207321975', u'STORE_-1207322456'), ('tmp_1253', u'LOAD_-1207322527'), (u'CAST_-1207321939', u'STORE_-1207322387'), (u'INT_ADD_-1207322436', u'CAST_-1207321970'), ('const-20', u'INT_ADD_-1207322616'), (u'CAST_-1207322052', u'LOAD_-1207322632'), (u'INT_LESSEQUAL_-1207322356', u'CBRANCH_-1207322366'), ('const-0', u'RETURN_-1207322023'), ('const-8', u'PTRADD_-1207322072'), ('const-2', u'PTRADD_-1207321960'), ('const-4294967040', u'STORE_-1207322249'), (u'CAST_-1207321945', u'LOAD_-1207322397'), ('const-433', u'STORE_-1207322239'), (u'PTRADD_-1207321892', u'CAST_-1207321875'), (u'CAST_-1207321970', u'LOAD_-1207322452'), (u'CALL_-1207322489', u'INT_ADD_-1207322388'), ('tmp_70', u'CBRANCH_-1207322611'), (u'CAST_-1207322005', u'LOAD_-1207322518'), (u'INT_NOTEQUAL_-1207322579', u'CBRANCH_-1207322578'), ('const-65535', u'INT_EQUAL_-1207322617'), ('tmp_441', u'CBRANCH_-1207322366'), (u'PTRADD_-1207321987', u'CAST_-1207321975'), (u'COPY_-1207322000', u'CALL_-1207322325'), ('const-20', u'INT_ADD_-1207322449'), (u'INT_ADD_-1207322373', u'CAST_-1207321939'), ('tmp_1253', u'PTRADD_-1207321892'), ('const-0', u'RETURN_-1207322270'), ('tmp_1253', u'CAST_-1207321940'), ('tmp_641', u'CBRANCH_-1207322218'), ('const-8', u'PTRADD_-1207321998'), (u'INT_SUB_-1207322248', u'STORE_-1207322239'), ('const-0', u'CALL_-1207322489'), (u'SUBPIECE_-1207321991', u'INT_EQUAL_-1207322468'), ('const-0', u'RETURN_-1207322601'), (u'LOAD_-1207322599', u'INT_ADD_-1207322490'), ('const-8', u'PTRADD_-1207322047'), (u'CALL_-1207322489', u'INT_ADD_-1207322449'), (u'INT_ADD_-1207322225', u'CAST_-1207321866'), ('const-3387168', u'COPY_-1207322000'), (u'CAST_-1207321971', u'INT_ADD_-1207322436'), ('const-65535', u'INT_LESS_-1207322336'), ('const-433', u'LOAD_-1207322632'), ('const-433', u'LOAD_-1207322527'), ('const-0', u'CALL_-1207322489'), ('const-433', u'LOAD_-1207322487'), ('tmp_1253', u'PTRADD_-1207321987'), (u'CAST_-1207321866', u'STORE_-1207322239'), (u'LOAD_-1207322465', u'STORE_-1207322456'), (u'LOAD_-1207322452', u'INT_EQUAL_-1207322437'), (u'LOAD_-1207322404', u'INT_LESS_-1207322336'), ('tmp_341', u'CBRANCH_-1207322431'), (u'LOAD_-1207322487', u'SUBPIECE_-1207321991'), ('const-24', u'INT_ADD_-1207322388'), (u'LOAD_-1207322653', u'SUBPIECE_-1207322063'), (u'INT_EQUAL_-1207322437', u'CBRANCH_-1207322431'), ('const-433', u'LOAD_-1207322465'), (u'LOAD_-1207322397', u'INT_LESS_-1207322209'), (u'LOAD_-1207322404', u'INT_LESSEQUAL_-1207322356'), ('const-65535', u'INT_EQUAL_-1207322437'), ('const-433', u'LOAD_-1207322599'), ('const-8', u'PTRADD_-1207321987'), (u'CAST_-1207321875', u'STORE_-1207322249'), (u'LOAD_-1207322632', u'INT_EQUAL_-1207322617'), ('const-0', u'SUBPIECE_-1207322063'), ('const-20', u'INT_ADD_-1207322225'), (u'LOAD_-1207322404', u'MULTIEQUAL_-1207321985'), ('const-433', u'STORE_-1207322456'), ('tmp_1253', u'PTRADD_-1207322047'), ('tmp_287', u'CBRANCH_-1207322466'), (u'CAST_-1207321949', u'LOAD_-1207322404'), ('tmp_476', u'CBRANCH_-1207322345'), ('const-2', u'PTRADD_-1207321998'), ('tmp_1253', u'PTRADD_-1207321998'), ('const-1', u'PTRADD_-1207322008'), ('const-433', u'LOAD_-1207322452'), ('const-40', u'CALL_-1207322489'), ('tmp_1253', u'CAST_-1207321867'), ('const-433', u'LOAD_-1207322508'), (u'CAST_-1207321867', u'INT_ADD_-1207322225'), (u'LOAD_-1207322404', u'INT_SUB_-1207322248'), (u'INT_ADD_-1207322616', u'CAST_-1207322052'), (u'PTRADD_-1207321998', u'LOAD_-1207322487'), ('const-0', u'INT_NOTEQUAL_-1207322579'), (u'CAST_-1207321979', u'LOAD_-1207322465'), ('const-8', u'PTRADD_-1207321960'), (u'SUBPIECE_-1207322063', u'INT_EQUAL_-1207322634'), (u'CALL_-1207322325', u'CALL_-1207322274'), (u'CAST_-1207321940', u'INT_ADD_-1207322373'), (u'INT_LESS_-1207322336', u'CBRANCH_-1207322345'), (u'LOAD_-1207322345', u'CALL_-1207322274'), (u'INT_ADD_-1207322490', u'CALL_-1207322489'), ('const-0', u'INT_EQUAL_-1207322634'), ('const-256', u'INT_SUB_-1207322248'), ('tmp_34', u'CBRANCH_-1207322633'), (u'INT_EQUAL_-1207322617', u'CBRANCH_-1207322611'), (u'PTRADD_-1207322008', u'LOAD_-1207322508'), ('const-1', u'CALL_-1207322489'), (u'LOAD_-1207322397', u'INT_LESSEQUAL_-1207322356'), ('const-1', u'PTRADD_-1207322047'), (u'INT_ADD_-1207322449', u'CAST_-1207321979'), (u'INT_ADD_-1207322388', u'CAST_-1207321949'), ('tmp_1253', u'LOAD_-1207322345'), ('const-8', u'PTRADD_-1207321892'), (u'INT_EQUAL_-1207322634', u'CBRANCH_-1207322633'), ('const-8', u'PTRADD_-1207322008'), ('tmp_1253', u'CAST_-1207322053'), ('const-0', u'RETURN_-1207322405'), (u'LOAD_-1207322508', u'INT_ADD_-1207322490'), ('const-0', u'SUBPIECE_-1207321991'), ('const-2', u'PTRADD_-1207322072'), (u'LOAD_-1207322599', u'INT_NOTEQUAL_-1207322579'), (u'INT_SUB_-1207322248', u'INT_LESS_-1207322209'), ('const-0', u'INT_EQUAL_-1207322468'), ('const-433', u'LOAD_-1207322345')]
| null | null |
0016b7e0
|
x64
|
O2
|
(translation_unit "void FUN_0016b7e0(long *param_1)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0016b7e0(long *param_1)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0016b7e0(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 uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" if (parenthesized_expression "((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0))" ( (binary_expression "(((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)" (parenthesized_expression "(((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff))" ( (binary_expression "((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)" (parenthesized_expression "((int)param_1[2] == 0)" ( (binary_expression "(int)param_1[2] == 0" (cast_expression "(int)param_1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) == number_literal) )) || (parenthesized_expression "(*(int *)((long)param_1 + 0x14) == 0xffff)" ( (binary_expression "*(int *)((long)param_1 + 0x14) == 0xffff" (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) ))) )) && (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 lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" { (expression_statement "lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );" (assignment_expression "lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" identifier = (call_expression "FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" identifier (argument_list "(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" ( (pointer_expression "*(undefined8 *)*param_1" * (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) , (binary_expression "param_1[1] + ((undefined8 *)*param_1)[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (subscript_expression "((undefined8 *)*param_1)[1]" (parenthesized_expression "((undefined8 *)*param_1)" ( (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) )) [ number_literal ])) , number_literal , number_literal , number_literal , number_literal )))) ;) (if_statement "if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }" if (parenthesized_expression "((int)param_1[2] == 0)" ( (binary_expression "(int)param_1[2] == 0" (cast_expression "(int)param_1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }" { (expression_statement "*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);" (assignment_expression "*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14)" (pointer_expression "*(undefined4 *)(param_1 + 2)" * (cast_expression "(undefined4 *)(param_1 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(lVar2 + 0x14)" * (cast_expression "(undefined4 *)(lVar2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x14)" ( (binary_expression "lVar2 + 0x14" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x14) == 0xffff)" ( (binary_expression "*(int *)((long)param_1 + 0x14) == 0xffff" (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }" { (expression_statement "uVar4 = *(uint *)(lVar2 + 0x18);" (assignment_expression "uVar4 = *(uint *)(lVar2 + 0x18)" identifier = (pointer_expression "*(uint *)(lVar2 + 0x18)" * (cast_expression "(uint *)(lVar2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(uint *)(param_1 + 2);" (assignment_expression "uVar1 = *(uint *)(param_1 + 2)" identifier = (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) ))))) ;) (expression_statement "*(uint *)((long)param_1 + 0x14) = uVar4;" (assignment_expression "*(uint *)((long)param_1 + 0x14) = uVar4" (pointer_expression "*(uint *)((long)param_1 + 0x14)" * (cast_expression "(uint *)((long)param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (if_statement "if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }" if (parenthesized_expression "(uVar1 <= uVar4)" ( (binary_expression "uVar1 <= uVar4" identifier <= identifier) )) (compound_statement "{\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }" { (if_statement "if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }" if (parenthesized_expression "(0xffff < uVar4)" ( (binary_expression "0xffff < uVar4" number_literal < identifier) )) (compound_statement "{\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }" { (expression_statement "uVar4 = uVar4 - 0x100;" (assignment_expression "uVar4 = uVar4 - 0x100" identifier = (binary_expression "uVar4 - 0x100" identifier - number_literal)) ;) (expression_statement "*(undefined4 *)(param_1 + 3) = 0xffffff00;" (assignment_expression "*(undefined4 *)(param_1 + 3) = 0xffffff00" (pointer_expression "*(undefined4 *)(param_1 + 3)" * (cast_expression "(undefined4 *)(param_1 + 3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)((long)param_1 + 0x14) = uVar4;" (assignment_expression "*(uint *)((long)param_1 + 0x14) = uVar4" (pointer_expression "*(uint *)((long)param_1 + 0x14)" * (cast_expression "(uint *)((long)param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (if_statement "if (uVar4 < uVar1) {\n return;\n }" if (parenthesized_expression "(uVar4 < uVar1)" ( (binary_expression "uVar4 < uVar1" identifier < identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar3 = gettext("bad shstrndx: %u >= %u");" (assignment_expression "uVar3 = gettext("bad shstrndx: %u >= %u")" identifier = (call_expression "gettext("bad shstrndx: %u >= %u")" identifier (argument_list "("bad shstrndx: %u >= %u")" ( (string_literal ""bad shstrndx: %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);" (call_expression "FUN_001c76c0(lVar2,uVar3,uVar4,uVar1)" identifier (argument_list "(lVar2,uVar3,uVar4,uVar1)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void initialize_shnum(Elf_file<32,_false,_gold::Sniff_file> * this) */\n\nvoid __thiscall\nelfcpp::Elf_file<32,_false,_gold::Sniff_file>::initialize_shnum\n (Elf_file<32,_false,_gold::Sniff_file> *this)\n\n{\n uint uVar1;\n Sniff_file *this_00;\n uchar *puVar2;\n char *format;\n uint uVar3;\n \n if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {\n puVar2 = gold::File_read::get_view\n (this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false);\n if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar2 + 0x14);\n }\n if (this->shstrndx_ == 0xffff) {\n uVar3 = *(uint *)(puVar2 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar3;\n if (uVar1 <= uVar3) {\n if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);\n return;\n }\n }\n return;\n }\n return;\n}\n\n" comment (declaration "void __thiscall\nelfcpp::Elf_file<32,_false,_gold::Sniff_file>::initialize_shnum\n (Elf_file<32,_false,_gold::Sniff_file> *this)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "elfcpp::" identifier : :) identifier (ERROR "<32" < number_literal) , identifier , (ERROR "_gold::Sniff_file>::initialize_shnum\n (Elf_file<32,_false,_gold::Sniff_file> *this)\n\n{\n uint" identifier : : identifier > : : (function_declarator "initialize_shnum\n (Elf_file<32,_false,_gold::Sniff_file> *this)" identifier (parameter_list "(Elf_file<32,_false,_gold::Sniff_file> *this)" ( (parameter_declaration "Elf_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_gold::Sniff_file> *this" type_identifier (ERROR "::Sniff_file>" : : identifier >) (pointer_declarator "*this" * identifier)) ))) { identifier) identifier ;) (declaration "Sniff_file *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "uchar *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (if_statement "if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {\n puVar2 = gold::File_read::get_view\n (this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false);\n if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar2 + 0x14);\n }\n if (this->shstrndx_ == 0xffff) {\n uVar3 = *(uint *)(puVar2 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar3;\n if (uVar1 <= uVar3) {\n if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);\n return;\n }\n }\n return;\n }" if (parenthesized_expression "(((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0))" ( (binary_expression "((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)" (parenthesized_expression "((this->shnum_ == 0) || (this->shstrndx_ == 0xffff))" ( (binary_expression "(this->shnum_ == 0) || (this->shstrndx_ == 0xffff)" (parenthesized_expression "(this->shnum_ == 0)" ( (binary_expression "this->shnum_ == 0" (field_expression "this->shnum_" identifier -> field_identifier) == number_literal) )) || (parenthesized_expression "(this->shstrndx_ == 0xffff)" ( (binary_expression "this->shstrndx_ == 0xffff" (field_expression "this->shstrndx_" identifier -> field_identifier) == number_literal) ))) )) && (parenthesized_expression "(this->shoff_ != 0)" ( (binary_expression "this->shoff_ != 0" (field_expression "this->shoff_" identifier -> field_identifier) != number_literal) ))) )) (compound_statement "{\n puVar2 = gold::File_read::get_view\n (this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false);\n if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar2 + 0x14);\n }\n if (this->shstrndx_ == 0xffff) {\n uVar3 = *(uint *)(puVar2 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar3;\n if (uVar1 <= uVar3) {\n if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);\n return;\n }\n }\n return;\n }" { (ERROR "puVar2 = gold::" (assignment_expression "puVar2 = gold" identifier = identifier) : :) (labeled_statement "File_read::get_view\n (this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false);" statement_identifier : (ERROR ":" :) (expression_statement "get_view\n (this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false);" (call_expression "get_view\n (this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false)" identifier (argument_list "(this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false)" ( (field_expression "this->file_->file_" (field_expression "this->file_" identifier -> field_identifier) -> field_identifier) , (binary_expression "this->shoff_ + this->file_->offset_" (field_expression "this->shoff_" identifier -> field_identifier) + (field_expression "this->file_->offset_" (field_expression "this->file_" identifier -> field_identifier) -> field_identifier)) , number_literal , number_literal , true , false ))) ;)) (if_statement "if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar2 + 0x14);\n }" if (parenthesized_expression "(this->shnum_ == 0)" ( (binary_expression "this->shnum_ == 0" (field_expression "this->shnum_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n this->shnum_ = *(uint *)(puVar2 + 0x14);\n }" { (expression_statement "this->shnum_ = *(uint *)(puVar2 + 0x14);" (assignment_expression "this->shnum_ = *(uint *)(puVar2 + 0x14)" (field_expression "this->shnum_" identifier -> field_identifier) = (pointer_expression "*(uint *)(puVar2 + 0x14)" * (cast_expression "(uint *)(puVar2 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 0x14)" ( (binary_expression "puVar2 + 0x14" identifier + number_literal) ))))) ;) })) (if_statement "if (this->shstrndx_ == 0xffff) {\n uVar3 = *(uint *)(puVar2 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar3;\n if (uVar1 <= uVar3) {\n if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);\n return;\n }\n }" if (parenthesized_expression "(this->shstrndx_ == 0xffff)" ( (binary_expression "this->shstrndx_ == 0xffff" (field_expression "this->shstrndx_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n uVar3 = *(uint *)(puVar2 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar3;\n if (uVar1 <= uVar3) {\n if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);\n return;\n }\n }" { (expression_statement "uVar3 = *(uint *)(puVar2 + 0x18);" (assignment_expression "uVar3 = *(uint *)(puVar2 + 0x18)" identifier = (pointer_expression "*(uint *)(puVar2 + 0x18)" * (cast_expression "(uint *)(puVar2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 0x18)" ( (binary_expression "puVar2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = this->shnum_;" (assignment_expression "uVar1 = this->shnum_" identifier = (field_expression "this->shnum_" identifier -> field_identifier)) ;) (expression_statement "this->shstrndx_ = uVar3;" (assignment_expression "this->shstrndx_ = uVar3" (field_expression "this->shstrndx_" identifier -> field_identifier) = identifier) ;) (if_statement "if (uVar1 <= uVar3) {\n if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);\n return;\n }" if (parenthesized_expression "(uVar1 <= uVar3)" ( (binary_expression "uVar1 <= uVar3" identifier <= identifier) )) (compound_statement "{\n if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);\n return;\n }" { (if_statement "if (0xffff < uVar3) {\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }" if (parenthesized_expression "(0xffff < uVar3)" ( (binary_expression "0xffff < uVar3" number_literal < identifier) )) (compound_statement "{\n uVar3 = uVar3 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar3;\n if (uVar3 < uVar1) {\n return;\n }\n }" { (expression_statement "uVar3 = uVar3 - 0x100;" (assignment_expression "uVar3 = uVar3 - 0x100" identifier = (binary_expression "uVar3 - 0x100" identifier - number_literal)) ;) (expression_statement "this->large_shndx_offset_ = -0x100;" (assignment_expression "this->large_shndx_offset_ = -0x100" (field_expression "this->large_shndx_offset_" identifier -> field_identifier) = number_literal) ;) (expression_statement "this->shstrndx_ = uVar3;" (assignment_expression "this->shstrndx_ = uVar3" (field_expression "this->shstrndx_" identifier -> field_identifier) = identifier) ;) (if_statement "if (uVar3 < uVar1) {\n return;\n }" if (parenthesized_expression "(uVar3 < uVar1)" ( (binary_expression "uVar3 < uVar1" identifier < identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "this_00 = this->file_;" (assignment_expression "this_00 = this->file_" identifier = (field_expression "this->file_" identifier -> field_identifier)) ;) (expression_statement "format = (char *)gettext("bad shstrndx: %u >= %u");" (assignment_expression "format = (char *)gettext("bad shstrndx: %u >= %u")" identifier = (cast_expression "(char *)gettext("bad shstrndx: %u >= %u")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("bad shstrndx: %u >= %u")" identifier (argument_list "("bad shstrndx: %u >= %u")" ( (string_literal ""bad shstrndx: %u >= %u"" " string_content ") ))))) ;) (labeled_statement "gold::Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);" statement_identifier : (ERROR ":" :) (labeled_statement "Sniff_file::error(this_00,format,(ulong)uVar3,(ulong)uVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_00,format,(ulong)uVar3,(ulong)uVar1);" (call_expression "error(this_00,format,(ulong)uVar3,(ulong)uVar1)" identifier (argument_list "(this_00,format,(ulong)uVar3,(ulong)uVar1)" ( identifier , identifier , (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;))) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0016b7e0(long *param_1)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0016b7e0(long *param_1)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0016b7e0(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 uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" if (parenthesized_expression "((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0))" ( (binary_expression "(((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)" (parenthesized_expression "(((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff))" ( (binary_expression "((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)" (parenthesized_expression "((int)param_1[2] == 0)" ( (binary_expression "(int)param_1[2] == 0" (cast_expression "(int)param_1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) == number_literal) )) || (parenthesized_expression "(*(int *)((long)param_1 + 0x14) == 0xffff)" ( (binary_expression "*(int *)((long)param_1 + 0x14) == 0xffff" (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) ))) )) && (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 lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" { (expression_statement "lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );" (assignment_expression "lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" identifier = (call_expression "FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" identifier (argument_list "(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" ( (pointer_expression "*(undefined8 *)*param_1" * (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) , (binary_expression "param_1[1] + ((undefined8 *)*param_1)[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (subscript_expression "((undefined8 *)*param_1)[1]" (parenthesized_expression "((undefined8 *)*param_1)" ( (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) )) [ number_literal ])) , number_literal , number_literal , number_literal , number_literal )))) ;) (if_statement "if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }" if (parenthesized_expression "((int)param_1[2] == 0)" ( (binary_expression "(int)param_1[2] == 0" (cast_expression "(int)param_1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }" { (expression_statement "*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);" (assignment_expression "*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14)" (pointer_expression "*(undefined4 *)(param_1 + 2)" * (cast_expression "(undefined4 *)(param_1 + 2)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(lVar2 + 0x14)" * (cast_expression "(undefined4 *)(lVar2 + 0x14)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x14)" ( (binary_expression "lVar2 + 0x14" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }" if (parenthesized_expression "(*(int *)((long)param_1 + 0x14) == 0xffff)" ( (binary_expression "*(int *)((long)param_1 + 0x14) == 0xffff" (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }" { (expression_statement "uVar4 = *(uint *)(lVar2 + 0x18);" (assignment_expression "uVar4 = *(uint *)(lVar2 + 0x18)" identifier = (pointer_expression "*(uint *)(lVar2 + 0x18)" * (cast_expression "(uint *)(lVar2 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *(uint *)(param_1 + 2);" (assignment_expression "uVar1 = *(uint *)(param_1 + 2)" identifier = (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) ))))) ;) (expression_statement "*(uint *)((long)param_1 + 0x14) = uVar4;" (assignment_expression "*(uint *)((long)param_1 + 0x14) = uVar4" (pointer_expression "*(uint *)((long)param_1 + 0x14)" * (cast_expression "(uint *)((long)param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (if_statement "if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }" if (parenthesized_expression "(uVar1 <= uVar4)" ( (binary_expression "uVar1 <= uVar4" identifier <= identifier) )) (compound_statement "{\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }" { (if_statement "if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }" if (parenthesized_expression "(0xffff < uVar4)" ( (binary_expression "0xffff < uVar4" number_literal < identifier) )) (compound_statement "{\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }" { (expression_statement "uVar4 = uVar4 - 0x100;" (assignment_expression "uVar4 = uVar4 - 0x100" identifier = (binary_expression "uVar4 - 0x100" identifier - number_literal)) ;) (expression_statement "*(undefined4 *)(param_1 + 3) = 0xffffff00;" (assignment_expression "*(undefined4 *)(param_1 + 3) = 0xffffff00" (pointer_expression "*(undefined4 *)(param_1 + 3)" * (cast_expression "(undefined4 *)(param_1 + 3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)((long)param_1 + 0x14) = uVar4;" (assignment_expression "*(uint *)((long)param_1 + 0x14) = uVar4" (pointer_expression "*(uint *)((long)param_1 + 0x14)" * (cast_expression "(uint *)((long)param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (if_statement "if (uVar4 < uVar1) {\n return;\n }" if (parenthesized_expression "(uVar4 < uVar1)" ( (binary_expression "uVar4 < uVar1" identifier < identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uVar3 = gettext("bad shstrndx: %u >= %u");" (assignment_expression "uVar3 = gettext("bad shstrndx: %u >= %u")" identifier = (call_expression "gettext("bad shstrndx: %u >= %u")" identifier (argument_list "("bad shstrndx: %u >= %u")" ( (string_literal ""bad shstrndx: %u >= %u"" " string_content ") )))) ;) (expression_statement "FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);" (call_expression "FUN_001c76c0(lVar2,uVar3,uVar4,uVar1)" identifier (argument_list "(lVar2,uVar3,uVar4,uVar1)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })) (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 TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) == LIT) )) || (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) ))) )) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) , (binary_expression (subscript_expression IDENT [ LIT ]) + (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ LIT ])) , LIT , LIT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_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) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (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) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (return_statement return ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * 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 , IDENT ))) ;) (return_statement return ;) })) })) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0016b7e0(long *param_1)\n\n{\n uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0016b7e0(long *param_1)" (identifier "FUN_0016b7e0") (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 uint uVar1;\n long lVar2;\n undefined8 uVar3;\n uint uVar4;\n \n if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (if_statement "if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {\n lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" (if "if") (parenthesized_expression "((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0))" (( "(") (binary_expression "(((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)" (parenthesized_expression "(((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff))" (( "(") (binary_expression "((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)" (parenthesized_expression "((int)param_1[2] == 0)" (( "(") (binary_expression "(int)param_1[2] == 0" (cast_expression "(int)param_1[2]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(int *)((long)param_1 + 0x14) == 0xffff)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x14) == 0xffff" (pointer_expression "*(int *)((long)param_1 + 0x14)" (* "*") (cast_expression "(int *)((long)param_1 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")")))) (== "==") (number_literal "0xffff")) () ")"))) () ")")) (&& "&&") (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 lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );\n if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }\n if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" ({ "{") (expression_statement "lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n );" (assignment_expression "lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" (identifier "lVar2") (= "=") (call_expression "FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" (identifier "FUN_00194140") (argument_list "(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0\n )" (( "(") (pointer_expression "*(undefined8 *)*param_1" (* "*") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (, ",") (binary_expression "param_1[1] + ((undefined8 *)*param_1)[1]" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (subscript_expression "((undefined8 *)*param_1)[1]" (parenthesized_expression "((undefined8 *)*param_1)" (( "(") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")")) ([ "[") (number_literal "1") (] "]"))) (, ",") (number_literal "0") (, ",") (number_literal "0x28") (, ",") (number_literal "1") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if ((int)param_1[2] == 0) {\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }" (if "if") (parenthesized_expression "((int)param_1[2] == 0)" (( "(") (binary_expression "(int)param_1[2] == 0" (cast_expression "(int)param_1[2]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);\n }" ({ "{") (expression_statement "*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);" (assignment_expression "*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14)" (pointer_expression "*(undefined4 *)(param_1 + 2)" (* "*") (cast_expression "(undefined4 *)(param_1 + 2)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(lVar2 + 0x14)" (* "*") (cast_expression "(undefined4 *)(lVar2 + 0x14)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x14)" (( "(") (binary_expression "lVar2 + 0x14" (identifier "lVar2") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (*(int *)((long)param_1 + 0x14) == 0xffff) {\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }" (if "if") (parenthesized_expression "(*(int *)((long)param_1 + 0x14) == 0xffff)" (( "(") (binary_expression "*(int *)((long)param_1 + 0x14) == 0xffff" (pointer_expression "*(int *)((long)param_1 + 0x14)" (* "*") (cast_expression "(int *)((long)param_1 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")")))) (== "==") (number_literal "0xffff")) () ")")) (compound_statement "{\n uVar4 = *(uint *)(lVar2 + 0x18);\n uVar1 = *(uint *)(param_1 + 2);\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }" ({ "{") (expression_statement "uVar4 = *(uint *)(lVar2 + 0x18);" (assignment_expression "uVar4 = *(uint *)(lVar2 + 0x18)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(lVar2 + 0x18)" (* "*") (cast_expression "(uint *)(lVar2 + 0x18)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x18)" (( "(") (binary_expression "lVar2 + 0x18" (identifier "lVar2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "uVar1 = *(uint *)(param_1 + 2);" (assignment_expression "uVar1 = *(uint *)(param_1 + 2)" (identifier "uVar1") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "*(uint *)((long)param_1 + 0x14) = uVar4;" (assignment_expression "*(uint *)((long)param_1 + 0x14) = uVar4" (pointer_expression "*(uint *)((long)param_1 + 0x14)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (if_statement "if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }" (if "if") (parenthesized_expression "(uVar1 <= uVar4)" (( "(") (binary_expression "uVar1 <= uVar4" (identifier "uVar1") (<= "<=") (identifier "uVar4")) () ")")) (compound_statement "{\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n lVar2 = *param_1;\n uVar3 = gettext("bad shstrndx: %u >= %u");\n FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);\n return;\n }" ({ "{") (if_statement "if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }" (if "if") (parenthesized_expression "(0xffff < uVar4)" (( "(") (binary_expression "0xffff < uVar4" (number_literal "0xffff") (< "<") (identifier "uVar4")) () ")")) (compound_statement "{\n uVar4 = uVar4 - 0x100;\n *(undefined4 *)(param_1 + 3) = 0xffffff00;\n *(uint *)((long)param_1 + 0x14) = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }" ({ "{") (expression_statement "uVar4 = uVar4 - 0x100;" (assignment_expression "uVar4 = uVar4 - 0x100" (identifier "uVar4") (= "=") (binary_expression "uVar4 - 0x100" (identifier "uVar4") (- "-") (number_literal "0x100"))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 3) = 0xffffff00;" (assignment_expression "*(undefined4 *)(param_1 + 3) = 0xffffff00" (pointer_expression "*(undefined4 *)(param_1 + 3)" (* "*") (cast_expression "(undefined4 *)(param_1 + 3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "0xffffff00")) (; ";")) (expression_statement "*(uint *)((long)param_1 + 0x14) = uVar4;" (assignment_expression "*(uint *)((long)param_1 + 0x14) = uVar4" (pointer_expression "*(uint *)((long)param_1 + 0x14)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (if_statement "if (uVar4 < uVar1) {\n return;\n }" (if "if") (parenthesized_expression "(uVar4 < uVar1)" (( "(") (binary_expression "uVar4 < uVar1" (identifier "uVar4") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" (identifier "lVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uVar3 = gettext("bad shstrndx: %u >= %u");" (assignment_expression "uVar3 = gettext("bad shstrndx: %u >= %u")" (identifier "uVar3") (= "=") (call_expression "gettext("bad shstrndx: %u >= %u")" (identifier "gettext") (argument_list "("bad shstrndx: %u >= %u")" (( "(") (string_literal ""bad shstrndx: %u >= %u"" (" """) (string_content "bad shstrndx: %u >= %u") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);" (call_expression "FUN_001c76c0(lVar2,uVar3,uVar4,uVar1)" (identifier "FUN_001c76c0") (argument_list "(lVar2,uVar3,uVar4,uVar1)" (( "(") (identifier "lVar2") (, ",") (identifier "uVar3") (, ",") (identifier "uVar4") (, ",") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void initialize_shnum(Elf_file<32,_false,_gold::Sniff_file> * this) */
void __thiscall
elfcpp::Elf_file<32,_false,_gold::type_1>::initialize_shnum
(Elf_file<32,_false,_gold::type_1> *this)
{
type_3 var_3;
type_1 *this_00;
type_2 *var_2;
char *format;
type_3 var_4;
if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {
var_2 = gold::File_read::var_1
(this->file_->file_,this->shoff_ + this->file_->offset_,0,0x28,true,false);
if (this->shnum_ == 0) {
this->shnum_ = *(type_3 *)(var_2 + 0x14);
}
if (this->shstrndx_ == 0xffff) {
var_4 = *(type_3 *)(var_2 + 0x18);
var_3 = this->shnum_;
this->shstrndx_ = var_4;
if (var_3 <= var_4) {
if (0xffff < var_4) {
var_4 = var_4 - 0x100;
this->large_shndx_offset_ = -0x100;
this->shstrndx_ = var_4;
if (var_4 < var_3) {
return;
}
}
this_00 = this->file_;
format = (char *)var_5("bad shstrndx: %u >= %u");
gold::Sniff_file::var_6(this_00,format,(type_4)var_4,(type_4)var_3);
return;
}
}
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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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))) (number_literal) (number_literal) (number_literal) (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: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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) (identifier)))) (return_statement))))) (return_statement))) (return_statement))))
| null |
void MASKED(long *param_1)
{
uint uVar1;
long lVar2;
undefined8 uVar3;
uint uVar4;
if ((((int)param_1[2] == 0) || (*(int *)((long)param_1 + 0x14) == 0xffff)) && (param_1[1] != 0)) {
lVar2 = FUN_00194140(*(undefined8 *)*param_1,param_1[1] + ((undefined8 *)*param_1)[1],0,0x28,1,0
);
if ((int)param_1[2] == 0) {
*(undefined4 *)(param_1 + 2) = *(undefined4 *)(lVar2 + 0x14);
}
if (*(int *)((long)param_1 + 0x14) == 0xffff) {
uVar4 = *(uint *)(lVar2 + 0x18);
uVar1 = *(uint *)(param_1 + 2);
*(uint *)((long)param_1 + 0x14) = uVar4;
if (uVar1 <= uVar4) {
if (0xffff < uVar4) {
uVar4 = uVar4 - 0x100;
*(undefined4 *)(param_1 + 3) = 0xffffff00;
*(uint *)((long)param_1 + 0x14) = uVar4;
if (uVar4 < uVar1) {
return;
}
}
lVar2 = *param_1;
uVar3 = gettext("bad shstrndx: %u >= %u");
FUN_001c76c0(lVar2,uVar3,uVar4,uVar1);
return;
}
}
return;
}
return;
}
|
3060_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
make_plt_entry
|
FUN_001b3eb0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void make_plt_entry(Target_x86_64<64> * this, Symbol_table * symtab,
Layout * layout, Symbol * gsym) */
void __thiscall
anon_unknown.dwarf_358c2b::Target_x86_64<64>::make_plt_entry
(Target_x86_64<64> *this,Symbol_table *symtab,Layout *layout,Symbol *gsym)
{
General_options *pGVar1;
bool bVar2;
uint uVar3;
uint plt_offset;
int iVar4;
uint uVar5;
off_t oVar6;
char *pcVar7;
uint *puVar8;
Output_data_got_plt_x86_64 *pOVar9;
Output_data_plt_x86_64<64> *this_00;
int iVar10;
Symbol_table *pSVar11;
Output_data_plt_x86_64<64> *pOVar12;
int iVar13;
bool is_global;
this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;
pSVar11 = symtab;
if (this_00 == (Output_data_plt_x86_64<64> *)0x0) {
make_plt_section(this,symtab,layout);
this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;
}
plt_offset = (uint)pSVar11;
if (gsym->plt_offset_ != 0xffffffff) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");
}
if ((gsym->field_0x38 & 0xf) == 10) {
if ((gsym->field_0x3a & 7) != 0) {
if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;
goto LAB_001b3ef3;
}
if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].
super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl
._M_finish & 0x100000000) != 0) ||
(((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;
LAB_001b4033:
if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {
pGVar1 = gold::parameters->options_;
if (pGVar1 == (General_options *)0x0) {
LAB_001b416c:
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if ((pGVar1->shared_).value != false) {
pcVar7 = gsym->name_;
bVar2 = gold::Version_script_info::get_symbol_version
(&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,
&is_global);
plt_offset = (uint)pcVar7;
if ((!bVar2) || (is_global != false)) {
pGVar1 = gold::parameters->options_;
if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;
if (((pGVar1->Bsymbolic_).value != false) ||
(((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))
goto LAB_001b40d0;
}
goto LAB_001b3ef3;
}
}
LAB_001b40d0:
puVar8 = &this_00->irelative_count_;
pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_;
iVar10 = 0;
iVar13 = 0;
}
else {
LAB_001b3ef3:
pOVar9 = this_00->got_plt_;
puVar8 = &this_00->count_;
iVar10 = 3;
iVar13 = 1;
}
pOVar12 = this_00;
if ((this_00->field_0x20 & 2) == 0) {
uVar3 = *puVar8;
iVar4 = (**(code **)(*(long *)this_00 + 200))();
uVar5 = iVar4 * (iVar13 + uVar3);
*puVar8 = *puVar8 + 1;
uVar3 = (uVar3 + iVar10) * 8;
if ((ulong)uVar3 !=
(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.
data_size_) goto LAB_001b4126;
if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.
field_0x20 & 2) != 0) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_
= (ulong)uVar3 + 8;
}
else {
uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);
plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);
oVar6 = gold::Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);
if (oVar6 == -1) {
pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");
/* WARNING: Subroutine does not return */
gold::gold_fallback(pcVar7);
}
uVar3 = (**(code **)(*(long *)this_00 + 200))();
uVar5 = (uint)oVar6;
uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;
}
if (uVar5 != 0xffffffff) {
gsym->plt_offset_ = uVar5;
Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3);
return;
}
gold::Symbol::set_plt_offset((Symbol *)pOVar12,plt_offset);
LAB_001b4126:
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry");
}
|
void FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)
{
long lVar1;
char cVar2;
undefined4 uVar3;
undefined4 uVar4;
int iVar5;
long lVar6;
undefined8 uVar7;
long *plVar8;
long *plVar9;
int iVar10;
ulong uVar11;
int iVar12;
char local_39 [9];
plVar9 = *(long **)(param_1 + 0x28);
if (plVar9 == (long *)0x0) {
FUN_001ad9c0();
plVar9 = *(long **)(param_1 + 0x28);
}
if (*(int *)((long)param_4 + 0x24) != -1) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");
}
if ((*(byte *)(param_4 + 7) & 0xf) == 10) {
if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {
if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;
goto LAB_001b3ef3;
}
if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||
((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))
goto LAB_001b3ef3;
LAB_001b4033:
if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&
((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {
lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar6 == 0) {
LAB_001b416c:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(lVar6 + 0x2a61) != '\0') {
cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);
if ((cVar2 == '\0') || (local_39[0] != '\0')) {
lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar6 == 0) goto LAB_001b416c;
if ((*(char *)(lVar6 + 0xd21) != '\0') ||
(((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))
goto LAB_001b40d0;
}
goto LAB_001b3ef3;
}
}
LAB_001b40d0:
plVar8 = (long *)((long)plVar9 + 0x6c);
lVar6 = plVar9[0xc];
iVar10 = 0;
iVar12 = 0;
}
else {
LAB_001b3ef3:
lVar6 = plVar9[0xb];
plVar8 = plVar9 + 0xd;
iVar10 = 3;
iVar12 = 1;
}
if ((*(byte *)(plVar9 + 4) & 2) == 0) {
lVar1 = *plVar8;
iVar5 = (**(code **)(*plVar9 + 200))(plVar9);
iVar5 = iVar5 * (iVar12 + (int)lVar1);
*(int *)plVar8 = (int)*plVar8 + 1;
uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);
if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;
if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
*(ulong *)(lVar6 + 0x10) = uVar11 + 8;
}
else {
uVar3 = (**(code **)(*plVar9 + 200))(plVar9);
uVar4 = (**(code **)(*plVar9 + 200))(plVar9);
lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);
if (lVar6 == -1) {
uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");
/* WARNING: Subroutine does not return */
FUN_0034a6b0(uVar7);
}
(**(code **)(*plVar9 + 200))(plVar9);
iVar5 = (int)lVar6;
}
if (iVar5 != -1) {
*(int *)((long)param_4 + 0x24) = iVar5;
FUN_001b3a80(plVar9,param_2,param_3,param_4);
return;
}
FUN_001a9610();
LAB_001b4126:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");
}
|
PUSH R15
PUSH R14
PUSH R13
MOV R13,RDX
PUSH R12
MOV R12,RCX
PUSH RBP
PUSH RBX
SUB RSP,0x38
MOV RBX,qword ptr [RDI + 0x28]
MOV qword ptr [RSP + 0x8],RSI
TEST RBX,RBX
JZ 0x001b40f8
CMP dword ptr [R12 + 0x24],-0x1
JNZ 0x001b4109
MOVZX EAX,byte ptr [R12 + 0x38]
AND EAX,0xf
CMP AL,0xa
JZ 0x001b4000
MOV RDX,qword ptr [RBX + 0x58]
LEA RCX,[RBX + 0x68]
MOV EBP,0x3
MOV R15D,0x1
MOV RAX,qword ptr [RBX]
MOV qword ptr [RSP + 0x10],RDX
MOV RAX,qword ptr [RAX + 0xc8]
TEST byte ptr [RBX + 0x20],0x2
JZ 0x001b3fb0
MOV RDI,RBX
CALL RAX
MOV RDI,RBX
MOV R14D,EAX
MOV RAX,qword ptr [RBX]
CALL qword ptr [RAX + 0xc8]
MOV EDX,R14D
LEA RDI,[RBX + 0x78]
XOR ECX,ECX
MOV ESI,EAX
CALL 0x0037aa30
MOV R14,RAX
CMP RAX,-0x1
JZ 0x001b4156
MOV RAX,qword ptr [RBX]
MOV RDI,RBX
SUB EBP,0x1
SUB EBP,R15D
CALL qword ptr [RAX + 0xc8]
MOV ECX,EAX
MOV RAX,R14
CQO
IDIV RCX
LEA R8D,[RBP + RAX*0x1]
MOV EAX,R14D
SHL R8D,0x3
CMP EAX,-0x1
JZ 0x001b4121
MOV dword ptr [R12 + 0x24],EAX
MOV RSI,qword ptr [RSP + 0x8]
MOV RCX,R12
MOV RDX,R13
MOV RDI,RBX
CALL 0x001b3a80
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV R14D,dword ptr [RCX]
MOV qword ptr [RSP + 0x18],RCX
MOV RDI,RBX
CALL RAX
MOV RCX,qword ptr [RSP + 0x18]
MOV RDX,qword ptr [RSP + 0x10]
ADD R15D,R14D
LEA R8D,[R14 + RBP*0x1]
IMUL EAX,R15D
ADD dword ptr [RCX],0x1
SHL R8D,0x3
CMP R8,qword ptr [RDX + 0x10]
JNZ 0x001b4126
LEA RCX,[R8 + 0x8]
TEST byte ptr [RDX + 0x20],0x2
JNZ 0x001b413e
MOV qword ptr [RDX + 0x10],RCX
JMP 0x001b3f78
MOVZX EAX,byte ptr [R12 + 0x3a]
AND EAX,0x7
JNZ 0x001b40e8
MOV RAX,qword ptr [R12 + 0x10]
TEST byte ptr [RAX + 0x3c],0x1
JNZ 0x001b3ef3
MOV EAX,dword ptr [R12 + 0x18]
TEST EAX,EAX
JNZ 0x001b4033
TEST byte ptr [R12 + 0x3b],0x20
JNZ 0x001b3ef3
TEST byte ptr [R12 + 0x39],0x3
JNZ 0x001b40d0
TEST byte ptr [R12 + 0x3b],0x10
JNZ 0x001b40d0
MOV RAX,qword ptr [0x0067cb08]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x001b416c
CMP byte ptr [RAX + 0x2a61],0x0
JZ 0x001b40d0
MOV RSI,qword ptr [R12]
XOR EDX,EDX
LEA RCX,[RSP + 0x2f]
LEA RDI,[RAX + 0x9120]
CALL 0x0043a460
TEST AL,AL
JZ 0x001b408e
CMP byte ptr [RSP + 0x2f],0x0
JZ 0x001b3ef3
MOV RAX,qword ptr [0x0067cb08]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x001b416c
CMP byte ptr [RAX + 0xd21],0x0
JNZ 0x001b40d0
MOVZX EDX,byte ptr [R12 + 0x38]
AND EDX,0xf
CMP DL,0x1
JZ 0x001b3ef3
CMP byte ptr [RAX + 0xde9],0x0
JZ 0x001b3ef3
NOP word ptr [RAX + RAX*0x1]
LEA RCX,[RBX + 0x6c]
MOV RDX,qword ptr [RBX + 0x60]
XOR EBP,EBP
XOR R15D,R15D
JMP 0x001b3f06
CMP AL,0x4
JZ 0x001b3ef3
JMP 0x001b4033
MOV RBP,RDI
CALL 0x001ad9c0
MOV RBX,qword ptr [RBP + 0x28]
JMP 0x001b3ed6
LEA RDX,[0x5385f8]
MOV ESI,0x6b0
LEA RDI,[0x53618e]
CALL 0x00352af0
CALL 0x001a9610
LEA RDX,[0x5385f8]
MOV ESI,0x6d4
LEA RDI,[0x53618e]
CALL 0x00352af0
LEA RDX,[0x539360]
MOV ESI,0x231
LEA RDI,[0x533384]
CALL 0x00352af0
LEA RDI,[0x536548]
CALL 0x00177320
MOV RDI,RAX
XOR EAX,EAX
CALL 0x0034a6b0
LEA RDX,[0x5394a8]
MOV ESI,0x5c
LEA RDI,[0x52e279]
CALL 0x00352af0
| null | null | null | null |
[('const-0', u'PTRSUB_-1207678930'), (u'LOAD_-1207681168', u'CALLIND_-1207681124'), (u'LOAD_-1207680464', u'INT_AND_-1207680438'), (u'COPY_-1207678636', u'CALL_-1207679911'), (u'INT_NOTEQUAL_-1207680263', u'CBRANCH_-1207680260'), (u'CALLIND_-1207680741', u'INT_MULT_-1207680675'), (u'LOAD_-1207680247', u'PTRSUB_-1207678730'), ('const-433', u'LOAD_-1207680690'), (u'INT_ADD_-1207680989', u'CAST_-1207679029'), (u'MULTIEQUAL_-1207679044', u'MULTIEQUAL_-1207679507'), (u'INDIRECT_-1207679408', u'MULTIEQUAL_-1207679937'), (u'MULTIEQUAL_-1207680004', u'PTRSUB_-1207678704'), (u'MULTIEQUAL_-1207679592', u'INT_ADD_-1207681013'), ('const-1', u'INT_NOTEQUAL_-1207680161'), ('const-433', u'LOAD_-1207680115'), (u'PTRSUB_-1207678918', u'PTRSUB_-1207678904'), ('tmp_1208', u'BRANCH_-1207680571'), ('tmp_1343', u'CBRANCH_-1207680467'), ('tmp_1920', u'CBRANCH_-1207680050'), ('tmp_2009', u'PTRSUB_-1207678749'), ('tmp_1877', u'BRANCH_-1207680082'), (u'LOAD_-1207681182', u'INT_ADD_-1207681152'), ('const-0', u'PTRSUB_-1207678904'), (u'INT_NOTEQUAL_-1207680587', u'CBRANCH_-1207680584'), ('const-0', u'INT_EQUAL_-1207680469'), ('const-0', u'PTRSUB_-1207678916'), (u'MULTIEQUAL_-1207680004', u'PTRSUB_-1207679213'), (u'LOAD_-1207681156', u'INT_AND_-1207681130'), ('const-0', u'PTRSUB_-1207678823'), (u'MULTIEQUAL_-1207679453', u'CALL_-1207680859'), (u'COPY_-1207678674', u'CALL_-1207680351'), ('const-433', u'LOAD_-1207680198'), (u'INT_ADD_-1207680952', u'INT_MULT_-1207680924'), (u'INT_AND_-1207679289', u'INT_NOTEQUAL_-1207680528'), (u'LOAD_-1207681041', u'INT_ADD_-1207680989'), ('const-15', u'INT_AND_-1207679668'), ('const-433', u'LOAD_-1207680600'), ('const-5473784', u'COPY_-1207678708'), (u'CALL_-1207681067', u'INDIRECT_-1207679435'), (u'MULTIEQUAL_-1207680004', u'PTRSUB_-1207679148'), ('const-433', u'LOAD_-1207681168'), ('const-0', u'INT_NOTEQUAL_-1207680498'), (u'LOAD_-1207680490', u'INT_EQUAL_-1207680469'), (u'PTRSUB_-1207678946', u'PTRSUB_-1207678932'), (u'LOAD_-1207680247', u'INT_EQUAL_-1207680228'), ('tmp_1592', u'CBRANCH_-1207680280'), (u'STORE_-1207680577', u'INDIRECT_-1207679241'), (u'COPY_-1207679587', u'MULTIEQUAL_-1207679520'), (u'INT_ADD_-1207681152', u'CAST_-1207679112'), (u'INT_NOTEQUAL_-1207680616', u'CBRANCH_-1207680613'), (u'MULTIEQUAL_-1207679520', u'INT_SUB_-1207680999'), ('const-0', u'INT_NOTEQUAL_-1207680139'), (u'INT_MULT_-1207680643', u'INT_ZEXT_-1207679678'), (u'INT_MULT_-1207680675', u'MULTIEQUAL_-1207679457'), ('const-8', u'INT_MULT_-1207680924'), ('const-433', u'LOAD_-1207680414'), ('const-16', u'PTRSUB_-1207678922'), ('const-192', u'PTRSUB_-1207678782'), ('const-561', u'CALL_-1207680214'), (u'PTRSUB_-1207678909', u'LOAD_-1207680600'), (u'INDIRECT_-1207679125', u'MULTIEQUAL_-1207679016'), ('const-0', u'SUBPIECE_-1207679128'), ('tmp_2007', u'CALL_-1207680018'), (u'COPY_-1207678738', u'CALL_-1207679991'), (u'CALL_-1207680393', u'INDIRECT_-1207678923'), ('const-57', u'PTRSUB_-1207678881'), ('const-200', u'INT_ADD_-1207681096'), (u'PTRSUB_-1207678862', u'LOAD_-1207680511'), ('const-10', u'INT_EQUAL_-1207681213'), ('tmp_2009', u'PTRSUB_-1207678894'), (u'LOAD_-1207680439', u'INT_AND_-1207680413'), ('const-0', u'PTRSUB_-1207678918'), (u'CAST_-1207679029', u'LOAD_-1207681005'), ('const-0', u'COPY_-1207679112'), (u'COPY_-1207678683', u'CALL_-1207680214'), (u'INDIRECT_-1207679125', u'MULTIEQUAL_-1207679495'), (u'INDIRECT_-1207679125', u'MULTIEQUAL_-1207678861'), (u'INT_NOTEQUAL_-1207680528', u'CBRANCH_-1207680526'), (u'CAST_-1207679193', u'MULTIEQUAL_-1207680004'), (u'CAST_-1207679079', u'LOAD_-1207681112'), ('tmp_1305', u'CBRANCH_-1207680495'), ('const-108', u'PTRSUB_-1207678709'), (u'CALL_-1207680327', u'INDIRECT_-1207678880'), ('const-1', u'RETURN_-1207680209'), (u'PTRSUB_-1207678774', u'LOAD_-1207680247'), ('tmp_1702', u'CBRANCH_-1207680199'), ('tmp_6049', u'MULTIEQUAL_-1207679408'), ('const-433', u'LOAD_-1207680464'), (u'COPY_-1207678645', u'CALL_-1207679911'), (u'CAST_-1207679112', u'LOAD_-1207681168'), (u'PTRSUB_-1207679182', u'LOAD_-1207681156'), (u'STORE_-1207680687', u'INDIRECT_-1207679273'), ('const-433', u'LOAD_-1207680439'), (u'INT_AND_-1207680516', u'INT_NOTEQUAL_-1207680050'), ('const-0', u'PTRSUB_-1207678841'), (u'MULTIEQUAL_-1207680004', u'CAST_-1207679121'), (u'LOAD_-1207680383', u'PTRSUB_-1207678834'), ('const-16', u'INT_AND_-1207680388'), (u'INDIRECT_-1207679273', u'MULTIEQUAL_-1207678927'), (u'PTRSUB_-1207679218', u'LOAD_-1207681207'), (u'LOAD_-1207680690', u'INT_ADD_-1207680672'), (u'INT_EQUAL_-1207681213', u'CBRANCH_-1207681212'), ('tmp_2009', u'PTRSUB_-1207679249'), ('const-0', u'RETURN_-1207680801'), (u'MULTIEQUAL_-1207679518', u'MULTIEQUAL_-1207679016'), (u'CALL_-1207680423', u'INDIRECT_-1207678948'), (u'LOAD_-1207680155', u'INT_NOTEQUAL_-1207680139'), ('const-59', u'PTRSUB_-1207678894'), (u'PTRSUB_-1207678782', u'CALL_-1207680295'), (u'CAST_-1207679121', u'LOAD_-1207681182'), ('const-97', u'PTRSUB_-1207678734'), (u'LOAD_-1207680414', u'INT_AND_-1207680388'), ('tmp_2006', u'PTRSUB_-1207679269'), ('tmp_1411', u'CBRANCH_-1207680421'), ('const-5477544', u'COPY_-1207678636'), (u'INT_NOTEQUAL_-1207680341', u'CBRANCH_-1207680336'), ('const-5452676', u'COPY_-1207678689'), (u'INT_SDIV_-1207680945', u'SUBPIECE_-1207679472'), (u'LOAD_-1207680247', u'PTRSUB_-1207678760'), ('const-0', u'PTRSUB_-1207678946'), (u'INT_EQUAL_-1207680402', u'CBRANCH_-1207680396'), ('const-433', u'LOAD_-1207680155'), (u'PTRADD_-1207678882', u'PTRSUB_-1207678880'), (u'PTRSUB_-1207678704', u'LOAD_-1207680115'), (u'CALLIND_-1207680741', u'INDIRECT_-1207679336'), (u'MULTIEQUAL_-1207679016', u'MULTIEQUAL_-1207679472'), (u'CALL_-1207680295', u'INDIRECT_-1207679535'), (u'SUBPIECE_-1207679549', u'MULTIEQUAL_-1207679520'), (u'PTRSUB_-1207678904', u'PTRSUB_-1207678841'), ('const-0', u'PTRSUB_-1207678932'), ('const-0', u'INT_EQUAL_-1207680402'), ('const-0', u'INT_EQUAL_-1207680427'), ('const-3', u'COPY_-1207679657'), ('const-40', u'PTRSUB_-1207679224'), ('const-433', u'LOAD_-1207680016'), ('const-433', u'LOAD_-1207680552'), ('tmp_2009', u'PTRSUB_-1207679236'), (u'PTRSUB_-1207678880', u'PTRSUB_-1207678867'), ('const-433', u'STORE_-1207680687'), (u'MULTIEQUAL_-1207679959', u'PTRSUB_-1207678955'), (u'CAST_-1207678854', u'INT_AND_-1207680485'), ('tmp_1481', u'CBRANCH_-1207680362'), ('const-0', u'INT_EQUAL_-1207681144'), (u'CALLIND_-1207681102', u'INT_ZEXT_-1207679900'), ('const-16', u'PTRSUB_-1207678898'), ('const-0', u'PTRSUB_-1207678858'), ('const-433', u'LOAD_-1207680490'), (u'PTRSUB_-1207678734', u'LOAD_-1207680221'), (u'CAST_-1207678518', u'CALL_-1207680327'), ('tmp_4535', u'PTRSUB_-1207678816'), (u'INT_EQUAL_-1207681281', u'CBRANCH_-1207681279'), ('const-36960', u'PTRSUB_-1207678810'), (u'INDIRECT_-1207678998', u'MULTIEQUAL_-1207679518'), ('tmp_2009', u'PTRSUB_-1207678881'), (u'PTRSUB_-1207678810', u'PTRSUB_-1207678782'), ('const-0', u'PTRSUB_-1207678916'), ('const-56', u'PTRSUB_-1207678749'), (u'PTRSUB_-1207678659', u'PTRSUB_-1207678638'), (u'INT_EQUAL_-1207681048', u'CBRANCH_-1207681045'), (u'COPY_-1207679248', u'MULTIEQUAL_-1207679937'), ('const-1', u'RETURN_-1207679986'), (u'PTRSUB_-1207678916', u'PTRADD_-1207678882'), ('const-433', u'LOAD_-1207681248'), (u'PTRSUB_-1207678868', u'LOAD_-1207680414'), (u'PTRSUB_-1207678816', u'CALL_-1207680295'), (u'MULTIEQUAL_-1207680004', u'CAST_-1207679083'), ('const-433', u'LOAD_-1207681041'), ('const-3464', u'PTRSUB_-1207678730'), (u'INT_NOTEQUAL_-1207680205', u'CBRANCH_-1207680199'), (u'INT_AND_-1207681130', u'INT_EQUAL_-1207681144'), ('const-0', u'SUBPIECE_-1207679463'), ('const-433', u'LOAD_-1207680357'), (u'INT_EQUAL_-1207680364', u'CBRANCH_-1207680362'), (u'PTRSUB_-1207679269', u'PTRSUB_-1207679224'), (u'CALLIND_-1207680995', u'INDIRECT_-1207679402'), (u'MULTIEQUAL_-1207680004', u'COPY_-1207679172'), (u'INDIRECT_-1207678907', u'COPY_-1207678954'), (u'INDIRECT_-1207679336', u'MULTIEQUAL_-1207679414'), (u'INT_AND_-1207680438', u'INT_NOTEQUAL_-1207680451'), ('const-0', u'CALL_-1207680295'), ('const-16', u'PTRSUB_-1207678774'), (u'INT_NOTEQUAL_-1207680050', u'CBRANCH_-1207680050'), ('tmp_2006', u'CALL_-1207680018'), ('tmp_118', u'CBRANCH_-1207681279'), ('const-7', u'INT_AND_-1207679289'), (u'PTRSUB_-1207678932', u'PTRSUB_-1207678924'), (u'MULTIEQUAL_-1207679959', u'PTRSUB_-1207678967'), (u'INT_NOTEQUAL_-1207680498', u'CBRANCH_-1207680495'), ('const-8', u'INT_ADD_-1207680592'), (u'INT_EQUAL_-1207680427', u'CBRANCH_-1207680421'), ('const-16', u'PTRSUB_-1207678924'), (u'CALL_-1207680295', u'BOOL_NEGATE_-1207678813'), (u'LOAD_-1207680600', u'INT_AND_-1207680574'), ('const-0', u'SUBPIECE_-1207679472'), (u'INT_ADD_-1207679435', u'INT_MULT_-1207680643'), (u'INT_AND_-1207680574', u'INT_NOTEQUAL_-1207680587'), (u'LOAD_-1207680552', u'INT_AND_-1207680516'), (u'PTRSUB_-1207678834', u'PTRSUB_-1207678803'), (u'INT_ADD_-1207681096', u'CAST_-1207679079'), ('const-88', u'PTRSUB_-1207679218'), ('tmp_2009', u'CALL_-1207680859'), (u'INT_ZEXT_-1207679678', u'INT_NOTEQUAL_-1207680616'), ('const-1748', u'CALL_-1207680393'), (u'CAST_-1207679015', u'INT_SDIV_-1207680945'), (u'LOAD_-1207680632', u'INT_NOTEQUAL_-1207680616'), ('tmp_2009', u'PTRSUB_-1207678938'), ('const-120', u'PTRSUB_-1207679148'), (u'LOAD_-1207680383', u'PTRSUB_-1207678810'), (u'INT_ADD_-1207680592', u'STORE_-1207680577'), ('const-4294967295', u'INT_NOTEQUAL_-1207680899'), ('tmp_1377', u'CBRANCH_-1207680446'), ('tmp_670', u'CBRANCH_-1207680898'), ('tmp_1198', u'CBRANCH_-1207680584'), (u'PTRSUB_-1207678904', u'PTRSUB_-1207678898'), (u'LOAD_-1207681207', u'MULTIEQUAL_-1207679959'), ('const-2', u'INT_AND_-1207681130'), (u'PTRSUB_-1207678638', u'LOAD_-1207680016'), ('tmp_1957', u'BRANCH_-1207680008'), (u'PTRSUB_-1207678924', u'LOAD_-1207680632'), (u'MULTIEQUAL_-1207679457', u'INT_NOTEQUAL_-1207680899'), ('tmp_220', u'CBRANCH_-1207681212'), (u'INT_ADD_-1207680672', u'STORE_-1207680687'), (u'INT_AND_-1207679148', u'INT_NOTEQUAL_-1207680161'), (u'BOOL_NEGATE_-1207678813', u'CBRANCH_-1207680280'), (u'INT_NOTEQUAL_-1207680451', u'CBRANCH_-1207680446'), (u'INDIRECT_-1207679535', u'SUBPIECE_-1207679128'), (u'LOAD_-1207680552', u'INT_AND_-1207679289'), (u'SUBPIECE_-1207679549', u'MULTIEQUAL_-1207679044'), ('const-1', u'INT_ADD_-1207680672'), ('const-92', u'CALL_-1207679911'), ('const-0', u'INT_NOTEQUAL_-1207680451'), ('const-4294967296', u'INT_AND_-1207680485'), (u'CAST_-1207678660', u'MULTIEQUAL_-1207679959'), ('const-40', u'PTRSUB_-1207678638'), (u'CALL_-1207681067', u'INT_SDIV_-1207680945'), ('const-433', u'LOAD_-1207681118'), (u'PTRSUB_-1207679249', u'LOAD_-1207681274'), ('const-8', u'INT_MULT_-1207680643'), ('tmp_1664', u'CBRANCH_-1207680226'), (u'LOAD_-1207681118', u'INT_ADD_-1207681096'), ('const-5473784', u'COPY_-1207678738'), (u'INDIRECT_-1207678863', u'COPY_-1207678907'), (u'PTRSUB_-1207678706', u'LOAD_-1207680155'), ('const-433', u'LOAD_-1207681112'), ('tmp_1445', u'CBRANCH_-1207680396'), ('const-200', u'INT_ADD_-1207681152'), ('const-433', u'LOAD_-1207681308'), ('const-8', u'PTRSUB_-1207678862'), (u'PTRSUB_-1207678894', u'LOAD_-1207680464'), (u'PTRSUB_-1207678709', u'MULTIEQUAL_-1207680003'), (u'MULTIEQUAL_-1207679592', u'INT_ADD_-1207679435'), ('tmp_1768', u'CBRANCH_-1207680160'), (u'INT_ZEXT_-1207679821', u'CALL_-1207681067'), ('tmp_2008', u'CALL_-1207680859'), ('const-0', u'PTRSUB_-1207678659'), ('tmp_2009', u'PTRSUB_-1207678904'), (u'CALL_-1207679911', u'INDIRECT_-1207678863'), ('const-433', u'LOAD_-1207680511'), ('const-0', u'PTRSUB_-1207678967'), (u'PTRSUB_-1207678967', u'PTRSUB_-1207678930'), ('tmp_1517', u'CBRANCH_-1207680336'), (u'CALLIND_-1207680741', u'INDIRECT_-1207679702'), (u'CALL_-1207680018', u'INDIRECT_-1207679408'), (u'CAST_-1207678574', u'CALL_-1207680423'), ('const-3264', u'PTRSUB_-1207678760'), (u'INDIRECT_-1207679125', u'PTRSUB_-1207678774'), (u'INT_MULT_-1207680924', u'MULTIEQUAL_-1207679453'), (u'PTRSUB_-1207678955', u'PTRSUB_-1207678918'), (u'LOAD_-1207681248', u'INT_AND_-1207679668'), ('const-0', u'PTRSUB_-1207678955'), (u'PTRSUB_-1207678749', u'LOAD_-1207680198'), ('const-0', u'INT_NOTEQUAL_-1207680341'), ('tmp_2009', u'PTRSUB_-1207678868'), (u'INT_ZEXT_-1207679678', u'INT_ADD_-1207680592'), (u'INT_AND_-1207679668', u'INT_EQUAL_-1207681213'), ('tmp_2008', u'CALL_-1207680018'), (u'COPY_-1207678741', u'CALL_-1207679991'), ('const-433', u'LOAD_-1207680768'), (u'INT_NOTEQUAL_-1207680161', u'CBRANCH_-1207680160'), (u'INDIRECT_-1207678948', u'MULTIEQUAL_-1207678927'), ('const-0', u'INT_NOTEQUAL_-1207680587'), (u'CALL_-1207681067', u'INDIRECT_-1207679448'), ('const-433', u'LOAD_-1207681005'), (u'SUBPIECE_-1207679128', u'MULTIEQUAL_-1207679520'), ('const-0', u'INT_NOTEQUAL_-1207680528'), (u'LOAD_-1207680511', u'CAST_-1207678854'), ('const-1712', u'CALL_-1207679991'), (u'INT_AND_-1207680388', u'INT_EQUAL_-1207680402'), ('const-36', u'PTRSUB_-1207679249'), ('const-16', u'PTRSUB_-1207678848'), (u'INDIRECT_-1207679006', u'INT_NOTEQUAL_-1207680263'), (u'CALL_-1207680351', u'INDIRECT_-1207678891'), ('const-97', u'PTRSUB_-1207678706'), ('const-96', u'PTRSUB_-1207678704'), (u'LOAD_-1207681274', u'INT_NOTEQUAL_-1207681258'), ('tmp_2009', u'PTRSUB_-1207678922'), (u'INDIRECT_-1207679790', u'MULTIEQUAL_-1207679754'), (u'CALLIND_-1207681102', u'INDIRECT_-1207679453'), ('const-4294967295', u'INT_NOTEQUAL_-1207681258'), (u'COPY_-1207679181', u'MULTIEQUAL_-1207679592'), (u'SUBPIECE_-1207679472', u'INT_ADD_-1207680952'), ('const-15', u'INT_AND_-1207679148'), (u'PTRSUB_-1207679213', u'MULTIEQUAL_-1207680003'), ('const-433', u'LOAD_-1207680247'), (u'PTRSUB_-1207679236', u'LOAD_-1207681248'), ('const-433', u'LOAD_-1207680221'), (u'INDIRECT_-1207678879', u'MULTIEQUAL_-1207679408'), (u'SUBPIECE_-1207679128', u'MULTIEQUAL_-1207679044'), ('const-433', u'LOAD_-1207680336'), ('const-433', u'LOAD_-1207681182'), (u'PTRSUB_-1207678803', u'LOAD_-1207680357'), (u'INDIRECT_-1207679343', u'COPY_-1207679383'), (u'MULTIEQUAL_-1207679520', u'INT_ADD_-1207680709'), ('tmp_2009', u'PTRSUB_-1207679072'), (u'MULTIEQUAL_-1207679937', u'SUBPIECE_-1207679549'), (u'LOAD_-1207680521', u'PTRSUB_-1207678916'), ('const-3', u'INT_AND_-1207680413'), ('const-433', u'LOAD_-1207681156'), ('const-433', u'LOAD_-1207680632'), (u'CALL_-1207680351', u'CAST_-1207678518'), (u'PTRSUB_-1207678938', u'LOAD_-1207680552'), (u'LOAD_-1207681112', u'CALLIND_-1207681102'), (u'CALL_-1207680018', u'INDIRECT_-1207678998'), (u'PTRSUB_-1207678898', u'STORE_-1207680577'), (u'PTRSUB_-1207678881', u'LOAD_-1207680439'), ('tmp_6053', u'MULTIEQUAL_-1207679518'), ('const-0', u'CALL_-1207681067'), ('const-433', u'LOAD_-1207680383'), ('const-24', u'PTRADD_-1207678882'), ('tmp_2007', u'COPY_-1207679248'), (u'COPY_-1207679112', u'MULTIEQUAL_-1207679520'), ('const-0', u'INT_EQUAL_-1207680228'), (u'MULTIEQUAL_-1207680004', u'PTRSUB_-1207678709'), (u'COPY_-1207679657', u'MULTIEQUAL_-1207679592'), ('const-2', u'INT_AND_-1207680574'), (u'PTRSUB_-1207678916', u'PTRSUB_-1207678909'), ('const-0', u'INT_NOTEQUAL_-1207680263'), ('const-0', u'COPY_-1207679181'), (u'COPY_-1207678711', u'CALL_-1207680393'), ('const-1', u'RETURN_-1207679906'), (u'LOAD_-1207680768', u'INT_ADD_-1207679435'), ('const-5464462', u'COPY_-1207678711'), ('const-4294967295', u'INT_ADD_-1207681013'), (u'MULTIEQUAL_-1207680004', u'PTRSUB_-1207679218'), (u'INT_EQUAL_-1207681144', u'CBRANCH_-1207681141'), (u'MULTIEQUAL_-1207680004', u'CALLIND_-1207681124'), ('const-433', u'LOAD_-1207681207'), (u'LOAD_-1207680198', u'INT_AND_-1207679148'), ('const-104', u'PTRSUB_-1207679213'), ('tmp_290', u'CBRANCH_-1207681141'), (u'MULTIEQUAL_-1207680004', u'CAST_-1207679042'), ('const-4', u'INT_NOTEQUAL_-1207680050'), (u'CALL_-1207680859', u'INDIRECT_-1207679343'), (u'PTRSUB_-1207678858', u'LOAD_-1207680521'), (u'PTRSUB_-1207678867', u'PTRSUB_-1207678862'), ('tmp_2009', u'PTRSUB_-1207678823'), (u'INT_ADD_-1207680709', u'INT_MULT_-1207680675'), (u'CALLIND_-1207680995', u'INT_ZEXT_-1207679974'), (u'INDIRECT_-1207678964', u'COPY_-1207679005'), ('const-0', u'PTRSUB_-1207678983'), (u'MULTIEQUAL_-1207679495', u'MULTIEQUAL_-1207679472'), ('const-5477216', u'COPY_-1207678683'), (u'LOAD_-1207680768', u'INT_ADD_-1207680709'), ('const-32', u'PTRSUB_-1207679182'), (u'LOAD_-1207680357', u'INT_NOTEQUAL_-1207680341'), (u'CALLIND_-1207680741', u'INDIRECT_-1207679314'), (u'LOAD_-1207680336', u'CALL_-1207680295'), (u'CALL_-1207680018', u'INDIRECT_-1207678879'), ('const-10752', u'PTRSUB_-1207678834'), (u'PTRSUB_-1207679072', u'STORE_-1207680891'), ('const-2', u'PTRADD_-1207678882'), ('tmp_156', u'CBRANCH_-1207681253'), ('const-36', u'PTRSUB_-1207679072'), (u'MULTIEQUAL_-1207680004', u'CALL_-1207680859'), (u'COPY_-1207678708', u'CALL_-1207680393'), (u'LOAD_-1207681308', u'CAST_-1207679193'), (u'CALL_-1207680214', u'INDIRECT_-1207678907'), (u'LOAD_-1207680221', u'INT_NOTEQUAL_-1207680205'), ('const-433', u'LOAD_-1207681274'), (u'INDIRECT_-1207679702', u'MULTIEQUAL_-1207679754'), ('const-200', u'INT_ADD_-1207680989'), (u'CALLIND_-1207680995', u'INDIRECT_-1207679426'), (u'CAST_-1207679193', u'INT_EQUAL_-1207681281'), (u'INT_EQUAL_-1207680469', u'CBRANCH_-1207680467'), (u'PTRSUB_-1207678983', u'PTRSUB_-1207678946'), (u'LOAD_-1207680115', u'CAST_-1207678660'), ('const-56', u'PTRSUB_-1207679236'), ('const-0', u'PTRSUB_-1207679269'), (u'INDIRECT_-1207679426', u'MULTIEQUAL_-1207679414'), (u'MULTIEQUAL_-1207680003', u'LOAD_-1207680690'), (u'MULTIEQUAL_-1207679518', u'PTRSUB_-1207678848'), ('const-59', u'PTRSUB_-1207678868'), (u'MULTIEQUAL_-1207679520', u'MULTIEQUAL_-1207679507'), (u'CAST_-1207678620', u'MULTIEQUAL_-1207680004'), (u'MULTIEQUAL_-1207679518', u'MULTIEQUAL_-1207678861'), ('const-1', u'COPY_-1207679587'), (u'MULTIEQUAL_-1207680003', u'LOAD_-1207680768'), (u'MULTIEQUAL_-1207679754', u'CAST_-1207678574'), (u'INT_AND_-1207680485', u'INT_NOTEQUAL_-1207680498'), (u'INDIRECT_-1207679241', u'MULTIEQUAL_-1207679359'), (u'LOAD_-1207680383', u'INT_EQUAL_-1207680364'), (u'MULTIEQUAL_-1207679959', u'PTRSUB_-1207678983'), ('tmp_1159', u'CBRANCH_-1207680613'), (u'LOAD_-1207681168', u'CALLIND_-1207680741'), (u'LOAD_-1207680016', u'CAST_-1207678620'), (u'CALL_-1207679991', u'INDIRECT_-1207678964'), (u'LOAD_-1207681005', u'CALLIND_-1207680995'), (u'PTRSUB_-1207678823', u'LOAD_-1207680336'), (u'PTRSUB_-1207678930', u'PTRSUB_-1207678916'), ('const-0', u'INT_EQUAL_-1207681281'), ('tmp_1263', u'CBRANCH_-1207680526'), (u'INT_NOTEQUAL_-1207680899', u'CBRANCH_-1207680898'), (u'MULTIEQUAL_-1207679457', u'STORE_-1207680891'), (u'MULTIEQUAL_-1207680003', u'STORE_-1207680687'), (u'CALL_-1207680295', u'INDIRECT_-1207679006'), (u'CAST_-1207679042', u'LOAD_-1207681041'), ('const-433', u'LOAD_-1207680521'), (u'INDIRECT_-1207678880', u'COPY_-1207678933'), (u'INT_ZEXT_-1207679900', u'CALL_-1207681067'), (u'INT_AND_-1207680413', u'INT_EQUAL_-1207680427'), ('const-433', u'STORE_-1207680891'), ('const-24', u'PTRSUB_-1207678904'), ('const-1', u'RETURN_-1207680388'), ('const-0', u'INT_EQUAL_-1207680364'), ('const-7', u'INT_AND_-1207680516'), (u'INT_NOTEQUAL_-1207681258', u'CBRANCH_-1207681253'), ('const-32', u'PTRSUB_-1207678909'), (u'CALLIND_-1207681124', u'INDIRECT_-1207679465'), (u'INDIRECT_-1207678923', u'COPY_-1207678980'), (u'PTRSUB_-1207679224', u'LOAD_-1207681308'), (u'MULTIEQUAL_-1207679414', u'CALL_-1207680423'), (u'PTRSUB_-1207678922', u'PTRSUB_-1207678858'), ('tmp_2006', u'PTRSUB_-1207678659'), (u'CALL_-1207681067', u'INT_EQUAL_-1207681048'), (u'PTRSUB_-1207678730', u'PTRSUB_-1207678706'), ('const-32', u'INT_AND_-1207680438'), ('tmp_1628', u'CBRANCH_-1207680260'), (u'INDIRECT_-1207679402', u'MULTIEQUAL_-1207679359'), (u'PTRSUB_-1207678841', u'LOAD_-1207680490'), ('const-1', u'RETURN_-1207680322'), (u'INT_SUB_-1207680999', u'INT_ADD_-1207680952'), (u'CAST_-1207679083', u'LOAD_-1207681118'), (u'INT_ADD_-1207681013', u'INT_SUB_-1207680999'), ('const--1', u'INT_EQUAL_-1207681048'), (u'INT_NOTEQUAL_-1207680139', u'CBRANCH_-1207680134'), (u'CALLIND_-1207680995', u'INDIRECT_-1207679790'), (u'SUBPIECE_-1207679463', u'MULTIEQUAL_-1207679457'), (u'MULTIEQUAL_-1207680004', u'CALLIND_-1207681102'), ('tmp_2007', u'CALL_-1207680859'), (u'COPY_-1207678689', u'CALL_-1207680214'), (u'INT_MULT_-1207680643', u'MULTIEQUAL_-1207679453'), ('const-0', u'PTRSUB_-1207678867'), (u'MULTIEQUAL_-1207679518', u'MULTIEQUAL_-1207679495'), (u'CALLIND_-1207681124', u'INT_ZEXT_-1207679821'), (u'PTRSUB_-1207678760', u'PTRSUB_-1207678734'), ('const-58', u'PTRSUB_-1207678938'), ('const-97', u'PTRSUB_-1207678803'), (u'CALL_-1207680295', u'INDIRECT_-1207679125'), ('tmp_406', u'CBRANCH_-1207681045'), (u'PTRSUB_-1207678848', u'LOAD_-1207680383'), ('const-5464462', u'COPY_-1207678741'), ('const-0', u'INT_NOTEQUAL_-1207680205'), ('const-5465416', u'COPY_-1207678674'), (u'INT_ZEXT_-1207679974', u'CAST_-1207679015'), ('const-433', u'STORE_-1207680577'), ('const-5431929', u'COPY_-1207678645'), (u'INT_EQUAL_-1207680228', u'CBRANCH_-1207680226'), (u'PTRSUB_-1207679148', u'CALL_-1207681067'), (u'CALL_-1207681067', u'SUBPIECE_-1207679463'), (u'MULTIEQUAL_-1207680004', u'PTRSUB_-1207679182'), ('const-0', u'PTRSUB_-1207678880'), ('tmp_1804', u'CBRANCH_-1207680134'), ('const-0', u'SUBPIECE_-1207679549'), (u'STORE_-1207680891', u'INDIRECT_-1207679355'), ('const--57', u'PTRSUB_-1207678816')]
|
[('const-433', u'LOAD_-1207681168'), (u'LOAD_-1207681168', u'CALLIND_-1207681124'), (u'LOAD_-1207680464', u'INT_AND_-1207680438'), (u'LOAD_-1207680016', u'MULTIEQUAL_-1207680005'), (u'MULTIEQUAL_-1207680005', u'PTRADD_-1207678755'), (u'INT_NOTEQUAL_-1207680263', u'CBRANCH_-1207680260'), (u'CALLIND_-1207680741', u'INT_MULT_-1207680675'), (u'PTRSUB_-1207678858', u'CALL_-1207680295'), ('tmp_4536', u'CALL_-1207680859'), ('const-8', u'PTRADD_-1207678940'), ('const-32', u'INT_ADD_-1207680586'), (u'CALL_-1207680018', u'INDIRECT_-1207679022'), ('tmp_1208', u'BRANCH_-1207680571'), (u'LOAD_-1207680768', u'SUBPIECE_-1207679043'), ('tmp_1343', u'CBRANCH_-1207680467'), (u'INT_ADD_-1207680400', u'CAST_-1207678883'), ('tmp_4538', u'CAST_-1207678884'), ('const-59', u'INT_ADD_-1207680400'), ('tmp_1920', u'CBRANCH_-1207680050'), ('const-5464462', u'COPY_-1207678733'), ('tmp_1877', u'BRANCH_-1207680082'), (u'LOAD_-1207681182', u'INT_ADD_-1207681152'), ('const-433', u'LOAD_-1207680521'), (u'INT_NOTEQUAL_-1207680587', u'CBRANCH_-1207680584'), ('const-0', u'INT_EQUAL_-1207680469'), (u'INT_EQUAL_-1207680281', u'CBRANCH_-1207680280'), ('const-1', u'PTRADD_-1207680185'), ('const-0', u'INT_NOTEQUAL_-1207680139'), ('const-4294967295', u'INT_NOTEQUAL_-1207681258'), (u'INDIRECT_-1207679149', u'MULTIEQUAL_-1207679519'), (u'MULTIEQUAL_-1207679040', u'MULTIEQUAL_-1207679496'), (u'LOAD_-1207681156', u'INT_AND_-1207681130'), ('tmp_4538', u'PTRADD_-1207678956'), (u'CAST_-1207679141', u'LOAD_-1207681112'), ('tmp_4541', u'INT_ADD_-1207680000'), (u'LOAD_-1207681041', u'INT_ADD_-1207680989'), (u'CALLIND_-1207681124', u'INDIRECT_-1207679489'), (u'CALL_-1207680423', u'INDIRECT_-1207678972'), ('const-433', u'LOAD_-1207680600'), (u'CAST_-1207678794', u'LOAD_-1207680247'), (u'LOAD_-1207680490', u'INT_EQUAL_-1207680469'), (u'CALL_-1207679991', u'INDIRECT_-1207678988'), (u'LOAD_-1207680247', u'INT_EQUAL_-1207680228'), (u'CAST_-1207679276', u'LOAD_-1207681308'), ('tmp_1592', u'CBRANCH_-1207680280'), (u'COPY_-1207679598', u'MULTIEQUAL_-1207679531'), ('const-433', u'LOAD_-1207681118'), (u'CAST_-1207678884', u'INT_ADD_-1207680400'), (u'LOAD_-1207680690', u'SUBPIECE_-1207679008'), (u'CALL_-1207680295', u'INT_EQUAL_-1207680281'), ('const-433', u'LOAD_-1207680336'), (u'INT_NOTEQUAL_-1207680616', u'CBRANCH_-1207680613'), (u'INT_AND_-1207679156', u'INT_NOTEQUAL_-1207680161'), ('const-561', u'CALL_-1207680214'), (u'SUBPIECE_-1207679043', u'INT_ADD_-1207679442'), (u'INT_ADD_-1207680105', u'CAST_-1207678730'), ('const-200', u'INT_ADD_-1207681096'), (u'LOAD_-1207680439', u'INT_AND_-1207680413'), ('tmp_4538', u'LOAD_-1207680336'), (u'INDIRECT_-1207679149', u'MULTIEQUAL_-1207679040'), ('const-433', u'LOAD_-1207680198'), (u'COPY_-1207679664', u'MULTIEQUAL_-1207679599'), ('const-433', u'LOAD_-1207680439'), (u'CALL_-1207680214', u'INDIRECT_-1207678931'), (u'MULTIEQUAL_-1207680005', u'LOAD_-1207681041'), (u'CAST_-1207678972', u'LOAD_-1207680632'), (u'STORE_-1207680687', u'INDIRECT_-1207679297'), (u'PTRADD_-1207679208', u'CAST_-1207679171'), ('const-37152', u'INT_ADD_-1207680294'), (u'INT_NOTEQUAL_-1207680528', u'CBRANCH_-1207680526'), (u'INT_ADD_-1207680341', u'CAST_-1207678849'), ('const--57', u'PTRSUB_-1207678858'), ('const-5477216', u'COPY_-1207678705'), (u'INT_ADD_-1207680497', u'CAST_-1207678933'), ('tmp_1305', u'CBRANCH_-1207680495'), ('tmp_4538', u'PTRADD_-1207678940'), ('const-1', u'RETURN_-1207680209'), ('tmp_1702', u'CBRANCH_-1207680199'), (u'LOAD_-1207680198', u'INT_AND_-1207679156'), (u'INT_ADD_-1207681096', u'CAST_-1207679141'), (u'CAST_-1207678922', u'LOAD_-1207680490'), (u'COPY_-1207678711', u'CALL_-1207680214'), (u'INDIRECT_-1207678903', u'MULTIEQUAL_-1207679432'), ('const-10', u'INT_EQUAL_-1207681213'), (u'INT_AND_-1207680516', u'INT_NOTEQUAL_-1207680050'), (u'INT_ADD_-1207679442', u'INT_MULT_-1207680643'), ('const-16', u'INT_AND_-1207680388'), (u'INT_EQUAL_-1207681213', u'CBRANCH_-1207681212'), (u'LOAD_-1207681207', u'MULTIEQUAL_-1207679960'), (u'PTRADD_-1207678797', u'CAST_-1207678770'), ('const-0', u'RETURN_-1207680801'), (u'MULTIEQUAL_-1207679462', u'INT_NOTEQUAL_-1207680899'), (u'LOAD_-1207680155', u'INT_NOTEQUAL_-1207680139'), (u'INDIRECT_-1207678931', u'COPY_-1207678978'), ('const--1', u'INT_EQUAL_-1207681048'), (u'CALL_-1207680393', u'INDIRECT_-1207678947'), (u'LOAD_-1207680414', u'INT_AND_-1207680388'), ('const-92', u'CALL_-1207679911'), ('tmp_1411', u'CBRANCH_-1207680421'), (u'PTRADD_-1207679244', u'LOAD_-1207681207'), ('const-36', u'INT_ADD_-1207680877'), (u'INT_NOTEQUAL_-1207680341', u'CBRANCH_-1207680336'), (u'INDIRECT_-1207678988', u'COPY_-1207679029'), ('const-433', u'LOAD_-1207680247'), (u'CAST_-1207679055', u'INT_ADD_-1207680877'), (u'INT_EQUAL_-1207680402', u'CBRANCH_-1207680396'), (u'COPY_-1207678760', u'CALL_-1207679991'), (u'MULTIEQUAL_-1207679542', u'PTRADD_-1207680321'), (u'INT_ADD_-1207680450', u'CAST_-1207678911'), (u'MULTIEQUAL_-1207680005', u'CALLIND_-1207681124'), (u'CALL_-1207681067', u'SUBPIECE_-1207679468'), (u'INDIRECT_-1207679149', u'MULTIEQUAL_-1207678885'), ('const-433', u'LOAD_-1207680511'), ('const-0', u'INT_EQUAL_-1207680402'), ('const-7', u'PTRADD_-1207678797'), ('const-0', u'INT_EQUAL_-1207680427'), (u'CALLIND_-1207681124', u'CALL_-1207681067'), ('tmp_4538', u'CAST_-1207679256'), ('const-16', u'INT_ADD_-1207680563'), ('tmp_1481', u'CBRANCH_-1207680362'), ('const-0', u'INT_EQUAL_-1207681144'), (u'INT_ADD_-1207680563', u'CAST_-1207678946'), ('tmp_4538', u'CAST_-1207678898'), (u'MULTIEQUAL_-1207679542', u'MULTIEQUAL_-1207679040'), (u'LOAD_-1207681308', u'MULTIEQUAL_-1207680005'), ('tmp_4538', u'CAST_-1207678912'), (u'INT_EQUAL_-1207681281', u'CBRANCH_-1207681279'), (u'MULTIEQUAL_-1207680005', u'CALLIND_-1207680995'), (u'INT_EQUAL_-1207681048', u'CBRANCH_-1207681045'), ('const-1', u'RETURN_-1207679986'), (u'INT_AND_-1207679675', u'INT_EQUAL_-1207681213'), (u'MULTIEQUAL_-1207680004', u'LOAD_-1207680768'), (u'CAST_-1207678730', u'MULTIEQUAL_-1207680004'), (u'CAST_-1207679242', u'LOAD_-1207681248'), (u'CALLIND_-1207680741', u'INDIRECT_-1207679338'), ('const-0', u'SUBPIECE_-1207679008'), ('const-433', u'LOAD_-1207681112'), ('const-8', u'PTRADD_-1207678755'), (u'CAST_-1207678955', u'INT_ADD_-1207680536'), (u'SUBPIECE_-1207679043', u'INT_ADD_-1207680709'), (u'INT_NOTEQUAL_-1207680205', u'CBRANCH_-1207680199'), (u'INT_AND_-1207681130', u'INT_EQUAL_-1207681144'), ('const-8', u'INT_MULT_-1207680643'), (u'INT_EQUAL_-1207680364', u'CBRANCH_-1207680362'), (u'MULTIEQUAL_-1207680005', u'PTRADD_-1207679239'), (u'PTRADD_-1207680321', u'CAST_-1207678863'), ('const-433', u'LOAD_-1207680768'), (u'CALL_-1207680351', u'INDIRECT_-1207678915'), (u'INT_AND_-1207680438', u'INT_NOTEQUAL_-1207680451'), (u'INT_MULT_-1207680675', u'MULTIEQUAL_-1207679462'), (u'INT_NOTEQUAL_-1207680050', u'CBRANCH_-1207680050'), ('const-15', u'PTRADD_-1207679174'), (u'INT_ZEXT_-1207679685', u'INT_NOTEQUAL_-1207680616'), ('const-1712', u'CALL_-1207679991'), ('tmp_118', u'CBRANCH_-1207681279'), (u'LOAD_-1207680383', u'INT_ADD_-1207680341'), (u'INT_NOTEQUAL_-1207680498', u'CBRANCH_-1207680495'), ('const-8', u'INT_ADD_-1207680592'), (u'INT_EQUAL_-1207680427', u'CBRANCH_-1207680421'), ('const-4', u'PTRADD_-1207679208'), (u'LOAD_-1207680600', u'INT_AND_-1207680574'), ('const-5473784', u'COPY_-1207678760'), (u'INT_AND_-1207680574', u'INT_NOTEQUAL_-1207680587'), (u'LOAD_-1207680552', u'INT_AND_-1207680516'), (u'MULTIEQUAL_-1207680005', u'PTRADD_-1207679208'), ('const-0', u'INT_NOTEQUAL_-1207680205'), ('const-60', u'INT_ADD_-1207680497'), (u'LOAD_-1207680632', u'INT_NOTEQUAL_-1207680616'), (u'INDIRECT_-1207679149', u'PTRADD_-1207680185'), ('const-2', u'PTRADD_-1207678956'), ('const-433', u'LOAD_-1207680414'), (u'INDIRECT_-1207678887', u'COPY_-1207678931'), (u'INT_ADD_-1207680592', u'STORE_-1207680577'), ('tmp_1377', u'CBRANCH_-1207680446'), ('tmp_670', u'CBRANCH_-1207680898'), ('tmp_1198', u'CBRANCH_-1207680584'), (u'COPY_-1207678733', u'CALL_-1207680393'), ('const-2', u'INT_AND_-1207681130'), ('tmp_1957', u'BRANCH_-1207680008'), ('const-36', u'INT_ADD_-1207681258'), ('const-5464462', u'COPY_-1207678763'), ('tmp_220', u'CBRANCH_-1207681212'), (u'CAST_-1207678933', u'LOAD_-1207680511'), (u'INT_ADD_-1207680672', u'STORE_-1207680687'), (u'CAST_-1207678731', u'INT_ADD_-1207680105'), (u'INT_NOTEQUAL_-1207680451', u'CBRANCH_-1207680446'), (u'MULTIEQUAL_-1207680005', u'PTRADD_-1207679174'), ('const-0', u'COPY_-1207679188'), ('tmp_4538', u'PTRADD_-1207679262'), (u'INT_ADD_-1207680989', u'CAST_-1207679093'), ('const-433', u'LOAD_-1207681182'), (u'COPY_-1207679188', u'MULTIEQUAL_-1207679599'), ('const-12', u'PTRADD_-1207678755'), ('const-1', u'INT_ADD_-1207680672'), (u'MULTIEQUAL_-1207679960', u'INT_ADD_-1207680563'), ('const-3', u'COPY_-1207679664'), (u'INT_ADD_-1207680536', u'CAST_-1207678954'), ('const-15', u'INT_AND_-1207679675'), ('const-0', u'INT_NOTEQUAL_-1207680451'), (u'MULTIEQUAL_-1207679960', u'INT_ADD_-1207680616'), ('tmp_4542', u'CALL_-1207680859'), ('tmp_1664', u'CBRANCH_-1207680226'), (u'LOAD_-1207681118', u'INT_ADD_-1207681096'), (u'CAST_-1207678897', u'LOAD_-1207680439'), (u'LOAD_-1207680383', u'INT_ADD_-1207680294'), (u'MULTIEQUAL_-1207680005', u'CALLIND_-1207681102'), ('tmp_1445', u'CBRANCH_-1207680396'), ('const-200', u'INT_ADD_-1207681152'), (u'MULTIEQUAL_-1207679599', u'INT_ADD_-1207679442'), ('const-4294967295', u'INT_NOTEQUAL_-1207680899'), (u'SUBPIECE_-1207679008', u'INT_ADD_-1207680672'), (u'COPY_-1207678658', u'CALL_-1207679911'), ('const-433', u'LOAD_-1207680357'), (u'LOAD_-1207680247', u'INT_ADD_-1207680205'), ('const-5473784', u'COPY_-1207678730'), ('const-433', u'LOAD_-1207680464'), ('tmp_1768', u'CBRANCH_-1207680160'), ('const-433', u'LOAD_-1207681274'), ('const-3361', u'INT_ADD_-1207680205'), (u'CALL_-1207680351', u'CALL_-1207680327'), ('const-433', u'LOAD_-1207680115'), (u'INT_ADD_-1207680616', u'CAST_-1207678972'), ('const-8', u'PTRADD_-1207679174'), ('const-433', u'LOAD_-1207680690'), ('const-16', u'PTRADD_-1207680185'), ('const-433', u'LOAD_-1207681156'), (u'CAST_-1207678849', u'LOAD_-1207680357'), ('tmp_1517', u'CBRANCH_-1207680336'), (u'INT_ADD_-1207681152', u'CAST_-1207679179'), ('const-433', u'STORE_-1207680687'), ('const-8', u'PTRADD_-1207679208'), ('const-1', u'COPY_-1207679598'), (u'CAST_-1207678770', u'LOAD_-1207680198'), ('const-433', u'STORE_-1207680891'), (u'LOAD_-1207681308', u'INT_EQUAL_-1207681281'), (u'CAST_-1207678751', u'LOAD_-1207680155'), (u'CAST_-1207678981', u'STORE_-1207680687'), (u'MULTIEQUAL_-1207679960', u'INT_ADD_-1207680586'), ('const-7', u'INT_AND_-1207680516'), (u'INT_ZEXT_-1207679685', u'INT_ADD_-1207680592'), ('const-0', u'INT_NOTEQUAL_-1207680498'), ('const-8', u'PTRADD_-1207679239'), (u'CALL_-1207680295', u'INDIRECT_-1207679030'), ('const-0', u'INT_NOTEQUAL_-1207680528'), (u'CAST_-1207678703', u'LOAD_-1207680016'), (u'INT_ADD_-1207680877', u'CAST_-1207679054'), (u'INT_NOTEQUAL_-1207680161', u'CBRANCH_-1207680160'), (u'PTRADD_-1207679262', u'CAST_-1207679242'), ('const-0', u'COPY_-1207679123'), ('const-0', u'INT_NOTEQUAL_-1207680587'), ('tmp_6113', u'MULTIEQUAL_-1207679432'), (u'MULTIEQUAL_-1207680005', u'CALLIND_-1207680741'), ('const-58', u'INT_ADD_-1207680536'), (u'CAST_-1207678957', u'LOAD_-1207680600'), (u'INT_AND_-1207680388', u'INT_EQUAL_-1207680402'), ('const-0', u'SUBPIECE_-1207679468'), ('const-433', u'LOAD_-1207681308'), (u'CALL_-1207680295', u'INDIRECT_-1207679149'), ('const-10849', u'INT_ADD_-1207680341'), ('const-433', u'LOAD_-1207680632'), (u'LOAD_-1207681274', u'INT_NOTEQUAL_-1207681258'), (u'MULTIEQUAL_-1207680005', u'PTRADD_-1207679244'), (u'CAST_-1207678977', u'INT_ZEXT_-1207679685'), ('const-13', u'PTRADD_-1207679239'), (u'INDIRECT_-1207678947', u'COPY_-1207679004'), ('const-1748', u'CALL_-1207680393'), (u'COPY_-1207678763', u'CALL_-1207679991'), (u'MULTIEQUAL_-1207679531', u'INT_ADD_-1207680709'), ('const-4', u'INT_NOTEQUAL_-1207680050'), ('const-433', u'STORE_-1207680577'), ('const-1', u'INT_AND_-1207680485'), (u'COPY_-1207678705', u'CALL_-1207680214'), (u'MULTIEQUAL_-1207680004', u'CAST_-1207678981'), ('const-0', u'INT_NOTEQUAL_-1207680341'), ('const-16', u'INT_ADD_-1207680616'), ('tmp_6117', u'MULTIEQUAL_-1207679542'), ('const-3', u'INT_AND_-1207680413'), ('const-0', u'CALL_-1207681067'), ('const-433', u'LOAD_-1207681248'), ('const-1', u'PTRADD_-1207680321'), ('const-0', u'CALL_-1207680295'), (u'LOAD_-1207681112', u'CALLIND_-1207681102'), (u'STORE_-1207680891', u'INDIRECT_-1207679379'), ('const-433', u'LOAD_-1207681207'), ('const-40', u'INT_ADD_-1207681292'), (u'MULTIEQUAL_-1207679542', u'MULTIEQUAL_-1207678885'), (u'MULTIEQUAL_-1207680005', u'LOAD_-1207681118'), (u'INDIRECT_-1207678972', u'MULTIEQUAL_-1207678951'), ('tmp_4538', u'CAST_-1207678955'), ('const-0', u'INT_EQUAL_-1207680228'), ('const-108', u'INT_ADD_-1207680105'), (u'PTRADD_-1207678956', u'LOAD_-1207680521'), (u'INT_ADD_-1207680139', u'CAST_-1207678751'), ('const-2', u'INT_AND_-1207680574'), (u'LOAD_-1207680521', u'INT_ADD_-1207680497'), (u'CALL_-1207680859', u'INDIRECT_-1207679367'), (u'INDIRECT_-1207679022', u'MULTIEQUAL_-1207679542'), ('const-40', u'INT_ADD_-1207680000'), (u'COPY_-1207678667', u'CALL_-1207679911'), ('const-1', u'RETURN_-1207679906'), (u'MULTIEQUAL_-1207679462', u'STORE_-1207680891'), (u'INDIRECT_-1207679367', u'COPY_-1207679407'), ('const-433', u'LOAD_-1207680490'), (u'INT_EQUAL_-1207681144', u'CBRANCH_-1207681141'), (u'CAST_-1207678912', u'INT_ADD_-1207680450'), ('const-433', u'LOAD_-1207680383'), (u'INT_ADD_-1207680425', u'CAST_-1207678897'), (u'CAST_-1207678863', u'LOAD_-1207680383'), ('const-8', u'PTRADD_-1207678797'), ('tmp_290', u'CBRANCH_-1207681141'), ('const-0', u'INT_EQUAL_-1207680281'), ('const-433', u'LOAD_-1207680016'), ('tmp_4538', u'PTRADD_-1207678797'), (u'CAST_-1207678946', u'STORE_-1207680577'), (u'INT_ADD_-1207680709', u'INT_MULT_-1207680675'), (u'CAST_-1207678883', u'LOAD_-1207680414'), (u'CAST_-1207679054', u'STORE_-1207680891'), ('const-5431929', u'COPY_-1207678667'), ('tmp_4541', u'INT_ADD_-1207681292'), (u'CALLIND_-1207681102', u'INDIRECT_-1207679477'), (u'LOAD_-1207680357', u'INT_NOTEQUAL_-1207680341'), ('const-5465416', u'COPY_-1207678696'), ('const-8', u'PTRADD_-1207679244'), (u'INDIRECT_-1207679297', u'MULTIEQUAL_-1207678951'), (u'LOAD_-1207680336', u'CALL_-1207680295'), ('const-5452676', u'COPY_-1207678711'), ('const-15', u'INT_AND_-1207679156'), (u'MULTIEQUAL_-1207680005', u'LOAD_-1207681182'), (u'COPY_-1207678730', u'CALL_-1207680393'), ('const-433', u'LOAD_-1207681005'), ('tmp_156', u'CBRANCH_-1207681253'), ('const-433', u'LOAD_-1207680552'), (u'CALLIND_-1207681102', u'CALL_-1207681067'), ('tmp_4538', u'CALL_-1207680859'), (u'CALL_-1207680018', u'INDIRECT_-1207678903'), ('const-8', u'PTRADD_-1207679262'), (u'LOAD_-1207680221', u'INT_NOTEQUAL_-1207680205'), ('const-0', u'SUBPIECE_-1207679043'), ('const-200', u'INT_ADD_-1207680989'), (u'CALLIND_-1207680995', u'INDIRECT_-1207679426'), (u'COPY_-1207679123', u'MULTIEQUAL_-1207679531'), (u'CAST_-1207679179', u'LOAD_-1207681168'), (u'CAST_-1207679255', u'LOAD_-1207681274'), (u'MULTIEQUAL_-1207679519', u'MULTIEQUAL_-1207679496'), (u'INDIRECT_-1207679426', u'MULTIEQUAL_-1207679383'), (u'INT_EQUAL_-1207680469', u'CBRANCH_-1207680467'), ('const-0', u'INT_NOTEQUAL_-1207680263'), (u'LOAD_-1207680552', u'INT_AND_-1207679304'), ('const-433', u'LOAD_-1207681041'), (u'CALL_-1207681067', u'INDIRECT_-1207679459'), (u'INDIRECT_-1207679030', u'INT_NOTEQUAL_-1207680263'), (u'INT_AND_-1207680485', u'INT_NOTEQUAL_-1207680498'), (u'LOAD_-1207680383', u'INT_EQUAL_-1207680364'), (u'CALL_-1207679911', u'INDIRECT_-1207678887'), ('const-11', u'PTRADD_-1207679244'), ('const-7', u'PTRADD_-1207679262'), ('tmp_1159', u'CBRANCH_-1207680613'), (u'LOAD_-1207681168', u'CALLIND_-1207680741'), (u'MULTIEQUAL_-1207680005', u'CALL_-1207680859'), ('const-16', u'PTRADD_-1207680321'), (u'INT_ADD_-1207680000', u'CAST_-1207678703'), (u'SUBPIECE_-1207679468', u'MULTIEQUAL_-1207679462'), (u'LOAD_-1207681005', u'CALLIND_-1207680995'), (u'INT_ADD_-1207680294', u'CALL_-1207680295'), (u'INT_ADD_-1207680205', u'CAST_-1207678780'), (u'CAST_-1207678780', u'LOAD_-1207680221'), ('const-3561', u'INT_ADD_-1207680139'), (u'INT_ADD_-1207681292', u'CAST_-1207679276'), ('const-0', u'INT_EQUAL_-1207681281'), ('tmp_1263', u'CBRANCH_-1207680526'), (u'INT_NOTEQUAL_-1207680899', u'CBRANCH_-1207680898'), (u'PTRADD_-1207679174', u'CALL_-1207681067'), ('const-8', u'PTRADD_-1207678956'), ('const-1', u'INT_NOTEQUAL_-1207680161'), (u'LOAD_-1207681248', u'INT_AND_-1207679675'), (u'INT_AND_-1207680413', u'INT_EQUAL_-1207680427'), ('const-1', u'RETURN_-1207680388'), ('const-0', u'INT_EQUAL_-1207680364'), (u'PTRADD_-1207680185', u'CAST_-1207678794'), (u'COPY_-1207678696', u'CALL_-1207680351'), (u'INT_NOTEQUAL_-1207681258', u'CBRANCH_-1207681253'), (u'LOAD_-1207680115', u'MULTIEQUAL_-1207679960'), ('const-5477544', u'COPY_-1207678658'), (u'LOAD_-1207680247', u'INT_ADD_-1207680139'), (u'CALL_-1207681067', u'INT_EQUAL_-1207681048'), ('const-57', u'INT_ADD_-1207680425'), ('const-3', u'PTRADD_-1207678940'), ('const-32', u'INT_AND_-1207680438'), (u'CAST_-1207678911', u'LOAD_-1207680464'), (u'CAST_-1207679256', u'INT_ADD_-1207681258'), ('tmp_1628', u'CBRANCH_-1207680260'), (u'CALL_-1207680327', u'INDIRECT_-1207678904'), (u'CAST_-1207679093', u'LOAD_-1207681005'), (u'PTRADD_-1207678755', u'LOAD_-1207680115'), (u'MULTIEQUAL_-1207679542', u'MULTIEQUAL_-1207679519'), ('const-1', u'RETURN_-1207680322'), (u'INT_ADD_-1207680586', u'CAST_-1207678957'), (u'STORE_-1207680577', u'INDIRECT_-1207679265'), ('const-7', u'INT_AND_-1207679304'), (u'MULTIEQUAL_-1207680005', u'CAST_-1207678731'), (u'INT_NOTEQUAL_-1207680139', u'CBRANCH_-1207680134'), (u'INT_ADD_-1207681258', u'CAST_-1207679255'), (u'CAST_-1207678954', u'LOAD_-1207680552'), (u'PTRADD_-1207679239', u'MULTIEQUAL_-1207680004'), (u'CAST_-1207678898', u'INT_ADD_-1207680425'), (u'PTRADD_-1207678940', u'CAST_-1207678922'), (u'INDIRECT_-1207679265', u'MULTIEQUAL_-1207679383'), ('tmp_406', u'CBRANCH_-1207681045'), ('const-433', u'LOAD_-1207680221'), ('const-433', u'LOAD_-1207680155'), (u'LOAD_-1207680511', u'INT_AND_-1207680485'), (u'INT_EQUAL_-1207680228', u'CBRANCH_-1207680226'), (u'INT_MULT_-1207680643', u'CAST_-1207678977'), ('const-59', u'INT_ADD_-1207680450'), (u'INDIRECT_-1207678904', u'COPY_-1207678957'), ('tmp_4538', u'CAST_-1207679055'), ('tmp_4533', u'PTRSUB_-1207678858'), (u'MULTIEQUAL_-1207680004', u'LOAD_-1207680690'), (u'CAST_-1207679171', u'LOAD_-1207681156'), ('tmp_1804', u'CBRANCH_-1207680134'), (u'INT_AND_-1207679304', u'INT_NOTEQUAL_-1207680528')]
| null | null |
001b3eb0
|
x64
|
O2
|
(translation_unit "void FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)\n\n{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}\n\n" (function_definition "void FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)\n\n{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" primitive_type (function_declarator "FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *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 "undefined8 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "char local_39 [9];" primitive_type (array_declarator "local_39 [9]" identifier [ number_literal ]) ;) (expression_statement "plVar9 = *(long **)(param_1 + 0x28);" (assignment_expression "plVar9 = *(long **)(param_1 + 0x28)" identifier = (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }" if (parenthesized_expression "(plVar9 == (long *)0x0)" ( (binary_expression "plVar9 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }" { (expression_statement "FUN_001ad9c0();" (call_expression "FUN_001ad9c0()" identifier (argument_list "()" ( ))) ;) (expression_statement "plVar9 = *(long **)(param_1 + 0x28);" (assignment_expression "plVar9 = *(long **)(param_1 + 0x28)" identifier = (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)((long)param_4 + 0x24) != -1) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" if (parenthesized_expression "(*(int *)((long)param_4 + 0x24) != -1)" ( (binary_expression "*(int *)((long)param_4 + 0x24) != -1" (pointer_expression "*(int *)((long)param_4 + 0x24)" * (cast_expression "(int *)((long)param_4 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x24)" ( (binary_expression "(long)param_4 + 0x24" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" { comment (expression_statement "FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");" (call_expression "FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry")" identifier (argument_list "("../../gold/x86_64.cc",0x6b0,"add_entry")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""add_entry"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" if (parenthesized_expression "((*(byte *)(param_4 + 7) & 0xf) == 10)" ( (binary_expression "(*(byte *)(param_4 + 7) & 0xf) == 10" (parenthesized_expression "(*(byte *)(param_4 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_4 + 7) & 0xf" (pointer_expression "*(byte *)(param_4 + 7)" * (cast_expression "(byte *)(param_4 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 7)" ( (binary_expression "param_4 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }" { (if_statement "if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" if (parenthesized_expression "((*(byte *)((long)param_4 + 0x3a) & 7) != 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3a) & 7) != 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_4 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_4 + 0x3a)" * (cast_expression "(byte *)((long)param_4 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3a)" ( (binary_expression "(long)param_4 + 0x3a" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" { (if_statement "if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;" if (parenthesized_expression "((*(byte *)((long)param_4 + 0x3a) & 7) != 4)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3a) & 7) != 4" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_4 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_4 + 0x3a)" * (cast_expression "(byte *)((long)param_4 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3a)" ( (binary_expression "(long)param_4 + 0x3a" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001b4033;" goto statement_identifier ;)) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;) })) (if_statement "if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;" if (parenthesized_expression "(((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))" ( (binary_expression "((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)))" (parenthesized_expression "((*(byte *)(param_4[2] + 0x3c) & 1) != 0)" ( (binary_expression "(*(byte *)(param_4[2] + 0x3c) & 1) != 0" (parenthesized_expression "(*(byte *)(param_4[2] + 0x3c) & 1)" ( (binary_expression "*(byte *)(param_4[2] + 0x3c) & 1" (pointer_expression "*(byte *)(param_4[2] + 0x3c)" * (cast_expression "(byte *)(param_4[2] + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4[2] + 0x3c)" ( (binary_expression "param_4[2] + 0x3c" (subscript_expression "param_4[2]" identifier [ number_literal ]) + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)))" ( (parenthesized_expression "(*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))" ( (binary_expression "*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)" (binary_expression "*(int *)(param_4 + 3) == 0" (pointer_expression "*(int *)(param_4 + 3)" * (cast_expression "(int *)(param_4 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 3)" ( (binary_expression "param_4 + 3" identifier + number_literal) )))) == number_literal) && (parenthesized_expression "((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3b) & 0x20) != 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3b) & 0x20)" ( (binary_expression "*(byte *)((long)param_4 + 0x3b) & 0x20" (pointer_expression "*(byte *)((long)param_4 + 0x3b)" * (cast_expression "(byte *)((long)param_4 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3b)" ( (binary_expression "(long)param_4 + 0x3b" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) ))) )) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;)) (labeled_statement "LAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" statement_identifier : (if_statement "if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" if (parenthesized_expression "(((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0))" ( (binary_expression "((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)" (parenthesized_expression "((*(byte *)((long)param_4 + 0x39) & 3) == 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x39) & 3) == 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x39) & 3)" ( (binary_expression "*(byte *)((long)param_4 + 0x39) & 3" (pointer_expression "*(byte *)((long)param_4 + 0x39)" * (cast_expression "(byte *)((long)param_4 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x39)" ( (binary_expression "(long)param_4 + 0x39" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3b) & 0x10) == 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3b) & 0x10)" ( (binary_expression "*(byte *)((long)param_4 + 0x3b) & 0x10" (pointer_expression "*(byte *)((long)param_4 + 0x3b)" * (cast_expression "(byte *)((long)param_4 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3b)" ( (binary_expression "(long)param_4 + 0x3b" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" { (expression_statement "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar6 == 0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar6 == 0)" ( (binary_expression "lVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001b416c:\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 *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" if (parenthesized_expression "(*(char *)(lVar6 + 0x2a61) != '\0')" ( (binary_expression "*(char *)(lVar6 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar6 + 0x2a61)" * (cast_expression "(char *)(lVar6 + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x2a61)" ( (binary_expression "lVar6 + 0x2a61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" { (expression_statement "cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);" (assignment_expression "cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39)" identifier = (call_expression "FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39)" identifier (argument_list "(lVar6 + 0x9120,*param_4,0,local_39)" ( (binary_expression "lVar6 + 0x9120" identifier + number_literal) , (pointer_expression "*param_4" * identifier) , number_literal , identifier )))) ;) (if_statement "if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }" if (parenthesized_expression "((cVar2 == '\0') || (local_39[0] != '\0'))" ( (binary_expression "(cVar2 == '\0') || (local_39[0] != '\0')" (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(local_39[0] != '\0')" ( (binary_expression "local_39[0] != '\0'" (subscript_expression "local_39[0]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }" { (expression_statement "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar6 == 0) goto LAB_001b416c;" if (parenthesized_expression "(lVar6 == 0)" ( (binary_expression "lVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001b416c;" goto statement_identifier ;)) (if_statement "if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;" if (parenthesized_expression "((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))" ( (binary_expression "(*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')))" (parenthesized_expression "(*(char *)(lVar6 + 0xd21) != '\0')" ( (binary_expression "*(char *)(lVar6 + 0xd21) != '\0'" (pointer_expression "*(char *)(lVar6 + 0xd21)" * (cast_expression "(char *)(lVar6 + 0xd21)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0xd21)" ( (binary_expression "lVar6 + 0xd21" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')))" ( (parenthesized_expression "((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))" ( (binary_expression "(*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')" (binary_expression "(*(byte *)(param_4 + 7) & 0xf) != 1" (parenthesized_expression "(*(byte *)(param_4 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_4 + 7) & 0xf" (pointer_expression "*(byte *)(param_4 + 7)" * (cast_expression "(byte *)(param_4 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 7)" ( (binary_expression "param_4 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) && (parenthesized_expression "(*(char *)(lVar6 + 0xde9) != '\0')" ( (binary_expression "*(char *)(lVar6 + 0xde9) != '\0'" (pointer_expression "*(char *)(lVar6 + 0xde9)" * (cast_expression "(char *)(lVar6 + 0xde9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0xde9)" ( (binary_expression "lVar6 + 0xde9" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (goto_statement "goto LAB_001b40d0;" goto statement_identifier ;)) })) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);" statement_identifier : (expression_statement "plVar8 = (long *)((long)plVar9 + 0x6c);" (assignment_expression "plVar8 = (long *)((long)plVar9 + 0x6c)" identifier = (cast_expression "(long *)((long)plVar9 + 0x6c)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar9 + 0x6c)" ( (binary_expression "(long)plVar9 + 0x6c" (cast_expression "(long)plVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;)) (expression_statement "lVar6 = plVar9[0xc];" (assignment_expression "lVar6 = plVar9[0xc]" identifier = (subscript_expression "plVar9[0xc]" identifier [ number_literal ])) ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) }) (else_clause "else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" else (compound_statement "{\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" { (labeled_statement "LAB_001b3ef3:\n lVar6 = plVar9[0xb];" statement_identifier : (expression_statement "lVar6 = plVar9[0xb];" (assignment_expression "lVar6 = plVar9[0xb]" identifier = (subscript_expression "plVar9[0xb]" identifier [ number_literal ])) ;)) (expression_statement "plVar8 = plVar9 + 0xd;" (assignment_expression "plVar8 = plVar9 + 0xd" identifier = (binary_expression "plVar9 + 0xd" identifier + number_literal)) ;) (expression_statement "iVar10 = 3;" (assignment_expression "iVar10 = 3" identifier = number_literal) ;) (expression_statement "iVar12 = 1;" (assignment_expression "iVar12 = 1" identifier = number_literal) ;) }))) (if_statement "if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" if (parenthesized_expression "((*(byte *)(plVar9 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar9 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar9 + 4) & 2)" ( (binary_expression "*(byte *)(plVar9 + 4) & 2" (pointer_expression "*(byte *)(plVar9 + 4)" * (cast_expression "(byte *)(plVar9 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar9 + 4)" ( (binary_expression "plVar9 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }" { (expression_statement "lVar1 = *plVar8;" (assignment_expression "lVar1 = *plVar8" identifier = (pointer_expression "*plVar8" * identifier)) ;) (expression_statement "iVar5 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "iVar5 = (**(code **)(*plVar9 + 200))(plVar9)" identifier = (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier )))) ;) (expression_statement "iVar5 = iVar5 * (iVar12 + (int)lVar1);" (assignment_expression "iVar5 = iVar5 * (iVar12 + (int)lVar1)" identifier = (binary_expression "iVar5 * (iVar12 + (int)lVar1)" identifier * (parenthesized_expression "(iVar12 + (int)lVar1)" ( (binary_expression "iVar12 + (int)lVar1" identifier + (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "*(int *)plVar8 = (int)*plVar8 + 1;" (assignment_expression "*(int *)plVar8 = (int)*plVar8 + 1" (pointer_expression "*(int *)plVar8" * (cast_expression "(int *)plVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "(int)*plVar8 + 1" (cast_expression "(int)*plVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar8" * identifier)) + number_literal)) ;) (expression_statement "uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);" (assignment_expression "uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8)" identifier = (call_expression "(ulong)(uint)(((int)lVar1 + iVar10) * 8)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(((int)lVar1 + iVar10) * 8)" ( (binary_expression "((int)lVar1 + iVar10) * 8" (parenthesized_expression "((int)lVar1 + iVar10)" ( (binary_expression "(int)lVar1 + iVar10" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )) * number_literal) )))) ;) (if_statement "if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;" if (parenthesized_expression "(uVar11 != *(ulong *)(lVar6 + 0x10))" ( (binary_expression "uVar11 != *(ulong *)(lVar6 + 0x10)" identifier != (pointer_expression "*(ulong *)(lVar6 + 0x10)" * (cast_expression "(ulong *)(lVar6 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x10)" ( (binary_expression "lVar6 + 0x10" identifier + number_literal) ))))) )) (goto_statement "goto LAB_001b4126;" goto statement_identifier ;)) (if_statement "if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" if (parenthesized_expression "((*(byte *)(lVar6 + 0x20) & 2) != 0)" ( (binary_expression "(*(byte *)(lVar6 + 0x20) & 2) != 0" (parenthesized_expression "(*(byte *)(lVar6 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar6 + 0x20) & 2" (pointer_expression "*(byte *)(lVar6 + 0x20)" * (cast_expression "(byte *)(lVar6 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x20)" ( (binary_expression "lVar6 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" { comment (expression_statement "FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_00352af0("../../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 "*(ulong *)(lVar6 + 0x10) = uVar11 + 8;" (assignment_expression "*(ulong *)(lVar6 + 0x10) = uVar11 + 8" (pointer_expression "*(ulong *)(lVar6 + 0x10)" * (cast_expression "(ulong *)(lVar6 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x10)" ( (binary_expression "lVar6 + 0x10" identifier + number_literal) )))) = (binary_expression "uVar11 + 8" identifier + number_literal)) ;) }) (else_clause "else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" else (compound_statement "{\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" { (expression_statement "uVar3 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "uVar3 = (**(code **)(*plVar9 + 200))(plVar9)" identifier = (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier )))) ;) (expression_statement "uVar4 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "uVar4 = (**(code **)(*plVar9 + 200))(plVar9)" identifier = (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier )))) ;) (expression_statement "lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);" (assignment_expression "lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0)" identifier = (call_expression "FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0)" identifier (argument_list "(plVar9 + 0xf,uVar4,uVar3,0)" ( (binary_expression "plVar9 + 0xf" identifier + number_literal) , identifier , identifier , number_literal )))) ;) (if_statement "if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }" if (parenthesized_expression "(lVar6 == -1)" ( (binary_expression "lVar6 == -1" identifier == number_literal) )) (compound_statement "{\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n FUN_0034a6b0(uVar7);\n }" { (expression_statement "uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");" (assignment_expression "uVar7 = gettext("out of patch space (PLT); relink with --incremental-full")" identifier = (call_expression "gettext("out of patch space (PLT); relink with --incremental-full")" identifier (argument_list "("out of patch space (PLT); relink with --incremental-full")" ( (string_literal ""out of patch space (PLT); relink with --incremental-full"" " string_content ") )))) ;) comment (expression_statement "FUN_0034a6b0(uVar7);" (call_expression "FUN_0034a6b0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) })) (expression_statement "(**(code **)(*plVar9 + 200))(plVar9);" (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier ))) ;) (expression_statement "iVar5 = (int)lVar6;" (assignment_expression "iVar5 = (int)lVar6" identifier = (cast_expression "(int)lVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }))) (if_statement "if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }" if (parenthesized_expression "(iVar5 != -1)" ( (binary_expression "iVar5 != -1" identifier != number_literal) )) (compound_statement "{\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }" { (expression_statement "*(int *)((long)param_4 + 0x24) = iVar5;" (assignment_expression "*(int *)((long)param_4 + 0x24) = iVar5" (pointer_expression "*(int *)((long)param_4 + 0x24)" * (cast_expression "(int *)((long)param_4 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x24)" ( (binary_expression "(long)param_4 + 0x24" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "FUN_001b3a80(plVar9,param_2,param_3,param_4);" (call_expression "FUN_001b3a80(plVar9,param_2,param_3,param_4)" identifier (argument_list "(plVar9,param_2,param_3,param_4)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001a9610();" (call_expression "FUN_001a9610()" identifier (argument_list "()" ( ))) ;) (labeled_statement "LAB_001b4126:\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");" statement_identifier : comment (expression_statement "FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");" (call_expression "FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry")" identifier (argument_list "("../../gold/x86_64.cc",0x6d4,"add_entry")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""add_entry"" " 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 make_plt_entry(Target_x86_64<64> * this, Symbol_table * symtab,\n Layout * layout, Symbol * gsym) */\n\nvoid __thiscall\nanon_unknown.dwarf_358c2b::Target_x86_64<64>::make_plt_entry\n (Target_x86_64<64> *this,Symbol_table *symtab,Layout *layout,Symbol *gsym)\n\n{\n General_options *pGVar1;\n bool bVar2;\n uint uVar3;\n uint plt_offset;\n int iVar4;\n uint uVar5;\n off_t oVar6;\n char *pcVar7;\n uint *puVar8;\n Output_data_got_plt_x86_64 *pOVar9;\n Output_data_plt_x86_64<64> *this_00;\n int iVar10;\n Symbol_table *pSVar11;\n Output_data_plt_x86_64<64> *pOVar12;\n int iVar13;\n bool is_global;\n \n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n pSVar11 = symtab;\n if (this_00 == (Output_data_plt_x86_64<64> *)0x0) {\n make_plt_section(this,symtab,layout);\n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n }\n plt_offset = (uint)pSVar11;\n if (gsym->plt_offset_ != 0xffffffff) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((gsym->field_0x38 & 0xf) == 10) {\n if ((gsym->field_0x3a & 7) != 0) {\n if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;\nLAB_001b4033:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n puVar8 = &this_00->irelative_count_;\n pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_;\n iVar10 = 0;\n iVar13 = 0;\n }\n else {\nLAB_001b3ef3:\n pOVar9 = this_00->got_plt_;\n puVar8 = &this_00->count_;\n iVar10 = 3;\n iVar13 = 1;\n }\n pOVar12 = this_00;\n if ((this_00->field_0x20 & 2) == 0) {\n uVar3 = *puVar8;\n iVar4 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = iVar4 * (iVar13 + uVar3);\n *puVar8 = *puVar8 + 1;\n uVar3 = (uVar3 + iVar10) * 8;\n if ((ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_) goto LAB_001b4126;\n if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_\n = (ulong)uVar3 + 8;\n }\n else {\n uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);\n plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);\n oVar6 = gold::Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);\n if (oVar6 == -1) {\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }\n uVar3 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = (uint)oVar6;\n uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;\n }\n if (uVar5 != 0xffffffff) {\n gsym->plt_offset_ = uVar5;\n Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3);\n return;\n }\n gold::Symbol::set_plt_offset((Symbol *)pOVar12,plt_offset);\nLAB_001b4126:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry");\n}\n\n" comment comment comment (function_definition "void __thiscall\nanon_unknown.dwarf_358c2b::Target_x86_64<64>::make_plt_entry\n (Target_x86_64<64> *this,Symbol_table *symtab,Layout *layout,Symbol *gsym)\n\n{\n General_options *pGVar1;\n bool bVar2;\n uint uVar3;\n uint plt_offset;\n int iVar4;\n uint uVar5;\n off_t oVar6;\n char *pcVar7;\n uint *puVar8;\n Output_data_got_plt_x86_64 *pOVar9;\n Output_data_plt_x86_64<64> *this_00;\n int iVar10;\n Symbol_table *pSVar11;\n Output_data_plt_x86_64<64> *pOVar12;\n int iVar13;\n bool is_global;\n \n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n pSVar11 = symtab;\n if (this_00 == (Output_data_plt_x86_64<64> *)0x0) {\n make_plt_section(this,symtab,layout);\n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n }\n plt_offset = (uint)pSVar11;\n if (gsym->plt_offset_ != 0xffffffff) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((gsym->field_0x38 & 0xf) == 10) {\n if ((gsym->field_0x3a & 7) != 0) {\n if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;\nLAB_001b4033:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n puVar8 = &this_00->irelative_count_;\n pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_;\n iVar10 = 0;\n iVar13 = 0;\n }\n else {\nLAB_001b3ef3:\n pOVar9 = this_00->got_plt_;\n puVar8 = &this_00->count_;\n iVar10 = 3;\n iVar13 = 1;\n }\n pOVar12 = this_00;\n if ((this_00->field_0x20 & 2) == 0) {\n uVar3 = *puVar8;\n iVar4 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = iVar4 * (iVar13 + uVar3);\n *puVar8 = *puVar8 + 1;\n uVar3 = (uVar3 + iVar10) * 8;\n if ((ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_) goto LAB_001b4126;\n if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_\n = (ulong)uVar3 + 8;\n }\n else {\n uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);\n plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);\n oVar6 = gold::Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);\n if (oVar6 == -1) {\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }\n uVar3 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = (uint)oVar6;\n uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;\n }\n if (uVar5 != 0xffffffff) {\n gsym->plt_offset_ = uVar5;\n Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3);\n return;\n }\n gold::Symbol::set_plt_offset((Symbol *)pOVar12,plt_offset);\nLAB_001b4126:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_358c2b::Target_x86_64<64>::" identifier . identifier : : identifier < number_literal > : :) (function_declarator "make_plt_entry\n (Target_x86_64<64> *this,Symbol_table *symtab,Layout *layout,Symbol *gsym)" identifier (parameter_list "(Target_x86_64<64> *this,Symbol_table *symtab,Layout *layout,Symbol *gsym)" ( (parameter_declaration "Target_x86_64<64> *this" type_identifier (ERROR "<64>" < number_literal >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) ))) (compound_statement "{\n General_options *pGVar1;\n bool bVar2;\n uint uVar3;\n uint plt_offset;\n int iVar4;\n uint uVar5;\n off_t oVar6;\n char *pcVar7;\n uint *puVar8;\n Output_data_got_plt_x86_64 *pOVar9;\n Output_data_plt_x86_64<64> *this_00;\n int iVar10;\n Symbol_table *pSVar11;\n Output_data_plt_x86_64<64> *pOVar12;\n int iVar13;\n bool is_global;\n \n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n pSVar11 = symtab;\n if (this_00 == (Output_data_plt_x86_64<64> *)0x0) {\n make_plt_section(this,symtab,layout);\n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n }\n plt_offset = (uint)pSVar11;\n if (gsym->plt_offset_ != 0xffffffff) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((gsym->field_0x38 & 0xf) == 10) {\n if ((gsym->field_0x3a & 7) != 0) {\n if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;\nLAB_001b4033:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n puVar8 = &this_00->irelative_count_;\n pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_;\n iVar10 = 0;\n iVar13 = 0;\n }\n else {\nLAB_001b3ef3:\n pOVar9 = this_00->got_plt_;\n puVar8 = &this_00->count_;\n iVar10 = 3;\n iVar13 = 1;\n }\n pOVar12 = this_00;\n if ((this_00->field_0x20 & 2) == 0) {\n uVar3 = *puVar8;\n iVar4 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = iVar4 * (iVar13 + uVar3);\n *puVar8 = *puVar8 + 1;\n uVar3 = (uVar3 + iVar10) * 8;\n if ((ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_) goto LAB_001b4126;\n if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_\n = (ulong)uVar3 + 8;\n }\n else {\n uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);\n plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);\n oVar6 = gold::Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);\n if (oVar6 == -1) {\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }\n uVar3 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = (uint)oVar6;\n uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;\n }\n if (uVar5 != 0xffffffff) {\n gsym->plt_offset_ = uVar5;\n Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3);\n return;\n }\n gold::Symbol::set_plt_offset((Symbol *)pOVar12,plt_offset);\nLAB_001b4126:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" { (declaration "General_options *pGVar1;" type_identifier (pointer_declarator "*pGVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint plt_offset;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "off_t oVar6;" type_identifier identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "uint *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "Output_data_got_plt_x86_64 *pOVar9;" type_identifier (pointer_declarator "*pOVar9" * identifier) ;) (expression_statement "Output_data_plt_x86_64<64> *this_00;" (binary_expression "Output_data_plt_x86_64<64> *this_00" (binary_expression "Output_data_plt_x86_64<64" identifier < number_literal) > (pointer_expression "*this_00" * identifier)) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "Symbol_table *pSVar11;" type_identifier (pointer_declarator "*pSVar11" * identifier) ;) (expression_statement "Output_data_plt_x86_64<64> *pOVar12;" (binary_expression "Output_data_plt_x86_64<64> *pOVar12" (binary_expression "Output_data_plt_x86_64<64" identifier < number_literal) > (pointer_expression "*pOVar12" * identifier)) ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "bool is_global;" primitive_type identifier ;) (expression_statement "this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;" (assignment_expression "this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize" identifier = (field_expression "(Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize" (call_expression "(Output_data_plt_x86_64<64> *)(this->x86_64_info)" (parenthesized_expression "(Output_data_plt_x86_64<64> *)" ( (binary_expression "Output_data_plt_x86_64<64> *" (binary_expression "Output_data_plt_x86_64<64" identifier < number_literal) > (pointer_expression "*" * identifier)) )) (argument_list "(this->x86_64_info)" ( (field_expression "this->x86_64_info" identifier -> field_identifier) ))) . field_identifier)) ;) (expression_statement "pSVar11 = symtab;" (assignment_expression "pSVar11 = symtab" identifier = identifier) ;) (if_statement "if (this_00 == (Output_data_plt_x86_64<64> *)0x0) {\n make_plt_section(this,symtab,layout);\n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n }" if (parenthesized_expression "(this_00 == (Output_data_plt_x86_64<64> *)0x0)" ( (binary_expression "this_00 == (Output_data_plt_x86_64<64> *)0x0)" identifier == (parenthesized_expression "(Output_data_plt_x86_64<64> *)0x0)" ( (binary_expression "Output_data_plt_x86_64<64> *)0x0" (binary_expression "Output_data_plt_x86_64<64" identifier < number_literal) > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) ))) )) (compound_statement "{\n make_plt_section(this,symtab,layout);\n this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;\n }" { (expression_statement "make_plt_section(this,symtab,layout);" (call_expression "make_plt_section(this,symtab,layout)" identifier (argument_list "(this,symtab,layout)" ( identifier , identifier , identifier ))) ;) (expression_statement "this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize;" (assignment_expression "this_00 = (Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize" identifier = (field_expression "(Output_data_plt_x86_64<64> *)(this->x86_64_info).abi_pagesize" (call_expression "(Output_data_plt_x86_64<64> *)(this->x86_64_info)" (parenthesized_expression "(Output_data_plt_x86_64<64> *)" ( (binary_expression "Output_data_plt_x86_64<64> *" (binary_expression "Output_data_plt_x86_64<64" identifier < number_literal) > (pointer_expression "*" * identifier)) )) (argument_list "(this->x86_64_info)" ( (field_expression "this->x86_64_info" identifier -> field_identifier) ))) . field_identifier)) ;) })) (expression_statement "plt_offset = (uint)pSVar11;" (assignment_expression "plt_offset = (uint)pSVar11" identifier = (cast_expression "(uint)pSVar11" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (gsym->plt_offset_ != 0xffffffff) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" if (parenthesized_expression "(gsym->plt_offset_ != 0xffffffff)" ( (binary_expression "gsym->plt_offset_ != 0xffffffff" (field_expression "gsym->plt_offset_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry");" (call_expression "do_gold_unreachable("../../gold/x86_64.cc",0x6b0,"add_entry")" identifier (argument_list "("../../gold/x86_64.cc",0x6b0,"add_entry")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""add_entry"" " string_content ") ))) ;)) })) (if_statement "if ((gsym->field_0x38 & 0xf) == 10) {\n if ((gsym->field_0x3a & 7) != 0) {\n if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;\nLAB_001b4033:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n puVar8 = &this_00->irelative_count_;\n pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_;\n iVar10 = 0;\n iVar13 = 0;\n }\n else {\nLAB_001b3ef3:\n pOVar9 = this_00->got_plt_;\n puVar8 = &this_00->count_;\n iVar10 = 3;\n iVar13 = 1;\n }" if (parenthesized_expression "((gsym->field_0x38 & 0xf) == 10)" ( (binary_expression "(gsym->field_0x38 & 0xf) == 10" (parenthesized_expression "(gsym->field_0x38 & 0xf)" ( (binary_expression "gsym->field_0x38 & 0xf" (field_expression "gsym->field_0x38" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((gsym->field_0x3a & 7) != 0) {\n if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;\nLAB_001b4033:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n puVar8 = &this_00->irelative_count_;\n pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_;\n iVar10 = 0;\n iVar13 = 0;\n }" { (if_statement "if ((gsym->field_0x3a & 7) != 0) {\n if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" if (parenthesized_expression "((gsym->field_0x3a & 7) != 0)" ( (binary_expression "(gsym->field_0x3a & 7) != 0" (parenthesized_expression "(gsym->field_0x3a & 7)" ( (binary_expression "gsym->field_0x3a & 7" (field_expression "gsym->field_0x3a" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" { (if_statement "if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;" if (parenthesized_expression "((gsym->field_0x3a & 7) != 4)" ( (binary_expression "(gsym->field_0x3a & 7) != 4" (parenthesized_expression "(gsym->field_0x3a & 7)" ( (binary_expression "gsym->field_0x3a & 7" (field_expression "gsym->field_0x3a" identifier -> field_identifier) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001b4033;" goto statement_identifier ;)) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;) })) (if_statement "if ((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;" if (parenthesized_expression "((((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0))))" ( (binary_expression "(((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0) ||\n (((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))" (parenthesized_expression "(((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0)" ( (binary_expression "((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000) != 0" (parenthesized_expression "((ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000)" ( (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish & 0x100000000" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl\n ._M_finish" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>._M_impl" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std" (binary_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2].\n super__Vector_base" (subscript_expression "(ulong)((gsym->u1_).output_segment)->output_lists_[2]" (field_expression "(ulong)((gsym->u1_).output_segment)->output_lists_" (call_expression "(ulong)((gsym->u1_).output_segment)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((gsym->u1_).output_segment)" ( (field_expression "(gsym->u1_).output_segment" (parenthesized_expression "(gsym->u1_)" ( (field_expression "gsym->u1_" identifier -> field_identifier) )) . field_identifier) ))) -> field_identifier) [ number_literal ]) . field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) & number_literal) )) != number_literal) )) || (parenthesized_expression "(((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))" ( (parenthesized_expression "((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0))" ( (binary_expression "(gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)" (binary_expression "(gsym->u2_).shndx == 0" (field_expression "(gsym->u2_).shndx" (parenthesized_expression "(gsym->u2_)" ( (field_expression "gsym->u2_" identifier -> field_identifier) )) . field_identifier) == number_literal) && (parenthesized_expression "((gsym->field_0x3b & 0x20) != 0)" ( (binary_expression "(gsym->field_0x3b & 0x20) != 0" (parenthesized_expression "(gsym->field_0x3b & 0x20)" ( (binary_expression "gsym->field_0x3b & 0x20" (field_expression "gsym->field_0x3b" identifier -> field_identifier) & number_literal) )) != number_literal) ))) )) ))) )) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;)) (labeled_statement "LAB_001b4033:\n if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" statement_identifier : (if_statement "if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" if (parenthesized_expression "(((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0))" ( (binary_expression "((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)" (parenthesized_expression "((gsym->field_0x39 & 3) == 0)" ( (binary_expression "(gsym->field_0x39 & 3) == 0" (parenthesized_expression "(gsym->field_0x39 & 3)" ( (binary_expression "gsym->field_0x39 & 3" (field_expression "gsym->field_0x39" identifier -> field_identifier) & number_literal) )) == number_literal) )) && (parenthesized_expression "((gsym->field_0x3b & 0x10) == 0)" ( (binary_expression "(gsym->field_0x3b & 0x10) == 0" (parenthesized_expression "(gsym->field_0x3b & 0x10)" ( (binary_expression "gsym->field_0x3b & 0x10" (field_expression "gsym->field_0x3b" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" { (expression_statement "pGVar1 = gold::parameters->options_;" (field_expression "pGVar1 = gold::parameters->options_" (assignment_expression "pGVar1 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar1 == (General_options *)0x0) {\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar1 == (General_options *)0x0)" ( (binary_expression "pGVar1 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001b416c:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;))) })) (if_statement "if ((pGVar1->shared_).value != false) {\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" if (parenthesized_expression "((pGVar1->shared_).value != false)" ( (binary_expression "(pGVar1->shared_).value != false" (field_expression "(pGVar1->shared_).value" (parenthesized_expression "(pGVar1->shared_)" ( (field_expression "pGVar1->shared_" identifier -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n pcVar7 = gsym->name_;\n bVar2 = gold::Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);\n plt_offset = (uint)pcVar7;\n if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" { (expression_statement "pcVar7 = gsym->name_;" (assignment_expression "pcVar7 = gsym->name_" identifier = (field_expression "gsym->name_" identifier -> field_identifier)) ;) (ERROR "bVar2 = gold::" (assignment_expression "bVar2 = gold" identifier = identifier) : :) (labeled_statement "Version_script_info::get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);" statement_identifier : (ERROR ":" :) (expression_statement "get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global);" (call_expression "get_symbol_version\n (&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global)" identifier (argument_list "(&(pGVar1->dynamic_list_).version_script_info_,pcVar7,(string *)0x0,\n &is_global)" ( (pointer_expression "&(pGVar1->dynamic_list_).version_script_info_" & (field_expression "(pGVar1->dynamic_list_).version_script_info_" (parenthesized_expression "(pGVar1->dynamic_list_)" ( (field_expression "pGVar1->dynamic_list_" identifier -> field_identifier) )) . field_identifier)) , identifier , (cast_expression "(string *)0x0" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , (pointer_expression "&is_global" & identifier) ))) ;)) (expression_statement "plt_offset = (uint)pcVar7;" (assignment_expression "plt_offset = (uint)pcVar7" identifier = (cast_expression "(uint)pcVar7" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if ((!bVar2) || (is_global != false)) {\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }" if (parenthesized_expression "((!bVar2) || (is_global != false))" ( (binary_expression "(!bVar2) || (is_global != false)" (parenthesized_expression "(!bVar2)" ( (unary_expression "!bVar2" ! identifier) )) || (parenthesized_expression "(is_global != false)" ( (binary_expression "is_global != false" identifier != false) ))) )) (compound_statement "{\n pGVar1 = gold::parameters->options_;\n if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;\n if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;\n }" { (expression_statement "pGVar1 = gold::parameters->options_;" (field_expression "pGVar1 = gold::parameters->options_" (assignment_expression "pGVar1 = gold" identifier = identifier) (ERROR "::parameters" : : identifier) -> field_identifier) ;) (if_statement "if (pGVar1 == (General_options *)0x0) goto LAB_001b416c;" if (parenthesized_expression "(pGVar1 == (General_options *)0x0)" ( (binary_expression "pGVar1 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001b416c;" goto statement_identifier ;)) (if_statement "if (((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))\n goto LAB_001b40d0;" if (parenthesized_expression "(((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))))" ( (binary_expression "((pGVar1->Bsymbolic_).value != false) ||\n (((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false)))" (parenthesized_expression "((pGVar1->Bsymbolic_).value != false)" ( (binary_expression "(pGVar1->Bsymbolic_).value != false" (field_expression "(pGVar1->Bsymbolic_).value" (parenthesized_expression "(pGVar1->Bsymbolic_)" ( (field_expression "pGVar1->Bsymbolic_" identifier -> field_identifier) )) . field_identifier) != false) )) || (parenthesized_expression "(((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false)))" ( (parenthesized_expression "((gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false))" ( (binary_expression "(gsym->field_0x38 & 0xf) != 1 && ((pGVar1->Bsymbolic_functions_).value != false)" (binary_expression "(gsym->field_0x38 & 0xf) != 1" (parenthesized_expression "(gsym->field_0x38 & 0xf)" ( (binary_expression "gsym->field_0x38 & 0xf" (field_expression "gsym->field_0x38" identifier -> field_identifier) & number_literal) )) != number_literal) && (parenthesized_expression "((pGVar1->Bsymbolic_functions_).value != false)" ( (binary_expression "(pGVar1->Bsymbolic_functions_).value != false" (field_expression "(pGVar1->Bsymbolic_functions_).value" (parenthesized_expression "(pGVar1->Bsymbolic_functions_)" ( (field_expression "pGVar1->Bsymbolic_functions_" identifier -> field_identifier) )) . field_identifier) != false) ))) )) ))) )) (goto_statement "goto LAB_001b40d0;" goto statement_identifier ;)) })) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001b40d0:\n puVar8 = &this_00->irelative_count_;" statement_identifier : (expression_statement "puVar8 = &this_00->irelative_count_;" (assignment_expression "puVar8 = &this_00->irelative_count_" identifier = (pointer_expression "&this_00->irelative_count_" & (field_expression "this_00->irelative_count_" identifier -> field_identifier))) ;)) (expression_statement "pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_;" (assignment_expression "pOVar9 = (Output_data_got_plt_x86_64 *)this_00->got_irelative_" identifier = (cast_expression "(Output_data_got_plt_x86_64 *)this_00->got_irelative_" ( (type_descriptor "Output_data_got_plt_x86_64 *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "this_00->got_irelative_" identifier -> field_identifier))) ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "iVar13 = 0;" (assignment_expression "iVar13 = 0" identifier = number_literal) ;) }) (else_clause "else {\nLAB_001b3ef3:\n pOVar9 = this_00->got_plt_;\n puVar8 = &this_00->count_;\n iVar10 = 3;\n iVar13 = 1;\n }" else (compound_statement "{\nLAB_001b3ef3:\n pOVar9 = this_00->got_plt_;\n puVar8 = &this_00->count_;\n iVar10 = 3;\n iVar13 = 1;\n }" { (labeled_statement "LAB_001b3ef3:\n pOVar9 = this_00->got_plt_;" statement_identifier : (expression_statement "pOVar9 = this_00->got_plt_;" (assignment_expression "pOVar9 = this_00->got_plt_" identifier = (field_expression "this_00->got_plt_" identifier -> field_identifier)) ;)) (expression_statement "puVar8 = &this_00->count_;" (assignment_expression "puVar8 = &this_00->count_" identifier = (pointer_expression "&this_00->count_" & (field_expression "this_00->count_" identifier -> field_identifier))) ;) (expression_statement "iVar10 = 3;" (assignment_expression "iVar10 = 3" identifier = number_literal) ;) (expression_statement "iVar13 = 1;" (assignment_expression "iVar13 = 1" identifier = number_literal) ;) }))) (expression_statement "pOVar12 = this_00;" (assignment_expression "pOVar12 = this_00" identifier = identifier) ;) (if_statement "if ((this_00->field_0x20 & 2) == 0) {\n uVar3 = *puVar8;\n iVar4 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = iVar4 * (iVar13 + uVar3);\n *puVar8 = *puVar8 + 1;\n uVar3 = (uVar3 + iVar10) * 8;\n if ((ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_) goto LAB_001b4126;\n if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_\n = (ulong)uVar3 + 8;\n }\n else {\n uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);\n plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);\n oVar6 = gold::Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);\n if (oVar6 == -1) {\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }\n uVar3 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = (uint)oVar6;\n uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;\n }" if (parenthesized_expression "((this_00->field_0x20 & 2) == 0)" ( (binary_expression "(this_00->field_0x20 & 2) == 0" (parenthesized_expression "(this_00->field_0x20 & 2)" ( (binary_expression "this_00->field_0x20 & 2" (field_expression "this_00->field_0x20" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n uVar3 = *puVar8;\n iVar4 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = iVar4 * (iVar13 + uVar3);\n *puVar8 = *puVar8 + 1;\n uVar3 = (uVar3 + iVar10) * 8;\n if ((ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_) goto LAB_001b4126;\n if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_\n = (ulong)uVar3 + 8;\n }" { (expression_statement "uVar3 = *puVar8;" (assignment_expression "uVar3 = *puVar8" identifier = (pointer_expression "*puVar8" * identifier)) ;) (expression_statement "iVar4 = (**(code **)(*(long *)this_00 + 200))();" (assignment_expression "iVar4 = (**(code **)(*(long *)this_00 + 200))()" identifier = (call_expression "(**(code **)(*(long *)this_00 + 200))()" (parenthesized_expression "(**(code **)(*(long *)this_00 + 200))" ( (pointer_expression "**(code **)(*(long *)this_00 + 200)" * (pointer_expression "*(code **)(*(long *)this_00 + 200)" * (cast_expression "(code **)(*(long *)this_00 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this_00 + 200)" ( (binary_expression "*(long *)this_00 + 200" (pointer_expression "*(long *)this_00" * (cast_expression "(long *)this_00" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar5 = iVar4 * (iVar13 + uVar3);" (assignment_expression "uVar5 = iVar4 * (iVar13 + uVar3)" identifier = (binary_expression "iVar4 * (iVar13 + uVar3)" identifier * (parenthesized_expression "(iVar13 + uVar3)" ( (binary_expression "iVar13 + uVar3" identifier + identifier) )))) ;) (expression_statement "*puVar8 = *puVar8 + 1;" (assignment_expression "*puVar8 = *puVar8 + 1" (pointer_expression "*puVar8" * identifier) = (binary_expression "*puVar8 + 1" (pointer_expression "*puVar8" * identifier) + number_literal)) ;) (expression_statement "uVar3 = (uVar3 + iVar10) * 8;" (assignment_expression "uVar3 = (uVar3 + iVar10) * 8" identifier = (binary_expression "(uVar3 + iVar10) * 8" (parenthesized_expression "(uVar3 + iVar10)" ( (binary_expression "uVar3 + iVar10" identifier + identifier) )) * number_literal)) ;) (if_statement "if ((ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_) goto LAB_001b4126;" if (parenthesized_expression "((ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_)" ( (binary_expression "(ulong)uVar3 !=\n (pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_" (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) != (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n data_size_" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar9->super_Output_section_data_build)" ( (field_expression "pOVar9->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) )) (goto_statement "goto LAB_001b4126;" goto statement_identifier ;)) (if_statement "if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" if (parenthesized_expression "(((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0)" ( (binary_expression "((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2) != 0" (parenthesized_expression "((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2)" ( (binary_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20 & 2" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n field_0x20" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar9->super_Output_section_data_build)" ( (field_expression "pOVar9->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");" statement_identifier : (ERROR ":" :) (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 ") ))) ;)) })) (expression_statement "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_\n = (ulong)uVar3 + 8;" (assignment_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_\n = (ulong)uVar3 + 8" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(pOVar9->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(pOVar9->super_Output_section_data_build)" ( (field_expression "pOVar9->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "(ulong)uVar3 + 8" (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) + number_literal)) ;) }) (else_clause "else {\n uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);\n plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);\n oVar6 = gold::Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);\n if (oVar6 == -1) {\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }\n uVar3 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = (uint)oVar6;\n uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;\n }" else (compound_statement "{\n uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);\n plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);\n oVar6 = gold::Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);\n if (oVar6 == -1) {\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }\n uVar3 = (**(code **)(*(long *)this_00 + 200))();\n uVar5 = (uint)oVar6;\n uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;\n }" { (expression_statement "uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00);" (assignment_expression "uVar3 = (**(code **)(*(long *)this_00 + 200))(this_00)" identifier = (call_expression "(**(code **)(*(long *)this_00 + 200))(this_00)" (parenthesized_expression "(**(code **)(*(long *)this_00 + 200))" ( (pointer_expression "**(code **)(*(long *)this_00 + 200)" * (pointer_expression "*(code **)(*(long *)this_00 + 200)" * (cast_expression "(code **)(*(long *)this_00 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this_00 + 200)" ( (binary_expression "*(long *)this_00 + 200" (pointer_expression "*(long *)this_00" * (cast_expression "(long *)this_00" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(this_00)" ( identifier )))) ;) (expression_statement "plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00);" (assignment_expression "plt_offset = (**(code **)(*(long *)this_00 + 200))(this_00)" identifier = (call_expression "(**(code **)(*(long *)this_00 + 200))(this_00)" (parenthesized_expression "(**(code **)(*(long *)this_00 + 200))" ( (pointer_expression "**(code **)(*(long *)this_00 + 200)" * (pointer_expression "*(code **)(*(long *)this_00 + 200)" * (cast_expression "(code **)(*(long *)this_00 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this_00 + 200)" ( (binary_expression "*(long *)this_00 + 200" (pointer_expression "*(long *)this_00" * (cast_expression "(long *)this_00" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(this_00)" ( identifier )))) ;) (ERROR "oVar6 = gold::" (assignment_expression "oVar6 = gold" identifier = identifier) : :) (labeled_statement "Free_list::allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);" statement_identifier : (ERROR ":" :) (expression_statement "allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0);" (call_expression "allocate(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0)" identifier (argument_list "(&this_00->free_list_,(ulong)plt_offset,(ulong)uVar3,0)" ( (pointer_expression "&this_00->free_list_" & (field_expression "this_00->free_list_" identifier -> field_identifier)) , (cast_expression "(ulong)plt_offset" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) , number_literal ))) ;)) (if_statement "if (oVar6 == -1) {\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }" if (parenthesized_expression "(oVar6 == -1)" ( (binary_expression "oVar6 == -1" identifier == number_literal) )) (compound_statement "{\n pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");\n /* WARNING: Subroutine does not return */\n gold::gold_fallback(pcVar7);\n }" { (expression_statement "pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full");" (assignment_expression "pcVar7 = (char *)gettext("out of patch space (PLT); relink with --incremental-full")" identifier = (cast_expression "(char *)gettext("out of patch space (PLT); relink with --incremental-full")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("out of patch space (PLT); relink with --incremental-full")" identifier (argument_list "("out of patch space (PLT); relink with --incremental-full")" ( (string_literal ""out of patch space (PLT); relink with --incremental-full"" " string_content ") ))))) ;) comment (labeled_statement "gold::gold_fallback(pcVar7);" statement_identifier : (ERROR ":" :) (expression_statement "gold_fallback(pcVar7);" (call_expression "gold_fallback(pcVar7)" identifier (argument_list "(pcVar7)" ( identifier ))) ;)) })) (expression_statement "uVar3 = (**(code **)(*(long *)this_00 + 200))();" (assignment_expression "uVar3 = (**(code **)(*(long *)this_00 + 200))()" identifier = (call_expression "(**(code **)(*(long *)this_00 + 200))()" (parenthesized_expression "(**(code **)(*(long *)this_00 + 200))" ( (pointer_expression "**(code **)(*(long *)this_00 + 200)" * (pointer_expression "*(code **)(*(long *)this_00 + 200)" * (cast_expression "(code **)(*(long *)this_00 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this_00 + 200)" ( (binary_expression "*(long *)this_00 + 200" (pointer_expression "*(long *)this_00" * (cast_expression "(long *)this_00" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar5 = (uint)oVar6;" (assignment_expression "uVar5 = (uint)oVar6" identifier = (cast_expression "(uint)oVar6" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8;" (assignment_expression "uVar3 = (((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8" identifier = (binary_expression "(((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)) * 8" (parenthesized_expression "(((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3))" ( (binary_expression "((iVar10 + -1) - iVar13) + (int)(oVar6 / (long)(ulong)uVar3)" (parenthesized_expression "((iVar10 + -1) - iVar13)" ( (binary_expression "(iVar10 + -1) - iVar13" (parenthesized_expression "(iVar10 + -1)" ( (binary_expression "iVar10 + -1" identifier + number_literal) )) - identifier) )) + (cast_expression "(int)(oVar6 / (long)(ulong)uVar3)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(oVar6 / (long)(ulong)uVar3)" ( (binary_expression "oVar6 / (long)(ulong)uVar3" identifier / (cast_expression "(long)(ulong)uVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier))) )))) )) * number_literal)) ;) }))) (if_statement "if (uVar5 != 0xffffffff) {\n gsym->plt_offset_ = uVar5;\n Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3);\n return;\n }" if (parenthesized_expression "(uVar5 != 0xffffffff)" ( (binary_expression "uVar5 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n gsym->plt_offset_ = uVar5;\n Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3);\n return;\n }" { (expression_statement "gsym->plt_offset_ = uVar5;" (assignment_expression "gsym->plt_offset_ = uVar5" (field_expression "gsym->plt_offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3);" (binary_expression "Output_data_plt_x86_64<64>::add_relocation(this_00,symtab,layout,gsym,uVar3)" (binary_expression "Output_data_plt_x86_64<64" identifier < number_literal) > (ERROR "::" : :) (call_expression "add_relocation(this_00,symtab,layout,gsym,uVar3)" identifier (argument_list "(this_00,symtab,layout,gsym,uVar3)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (return_statement "return;" return ;) })) (labeled_statement "gold::Symbol::set_plt_offset((Symbol *)pOVar12,plt_offset);" statement_identifier : (ERROR ":" :) (labeled_statement "Symbol::set_plt_offset((Symbol *)pOVar12,plt_offset);" statement_identifier : (ERROR ":" :) (expression_statement "set_plt_offset((Symbol *)pOVar12,plt_offset);" (call_expression "set_plt_offset((Symbol *)pOVar12,plt_offset)" identifier (argument_list "((Symbol *)pOVar12,plt_offset)" ( (cast_expression "(Symbol *)pOVar12" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;))) (labeled_statement "LAB_001b4126:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry");" statement_identifier : comment (labeled_statement "gold::do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry");" (call_expression "do_gold_unreachable("../../gold/x86_64.cc",0x6d4,"add_entry")" identifier (argument_list "("../../gold/x86_64.cc",0x6d4,"add_entry")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""add_entry"" " string_content ") ))) ;))) })))
|
(translation_unit "void FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)\n\n{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n \n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}\n\n" (function_definition "void FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)\n\n{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n \n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" primitive_type (function_declarator "FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *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 "undefined8 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n \n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "long *plVar9;" (sized_type_specifier "long" long) (pointer_declarator "*plVar9" * identifier) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "ulong uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "char local_39 [9];" primitive_type (array_declarator "local_39 [9]" identifier [ number_literal ]) ;) (expression_statement "plVar9 = *(long **)(param_1 + 0x28);" (assignment_expression "plVar9 = *(long **)(param_1 + 0x28)" identifier = (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }" if (parenthesized_expression "(plVar9 == (long *)0x0)" ( (binary_expression "plVar9 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }" { (expression_statement "FUN_001ad9c0();" (call_expression "FUN_001ad9c0()" identifier (argument_list "()" ( ))) ;) (expression_statement "plVar9 = *(long **)(param_1 + 0x28);" (assignment_expression "plVar9 = *(long **)(param_1 + 0x28)" identifier = (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) ;) })) (if_statement "if (*(int *)((long)param_4 + 0x24) != -1) {\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" if (parenthesized_expression "(*(int *)((long)param_4 + 0x24) != -1)" ( (binary_expression "*(int *)((long)param_4 + 0x24) != -1" (pointer_expression "*(int *)((long)param_4 + 0x24)" * (cast_expression "(int *)((long)param_4 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x24)" ( (binary_expression "(long)param_4 + 0x24" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" { (expression_statement "FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");" (call_expression "FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry")" identifier (argument_list "("../../gold/x86_64.cc",0x6b0,"add_entry")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""add_entry"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" if (parenthesized_expression "((*(byte *)(param_4 + 7) & 0xf) == 10)" ( (binary_expression "(*(byte *)(param_4 + 7) & 0xf) == 10" (parenthesized_expression "(*(byte *)(param_4 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_4 + 7) & 0xf" (pointer_expression "*(byte *)(param_4 + 7)" * (cast_expression "(byte *)(param_4 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 7)" ( (binary_expression "param_4 + 7" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }" { (if_statement "if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" if (parenthesized_expression "((*(byte *)((long)param_4 + 0x3a) & 7) != 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3a) & 7) != 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_4 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_4 + 0x3a)" * (cast_expression "(byte *)((long)param_4 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3a)" ( (binary_expression "(long)param_4 + 0x3a" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" { (if_statement "if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;" if (parenthesized_expression "((*(byte *)((long)param_4 + 0x3a) & 7) != 4)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3a) & 7) != 4" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3a) & 7)" ( (binary_expression "*(byte *)((long)param_4 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_4 + 0x3a)" * (cast_expression "(byte *)((long)param_4 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3a)" ( (binary_expression "(long)param_4 + 0x3a" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (goto_statement "goto LAB_001b4033;" goto statement_identifier ;)) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;) })) (if_statement "if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;" if (parenthesized_expression "(((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))" ( (binary_expression "((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)))" (parenthesized_expression "((*(byte *)(param_4[2] + 0x3c) & 1) != 0)" ( (binary_expression "(*(byte *)(param_4[2] + 0x3c) & 1) != 0" (parenthesized_expression "(*(byte *)(param_4[2] + 0x3c) & 1)" ( (binary_expression "*(byte *)(param_4[2] + 0x3c) & 1" (pointer_expression "*(byte *)(param_4[2] + 0x3c)" * (cast_expression "(byte *)(param_4[2] + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4[2] + 0x3c)" ( (binary_expression "param_4[2] + 0x3c" (subscript_expression "param_4[2]" identifier [ number_literal ]) + number_literal) )))) & number_literal) )) != number_literal) )) || (parenthesized_expression "((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)))" ( (parenthesized_expression "(*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))" ( (binary_expression "*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)" (binary_expression "*(int *)(param_4 + 3) == 0" (pointer_expression "*(int *)(param_4 + 3)" * (cast_expression "(int *)(param_4 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 3)" ( (binary_expression "param_4 + 3" identifier + number_literal) )))) == number_literal) && (parenthesized_expression "((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3b) & 0x20) != 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3b) & 0x20)" ( (binary_expression "*(byte *)((long)param_4 + 0x3b) & 0x20" (pointer_expression "*(byte *)((long)param_4 + 0x3b)" * (cast_expression "(byte *)((long)param_4 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3b)" ( (binary_expression "(long)param_4 + 0x3b" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) ))) )) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;)) (labeled_statement "LAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" statement_identifier : (if_statement "if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" if (parenthesized_expression "(((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0))" ( (binary_expression "((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)" (parenthesized_expression "((*(byte *)((long)param_4 + 0x39) & 3) == 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x39) & 3) == 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x39) & 3)" ( (binary_expression "*(byte *)((long)param_4 + 0x39) & 3" (pointer_expression "*(byte *)((long)param_4 + 0x39)" * (cast_expression "(byte *)((long)param_4 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x39)" ( (binary_expression "(long)param_4 + 0x39" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) && (parenthesized_expression "((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)" ( (binary_expression "(*(byte *)((long)param_4 + 0x3b) & 0x10) == 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3b) & 0x10)" ( (binary_expression "*(byte *)((long)param_4 + 0x3b) & 0x10" (pointer_expression "*(byte *)((long)param_4 + 0x3b)" * (cast_expression "(byte *)((long)param_4 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x3b)" ( (binary_expression "(long)param_4 + 0x3b" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" { (expression_statement "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar6 == 0)" ( (binary_expression "lVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" { (labeled_statement "LAB_001b416c:\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 *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" if (parenthesized_expression "(*(char *)(lVar6 + 0x2a61) != '\0')" ( (binary_expression "*(char *)(lVar6 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar6 + 0x2a61)" * (cast_expression "(char *)(lVar6 + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x2a61)" ( (binary_expression "lVar6 + 0x2a61" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" { (expression_statement "cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);" (assignment_expression "cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39)" identifier = (call_expression "FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39)" identifier (argument_list "(lVar6 + 0x9120,*param_4,0,local_39)" ( (binary_expression "lVar6 + 0x9120" identifier + number_literal) , (pointer_expression "*param_4" * identifier) , number_literal , identifier )))) ;) (if_statement "if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }" if (parenthesized_expression "((cVar2 == '\0') || (local_39[0] != '\0'))" ( (binary_expression "(cVar2 == '\0') || (local_39[0] != '\0')" (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(local_39[0] != '\0')" ( (binary_expression "local_39[0] != '\0'" (subscript_expression "local_39[0]" identifier [ number_literal ]) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }" { (expression_statement "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (lVar6 == 0) goto LAB_001b416c;" if (parenthesized_expression "(lVar6 == 0)" ( (binary_expression "lVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001b416c;" goto statement_identifier ;)) (if_statement "if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;" if (parenthesized_expression "((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))" ( (binary_expression "(*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')))" (parenthesized_expression "(*(char *)(lVar6 + 0xd21) != '\0')" ( (binary_expression "*(char *)(lVar6 + 0xd21) != '\0'" (pointer_expression "*(char *)(lVar6 + 0xd21)" * (cast_expression "(char *)(lVar6 + 0xd21)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0xd21)" ( (binary_expression "lVar6 + 0xd21" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')))" ( (parenthesized_expression "((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))" ( (binary_expression "(*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')" (binary_expression "(*(byte *)(param_4 + 7) & 0xf) != 1" (parenthesized_expression "(*(byte *)(param_4 + 7) & 0xf)" ( (binary_expression "*(byte *)(param_4 + 7) & 0xf" (pointer_expression "*(byte *)(param_4 + 7)" * (cast_expression "(byte *)(param_4 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 7)" ( (binary_expression "param_4 + 7" identifier + number_literal) )))) & number_literal) )) != number_literal) && (parenthesized_expression "(*(char *)(lVar6 + 0xde9) != '\0')" ( (binary_expression "*(char *)(lVar6 + 0xde9) != '\0'" (pointer_expression "*(char *)(lVar6 + 0xde9)" * (cast_expression "(char *)(lVar6 + 0xde9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0xde9)" ( (binary_expression "lVar6 + 0xde9" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) ))) )) (goto_statement "goto LAB_001b40d0;" goto statement_identifier ;)) })) (goto_statement "goto LAB_001b3ef3;" goto statement_identifier ;) })) }))) (labeled_statement "LAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);" statement_identifier : (expression_statement "plVar8 = (long *)((long)plVar9 + 0x6c);" (assignment_expression "plVar8 = (long *)((long)plVar9 + 0x6c)" identifier = (cast_expression "(long *)((long)plVar9 + 0x6c)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar9 + 0x6c)" ( (binary_expression "(long)plVar9 + 0x6c" (cast_expression "(long)plVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;)) (expression_statement "lVar6 = plVar9[0xc];" (assignment_expression "lVar6 = plVar9[0xc]" identifier = (subscript_expression "plVar9[0xc]" identifier [ number_literal ])) ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) }) (else_clause "else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" else (compound_statement "{\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" { (labeled_statement "LAB_001b3ef3:\n lVar6 = plVar9[0xb];" statement_identifier : (expression_statement "lVar6 = plVar9[0xb];" (assignment_expression "lVar6 = plVar9[0xb]" identifier = (subscript_expression "plVar9[0xb]" identifier [ number_literal ])) ;)) (expression_statement "plVar8 = plVar9 + 0xd;" (assignment_expression "plVar8 = plVar9 + 0xd" identifier = (binary_expression "plVar9 + 0xd" identifier + number_literal)) ;) (expression_statement "iVar10 = 3;" (assignment_expression "iVar10 = 3" identifier = number_literal) ;) (expression_statement "iVar12 = 1;" (assignment_expression "iVar12 = 1" identifier = number_literal) ;) }))) (if_statement "if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" if (parenthesized_expression "((*(byte *)(plVar9 + 4) & 2) == 0)" ( (binary_expression "(*(byte *)(plVar9 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar9 + 4) & 2)" ( (binary_expression "*(byte *)(plVar9 + 4) & 2" (pointer_expression "*(byte *)(plVar9 + 4)" * (cast_expression "(byte *)(plVar9 + 4)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar9 + 4)" ( (binary_expression "plVar9 + 4" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }" { (expression_statement "lVar1 = *plVar8;" (assignment_expression "lVar1 = *plVar8" identifier = (pointer_expression "*plVar8" * identifier)) ;) (expression_statement "iVar5 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "iVar5 = (**(code **)(*plVar9 + 200))(plVar9)" identifier = (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier )))) ;) (expression_statement "iVar5 = iVar5 * (iVar12 + (int)lVar1);" (assignment_expression "iVar5 = iVar5 * (iVar12 + (int)lVar1)" identifier = (binary_expression "iVar5 * (iVar12 + (int)lVar1)" identifier * (parenthesized_expression "(iVar12 + (int)lVar1)" ( (binary_expression "iVar12 + (int)lVar1" identifier + (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "*(int *)plVar8 = (int)*plVar8 + 1;" (assignment_expression "*(int *)plVar8 = (int)*plVar8 + 1" (pointer_expression "*(int *)plVar8" * (cast_expression "(int *)plVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (binary_expression "(int)*plVar8 + 1" (cast_expression "(int)*plVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*plVar8" * identifier)) + number_literal)) ;) (expression_statement "uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);" (assignment_expression "uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8)" identifier = (call_expression "(ulong)(uint)(((int)lVar1 + iVar10) * 8)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "(((int)lVar1 + iVar10) * 8)" ( (binary_expression "((int)lVar1 + iVar10) * 8" (parenthesized_expression "((int)lVar1 + iVar10)" ( (binary_expression "(int)lVar1 + iVar10" (cast_expression "(int)lVar1" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )) * number_literal) )))) ;) (if_statement "if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;" if (parenthesized_expression "(uVar11 != *(ulong *)(lVar6 + 0x10))" ( (binary_expression "uVar11 != *(ulong *)(lVar6 + 0x10)" identifier != (pointer_expression "*(ulong *)(lVar6 + 0x10)" * (cast_expression "(ulong *)(lVar6 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x10)" ( (binary_expression "lVar6 + 0x10" identifier + number_literal) ))))) )) (goto_statement "goto LAB_001b4126;" goto statement_identifier ;)) (if_statement "if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" if (parenthesized_expression "((*(byte *)(lVar6 + 0x20) & 2) != 0)" ( (binary_expression "(*(byte *)(lVar6 + 0x20) & 2) != 0" (parenthesized_expression "(*(byte *)(lVar6 + 0x20) & 2)" ( (binary_expression "*(byte *)(lVar6 + 0x20) & 2" (pointer_expression "*(byte *)(lVar6 + 0x20)" * (cast_expression "(byte *)(lVar6 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x20)" ( (binary_expression "lVar6 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" { (expression_statement "FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_00352af0("../../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 "*(ulong *)(lVar6 + 0x10) = uVar11 + 8;" (assignment_expression "*(ulong *)(lVar6 + 0x10) = uVar11 + 8" (pointer_expression "*(ulong *)(lVar6 + 0x10)" * (cast_expression "(ulong *)(lVar6 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar6 + 0x10)" ( (binary_expression "lVar6 + 0x10" identifier + number_literal) )))) = (binary_expression "uVar11 + 8" identifier + number_literal)) ;) }) (else_clause "else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" else (compound_statement "{\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" { (expression_statement "uVar3 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "uVar3 = (**(code **)(*plVar9 + 200))(plVar9)" identifier = (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier )))) ;) (expression_statement "uVar4 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "uVar4 = (**(code **)(*plVar9 + 200))(plVar9)" identifier = (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier )))) ;) (expression_statement "lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);" (assignment_expression "lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0)" identifier = (call_expression "FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0)" identifier (argument_list "(plVar9 + 0xf,uVar4,uVar3,0)" ( (binary_expression "plVar9 + 0xf" identifier + number_literal) , identifier , identifier , number_literal )))) ;) (if_statement "if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }" if (parenthesized_expression "(lVar6 == -1)" ( (binary_expression "lVar6 == -1" identifier == number_literal) )) (compound_statement "{\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }" { (expression_statement "uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");" (assignment_expression "uVar7 = gettext("out of patch space (PLT); relink with --incremental-full")" identifier = (call_expression "gettext("out of patch space (PLT); relink with --incremental-full")" identifier (argument_list "("out of patch space (PLT); relink with --incremental-full")" ( (string_literal ""out of patch space (PLT); relink with --incremental-full"" " string_content ") )))) ;) (expression_statement "FUN_0034a6b0(uVar7);" (call_expression "FUN_0034a6b0(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) })) (expression_statement "(**(code **)(*plVar9 + 200))(plVar9);" (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" ( (pointer_expression "**(code **)(*plVar9 + 200)" * (pointer_expression "*(code **)(*plVar9 + 200)" * (cast_expression "(code **)(*plVar9 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar9 + 200)" ( (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" * identifier) + number_literal) ))))) )) (argument_list "(plVar9)" ( identifier ))) ;) (expression_statement "iVar5 = (int)lVar6;" (assignment_expression "iVar5 = (int)lVar6" identifier = (cast_expression "(int)lVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) }))) (if_statement "if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }" if (parenthesized_expression "(iVar5 != -1)" ( (binary_expression "iVar5 != -1" identifier != number_literal) )) (compound_statement "{\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }" { (expression_statement "*(int *)((long)param_4 + 0x24) = iVar5;" (assignment_expression "*(int *)((long)param_4 + 0x24) = iVar5" (pointer_expression "*(int *)((long)param_4 + 0x24)" * (cast_expression "(int *)((long)param_4 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_4 + 0x24)" ( (binary_expression "(long)param_4 + 0x24" (cast_expression "(long)param_4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "FUN_001b3a80(plVar9,param_2,param_3,param_4);" (call_expression "FUN_001b3a80(plVar9,param_2,param_3,param_4)" identifier (argument_list "(plVar9,param_2,param_3,param_4)" ( identifier , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001a9610();" (call_expression "FUN_001a9610()" identifier (argument_list "()" ( ))) ;) (labeled_statement "LAB_001b4126:\n \n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");" statement_identifier : (expression_statement "FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");" (call_expression "FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry")" identifier (argument_list "("../../gold/x86_64.cc",0x6d4,"add_entry")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""add_entry"" " string_content ") ))) ;)) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) 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) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator 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) ))))) ;) (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 (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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) & LIT) )) != LIT) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) != LIT) ))) )) ))) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression * IDENT) , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) ))) )) ))) )) (goto_statement goto statement_identifier ;)) })) (goto_statement goto statement_identifier ;) })) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (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 IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (labeled_statement 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 = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) 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 (assignment_expression IDENT = (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )) * LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (goto_statement goto statement_identifier ;)) (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 (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 (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) 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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })))
|
(function_definition "void FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)\n\n{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n \n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" (primitive_type "void") (function_declarator "FUN_001b3eb0(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)" (identifier "FUN_001b3eb0") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *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 "undefined8 *param_4" (type_identifier "undefined8") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n long lVar1;\n char cVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n int iVar5;\n long lVar6;\n undefined8 uVar7;\n long *plVar8;\n long *plVar9;\n int iVar10;\n ulong uVar11;\n int iVar12;\n char local_39 [9];\n \n plVar9 = *(long **)(param_1 + 0x28);\n if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }\n if (*(int *)((long)param_4 + 0x24) != -1) {\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }\n if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }\n if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }\n if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }\n FUN_001a9610();\nLAB_001b4126:\n \n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "long *plVar8;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar8" (* "*") (identifier "plVar8")) (; ";")) (declaration "long *plVar9;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar9" (* "*") (identifier "plVar9")) (; ";")) (declaration "int iVar10;" (primitive_type "int") (identifier "iVar10") (; ";")) (declaration "ulong uVar11;" (type_identifier "ulong") (identifier "uVar11") (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "char local_39 [9];" (primitive_type "char") (array_declarator "local_39 [9]" (identifier "local_39") ([ "[") (number_literal "9") (] "]")) (; ";")) (expression_statement "plVar9 = *(long **)(param_1 + 0x28);" (assignment_expression "plVar9 = *(long **)(param_1 + 0x28)" (identifier "plVar9") (= "=") (pointer_expression "*(long **)(param_1 + 0x28)" (* "*") (cast_expression "(long **)(param_1 + 0x28)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (plVar9 == (long *)0x0) {\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }" (if "if") (parenthesized_expression "(plVar9 == (long *)0x0)" (( "(") (binary_expression "plVar9 == (long *)0x0" (identifier "plVar9") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_001ad9c0();\n plVar9 = *(long **)(param_1 + 0x28);\n }" ({ "{") (expression_statement "FUN_001ad9c0();" (call_expression "FUN_001ad9c0()" (identifier "FUN_001ad9c0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "plVar9 = *(long **)(param_1 + 0x28);" (assignment_expression "plVar9 = *(long **)(param_1 + 0x28)" (identifier "plVar9") (= "=") (pointer_expression "*(long **)(param_1 + 0x28)" (* "*") (cast_expression "(long **)(param_1 + 0x28)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (*(int *)((long)param_4 + 0x24) != -1) {\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" (if "if") (parenthesized_expression "(*(int *)((long)param_4 + 0x24) != -1)" (( "(") (binary_expression "*(int *)((long)param_4 + 0x24) != -1" (pointer_expression "*(int *)((long)param_4 + 0x24)" (* "*") (cast_expression "(int *)((long)param_4 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_4 + 0x24)" (( "(") (binary_expression "(long)param_4 + 0x24" (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4")) (+ "+") (number_literal "0x24")) () ")")))) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");" (call_expression "FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry")" (identifier "FUN_00352af0") (argument_list "("../../gold/x86_64.cc",0x6b0,"add_entry")" (( "(") (string_literal ""../../gold/x86_64.cc"" (" """) (string_content "../../gold/x86_64.cc") (" """)) (, ",") (number_literal "0x6b0") (, ",") (string_literal ""add_entry"" (" """) (string_content "add_entry") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(param_4 + 7) & 0xf) == 10) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }\n else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_4 + 7) & 0xf) == 10)" (( "(") (binary_expression "(*(byte *)(param_4 + 7) & 0xf) == 10" (parenthesized_expression "(*(byte *)(param_4 + 7) & 0xf)" (( "(") (binary_expression "*(byte *)(param_4 + 7) & 0xf" (pointer_expression "*(byte *)(param_4 + 7)" (* "*") (cast_expression "(byte *)(param_4 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 7)" (( "(") (binary_expression "param_4 + 7" (identifier "param_4") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "0xf")) () ")")) (== "==") (number_literal "10")) () ")")) (compound_statement "{\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }\n if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;\nLAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }\nLAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);\n lVar6 = plVar9[0xc];\n iVar10 = 0;\n iVar12 = 0;\n }" ({ "{") (if_statement "if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" (if "if") (parenthesized_expression "((*(byte *)((long)param_4 + 0x3a) & 7) != 0)" (( "(") (binary_expression "(*(byte *)((long)param_4 + 0x3a) & 7) != 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3a) & 7)" (( "(") (binary_expression "*(byte *)((long)param_4 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_4 + 0x3a)" (* "*") (cast_expression "(byte *)((long)param_4 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_4 + 0x3a)" (( "(") (binary_expression "(long)param_4 + 0x3a" (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4")) (+ "+") (number_literal "0x3a")) () ")")))) (& "&") (number_literal "7")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;\n goto LAB_001b3ef3;\n }" ({ "{") (if_statement "if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;" (if "if") (parenthesized_expression "((*(byte *)((long)param_4 + 0x3a) & 7) != 4)" (( "(") (binary_expression "(*(byte *)((long)param_4 + 0x3a) & 7) != 4" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3a) & 7)" (( "(") (binary_expression "*(byte *)((long)param_4 + 0x3a) & 7" (pointer_expression "*(byte *)((long)param_4 + 0x3a)" (* "*") (cast_expression "(byte *)((long)param_4 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_4 + 0x3a)" (( "(") (binary_expression "(long)param_4 + 0x3a" (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4")) (+ "+") (number_literal "0x3a")) () ")")))) (& "&") (number_literal "7")) () ")")) (!= "!=") (number_literal "4")) () ")")) (goto_statement "goto LAB_001b4033;" (goto "goto") (statement_identifier "LAB_001b4033") (; ";"))) (goto_statement "goto LAB_001b3ef3;" (goto "goto") (statement_identifier "LAB_001b3ef3") (; ";")) (} "}"))) (if_statement "if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))\n goto LAB_001b3ef3;" (if "if") (parenthesized_expression "(((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))" (( "(") (binary_expression "((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||\n ((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)))" (parenthesized_expression "((*(byte *)(param_4[2] + 0x3c) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(param_4[2] + 0x3c) & 1) != 0" (parenthesized_expression "(*(byte *)(param_4[2] + 0x3c) & 1)" (( "(") (binary_expression "*(byte *)(param_4[2] + 0x3c) & 1" (pointer_expression "*(byte *)(param_4[2] + 0x3c)" (* "*") (cast_expression "(byte *)(param_4[2] + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4[2] + 0x3c)" (( "(") (binary_expression "param_4[2] + 0x3c" (subscript_expression "param_4[2]" (identifier "param_4") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)))" (( "(") (parenthesized_expression "(*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))" (( "(") (binary_expression "*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)" (binary_expression "*(int *)(param_4 + 3) == 0" (pointer_expression "*(int *)(param_4 + 3)" (* "*") (cast_expression "(int *)(param_4 + 3)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 3)" (( "(") (binary_expression "param_4 + 3" (identifier "param_4") (+ "+") (number_literal "3")) () ")")))) (== "==") (number_literal "0")) (&& "&&") (parenthesized_expression "((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0)" (( "(") (binary_expression "(*(byte *)((long)param_4 + 0x3b) & 0x20) != 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3b) & 0x20)" (( "(") (binary_expression "*(byte *)((long)param_4 + 0x3b) & 0x20" (pointer_expression "*(byte *)((long)param_4 + 0x3b)" (* "*") (cast_expression "(byte *)((long)param_4 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_4 + 0x3b)" (( "(") (binary_expression "(long)param_4 + 0x3b" (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4")) (+ "+") (number_literal "0x3b")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_001b3ef3;" (goto "goto") (statement_identifier "LAB_001b3ef3") (; ";"))) (labeled_statement "LAB_001b4033:\n if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" (statement_identifier "LAB_001b4033") (: ":") (if_statement "if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" (if "if") (parenthesized_expression "(((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0))" (( "(") (binary_expression "((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&\n ((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)" (parenthesized_expression "((*(byte *)((long)param_4 + 0x39) & 3) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_4 + 0x39) & 3) == 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x39) & 3)" (( "(") (binary_expression "*(byte *)((long)param_4 + 0x39) & 3" (pointer_expression "*(byte *)((long)param_4 + 0x39)" (* "*") (cast_expression "(byte *)((long)param_4 + 0x39)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_4 + 0x39)" (( "(") (binary_expression "(long)param_4 + 0x39" (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4")) (+ "+") (number_literal "0x39")) () ")")))) (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_4 + 0x3b) & 0x10) == 0" (parenthesized_expression "(*(byte *)((long)param_4 + 0x3b) & 0x10)" (( "(") (binary_expression "*(byte *)((long)param_4 + 0x3b) & 0x10" (pointer_expression "*(byte *)((long)param_4 + 0x3b)" (* "*") (cast_expression "(byte *)((long)param_4 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_4 + 0x3b)" (( "(") (binary_expression "(long)param_4 + 0x3b" (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4")) (+ "+") (number_literal "0x3b")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }\n }" ({ "{") (expression_statement "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10)" (identifier "lVar6") (= "=") (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" (( "(") (binary_expression "PTR_DAT_0067cb08 + 0x10" (identifier "PTR_DAT_0067cb08") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (lVar6 == 0) {\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(lVar6 == 0)" (( "(") (binary_expression "lVar6 == 0" (identifier "lVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (labeled_statement "LAB_001b416c:\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");" (statement_identifier "LAB_001b416c") (: ":") (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 *)(lVar6 + 0x2a61) != '\0') {\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" (if "if") (parenthesized_expression "(*(char *)(lVar6 + 0x2a61) != '\0')" (( "(") (binary_expression "*(char *)(lVar6 + 0x2a61) != '\0'" (pointer_expression "*(char *)(lVar6 + 0x2a61)" (* "*") (cast_expression "(char *)(lVar6 + 0x2a61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x2a61)" (( "(") (binary_expression "lVar6 + 0x2a61" (identifier "lVar6") (+ "+") (number_literal "0x2a61")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);\n if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }\n goto LAB_001b3ef3;\n }" ({ "{") (expression_statement "cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);" (assignment_expression "cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39)" (identifier "cVar2") (= "=") (call_expression "FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39)" (identifier "FUN_0043a460") (argument_list "(lVar6 + 0x9120,*param_4,0,local_39)" (( "(") (binary_expression "lVar6 + 0x9120" (identifier "lVar6") (+ "+") (number_literal "0x9120")) (, ",") (pointer_expression "*param_4" (* "*") (identifier "param_4")) (, ",") (number_literal "0") (, ",") (identifier "local_39") () ")")))) (; ";")) (if_statement "if ((cVar2 == '\0') || (local_39[0] != '\0')) {\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }" (if "if") (parenthesized_expression "((cVar2 == '\0') || (local_39[0] != '\0'))" (( "(") (binary_expression "(cVar2 == '\0') || (local_39[0] != '\0')" (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(local_39[0] != '\0')" (( "(") (binary_expression "local_39[0] != '\0'" (subscript_expression "local_39[0]" (identifier "local_39") ([ "[") (number_literal "0") (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);\n if (lVar6 == 0) goto LAB_001b416c;\n if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;\n }" ({ "{") (expression_statement "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);" (assignment_expression "lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10)" (identifier "lVar6") (= "=") (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" (( "(") (binary_expression "PTR_DAT_0067cb08 + 0x10" (identifier "PTR_DAT_0067cb08") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (lVar6 == 0) goto LAB_001b416c;" (if "if") (parenthesized_expression "(lVar6 == 0)" (( "(") (binary_expression "lVar6 == 0" (identifier "lVar6") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001b416c;" (goto "goto") (statement_identifier "LAB_001b416c") (; ";"))) (if_statement "if ((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))\n goto LAB_001b40d0;" (if "if") (parenthesized_expression "((*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))" (( "(") (binary_expression "(*(char *)(lVar6 + 0xd21) != '\0') ||\n (((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')))" (parenthesized_expression "(*(char *)(lVar6 + 0xd21) != '\0')" (( "(") (binary_expression "*(char *)(lVar6 + 0xd21) != '\0'" (pointer_expression "*(char *)(lVar6 + 0xd21)" (* "*") (cast_expression "(char *)(lVar6 + 0xd21)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0xd21)" (( "(") (binary_expression "lVar6 + 0xd21" (identifier "lVar6") (+ "+") (number_literal "0xd21")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')))" (( "(") (parenthesized_expression "((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))" (( "(") (binary_expression "(*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0')" (binary_expression "(*(byte *)(param_4 + 7) & 0xf) != 1" (parenthesized_expression "(*(byte *)(param_4 + 7) & 0xf)" (( "(") (binary_expression "*(byte *)(param_4 + 7) & 0xf" (pointer_expression "*(byte *)(param_4 + 7)" (* "*") (cast_expression "(byte *)(param_4 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 7)" (( "(") (binary_expression "param_4 + 7" (identifier "param_4") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "0xf")) () ")")) (!= "!=") (number_literal "1")) (&& "&&") (parenthesized_expression "(*(char *)(lVar6 + 0xde9) != '\0')" (( "(") (binary_expression "*(char *)(lVar6 + 0xde9) != '\0'" (pointer_expression "*(char *)(lVar6 + 0xde9)" (* "*") (cast_expression "(char *)(lVar6 + 0xde9)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0xde9)" (( "(") (binary_expression "lVar6 + 0xde9" (identifier "lVar6") (+ "+") (number_literal "0xde9")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) () ")"))) () ")")) (goto_statement "goto LAB_001b40d0;" (goto "goto") (statement_identifier "LAB_001b40d0") (; ";"))) (} "}"))) (goto_statement "goto LAB_001b3ef3;" (goto "goto") (statement_identifier "LAB_001b3ef3") (; ";")) (} "}"))) (} "}")))) (labeled_statement "LAB_001b40d0:\n plVar8 = (long *)((long)plVar9 + 0x6c);" (statement_identifier "LAB_001b40d0") (: ":") (expression_statement "plVar8 = (long *)((long)plVar9 + 0x6c);" (assignment_expression "plVar8 = (long *)((long)plVar9 + 0x6c)" (identifier "plVar8") (= "=") (cast_expression "(long *)((long)plVar9 + 0x6c)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar9 + 0x6c)" (( "(") (binary_expression "(long)plVar9 + 0x6c" (cast_expression "(long)plVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar9")) (+ "+") (number_literal "0x6c")) () ")")))) (; ";"))) (expression_statement "lVar6 = plVar9[0xc];" (assignment_expression "lVar6 = plVar9[0xc]" (identifier "lVar6") (= "=") (subscript_expression "plVar9[0xc]" (identifier "plVar9") ([ "[") (number_literal "0xc") (] "]"))) (; ";")) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" (identifier "iVar10") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" (identifier "iVar12") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" (else "else") (compound_statement "{\nLAB_001b3ef3:\n lVar6 = plVar9[0xb];\n plVar8 = plVar9 + 0xd;\n iVar10 = 3;\n iVar12 = 1;\n }" ({ "{") (labeled_statement "LAB_001b3ef3:\n lVar6 = plVar9[0xb];" (statement_identifier "LAB_001b3ef3") (: ":") (expression_statement "lVar6 = plVar9[0xb];" (assignment_expression "lVar6 = plVar9[0xb]" (identifier "lVar6") (= "=") (subscript_expression "plVar9[0xb]" (identifier "plVar9") ([ "[") (number_literal "0xb") (] "]"))) (; ";"))) (expression_statement "plVar8 = plVar9 + 0xd;" (assignment_expression "plVar8 = plVar9 + 0xd" (identifier "plVar8") (= "=") (binary_expression "plVar9 + 0xd" (identifier "plVar9") (+ "+") (number_literal "0xd"))) (; ";")) (expression_statement "iVar10 = 3;" (assignment_expression "iVar10 = 3" (identifier "iVar10") (= "=") (number_literal "3")) (; ";")) (expression_statement "iVar12 = 1;" (assignment_expression "iVar12 = 1" (identifier "iVar12") (= "=") (number_literal "1")) (; ";")) (} "}")))) (if_statement "if ((*(byte *)(plVar9 + 4) & 2) == 0) {\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }\n else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" (if "if") (parenthesized_expression "((*(byte *)(plVar9 + 4) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(plVar9 + 4) & 2) == 0" (parenthesized_expression "(*(byte *)(plVar9 + 4) & 2)" (( "(") (binary_expression "*(byte *)(plVar9 + 4) & 2" (pointer_expression "*(byte *)(plVar9 + 4)" (* "*") (cast_expression "(byte *)(plVar9 + 4)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar9 + 4)" (( "(") (binary_expression "plVar9 + 4" (identifier "plVar9") (+ "+") (number_literal "4")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar1 = *plVar8;\n iVar5 = (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = iVar5 * (iVar12 + (int)lVar1);\n *(int *)plVar8 = (int)*plVar8 + 1;\n uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);\n if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;\n if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }\n *(ulong *)(lVar6 + 0x10) = uVar11 + 8;\n }" ({ "{") (expression_statement "lVar1 = *plVar8;" (assignment_expression "lVar1 = *plVar8" (identifier "lVar1") (= "=") (pointer_expression "*plVar8" (* "*") (identifier "plVar8"))) (; ";")) (expression_statement "iVar5 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "iVar5 = (**(code **)(*plVar9 + 200))(plVar9)" (identifier "iVar5") (= "=") (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" (( "(") (pointer_expression "**(code **)(*plVar9 + 200)" (* "*") (pointer_expression "*(code **)(*plVar9 + 200)" (* "*") (cast_expression "(code **)(*plVar9 + 200)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar9 + 200)" (( "(") (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" (* "*") (identifier "plVar9")) (+ "+") (number_literal "200")) () ")"))))) () ")")) (argument_list "(plVar9)" (( "(") (identifier "plVar9") () ")")))) (; ";")) (expression_statement "iVar5 = iVar5 * (iVar12 + (int)lVar1);" (assignment_expression "iVar5 = iVar5 * (iVar12 + (int)lVar1)" (identifier "iVar5") (= "=") (binary_expression "iVar5 * (iVar12 + (int)lVar1)" (identifier "iVar5") (* "*") (parenthesized_expression "(iVar12 + (int)lVar1)" (( "(") (binary_expression "iVar12 + (int)lVar1" (identifier "iVar12") (+ "+") (cast_expression "(int)lVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar1"))) () ")")))) (; ";")) (expression_statement "*(int *)plVar8 = (int)*plVar8 + 1;" (assignment_expression "*(int *)plVar8 = (int)*plVar8 + 1" (pointer_expression "*(int *)plVar8" (* "*") (cast_expression "(int *)plVar8" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "plVar8"))) (= "=") (binary_expression "(int)*plVar8 + 1" (cast_expression "(int)*plVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*plVar8" (* "*") (identifier "plVar8"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);" (assignment_expression "uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8)" (identifier "uVar11") (= "=") (call_expression "(ulong)(uint)(((int)lVar1 + iVar10) * 8)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "(((int)lVar1 + iVar10) * 8)" (( "(") (binary_expression "((int)lVar1 + iVar10) * 8" (parenthesized_expression "((int)lVar1 + iVar10)" (( "(") (binary_expression "(int)lVar1 + iVar10" (cast_expression "(int)lVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar1")) (+ "+") (identifier "iVar10")) () ")")) (* "*") (number_literal "8")) () ")")))) (; ";")) (if_statement "if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;" (if "if") (parenthesized_expression "(uVar11 != *(ulong *)(lVar6 + 0x10))" (( "(") (binary_expression "uVar11 != *(ulong *)(lVar6 + 0x10)" (identifier "uVar11") (!= "!=") (pointer_expression "*(ulong *)(lVar6 + 0x10)" (* "*") (cast_expression "(ulong *)(lVar6 + 0x10)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x10)" (( "(") (binary_expression "lVar6 + 0x10" (identifier "lVar6") (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (goto_statement "goto LAB_001b4126;" (goto "goto") (statement_identifier "LAB_001b4126") (; ";"))) (if_statement "if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar6 + 0x20) & 2) != 0)" (( "(") (binary_expression "(*(byte *)(lVar6 + 0x20) & 2) != 0" (parenthesized_expression "(*(byte *)(lVar6 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(lVar6 + 0x20) & 2" (pointer_expression "*(byte *)(lVar6 + 0x20)" (* "*") (cast_expression "(byte *)(lVar6 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x20)" (( "(") (binary_expression "lVar6 + 0x20" (identifier "lVar6") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child")" (identifier "FUN_00352af0") (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 "*(ulong *)(lVar6 + 0x10) = uVar11 + 8;" (assignment_expression "*(ulong *)(lVar6 + 0x10) = uVar11 + 8" (pointer_expression "*(ulong *)(lVar6 + 0x10)" (* "*") (cast_expression "(ulong *)(lVar6 + 0x10)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar6 + 0x10)" (( "(") (binary_expression "lVar6 + 0x10" (identifier "lVar6") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (binary_expression "uVar11 + 8" (identifier "uVar11") (+ "+") (number_literal "8"))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" (else "else") (compound_statement "{\n uVar3 = (**(code **)(*plVar9 + 200))(plVar9);\n uVar4 = (**(code **)(*plVar9 + 200))(plVar9);\n lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);\n if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }\n (**(code **)(*plVar9 + 200))(plVar9);\n iVar5 = (int)lVar6;\n }" ({ "{") (expression_statement "uVar3 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "uVar3 = (**(code **)(*plVar9 + 200))(plVar9)" (identifier "uVar3") (= "=") (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" (( "(") (pointer_expression "**(code **)(*plVar9 + 200)" (* "*") (pointer_expression "*(code **)(*plVar9 + 200)" (* "*") (cast_expression "(code **)(*plVar9 + 200)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar9 + 200)" (( "(") (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" (* "*") (identifier "plVar9")) (+ "+") (number_literal "200")) () ")"))))) () ")")) (argument_list "(plVar9)" (( "(") (identifier "plVar9") () ")")))) (; ";")) (expression_statement "uVar4 = (**(code **)(*plVar9 + 200))(plVar9);" (assignment_expression "uVar4 = (**(code **)(*plVar9 + 200))(plVar9)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" (( "(") (pointer_expression "**(code **)(*plVar9 + 200)" (* "*") (pointer_expression "*(code **)(*plVar9 + 200)" (* "*") (cast_expression "(code **)(*plVar9 + 200)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar9 + 200)" (( "(") (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" (* "*") (identifier "plVar9")) (+ "+") (number_literal "200")) () ")"))))) () ")")) (argument_list "(plVar9)" (( "(") (identifier "plVar9") () ")")))) (; ";")) (expression_statement "lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);" (assignment_expression "lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0)" (identifier "lVar6") (= "=") (call_expression "FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0)" (identifier "FUN_0037aa30") (argument_list "(plVar9 + 0xf,uVar4,uVar3,0)" (( "(") (binary_expression "plVar9 + 0xf" (identifier "plVar9") (+ "+") (number_literal "0xf")) (, ",") (identifier "uVar4") (, ",") (identifier "uVar3") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (lVar6 == -1) {\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }" (if "if") (parenthesized_expression "(lVar6 == -1)" (( "(") (binary_expression "lVar6 == -1" (identifier "lVar6") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");\n \n FUN_0034a6b0(uVar7);\n }" ({ "{") (expression_statement "uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");" (assignment_expression "uVar7 = gettext("out of patch space (PLT); relink with --incremental-full")" (identifier "uVar7") (= "=") (call_expression "gettext("out of patch space (PLT); relink with --incremental-full")" (identifier "gettext") (argument_list "("out of patch space (PLT); relink with --incremental-full")" (( "(") (string_literal ""out of patch space (PLT); relink with --incremental-full"" (" """) (string_content "out of patch space (PLT); relink with --incremental-full") (" """)) () ")")))) (; ";")) (expression_statement "FUN_0034a6b0(uVar7);" (call_expression "FUN_0034a6b0(uVar7)" (identifier "FUN_0034a6b0") (argument_list "(uVar7)" (( "(") (identifier "uVar7") () ")"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*plVar9 + 200))(plVar9);" (call_expression "(**(code **)(*plVar9 + 200))(plVar9)" (parenthesized_expression "(**(code **)(*plVar9 + 200))" (( "(") (pointer_expression "**(code **)(*plVar9 + 200)" (* "*") (pointer_expression "*(code **)(*plVar9 + 200)" (* "*") (cast_expression "(code **)(*plVar9 + 200)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar9 + 200)" (( "(") (binary_expression "*plVar9 + 200" (pointer_expression "*plVar9" (* "*") (identifier "plVar9")) (+ "+") (number_literal "200")) () ")"))))) () ")")) (argument_list "(plVar9)" (( "(") (identifier "plVar9") () ")"))) (; ";")) (expression_statement "iVar5 = (int)lVar6;" (assignment_expression "iVar5 = (int)lVar6" (identifier "iVar5") (= "=") (cast_expression "(int)lVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar6"))) (; ";")) (} "}")))) (if_statement "if (iVar5 != -1) {\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }" (if "if") (parenthesized_expression "(iVar5 != -1)" (( "(") (binary_expression "iVar5 != -1" (identifier "iVar5") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n *(int *)((long)param_4 + 0x24) = iVar5;\n FUN_001b3a80(plVar9,param_2,param_3,param_4);\n return;\n }" ({ "{") (expression_statement "*(int *)((long)param_4 + 0x24) = iVar5;" (assignment_expression "*(int *)((long)param_4 + 0x24) = iVar5" (pointer_expression "*(int *)((long)param_4 + 0x24)" (* "*") (cast_expression "(int *)((long)param_4 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_4 + 0x24)" (( "(") (binary_expression "(long)param_4 + 0x24" (cast_expression "(long)param_4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_4")) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (identifier "iVar5")) (; ";")) (expression_statement "FUN_001b3a80(plVar9,param_2,param_3,param_4);" (call_expression "FUN_001b3a80(plVar9,param_2,param_3,param_4)" (identifier "FUN_001b3a80") (argument_list "(plVar9,param_2,param_3,param_4)" (( "(") (identifier "plVar9") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_001a9610();" (call_expression "FUN_001a9610()" (identifier "FUN_001a9610") (argument_list "()" (( "(") () ")"))) (; ";")) (labeled_statement "LAB_001b4126:\n \n FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");" (statement_identifier "LAB_001b4126") (: ":") (expression_statement "FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");" (call_expression "FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry")" (identifier "FUN_00352af0") (argument_list "("../../gold/x86_64.cc",0x6d4,"add_entry")" (( "(") (string_literal ""../../gold/x86_64.cc"" (" """) (string_content "../../gold/x86_64.cc") (" """)) (, ",") (number_literal "0x6d4") (, ",") (string_literal ""add_entry"" (" """) (string_content "add_entry") (" """)) () ")"))) (; ";"))) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void make_plt_entry(Target_x86_64<64> * this, Symbol_table * symtab,
Layout * layout, Symbol * gsym) */
void __thiscall
anon_unknown.dwarf_358c2b::type_1<64>::function_1
(type_1<64> *this,type_2 *symtab,type_3 *layout,type_4 *gsym)
{
type_5 *var_8;
bool bVar2;
type_6 var_13;
type_6 plt_offset;
int var_11;
type_6 var_19;
type_7 var_16;
char *pcVar7;
type_6 *puVar8;
type_8 *pOVar9;
var_1<64> *var_2;
int var_14;
type_2 *pSVar11;
var_1<64> *pOVar12;
int var_12;
bool var_10;
var_2 = (var_1<64> *)(this->x86_64_info).abi_pagesize;
pSVar11 = symtab;
if (var_2 == (var_1<64> *)0x0) {
var_3(this,symtab,layout);
var_2 = (var_1<64> *)(this->x86_64_info).abi_pagesize;
}
plt_offset = (type_6)pSVar11;
if (gsym->plt_offset_ != 0xffffffff) {
/* WARNING: Subroutine does not return */
gold::var_4("../../gold/x86_64.cc",0x6b0,"add_entry");
}
if ((gsym->field_0x38 & 0xf) == 10) {
if ((gsym->field_0x3a & 7) != 0) {
if ((gsym->field_0x3a & 7) != 4) goto LAB_001b4033;
goto LAB_001b3ef3;
}
if ((((type_11)((gsym->u1_).output_segment)->output_lists_[2].
super__Vector_base<var_5::Output_data*,var_6::allocator<var_5::Output_data*>var_7>._M_impl
._M_finish & 0x100000000) != 0) ||
(((gsym->u2_).shndx == 0 && ((gsym->field_0x3b & 0x20) != 0)))) goto LAB_001b3ef3;
LAB_001b4033:
if (((gsym->field_0x39 & 3) == 0) && ((gsym->field_0x3b & 0x10) == 0)) {
var_8 = var_5::parameters->options_;
if (var_8 == (type_5 *)0x0) {
LAB_001b416c:
/* WARNING: Subroutine does not return */
gold::var_4("../../gold/parameters.h",0x5c,"options");
}
if ((var_8->shared_).value != false) {
pcVar7 = gsym->name_;
bVar2 = var_5::Version_script_info::var_9
(&(var_8->dynamic_list_).version_script_info_,pcVar7,(type_9 *)0x0,
&var_10);
plt_offset = (type_6)pcVar7;
if ((!bVar2) || (var_10 != false)) {
var_8 = var_5::parameters->options_;
if (var_8 == (type_5 *)0x0) goto LAB_001b416c;
if (((var_8->Bsymbolic_).value != false) ||
(((gsym->field_0x38 & 0xf) != 1 && ((var_8->Bsymbolic_functions_).value != false))))
goto LAB_001b40d0;
}
goto LAB_001b3ef3;
}
}
LAB_001b40d0:
puVar8 = &var_2->irelative_count_;
pOVar9 = (type_8 *)var_2->got_irelative_;
var_14 = 0;
var_12 = 0;
}
else {
LAB_001b3ef3:
pOVar9 = var_2->got_plt_;
puVar8 = &var_2->count_;
var_14 = 3;
var_12 = 1;
}
pOVar12 = var_2;
if ((var_2->field_0x20 & 2) == 0) {
var_13 = *puVar8;
var_11 = (**(type_10 **)(*(long *)var_2 + 200))();
var_19 = var_11 * (var_12 + var_13);
*puVar8 = *puVar8 + 1;
var_13 = (var_13 + var_14) * 8;
if ((type_11)var_13 !=
(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.
data_size_) goto LAB_001b4126;
if (((pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.
field_0x20 & 2) != 0) {
/* WARNING: Subroutine does not return */
gold::var_4("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
(pOVar9->super_Output_section_data_build).super_Output_section_data.super_Output_data.data_size_
= (type_11)var_13 + 8;
}
else {
var_13 = (**(type_10 **)(*(long *)var_2 + 200))(var_2);
plt_offset = (**(type_10 **)(*(long *)var_2 + 200))(var_2);
var_16 = var_5::Free_list::var_15(&var_2->free_list_,(type_11)plt_offset,(type_11)var_13,0);
if (var_16 == -1) {
pcVar7 = (char *)var_17("out of patch space (PLT); relink with --incremental-full");
/* WARNING: Subroutine does not return */
gold::var_18(pcVar7);
}
var_13 = (**(type_10 **)(*(long *)var_2 + 200))();
var_19 = (type_6)var_16;
var_13 = (((var_14 + -1) - var_12) + (int)(var_16 / (long)(type_11)var_13)) * 8;
}
if (var_19 != 0xffffffff) {
gsym->plt_offset_ = var_19;
var_1<64>::var_20(var_2,symtab,layout,gsym,var_13);
return;
}
gold::Symbol::var_21((type_4 *)pOVar12,plt_offset);
LAB_001b4126:
/* WARNING: Subroutine does not return */
gold::var_4("../../gold/x86_64.cc",0x6d4,"add_entry");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (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: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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 (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal)))))))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence))))))))) consequence: (goto_statement label: (statement_identifier))))) (goto_statement label: (statement_identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (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)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (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 (assignment_expression left: (identifier) right: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (goto_statement label: (statement_identifier))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))))
| null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,undefined8 *param_4)
{
long lVar1;
char cVar2;
undefined4 uVar3;
undefined4 uVar4;
int iVar5;
long lVar6;
undefined8 uVar7;
long *plVar8;
long *plVar9;
int iVar10;
ulong uVar11;
int iVar12;
char local_39 [9];
plVar9 = *(long **)(param_1 + 0x28);
if (plVar9 == (long *)0x0) {
FUN_001ad9c0();
plVar9 = *(long **)(param_1 + 0x28);
}
if (*(int *)((long)param_4 + 0x24) != -1) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/x86_64.cc",0x6b0,"add_entry");
}
if ((*(byte *)(param_4 + 7) & 0xf) == 10) {
if ((*(byte *)((long)param_4 + 0x3a) & 7) != 0) {
if ((*(byte *)((long)param_4 + 0x3a) & 7) != 4) goto LAB_001b4033;
goto LAB_001b3ef3;
}
if (((*(byte *)(param_4[2] + 0x3c) & 1) != 0) ||
((*(int *)(param_4 + 3) == 0 && ((*(byte *)((long)param_4 + 0x3b) & 0x20) != 0))))
goto LAB_001b3ef3;
LAB_001b4033:
if (((*(byte *)((long)param_4 + 0x39) & 3) == 0) &&
((*(byte *)((long)param_4 + 0x3b) & 0x10) == 0)) {
lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar6 == 0) {
LAB_001b416c:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(lVar6 + 0x2a61) != '\0') {
cVar2 = FUN_0043a460(lVar6 + 0x9120,*param_4,0,local_39);
if ((cVar2 == '\0') || (local_39[0] != '\0')) {
lVar6 = *(long *)(PTR_DAT_0067cb08 + 0x10);
if (lVar6 == 0) goto LAB_001b416c;
if ((*(char *)(lVar6 + 0xd21) != '\0') ||
(((*(byte *)(param_4 + 7) & 0xf) != 1 && (*(char *)(lVar6 + 0xde9) != '\0'))))
goto LAB_001b40d0;
}
goto LAB_001b3ef3;
}
}
LAB_001b40d0:
plVar8 = (long *)((long)plVar9 + 0x6c);
lVar6 = plVar9[0xc];
iVar10 = 0;
iVar12 = 0;
}
else {
LAB_001b3ef3:
lVar6 = plVar9[0xb];
plVar8 = plVar9 + 0xd;
iVar10 = 3;
iVar12 = 1;
}
if ((*(byte *)(plVar9 + 4) & 2) == 0) {
lVar1 = *plVar8;
iVar5 = (**(code **)(*plVar9 + 200))(plVar9);
iVar5 = iVar5 * (iVar12 + (int)lVar1);
*(int *)plVar8 = (int)*plVar8 + 1;
uVar11 = (ulong)(uint)(((int)lVar1 + iVar10) * 8);
if (uVar11 != *(ulong *)(lVar6 + 0x10)) goto LAB_001b4126;
if ((*(byte *)(lVar6 + 0x20) & 2) != 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
*(ulong *)(lVar6 + 0x10) = uVar11 + 8;
}
else {
uVar3 = (**(code **)(*plVar9 + 200))(plVar9);
uVar4 = (**(code **)(*plVar9 + 200))(plVar9);
lVar6 = FUN_0037aa30(plVar9 + 0xf,uVar4,uVar3,0);
if (lVar6 == -1) {
uVar7 = gettext("out of patch space (PLT); relink with --incremental-full");
/* WARNING: Subroutine does not return */
FUN_0034a6b0(uVar7);
}
(**(code **)(*plVar9 + 200))(plVar9);
iVar5 = (int)lVar6;
}
if (iVar5 != -1) {
*(int *)((long)param_4 + 0x24) = iVar5;
FUN_001b3a80(plVar9,param_2,param_3,param_4);
return;
}
FUN_001a9610();
LAB_001b4126:
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/x86_64.cc",0x6d4,"add_entry");
}
|
6830_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
section_type
|
FUN_002c4110
|
/* DWARF original prototype: Section_type section_type(Output_section_definition * this) */
Section_type __thiscall
gold::Output_section_definition::section_type(Output_section_definition *this)
{
Section_type SVar1;
SVar1 = this->script_section_type_;
if ((SVar1 != ST_NOLOAD) && (SVar1 != ST_NONE)) {
if (5 < SVar1) {
/* WARNING: Subroutine does not return */
section_type(this);
}
SVar1 = ST_NONE;
}
return SVar1;
}
|
uint FUN_002c4110(long param_1)
{
uint uVar1;
uVar1 = *(uint *)(param_1 + 0x9c);
if ((uVar1 != 1) && (uVar1 != 0)) {
if (5 < uVar1) {
/* WARNING: Subroutine does not return */
FUN_002c2ac0();
}
uVar1 = 0;
}
return uVar1;
}
|
MOV EAX,dword ptr [RDI + 0x9c]
CMP EAX,0x1
JZ 0x002c4126
TEST EAX,EAX
JZ 0x002c4126
CMP EAX,0x5
JA 0x002c4127
XOR EAX,EAX
RET
PUSH RAX
CALL 0x002c2ac0
| null | null | null | null |
[(u'COPY_-1204600455', u'RETURN_-1204600478'), ('tmp_159', u'CALL_-1204600473'), (u'INT_LESS_-1204600492', u'CBRANCH_-1204600500'), ('const-0', u'COPY_-1204600429'), ('const-0', u'INT_NOTEQUAL_-1204600518'), ('const-0', u'RETURN_-1204600478'), ('const-1', u'RETURN_-1204600468'), ('tmp_159', u'PTRSUB_-1204600378'), ('tmp_99', u'CBRANCH_-1204600500'), ('const-1', u'INT_NOTEQUAL_-1204600533'), ('tmp_64', u'CBRANCH_-1204600518'), (u'LOAD_-1204600557', u'INT_LESS_-1204600492'), ('tmp_38', u'CBRANCH_-1204600532'), (u'MULTIEQUAL_-1204600367', u'COPY_-1204600455'), (u'INT_NOTEQUAL_-1204600518', u'CBRANCH_-1204600518'), ('const-5', u'INT_LESS_-1204600492'), (u'INT_NOTEQUAL_-1204600533', u'CBRANCH_-1204600532'), (u'LOAD_-1204600557', u'INT_NOTEQUAL_-1204600533'), (u'LOAD_-1204600557', u'MULTIEQUAL_-1204600367'), ('const-156', u'PTRSUB_-1204600378'), (u'COPY_-1204600429', u'MULTIEQUAL_-1204600367'), (u'LOAD_-1204600557', u'INT_NOTEQUAL_-1204600518'), ('const-433', u'LOAD_-1204600557'), (u'PTRSUB_-1204600378', u'LOAD_-1204600557')]
|
[('const-0', u'COPY_-1204600427'), ('const-433', u'LOAD_-1204600557'), ('const-156', u'INT_ADD_-1204600541'), (u'INT_NOTEQUAL_-1204600518', u'CBRANCH_-1204600518'), (u'INT_NOTEQUAL_-1204600533', u'CBRANCH_-1204600532'), (u'INT_LESS_-1204600492', u'CBRANCH_-1204600500'), (u'LOAD_-1204600557', u'INT_NOTEQUAL_-1204600533'), ('const-1', u'INT_NOTEQUAL_-1204600533'), ('const-0', u'INT_NOTEQUAL_-1204600518'), (u'COPY_-1204600427', u'MULTIEQUAL_-1204600367'), ('const-0', u'RETURN_-1204600478'), ('const-5', u'INT_LESS_-1204600492'), (u'INT_ADD_-1204600541', u'CAST_-1204600383'), (u'LOAD_-1204600557', u'MULTIEQUAL_-1204600367'), ('const-1', u'RETURN_-1204600468'), ('tmp_278', u'INT_ADD_-1204600541'), (u'LOAD_-1204600557', u'INT_NOTEQUAL_-1204600518'), ('tmp_99', u'CBRANCH_-1204600500'), ('tmp_64', u'CBRANCH_-1204600518'), (u'LOAD_-1204600557', u'INT_LESS_-1204600492'), (u'MULTIEQUAL_-1204600367', u'RETURN_-1204600478'), (u'CAST_-1204600383', u'LOAD_-1204600557'), ('tmp_38', u'CBRANCH_-1204600532')]
| null | null |
002c4110
|
x64
|
O2
|
(translation_unit "uint FUN_002c4110(long param_1)\n\n{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "uint FUN_002c4110(long param_1)\n\n{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_002c4110(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *(uint *)(param_1 + 0x9c);" (assignment_expression "uVar1 = *(uint *)(param_1 + 0x9c)" identifier = (pointer_expression "*(uint *)(param_1 + 0x9c)" * (cast_expression "(uint *)(param_1 + 0x9c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9c)" ( (binary_expression "param_1 + 0x9c" identifier + number_literal) ))))) ;) (if_statement "if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_002c2ac0();\n }\n uVar1 = 0;\n }" if (parenthesized_expression "((uVar1 != 1) && (uVar1 != 0))" ( (binary_expression "(uVar1 != 1) && (uVar1 != 0)" (parenthesized_expression "(uVar1 != 1)" ( (binary_expression "uVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (5 < uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_002c2ac0();\n }\n uVar1 = 0;\n }" { (if_statement "if (5 < uVar1) {\n /* WARNING: Subroutine does not return */\n FUN_002c2ac0();\n }" if (parenthesized_expression "(5 < uVar1)" ( (binary_expression "5 < uVar1" number_literal < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002c2ac0();\n }" { comment (expression_statement "FUN_002c2ac0();" (call_expression "FUN_002c2ac0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "/* DWARF original prototype: Section_type section_type(Output_section_definition * this) */\n\nSection_type __thiscall\ngold::Output_section_definition::section_type(Output_section_definition *this)\n\n{\n Section_type SVar1;\n \n SVar1 = this->script_section_type_;\n if ((SVar1 != ST_NOLOAD) && (SVar1 != ST_NONE)) {\n if (5 < SVar1) {\n /* WARNING: Subroutine does not return */\n section_type(this);\n }\n SVar1 = ST_NONE;\n }\n return SVar1;\n}\n\n" comment (function_definition "Section_type __thiscall\ngold::Output_section_definition::section_type(Output_section_definition *this)\n\n{\n Section_type SVar1;\n \n SVar1 = this->script_section_type_;\n if ((SVar1 != ST_NOLOAD) && (SVar1 != ST_NONE)) {\n if (5 < SVar1) {\n /* WARNING: Subroutine does not return */\n section_type(this);\n }\n SVar1 = ST_NONE;\n }\n return SVar1;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section_definition::" identifier : : identifier : :) (function_declarator "section_type(Output_section_definition *this)" identifier (parameter_list "(Output_section_definition *this)" ( (parameter_declaration "Output_section_definition *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n Section_type SVar1;\n \n SVar1 = this->script_section_type_;\n if ((SVar1 != ST_NOLOAD) && (SVar1 != ST_NONE)) {\n if (5 < SVar1) {\n /* WARNING: Subroutine does not return */\n section_type(this);\n }\n SVar1 = ST_NONE;\n }\n return SVar1;\n}" { (declaration "Section_type SVar1;" type_identifier identifier ;) (expression_statement "SVar1 = this->script_section_type_;" (assignment_expression "SVar1 = this->script_section_type_" identifier = (field_expression "this->script_section_type_" identifier -> field_identifier)) ;) (if_statement "if ((SVar1 != ST_NOLOAD) && (SVar1 != ST_NONE)) {\n if (5 < SVar1) {\n /* WARNING: Subroutine does not return */\n section_type(this);\n }\n SVar1 = ST_NONE;\n }" if (parenthesized_expression "((SVar1 != ST_NOLOAD) && (SVar1 != ST_NONE))" ( (binary_expression "(SVar1 != ST_NOLOAD) && (SVar1 != ST_NONE)" (parenthesized_expression "(SVar1 != ST_NOLOAD)" ( (binary_expression "SVar1 != ST_NOLOAD" identifier != identifier) )) && (parenthesized_expression "(SVar1 != ST_NONE)" ( (binary_expression "SVar1 != ST_NONE" identifier != identifier) ))) )) (compound_statement "{\n if (5 < SVar1) {\n /* WARNING: Subroutine does not return */\n section_type(this);\n }\n SVar1 = ST_NONE;\n }" { (if_statement "if (5 < SVar1) {\n /* WARNING: Subroutine does not return */\n section_type(this);\n }" if (parenthesized_expression "(5 < SVar1)" ( (binary_expression "5 < SVar1" number_literal < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n section_type(this);\n }" { comment (expression_statement "section_type(this);" (call_expression "section_type(this)" identifier (argument_list "(this)" ( identifier ))) ;) })) (expression_statement "SVar1 = ST_NONE;" (assignment_expression "SVar1 = ST_NONE" identifier = identifier) ;) })) (return_statement "return SVar1;" return identifier ;) })))
|
(translation_unit "uint FUN_002c4110(long param_1)\n\n{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}\n\n" (function_definition "uint FUN_002c4110(long param_1)\n\n{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_002c4110(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *(uint *)(param_1 + 0x9c);" (assignment_expression "uVar1 = *(uint *)(param_1 + 0x9c)" identifier = (pointer_expression "*(uint *)(param_1 + 0x9c)" * (cast_expression "(uint *)(param_1 + 0x9c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x9c)" ( (binary_expression "param_1 + 0x9c" identifier + number_literal) ))))) ;) (if_statement "if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }" if (parenthesized_expression "((uVar1 != 1) && (uVar1 != 0))" ( (binary_expression "(uVar1 != 1) && (uVar1 != 0)" (parenthesized_expression "(uVar1 != 1)" ( (binary_expression "uVar1 != 1" identifier != number_literal) )) && (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }" { (if_statement "if (5 < uVar1) {\n \n FUN_002c2ac0();\n }" if (parenthesized_expression "(5 < uVar1)" ( (binary_expression "5 < uVar1" number_literal < identifier) )) (compound_statement "{\n \n FUN_002c2ac0();\n }" { (expression_statement "FUN_002c2ac0();" (call_expression "FUN_002c2ac0()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) })) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "uint FUN_002c4110(long param_1)\n\n{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}" (type_identifier "uint") (function_declarator "FUN_002c4110(long param_1)" (identifier "FUN_002c4110") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n uint uVar1;\n \n uVar1 = *(uint *)(param_1 + 0x9c);\n if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }\n return uVar1;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = *(uint *)(param_1 + 0x9c);" (assignment_expression "uVar1 = *(uint *)(param_1 + 0x9c)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(param_1 + 0x9c)" (* "*") (cast_expression "(uint *)(param_1 + 0x9c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x9c)" (( "(") (binary_expression "param_1 + 0x9c" (identifier "param_1") (+ "+") (number_literal "0x9c")) () ")"))))) (; ";")) (if_statement "if ((uVar1 != 1) && (uVar1 != 0)) {\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }" (if "if") (parenthesized_expression "((uVar1 != 1) && (uVar1 != 0))" (( "(") (binary_expression "(uVar1 != 1) && (uVar1 != 0)" (parenthesized_expression "(uVar1 != 1)" (( "(") (binary_expression "uVar1 != 1" (identifier "uVar1") (!= "!=") (number_literal "1")) () ")")) (&& "&&") (parenthesized_expression "(uVar1 != 0)" (( "(") (binary_expression "uVar1 != 0" (identifier "uVar1") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (5 < uVar1) {\n \n FUN_002c2ac0();\n }\n uVar1 = 0;\n }" ({ "{") (if_statement "if (5 < uVar1) {\n \n FUN_002c2ac0();\n }" (if "if") (parenthesized_expression "(5 < uVar1)" (( "(") (binary_expression "5 < uVar1" (number_literal "5") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n \n FUN_002c2ac0();\n }" ({ "{") (expression_statement "FUN_002c2ac0();" (call_expression "FUN_002c2ac0()" (identifier "FUN_002c2ac0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (} "}"))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
|
/* DWARF original prototype: Section_type section_type(Output_section_definition * this) */
type_1 __thiscall
gold::type_2::function_1(type_2 *this)
{
type_1 var_1;
var_1 = this->script_section_type_;
if ((var_1 != var_2) && (var_1 != var_3)) {
if (5 < var_1) {
/* WARNING: Subroutine does not return */
function_1(this);
}
var_1 = var_3;
}
return var_1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (return_statement (identifier)))))
| null |
uint MASKED(long param_1)
{
uint uVar1;
uVar1 = *(uint *)(param_1 + 0x9c);
if ((uVar1 != 1) && (uVar1 != 0)) {
if (5 < uVar1) {
/* WARNING: Subroutine does not return */
FUN_002c2ac0();
}
uVar1 = 0;
}
return uVar1;
}
|
4036_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
Output_reloc
|
FUN_001fa040
|
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_64,_false> * this, uint type,
Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,_true,_64,_false>::Output_reloc
(Output_reloc<9,_true,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,
uint shndx,Address address,bool is_relative)
{
uint uVar1;
this->address_ = address;
this->shndx_ = shndx;
uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff;
*(uint *)&this->field_0x1c = uVar1;
this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4);
*(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000;
if (shndx == 0xfffffffc) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");
}
if (type == (type & 0xfffffff)) {
(this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;
(this->u2_).relobj = relobj;
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc");
}
|
void FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5
,uint param_6)
{
uint uVar1;
param_1[2] = param_5;
*(int *)(param_1 + 4) = param_4;
uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;
*(uint *)((long)param_1 + 0x1c) = uVar1;
*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);
param_1[3] = param_1[3] & 0x1fffffff00000000;
if (param_4 == -4) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");
}
if (param_2 == (param_2 & 0xfffffff)) {
*param_1 = 0;
param_1[1] = param_3;
return;
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");
}
|
SUB RSP,0x8
MOV EAX,dword ptr [RDI + 0x1c]
MOV qword ptr [RDI + 0x10],R8
MOV R8D,ESI
AND R8D,0xfffffff
SHL R9D,0x4
MOV dword ptr [RDI + 0x20],ECX
AND EAX,0xf0000000
AND R9D,0x10
OR EAX,R8D
MOV dword ptr [RDI + 0x1c],EAX
SHR EAX,0x18
AND EAX,0xffffffef
OR EAX,R9D
MOV byte ptr [RDI + 0x1f],AL
MOV RAX,0x1fffffff00000000
AND qword ptr [RDI + 0x18],RAX
CMP ECX,-0x4
JZ 0x001fa09f
CMP ESI,R8D
JNZ 0x001fa0b7
MOV qword ptr [RDI],0x0
MOV qword ptr [RDI + 0x8],RDX
ADD RSP,0x8
RET
LEA RDX,[0x34aff8]
MOV ESI,0x37e
LEA RDI,[0x34a556]
CALL 0x00199900
LEA RDX,[0x34aff8]
MOV ESI,0x380
LEA RDI,[0x34a556]
CALL 0x00199900
| null | null | null | null |
[('tmp_633', u'PTRSUB_-1207917996'), (u'INT_EQUAL_-1207918264', u'CBRANCH_-1207918262'), ('const-0', u'PTRSUB_-1207917960'), ('const-268435455', u'INT_AND_-1207918467'), (u'INT_LEFT_-1207918385', u'SUBPIECE_-1207918015'), ('const-0', u'SUBPIECE_-1207918012'), (u'INT_OR_-1207918372', u'INT_RIGHT_-1207918028'), (u'PTRSUB_-1207918044', u'STORE_-1207918503'), (u'INT_EQUAL_-1207918248', u'CBRANCH_-1207918245'), ('tmp_633', u'PTRSUB_-1207917967'), ('tmp_636', u'INT_EQUAL_-1207918264'), ('tmp_634', u'INT_EQUAL_-1207918248'), ('tmp_636', u'STORE_-1207918432'), ('const-896', u'CALL_-1207918159'), ('const-28', u'PTRSUB_-1207918009'), (u'PTRSUB_-1207918025', u'STORE_-1207918432'), (u'COPY_-1207918005', u'CALL_-1207918175'), ('const-4026531840', u'INT_AND_-1207918402'), ('tmp_633', u'PTRSUB_-1207918044'), ('const-433', u'LOAD_-1207918512'), (u'INT_OR_-1207918372', u'STORE_-1207918384'), (u'PTRSUB_-1207917960', u'STORE_-1207918243'), ('const-28', u'PTRSUB_-1207918048'), (u'INT_AND_-1207918068', u'INT_LEFT_-1207918385'), ('const-0', u'SUBPIECE_-1207918015'), ('const-8', u'PTRSUB_-1207917959'), ('const-24', u'PTRSUB_-1207917982'), (u'PTRSUB_-1207917982', u'CAST_-1207917978'), ('const-0', u'PTRSUB_-1207917952'), ('tmp_633', u'PTRSUB_-1207918048'), ('tmp_634', u'INT_AND_-1207918467'), (u'COPY_-1207918007', u'CALL_-1207918175'), ('const-239', u'INT_AND_-1207918313'), ('const-433', u'STORE_-1207918243'), (u'PTRSUB_-1207917996', u'STORE_-1207918311'), ('tmp_633', u'PTRSUB_-1207917959'), ('const-3450198', u'COPY_-1207918007'), (u'CAST_-1207917977', u'STORE_-1207918291'), ('const-4', u'INT_LEFT_-1207918385'), (u'INT_ZEXT_-1207918150', u'INT_AND_-1207918068'), ('const-433', u'STORE_-1207918503'), ('const-4294967292', u'INT_EQUAL_-1207918264'), (u'PTRSUB_-1207917959', u'PTRSUB_-1207917952'), ('const-0', u'RETURN_-1207918206'), (u'CAST_-1207918004', u'STORE_-1207918384'), ('const-433', u'STORE_-1207918233'), (u'INT_AND_-1207918402', u'INT_OR_-1207918372'), ('tmp_633', u'PTRSUB_-1207918025'), ('tmp_633', u'PTRSUB_-1207917982'), ('const-1', u'RETURN_-1207918154'), ('const-433', u'STORE_-1207918384'), ('const-0', u'PTRSUB_-1207917967'), (u'LOAD_-1207918294', u'INT_AND_-1207918268'), ('const-3450198', u'COPY_-1207917982'), (u'PTRSUB_-1207918009', u'CAST_-1207918004'), (u'PTRSUB_-1207917952', u'STORE_-1207918233'), ('const-31', u'PTRSUB_-1207917996'), (u'PTRSUB_-1207918048', u'CAST_-1207918041'), ('const-24', u'INT_RIGHT_-1207918028'), (u'CAST_-1207918041', u'LOAD_-1207918512'), ('tmp_512', u'CBRANCH_-1207918262'), ('const-0', u'STORE_-1207918243'), ('tmp_635', u'STORE_-1207918233'), (u'INT_AND_-1207918313', u'INT_OR_-1207918299'), ('const-1', u'RETURN_-1207918170'), (u'CAST_-1207917978', u'LOAD_-1207918294'), (u'SUBPIECE_-1207918015', u'INT_OR_-1207918299'), (u'PTRSUB_-1207917982', u'CAST_-1207917977'), ('const-894', u'CALL_-1207918175'), ('const-433', u'STORE_-1207918311'), ('tmp_637', u'STORE_-1207918503'), (u'PTRSUB_-1207917967', u'PTRSUB_-1207917960'), (u'INT_AND_-1207918467', u'INT_OR_-1207918372'), ('const-433', u'STORE_-1207918291'), ('tmp_633', u'PTRSUB_-1207918009'), (u'INT_RIGHT_-1207918028', u'SUBPIECE_-1207918012'), ('const-16', u'PTRSUB_-1207918044'), (u'INT_OR_-1207918299', u'STORE_-1207918311'), ('tmp_638', u'INT_ZEXT_-1207918150'), ('const-32', u'PTRSUB_-1207918025'), (u'INT_AND_-1207918467', u'INT_EQUAL_-1207918248'), ('const-433', u'STORE_-1207918432'), ('const-1', u'INT_AND_-1207918068'), (u'COPY_-1207917980', u'CALL_-1207918159'), ('const-433', u'LOAD_-1207918294'), ('const-2305843004918726656', u'INT_AND_-1207918268'), ('const-3452920', u'COPY_-1207918005'), ('const-3452920', u'COPY_-1207917980'), (u'INT_AND_-1207918268', u'STORE_-1207918291'), (u'COPY_-1207917982', u'CALL_-1207918159'), ('tmp_544', u'CBRANCH_-1207918245'), (u'SUBPIECE_-1207918012', u'INT_AND_-1207918313'), (u'LOAD_-1207918512', u'INT_AND_-1207918402')]
|
[(u'CAST_-1207918002', u'INT_ADD_-1207918297'), (u'INT_EQUAL_-1207918264', u'CBRANCH_-1207918262'), ('const-268435455', u'INT_AND_-1207918467'), (u'PTRADD_-1207917996', u'STORE_-1207918291'), ('const-4', u'INT_LEFT_-1207918385'), (u'INT_EQUAL_-1207918248', u'CBRANCH_-1207918245'), (u'INT_RIGHT_-1207918042', u'SUBPIECE_-1207918022'), ('const-4', u'PTRADD_-1207918037'), (u'COPY_-1207918015', u'CALL_-1207918175'), ('tmp_938', u'STORE_-1207918243'), ('const-0', u'STORE_-1207918243'), ('const-433', u'STORE_-1207918233'), ('tmp_943', u'INT_EQUAL_-1207918264'), ('const-3450198', u'COPY_-1207917992'), ('const-1', u'INT_AND_-1207918078'), ('const-28', u'INT_ADD_-1207918370'), ('const-8', u'PTRADD_-1207917974'), (u'CAST_-1207918001', u'STORE_-1207918311'), ('const-31', u'INT_ADD_-1207918297'), ('const-3', u'PTRADD_-1207917996'), ('tmp_938', u'CAST_-1207918016'), ('tmp_969', u'INT_AND_-1207918078'), ('const-4026531840', u'INT_AND_-1207918402'), (u'INT_OR_-1207918372', u'STORE_-1207918384'), ('const-0', u'SUBPIECE_-1207918025'), (u'PTRADD_-1207917996', u'LOAD_-1207918294'), ('const-8', u'PTRADD_-1207918037'), ('tmp_938', u'PTRADD_-1207918056'), (u'SUBPIECE_-1207918022', u'INT_AND_-1207918313'), ('const-433', u'STORE_-1207918291'), (u'INT_OR_-1207918372', u'INT_RIGHT_-1207918042'), (u'INT_ADD_-1207918297', u'CAST_-1207918001'), (u'SUBPIECE_-1207918025', u'INT_OR_-1207918299'), ('tmp_945', u'STORE_-1207918233'), (u'CAST_-1207918054', u'LOAD_-1207918512'), ('const-2305843004918726656', u'INT_AND_-1207918268'), ('const-433', u'STORE_-1207918432'), ('const-0', u'RETURN_-1207918206'), (u'PTRADD_-1207918056', u'STORE_-1207918503'), ('const-28', u'INT_ADD_-1207918496'), ('tmp_943', u'STORE_-1207918432'), ('const-24', u'INT_RIGHT_-1207918042'), (u'INT_AND_-1207918402', u'INT_OR_-1207918372'), ('const-8', u'PTRADD_-1207918056'), ('const-1', u'RETURN_-1207918154'), (u'PTRADD_-1207918037', u'CAST_-1207918032'), (u'LOAD_-1207918294', u'INT_AND_-1207918268'), (u'COPY_-1207917992', u'CALL_-1207918159'), (u'CAST_-1207918032', u'STORE_-1207918432'), ('tmp_940', u'STORE_-1207918503'), ('const-433', u'STORE_-1207918243'), ('tmp_964', u'INT_EQUAL_-1207918248'), ('const-433', u'STORE_-1207918384'), (u'INT_LEFT_-1207918385', u'SUBPIECE_-1207918025'), (u'CAST_-1207918015', u'STORE_-1207918384'), ('const-3452920', u'COPY_-1207917990'), (u'CAST_-1207918055', u'INT_ADD_-1207918496'), ('const-896', u'CALL_-1207918159'), ('tmp_512', u'CBRANCH_-1207918262'), (u'INT_AND_-1207918313', u'INT_OR_-1207918299'), ('const-1', u'RETURN_-1207918170'), ('const-433', u'LOAD_-1207918512'), ('tmp_964', u'INT_AND_-1207918467'), (u'INT_ADD_-1207918370', u'CAST_-1207918015'), ('tmp_938', u'PTRADD_-1207917974'), ('tmp_938', u'CAST_-1207918055'), (u'INT_AND_-1207918467', u'INT_OR_-1207918372'), ('const-894', u'CALL_-1207918175'), ('const-433', u'LOAD_-1207918294'), ('const-433', u'STORE_-1207918503'), (u'INT_OR_-1207918299', u'STORE_-1207918311'), ('const-8', u'PTRADD_-1207917996'), ('const-433', u'STORE_-1207918311'), (u'INT_AND_-1207918467', u'INT_EQUAL_-1207918248'), ('const-2', u'PTRADD_-1207918056'), ('const-0', u'SUBPIECE_-1207918022'), ('const-1', u'PTRADD_-1207917974'), ('tmp_938', u'CAST_-1207918002'), (u'INT_ADD_-1207918496', u'CAST_-1207918054'), ('tmp_938', u'PTRADD_-1207917996'), (u'COPY_-1207918017', u'CALL_-1207918175'), ('const-3450198', u'COPY_-1207918017'), ('const-3452920', u'COPY_-1207918015'), ('const-4294967292', u'INT_EQUAL_-1207918264'), ('const-239', u'INT_AND_-1207918313'), (u'COPY_-1207917990', u'CALL_-1207918159'), (u'INT_AND_-1207918078', u'INT_LEFT_-1207918385'), (u'INT_AND_-1207918268', u'STORE_-1207918291'), (u'PTRADD_-1207917974', u'STORE_-1207918233'), ('tmp_544', u'CBRANCH_-1207918245'), ('tmp_938', u'PTRADD_-1207918037'), (u'LOAD_-1207918512', u'INT_AND_-1207918402'), (u'CAST_-1207918016', u'INT_ADD_-1207918370')]
| null | null |
001fa040
|
x64
|
O2
|
(translation_unit "void FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}\n\n" (function_definition "void FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}" primitive_type (function_declarator "FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" identifier (parameter_list "(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "uint param_6" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(param_1 + 4) = param_4;" (assignment_expression "*(int *)(param_1 + 4) = param_4" (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) )))) = identifier) ;) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" identifier = (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (binary_expression "param_2 & 0xfffffff" identifier & number_literal))) ;) (expression_statement "*(uint *)((long)param_1 + 0x1c) = uVar1;" (assignment_expression "*(uint *)((long)param_1 + 0x1c) = uVar1" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);" (assignment_expression "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar1 >> 0x18)" ( (binary_expression "uVar1 >> 0x18" identifier >> number_literal) ))) & number_literal) | (call_expression "(byte)((param_6 & 1) << 4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((param_6 & 1) << 4)" ( (binary_expression "(param_6 & 1) << 4" (parenthesized_expression "(param_6 & 1)" ( (binary_expression "param_6 & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "param_1[3] = param_1[3] & 0x1fffffff00000000;" (assignment_expression "param_1[3] = param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) & number_literal)) ;) (if_statement "if (param_4 == -4) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }" if (parenthesized_expression "(param_4 == -4)" ( (binary_expression "param_4 == -4" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }" { comment (expression_statement "FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })) (if_statement "if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" if (parenthesized_expression "(param_2 == (param_2 & 0xfffffff))" ( (binary_expression "param_2 == (param_2 & 0xfffffff)" identifier == (parenthesized_expression "(param_2 & 0xfffffff)" ( (binary_expression "param_2 & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" { (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "FUN_00199900("../../gold/output.cc",0x380,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_64,_false> * this, uint type,\n Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */\n\nvoid __thiscall\ngold::Output_reloc<9,_true,_64,_false>::Output_reloc\n (Output_reloc<9,_true,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)\n\n{\n uint uVar1;\n \n this->address_ = address;\n this->shndx_ = shndx;\n uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff;\n *(uint *)&this->field_0x1c = uVar1;\n this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4);\n *(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000;\n if (shndx == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (type == (type & 0xfffffff)) {\n (this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;\n (this->u2_).relobj = relobj;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc");\n}\n\n" comment (declaration "void __thiscall\ngold::Output_reloc<9,_true,_64,_false>::Output_reloc\n (Output_reloc<9,_true,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::Output_reloc\n (Output_reloc<9,_true,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)\n\n{\n uint" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<9,_true,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)" identifier (parameter_list "(Output_reloc<9,_true,_64,_false> *this,uint type,Sized_relobj<64,_false> *relobj,\n uint shndx,Address address,bool is_relative)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "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 "bool is_relative" primitive_type identifier) ))) { identifier) identifier ;) (expression_statement "this->address_ = address;" (assignment_expression "this->address_ = address" (field_expression "this->address_" identifier -> field_identifier) = identifier) ;) (expression_statement "this->shndx_ = shndx;" (assignment_expression "this->shndx_ = shndx" (field_expression "this->shndx_" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff" identifier = (binary_expression "*(uint *)&this->field_0x1c & 0xf0000000 | type & 0xfffffff" (binary_expression "*(uint *)&this->field_0x1c & 0xf0000000" (pointer_expression "*(uint *)&this->field_0x1c" * (cast_expression "(uint *)&this->field_0x1c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x1c" & (field_expression "this->field_0x1c" identifier -> field_identifier)))) & number_literal) | (binary_expression "type & 0xfffffff" identifier & number_literal))) ;) (expression_statement "*(uint *)&this->field_0x1c = uVar1;" (assignment_expression "*(uint *)&this->field_0x1c = uVar1" (pointer_expression "*(uint *)&this->field_0x1c" * (cast_expression "(uint *)&this->field_0x1c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x1c" & (field_expression "this->field_0x1c" identifier -> field_identifier)))) = identifier) ;) (expression_statement "this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4);" (assignment_expression "this->field_0x1f = (byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4)" (field_expression "this->field_0x1f" identifier -> field_identifier) = (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((is_relative & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar1 >> 0x18)" ( (binary_expression "uVar1 >> 0x18" identifier >> number_literal) ))) & number_literal) | (call_expression "(byte)((is_relative & 1) << 4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((is_relative & 1) << 4)" ( (binary_expression "(is_relative & 1) << 4" (parenthesized_expression "(is_relative & 1)" ( (binary_expression "is_relative & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "*(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000;" (assignment_expression "*(ulong *)&this->local_sym_index_ = *(ulong *)&this->local_sym_index_ & 0x1fffffff00000000" (pointer_expression "*(ulong *)&this->local_sym_index_" * (cast_expression "(ulong *)&this->local_sym_index_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->local_sym_index_" & (field_expression "this->local_sym_index_" identifier -> field_identifier)))) = (binary_expression "*(ulong *)&this->local_sym_index_ & 0x1fffffff00000000" (pointer_expression "*(ulong *)&this->local_sym_index_" * (cast_expression "(ulong *)&this->local_sym_index_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->local_sym_index_" & (field_expression "this->local_sym_index_" identifier -> field_identifier)))) & number_literal)) ;) (if_statement "if (shndx == 0xfffffffc) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");\n }" if (parenthesized_expression "(shndx == 0xfffffffc)" ( (binary_expression "shndx == 0xfffffffc" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x37e,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })) (if_statement "if (type == (type & 0xfffffff)) {\n (this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;\n (this->u2_).relobj = relobj;\n return;\n }" if (parenthesized_expression "(type == (type & 0xfffffff))" ( (binary_expression "type == (type & 0xfffffff)" identifier == (parenthesized_expression "(type & 0xfffffff)" ( (binary_expression "type & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n (this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;\n (this->u2_).relobj = relobj;\n return;\n }" { (expression_statement "(this->u1_).relobj = (Sized_relobj<64,_false> *)0x0;" (assignment_expression "(this->u1_).relobj = (Sized_relobj<64,_false> *)0x0" (field_expression "(this->u1_).relobj" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier) = (parenthesized_expression "(Sized_relobj<64,_false> *)0x0" ( (comma_expression "Sized_relobj<64,_false> *)0x0" (binary_expression "Sized_relobj<64" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) ;) (expression_statement "(this->u2_).relobj = relobj;" (assignment_expression "(this->u2_).relobj = relobj" (field_expression "(this->u2_).relobj" (parenthesized_expression "(this->u2_)" ( (field_expression "this->u2_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x380,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}\n\n" (function_definition "void FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}" primitive_type (function_declarator "FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" identifier (parameter_list "(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "uint param_6" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int *)(param_1 + 4) = param_4;" (assignment_expression "*(int *)(param_1 + 4) = param_4" (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) )))) = identifier) ;) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" identifier = (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (binary_expression "param_2 & 0xfffffff" identifier & number_literal))) ;) (expression_statement "*(uint *)((long)param_1 + 0x1c) = uVar1;" (assignment_expression "*(uint *)((long)param_1 + 0x1c) = uVar1" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);" (assignment_expression "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar1 >> 0x18)" ( (binary_expression "uVar1 >> 0x18" identifier >> number_literal) ))) & number_literal) | (call_expression "(byte)((param_6 & 1) << 4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((param_6 & 1) << 4)" ( (binary_expression "(param_6 & 1) << 4" (parenthesized_expression "(param_6 & 1)" ( (binary_expression "param_6 & 1" identifier & number_literal) )) << number_literal) ))))) ;) (expression_statement "param_1[3] = param_1[3] & 0x1fffffff00000000;" (assignment_expression "param_1[3] = param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) = (binary_expression "param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" identifier [ number_literal ]) & number_literal)) ;) (if_statement "if (param_4 == -4) {\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }" if (parenthesized_expression "(param_4 == -4)" ( (binary_expression "param_4 == -4" identifier == number_literal) )) (compound_statement "{\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }" { (expression_statement "FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })) (if_statement "if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" if (parenthesized_expression "(param_2 == (param_2 & 0xfffffff))" ( (binary_expression "param_2 == (param_2 & 0xfffffff)" identifier == (parenthesized_expression "(param_2 & 0xfffffff)" ( (binary_expression "param_2 & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" { (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" * identifier) = number_literal) ;) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "FUN_00199900("../../gold/output.cc",0x380,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (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) | (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) )))) = 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 (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT >> LIT) ))) & LIT) | (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}" (primitive_type "void") (function_declarator "FUN_001fa040(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" (identifier "FUN_001fa040") (parameter_list "(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5\n ,uint param_6)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "uint param_6" (type_identifier "uint") (identifier "param_6")) () ")"))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n *(int *)(param_1 + 4) = param_4;\n uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;\n *(uint *)((long)param_1 + 0x1c) = uVar1;\n *(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);\n param_1[3] = param_1[3] & 0x1fffffff00000000;\n if (param_4 == -4) {\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }\n if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }\n \n FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "*(int *)(param_1 + 4) = param_4;" (assignment_expression "*(int *)(param_1 + 4) = param_4" (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")) () ")")))) (= "=") (identifier "param_4")) (; ";")) (expression_statement "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;" (assignment_expression "uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (identifier "uVar1") (= "=") (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff" (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xf0000000" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1c)" (( "(") (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "0xf0000000")) (| "|") (binary_expression "param_2 & 0xfffffff" (identifier "param_2") (& "&") (number_literal "0xfffffff")))) (; ";")) (expression_statement "*(uint *)((long)param_1 + 0x1c) = uVar1;" (assignment_expression "*(uint *)((long)param_1 + 0x1c) = uVar1" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1c)" (( "(") (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);" (assignment_expression "*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x1f)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1f)" (( "(") (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1f")) () ")")))) (= "=") (binary_expression "(byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4)" (binary_expression "(byte)(uVar1 >> 0x18) & 0xef" (call_expression "(byte)(uVar1 >> 0x18)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(uVar1 >> 0x18)" (( "(") (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) () ")"))) (& "&") (number_literal "0xef")) (| "|") (call_expression "(byte)((param_6 & 1) << 4)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((param_6 & 1) << 4)" (( "(") (binary_expression "(param_6 & 1) << 4" (parenthesized_expression "(param_6 & 1)" (( "(") (binary_expression "param_6 & 1" (identifier "param_6") (& "&") (number_literal "1")) () ")")) (<< "<<") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "param_1[3] = param_1[3] & 0x1fffffff00000000;" (assignment_expression "param_1[3] = param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "param_1[3] & 0x1fffffff00000000" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (& "&") (number_literal "0x1fffffff00000000"))) (; ";")) (if_statement "if (param_4 == -4) {\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }" (if "if") (parenthesized_expression "(param_4 == -4)" (( "(") (binary_expression "param_4 == -4" (identifier "param_4") (== "==") (number_literal "-4")) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");" (call_expression "FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc")" (identifier "FUN_00199900") (argument_list "("../../gold/output.cc",0x37e,"Output_reloc")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x37e") (, ",") (string_literal ""Output_reloc"" (" """) (string_content "Output_reloc") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_2 == (param_2 & 0xfffffff)) {\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" (if "if") (parenthesized_expression "(param_2 == (param_2 & 0xfffffff))" (( "(") (binary_expression "param_2 == (param_2 & 0xfffffff)" (identifier "param_2") (== "==") (parenthesized_expression "(param_2 & 0xfffffff)" (( "(") (binary_expression "param_2 & 0xfffffff" (identifier "param_2") (& "&") (number_literal "0xfffffff")) () ")"))) () ")")) (compound_statement "{\n *param_1 = 0;\n param_1[1] = param_3;\n return;\n }" ({ "{") (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");" (call_expression "FUN_00199900("../../gold/output.cc",0x380,"Output_reloc")" (identifier "FUN_00199900") (argument_list "("../../gold/output.cc",0x380,"Output_reloc")" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x380") (, ",") (string_literal ""Output_reloc"" (" """) (string_content "Output_reloc") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_64,_false> * this, uint type,
Sized_relobj<64,_false> * relobj, uint shndx, Address address, bool is_relative) */
void __thiscall
gold::Output_reloc<9,_true,_64,var_7>::Output_reloc
(Output_reloc<9,_true,_64,var_7> *this,type_1 var_1,var_6<64,var_7> *relobj,
type_1 var_4,Address address,bool var_3)
{
type_1 var_2;
this->address_ = address;
this->shndx_ = var_4;
var_2 = *(type_1 *)&this->field_0x1c & 0xf0000000 | var_1 & 0xfffffff;
*(type_1 *)&this->field_0x1c = var_2;
this->field_0x1f = (byte)(var_2 >> 0x18) & 0xef | (byte)((var_3 & 1) << 4);
*(type_2 *)&this->local_sym_index_ = *(type_2 *)&this->local_sym_index_ & 0x1fffffff00000000;
if (var_4 == 0xfffffffc) {
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x37e,"Output_reloc");
}
if (var_1 == (var_1 & 0xfffffff)) {
(this->u1_).relobj = (var_6<64,var_7> *)0x0;
(this->u2_).relobj = relobj;
return;
}
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x380,"Output_reloc");
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) 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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (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 (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(undefined8 *param_1,uint param_2,undefined8 param_3,int param_4,undefined8 param_5
,uint param_6)
{
uint uVar1;
param_1[2] = param_5;
*(int *)(param_1 + 4) = param_4;
uVar1 = *(uint *)((long)param_1 + 0x1c) & 0xf0000000 | param_2 & 0xfffffff;
*(uint *)((long)param_1 + 0x1c) = uVar1;
*(byte *)((long)param_1 + 0x1f) = (byte)(uVar1 >> 0x18) & 0xef | (byte)((param_6 & 1) << 4);
param_1[3] = param_1[3] & 0x1fffffff00000000;
if (param_4 == -4) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x37e,"Output_reloc");
}
if (param_2 == (param_2 & 0xfffffff)) {
*param_1 = 0;
param_1[1] = param_3;
return;
}
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/output.cc",0x380,"Output_reloc");
}
|
336_putty_and_putty_strip.c
|
strncasecmp
|
strncasecmp
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncasecmp(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncasecmp(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();
return iVar1;
}
|
JMP qword ptr [0x001f59b8]
| null | null | null | null |
[('tmp_44', u'CAST_-1207020211'), (u'INDIRECT_-1207020216', u'COPY_-1207020275'), (u'CALLIND_-1207020280', u'RETURN_-1207020277'), ('const-0', u'RETURN_-1207020277'), (u'CAST_-1207020211', u'CALLIND_-1207020280'), (u'CALLIND_-1207020280', u'INDIRECT_-1207020216')]
|
[('tmp_44', u'CAST_-1207020211'), (u'INDIRECT_-1207020216', u'COPY_-1207020275'), (u'CALLIND_-1207020280', u'RETURN_-1207020277'), ('const-0', u'RETURN_-1207020277'), (u'CAST_-1207020211', u'CALLIND_-1207020280'), (u'CALLIND_-1207020280', u'INDIRECT_-1207020216')]
| null | null |
00115500
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}\n\n" comment (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" primitive_type (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)()" identifier = (call_expression "(*(code *)PTR_strncasecmp_001f59b8)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001f59b8)" ( (pointer_expression "*(code *)PTR_strncasecmp_001f59b8" * (cast_expression "(code *)PTR_strncasecmp_001f59b8" ( (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 strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}\n\n" comment (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" primitive_type (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)()" identifier = (call_expression "(*(code *)PTR_strncasecmp_001f59b8)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001f59b8)" ( (pointer_expression "*(code *)PTR_strncasecmp_001f59b8" * (cast_expression "(code *)PTR_strncasecmp_001f59b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}\n\n" (function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" primitive_type (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)()" identifier = (call_expression "(*(code *)PTR_strncasecmp_001f59b8)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001f59b8)" ( (pointer_expression "*(code *)PTR_strncasecmp_001f59b8" * (cast_expression "(code *)PTR_strncasecmp_001f59b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int strncasecmp(char *__s1,char *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strncasecmp(char *__s1,char *__s2,size_t __n)" (identifier "strncasecmp") (parameter_list "(char *__s1,char *__s2,size_t __n)" (( "(") (parameter_declaration "char *__s1" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1"))) (, ",") (parameter_declaration "char *__s2" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)();" (assignment_expression "iVar1 = (*(code *)PTR_strncasecmp_001f59b8)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_strncasecmp_001f59b8)()" (parenthesized_expression "(*(code *)PTR_strncasecmp_001f59b8)" (( "(") (pointer_expression "*(code *)PTR_strncasecmp_001f59b8" (* "*") (cast_expression "(code *)PTR_strncasecmp_001f59b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strncasecmp_001f59b8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_strncasecmp_001f59b8)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s1,char *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_001f59b8)();
return iVar1;
}
|
3906_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
emplace_back<std::pair<unsigned_int,_unsigned_int>_>
|
FUN_001fc9d0
|
/* DWARF original name: emplace_back<std::pair<unsigned int, unsigned int> >
DWARF original prototype: void
emplace_back<std::pair<unsigned_int,_unsigned_int>_>(vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
* this, pair<unsigned_int,_unsigned_int> * __args#0) */
void __thiscall
std::
vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
::emplace_back<std::pair<unsigned_int,_unsigned_int>_>
(vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
*this,pair<unsigned_int,_unsigned_int> *__args_0)
{
iterator __position;
__position._M_current =
(this->
super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
)._M_impl._M_finish;
if (__position._M_current !=
(this->
super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
)._M_impl._M_end_of_storage) {
*__position._M_current = *__args_0;
(this->
super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
)._M_impl._M_finish = __position._M_current + 1;
return;
}
_M_realloc_insert<std::pair<unsigned_int,_unsigned_int>_>(this,__position,__args_0);
return;
}
|
void FUN_001fc9d0(long param_1,undefined8 *param_2)
{
undefined8 *puVar1;
puVar1 = *(undefined8 **)(param_1 + 8);
if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {
*puVar1 = *param_2;
*(undefined8 **)(param_1 + 8) = puVar1 + 1;
return;
}
FUN_001fc860(param_1,puVar1,param_2);
return;
}
|
MOV RAX,qword ptr [RDI + 0x8]
CMP RAX,qword ptr [RDI + 0x10]
JZ 0x001fc9f0
MOV RDX,qword ptr [RSI]
ADD RAX,0x8
MOV qword ptr [RAX + -0x8],RDX
MOV qword ptr [RDI + 0x8],RAX
RET
MOV RDX,RSI
MOV RSI,RAX
JMP 0x001fc860
| null | null | null | null |
[('const-433', u'LOAD_-1207907878'), (u'PTRSUB_-1207907733', u'PTRSUB_-1207907729'), ('const-8', u'PTRSUB_-1207907729'), ('const-0', u'PTRSUB_-1207907752'), (u'LOAD_-1207907885', u'INT_NOTEQUAL_-1207907862'), ('const-0', u'PTRSUB_-1207907759'), (u'LOAD_-1207907885', u'STORE_-1207907839'), ('tmp_111', u'PTRSUB_-1207907759'), ('tmp_111', u'PTRSUB_-1207907739'), (u'LOAD_-1207907860', u'STORE_-1207907839'), ('const-0', u'PTRSUB_-1207907765'), ('const-16', u'PTRSUB_-1207907747'), ('const-433', u'LOAD_-1207907860'), ('tmp_112', u'LOAD_-1207907860'), (u'PTRSUB_-1207907758', u'PTRSUB_-1207907752'), (u'PTRADD_-1207907749', u'STORE_-1207907832'), ('const-0', u'PTRSUB_-1207907758'), (u'LOAD_-1207907885', u'PTRADD_-1207907749'), ('const-0', u'PTRSUB_-1207907733'), ('const-8', u'PTRSUB_-1207907752'), (u'PTRSUB_-1207907739', u'PTRSUB_-1207907733'), ('tmp_111', u'CALL_-1207907805'), (u'PTRSUB_-1207907752', u'PTRSUB_-1207907747'), (u'PTRSUB_-1207907729', u'STORE_-1207907832'), (u'LOAD_-1207907878', u'INT_NOTEQUAL_-1207907862'), ('const-433', u'STORE_-1207907839'), (u'PTRSUB_-1207907747', u'LOAD_-1207907878'), ('tmp_111', u'PTRSUB_-1207907765'), ('tmp_112', u'CALL_-1207907805'), (u'INT_NOTEQUAL_-1207907862', u'CBRANCH_-1207907860'), ('const-0', u'PTRSUB_-1207907739'), ('const-1', u'PTRADD_-1207907749'), (u'PTRSUB_-1207907752', u'LOAD_-1207907885'), ('tmp_42', u'CBRANCH_-1207907860'), ('const-0', u'RETURN_-1207907801'), ('const-8', u'PTRADD_-1207907749'), ('const-0', u'RETURN_-1207907818'), (u'LOAD_-1207907885', u'CALL_-1207907805'), (u'PTRSUB_-1207907765', u'PTRSUB_-1207907758'), ('const-433', u'LOAD_-1207907885'), ('const-433', u'STORE_-1207907832'), (u'PTRSUB_-1207907759', u'PTRSUB_-1207907752')]
|
[('const-433', u'STORE_-1207907832'), ('tmp_156', u'INT_ADD_-1207907869'), (u'CAST_-1207907766', u'LOAD_-1207907885'), (u'CAST_-1207907743', u'STORE_-1207907832'), ('tmp_157', u'LOAD_-1207907860'), (u'LOAD_-1207907885', u'INT_NOTEQUAL_-1207907862'), ('const-433', u'STORE_-1207907839'), (u'PTRADD_-1207907753', u'STORE_-1207907832'), (u'CAST_-1207907761', u'LOAD_-1207907878'), ('const-1', u'PTRADD_-1207907753'), ('tmp_156', u'INT_ADD_-1207907818'), (u'LOAD_-1207907885', u'STORE_-1207907839'), (u'LOAD_-1207907885', u'PTRADD_-1207907753'), (u'LOAD_-1207907860', u'STORE_-1207907839'), ('const-8', u'PTRADD_-1207907753'), (u'INT_ADD_-1207907818', u'CAST_-1207907743'), ('tmp_157', u'CALL_-1207907805'), ('const-433', u'LOAD_-1207907860'), ('const-8', u'INT_ADD_-1207907818'), ('tmp_156', u'CALL_-1207907805'), (u'LOAD_-1207907878', u'INT_NOTEQUAL_-1207907862'), ('const-16', u'INT_ADD_-1207907862'), (u'INT_NOTEQUAL_-1207907862', u'CBRANCH_-1207907860'), ('tmp_156', u'INT_ADD_-1207907862'), ('tmp_42', u'CBRANCH_-1207907860'), ('const-0', u'RETURN_-1207907801'), (u'INT_ADD_-1207907862', u'CAST_-1207907761'), ('const-433', u'LOAD_-1207907878'), ('const-0', u'RETURN_-1207907818'), (u'LOAD_-1207907885', u'CALL_-1207907805'), ('const-433', u'LOAD_-1207907885'), ('const-8', u'INT_ADD_-1207907869'), (u'INT_ADD_-1207907869', u'CAST_-1207907766')]
| null | null |
001fc9d0
|
x64
|
O2
|
(translation_unit "void FUN_001fc9d0(long param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}\n\n" (function_definition "void FUN_001fc9d0(long param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_001fc9d0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 8);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 8)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 8)" * (cast_expression "(undefined8 **)(param_1 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (if_statement "if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }" if (parenthesized_expression "(puVar1 != *(undefined8 **)(param_1 + 0x10))" ( (binary_expression "puVar1 != *(undefined8 **)(param_1 + 0x10)" identifier != (pointer_expression "*(undefined8 **)(param_1 + 0x10)" * (cast_expression "(undefined8 **)(param_1 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) )) (compound_statement "{\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }" { (expression_statement "*puVar1 = *param_2;" (assignment_expression "*puVar1 = *param_2" (pointer_expression "*puVar1" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(undefined8 **)(param_1 + 8) = puVar1 + 1;" (assignment_expression "*(undefined8 **)(param_1 + 8) = puVar1 + 1" (pointer_expression "*(undefined8 **)(param_1 + 8)" * (cast_expression "(undefined8 **)(param_1 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "puVar1 + 1" identifier + number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001fc860(param_1,puVar1,param_2);" (call_expression "FUN_001fc860(param_1,puVar1,param_2)" identifier (argument_list "(param_1,puVar1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original name: emplace_back<std::pair<unsigned int, unsigned int> >\n DWARF original prototype: void\n emplace_back<std::pair<unsigned_int,_unsigned_int>_>(vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n * this, pair<unsigned_int,_unsigned_int> * __args#0) */\n\nvoid __thiscall\nstd::\nvector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n::emplace_back<std::pair<unsigned_int,_unsigned_int>_>\n (vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n *this,pair<unsigned_int,_unsigned_int> *__args_0)\n\n{\n iterator __position;\n \n __position._M_current =\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish;\n if (__position._M_current !=\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_end_of_storage) {\n *__position._M_current = *__args_0;\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish = __position._M_current + 1;\n return;\n }\n _M_realloc_insert<std::pair<unsigned_int,_unsigned_int>_>(this,__position,__args_0);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::\nvector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n::emplace_back<std::pair<unsigned_int,_unsigned_int>_>\n (vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n *this,pair<unsigned_int,_unsigned_int> *__args_0)\n\n{\n iterator __position;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\nvector<std::pair<" identifier : : identifier < identifier : : identifier <) identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<std::pair<" identifier : : identifier < identifier : : identifier <) identifier , (ERROR "_unsigned_int>_>_>\n::emplace_back<std::pair<" identifier > identifier > identifier > : : identifier < identifier : : identifier <) identifier , (ERROR "_unsigned_int>_>\n (vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n *this,pair<unsigned_int,_unsigned_int> *__args_0)\n\n{\n iterator" (function_declarator "_unsigned_int>_>\n (vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n *this,pair<unsigned_int,_unsigned_int> *__args_0)" identifier (ERROR ">_>" > identifier >) (parameter_list "(vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n *this,pair<unsigned_int,_unsigned_int> *__args_0)" ( (parameter_declaration "vector<std::pair<unsigned_int" type_identifier (ERROR "<std::pair<" < identifier : : identifier <) identifier) , (parameter_declaration "_unsigned_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<unsigned_int" type_identifier (ERROR "::allocator<std::pair<" : : identifier < identifier : : identifier <) identifier) , (parameter_declaration "_unsigned_int>_>_>\n *this" type_identifier (ERROR ">_>_>" > identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "pair<unsigned_int" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "_unsigned_int> *__args_0" type_identifier (ERROR ">" >) (pointer_declarator "*__args_0" * identifier)) ))) { identifier) identifier ;) (expression_statement "__position._M_current =\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish;" (assignment_expression "__position._M_current =\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish" (field_expression "__position._M_current" identifier . field_identifier) = (field_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::" (comma_expression "this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std" (binary_expression "this->\n super__Vector_base<std::pair<unsigned_int" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : :) (comma_expression "pair<unsigned_int,_unsigned_int>_>_" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>_>_" (binary_expression "_unsigned_int>_" identifier > identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (if_statement "if (__position._M_current !=\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_end_of_storage) {\n *__position._M_current = *__args_0;\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish = __position._M_current + 1;\n return;\n }" if (parenthesized_expression "(__position._M_current !=\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current !=\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_end_of_storage" (field_expression "__position._M_current" identifier . field_identifier) != (field_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::" (comma_expression "this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std" (binary_expression "this->\n super__Vector_base<std::pair<unsigned_int" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : :) (comma_expression "pair<unsigned_int,_unsigned_int>_>_" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>_>_" (binary_expression "_unsigned_int>_" identifier > identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n *__position._M_current = *__args_0;\n (this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish = __position._M_current + 1;\n return;\n }" { (expression_statement "*__position._M_current = *__args_0;" (assignment_expression "*__position._M_current = *__args_0" (pointer_expression "*__position._M_current" * (field_expression "__position._M_current" identifier . field_identifier)) = (pointer_expression "*__args_0" * identifier)) ;) (expression_statement "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish = __position._M_current + 1;" (assignment_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish = __position._M_current + 1" (field_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::" (comma_expression "this->\n super__Vector_base<std::pair<unsigned_int,_unsigned_int>,_std" (binary_expression "this->\n super__Vector_base<std::pair<unsigned_int" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : :) (comma_expression "pair<unsigned_int,_unsigned_int>_>_" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_unsigned_int>_>_" (binary_expression "_unsigned_int>_" identifier > identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier) = (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "_M_realloc_insert<std::pair<unsigned_int,_unsigned_int>_>(this,__position,__args_0);" (update_expression "_M_realloc_insert<std::pair<unsigned_int,_unsigned_int>_>(this,__position,__args_0)" (binary_expression "_M_realloc_insert<std::pair<unsigned_int,_unsigned_int>_>(this,__position,__args_0)" (binary_expression "_M_realloc_insert<std::pair<unsigned_int,_unsigned_int>_" (binary_expression "_M_realloc_insert<std::pair<unsigned_int" (binary_expression "_M_realloc_insert<std" identifier < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR ",_unsigned_int" , identifier) > identifier) > (parenthesized_expression "(this,__position,__args_0)" ( (comma_expression "this,__position,__args_0" identifier , (comma_expression "__position,__args_0" identifier , identifier)) ))) --) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_001fc9d0(long param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}\n\n" (function_definition "void FUN_001fc9d0(long param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_001fc9d0(long param_1,undefined8 *param_2)" identifier (parameter_list "(long param_1,undefined8 *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 8);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 8)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 8)" * (cast_expression "(undefined8 **)(param_1 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (if_statement "if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }" if (parenthesized_expression "(puVar1 != *(undefined8 **)(param_1 + 0x10))" ( (binary_expression "puVar1 != *(undefined8 **)(param_1 + 0x10)" identifier != (pointer_expression "*(undefined8 **)(param_1 + 0x10)" * (cast_expression "(undefined8 **)(param_1 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) )) (compound_statement "{\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }" { (expression_statement "*puVar1 = *param_2;" (assignment_expression "*puVar1 = *param_2" (pointer_expression "*puVar1" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(undefined8 **)(param_1 + 8) = puVar1 + 1;" (assignment_expression "*(undefined8 **)(param_1 + 8) = puVar1 + 1" (pointer_expression "*(undefined8 **)(param_1 + 8)" * (cast_expression "(undefined8 **)(param_1 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "puVar1 + 1" identifier + number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001fc860(param_1,puVar1,param_2);" (call_expression "FUN_001fc860(param_1,puVar1,param_2)" identifier (argument_list "(param_1,puVar1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001fc9d0(long param_1,undefined8 *param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001fc9d0(long param_1,undefined8 *param_2)" (identifier "FUN_001fc9d0") (parameter_list "(long param_1,undefined8 *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(param_1 + 8);\n if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }\n FUN_001fc860(param_1,puVar1,param_2);\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 8);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 8)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 8)" (* "*") (cast_expression "(undefined8 **)(param_1 + 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }" (if "if") (parenthesized_expression "(puVar1 != *(undefined8 **)(param_1 + 0x10))" (( "(") (binary_expression "puVar1 != *(undefined8 **)(param_1 + 0x10)" (identifier "puVar1") (!= "!=") (pointer_expression "*(undefined8 **)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (compound_statement "{\n *puVar1 = *param_2;\n *(undefined8 **)(param_1 + 8) = puVar1 + 1;\n return;\n }" ({ "{") (expression_statement "*puVar1 = *param_2;" (assignment_expression "*puVar1 = *param_2" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 8) = puVar1 + 1;" (assignment_expression "*(undefined8 **)(param_1 + 8) = puVar1 + 1" (pointer_expression "*(undefined8 **)(param_1 + 8)" (* "*") (cast_expression "(undefined8 **)(param_1 + 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (binary_expression "puVar1 + 1" (identifier "puVar1") (+ "+") (number_literal "1"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_001fc860(param_1,puVar1,param_2);" (call_expression "FUN_001fc860(param_1,puVar1,param_2)" (identifier "FUN_001fc860") (argument_list "(param_1,puVar1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "puVar1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original name: emplace_back<std::pair<unsigned int, unsigned int> >
DWARF original prototype: void
emplace_back<std::pair<unsigned_int,_unsigned_int>_>(vector<std::pair<unsigned_int,_unsigned_int>,_std::allocator<std::pair<unsigned_int,_unsigned_int>_>_>
* this, pair<unsigned_int,_unsigned_int> * __args#0) */
void __thiscall
var_6::
vector<var_6::var_1<var_2,var_3>,_std::allocator<var_6::var_1<var_2,var_3>var_4>var_4>
::emplace_back<var_6::var_1<var_2,var_3>var_4>
(vector<var_6::var_1<var_2,var_3>,_std::allocator<var_6::var_1<var_2,var_3>var_4>var_4>
*this,var_1<var_2,var_3> *__args_0)
{
iterator __position;
__position._M_current =
(this->
super__Vector_base<var_6::var_1<var_2,var_3>,_std::allocator<var_6::var_1<var_2,var_3>var_4>var_4>
)._M_impl._M_finish;
if (__position._M_current !=
(this->
super__Vector_base<var_6::var_1<var_2,var_3>,_std::allocator<var_6::var_1<var_2,var_3>var_4>var_4>
)._M_impl._M_end_of_storage) {
*__position._M_current = *__args_0;
(this->
super__Vector_base<var_6::var_1<var_2,var_3>,_std::allocator<var_6::var_1<var_2,var_3>var_4>var_4>
)._M_impl._M_finish = __position._M_current + 1;
return;
}
var_5<var_6::var_1<var_2,var_3>var_4>(this,__position,__args_0);
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 (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(long param_1,undefined8 *param_2)
{
undefined8 *puVar1;
puVar1 = *(undefined8 **)(param_1 + 8);
if (puVar1 != *(undefined8 **)(param_1 + 0x10)) {
*puVar1 = *param_2;
*(undefined8 **)(param_1 + 8) = puVar1 + 1;
return;
}
FUN_001fc860(param_1,puVar1,param_2);
return;
}
|
8654_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
operator>>
|
thunk_FUN_002fd630
|
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(void*&) */
istream * __thiscall std::istream::operator>>(istream *this,void **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 + 0x60))
(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_002fd630(long *param_1,undefined8 param_2)
{
long *plVar1;
long lVar2;
char cStack_1d;
uint uStack_1c;
FUN_002faf30(&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_00319460();
}
(**(code **)(*plVar1 + 0x60))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);
if (uStack_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_00300870(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
|
JMP 0x002fd630
| null | null | null | null |
[('const-433', u'LOAD_-1204758902'), ('const-433', u'LOAD_-1204758790'), ('const-1', u'PTRADD_-1204758763'), (u'LOAD_-1204758825', u'CALLIND_-1204758780'), (u'CALL_-1204758633', u'INDIRECT_-1204758393'), (u'CAST_-1204758393', u'LOAD_-1204758717'), (u'LOAD_-1204758867', u'INT_EQUAL_-1204758845'), (u'LOAD_-1204758790', u'CALLIND_-1204758780'), ('const-433', u'LOAD_-1204758711'), (u'INT_NOTEQUAL_-1204758751', u'CBRANCH_-1204758750'), ('const-433', u'LOAD_-1204758843'), ('tmp_545', u'CAST_-1204758481'), (u'PTRADD_-1204758640', u'CAST_-1204758384'), (u'PTRSUB_-1204758448', u'CALLIND_-1204758780'), (u'PTRADD_-1204758630', u'CAST_-1204758380'), (u'PTRADD_-1204758815', u'PTRADD_-1204758805'), (u'PTRADD_-1204758815', u'PTRADD_-1204758763'), (u'CAST_-1204758437', u'LOAD_-1204758825'), (u'INDIRECT_-1204758523', u'INT_NOTEQUAL_-1204758904'), ('const-0', u'CALLIND_-1204758780'), (u'CAST_-1204758380', u'LOAD_-1204758690'), ('const-1', u'RETURN_-1204758628'), (u'INT_NOTEQUAL_-1204758904', u'CBRANCH_-1204758902'), ('const--29', u'PTRSUB_-1204758503'), ('const-96', u'INT_ADD_-1204758774'), (u'COPY_-1204758665', u'RETURN_-1204758634'), (u'CAST_-1204758481', u'LOAD_-1204758902'), ('tmp_928', u'PTRSUB_-1204758503'), (u'PTRSUB_-1204758503', u'CALL_-1204758922'), (u'CAST_-1204758389', u'LOAD_-1204758711'), (u'CAST_-1204758462', u'LOAD_-1204758867'), (u'INT_OR_-1204758663', u'CALL_-1204758671'), (u'LOAD_-1204758843', u'INT_ADD_-1204758774'), ('const-433', u'LOAD_-1204758717'), ('const-0', u'COPY_-1204758896'), ('const-1', u'PTRADD_-1204758630'), ('tmp_545', u'COPY_-1204758745'), ('tmp_545', u'COPY_-1204758665'), (u'INT_EQUAL_-1204758845', u'CBRANCH_-1204758843'), ('const--28', u'PTRSUB_-1204758448'), ('tmp_928', u'PTRSUB_-1204758448'), (u'CAST_-1204758470', u'LOAD_-1204758886'), (u'INT_ADD_-1204758695', u'CAST_-1204758389'), (u'CALL_-1204758922', u'INDIRECT_-1204758523'), ('const--24', u'INT_ADD_-1204758695'), ('const-1', u'PTRADD_-1204758640'), (u'LOAD_-1204758711', u'PTRADD_-1204758640'), (u'CALL_-1204758671', u'INDIRECT_-1204758408'), (u'PTRADD_-1204758815', u'CALLIND_-1204758780'), (u'LOAD_-1204758717', u'INT_ADD_-1204758695'), ('const-0', u'INT_NOTEQUAL_-1204758751'), (u'LOAD_-1204758902', u'INT_ADD_-1204758870'), ('const-256', u'PTRADD_-1204758805'), ('const-232', u'PTRADD_-1204758763'), (u'PTRADD_-1204758763', u'CAST_-1204758437'), ('const-32', u'PTRADD_-1204758630'), (u'LOAD_-1204758690', u'INT_OR_-1204758663'), ('const-1', u'PTRADD_-1204758805'), ('const-0', u'INT_EQUAL_-1204758845'), ('const-4294967295', u'CALLIND_-1204758780'), ('tmp_350', u'CBRANCH_-1204758750'), (u'CAST_-1204758384', u'CALL_-1204758671'), (u'INDIRECT_-1204758449', u'INT_OR_-1204758663'), ('const-4294967295', u'CALLIND_-1204758780'), ('const-433', u'LOAD_-1204758690'), ('const-1', u'PTRADD_-1204758815'), ('tmp_132', u'CBRANCH_-1204758902'), (u'LOAD_-1204758867', u'CALLIND_-1204758780'), ('tmp_213', u'CBRANCH_-1204758843'), ('tmp_546', u'CALLIND_-1204758780'), (u'CAST_-1204758384', u'PTRADD_-1204758630'), ('const-433', u'LOAD_-1204758867'), ('const-0', u'INT_NOTEQUAL_-1204758904'), (u'PTRADD_-1204758805', u'CAST_-1204758462'), ('tmp_545', u'CALL_-1204758922'), ('const-0', u'RETURN_-1204758634'), ('const--24', u'INT_ADD_-1204758870'), ('tmp_545', u'CAST_-1204758393'), (u'CALLIND_-1204758780', u'INDIRECT_-1204758449'), (u'CAST_-1204758421', u'LOAD_-1204758790'), ('const-433', u'LOAD_-1204758886'), (u'INT_ADD_-1204758774', u'CAST_-1204758421'), (u'INDIRECT_-1204758449', u'INT_NOTEQUAL_-1204758751'), (u'COPY_-1204758745', u'RETURN_-1204758714'), ('const-433', u'LOAD_-1204758825'), ('tmp_545', u'PTRADD_-1204758640'), (u'LOAD_-1204758867', u'LOAD_-1204758843'), ('tmp_545', u'PTRADD_-1204758815'), ('const-0', u'CALL_-1204758922'), (u'INT_ADD_-1204758870', u'CAST_-1204758470'), (u'LOAD_-1204758886', u'PTRADD_-1204758815'), ('const-0', u'RETURN_-1204758714')]
|
[(u'CAST_-1204758395', u'LOAD_-1204758711'), (u'INT_ADD_-1204758861', u'INT_ADD_-1204758851'), ('tmp_941', u'COPY_-1204758745'), (u'INDIRECT_-1204758455', u'INT_OR_-1204758663'), ('const-433', u'LOAD_-1204758886'), (u'LOAD_-1204758825', u'CALLIND_-1204758780'), ('tmp_941', u'CALL_-1204758922'), (u'LOAD_-1204758867', u'INT_EQUAL_-1204758845'), (u'LOAD_-1204758790', u'CALLIND_-1204758780'), (u'INT_NOTEQUAL_-1204758751', u'CBRANCH_-1204758750'), ('tmp_941', u'COPY_-1204758665'), (u'CAST_-1204758467', u'LOAD_-1204758867'), (u'CAST_-1204758426', u'LOAD_-1204758790'), (u'INDIRECT_-1204758529', u'INT_NOTEQUAL_-1204758904'), ('const-433', u'LOAD_-1204758690'), ('const-0', u'CALLIND_-1204758780'), (u'INT_ADD_-1204758686', u'CALL_-1204758671'), ('const-1', u'RETURN_-1204758628'), (u'PTRSUB_-1204758508', u'CALL_-1204758922'), (u'INT_NOTEQUAL_-1204758904', u'CBRANCH_-1204758902'), (u'INT_ADD_-1204758695', u'CAST_-1204758395'), (u'LOAD_-1204758886', u'INT_ADD_-1204758861'), ('const-96', u'INT_ADD_-1204758774'), ('tmp_939', u'CALL_-1204758671'), (u'COPY_-1204758665', u'RETURN_-1204758634'), (u'LOAD_-1204758711', u'INT_ADD_-1204758686'), ('tmp_935', u'PTRSUB_-1204758508'), ('const-433', u'LOAD_-1204758711'), ('const--28', u'PTRSUB_-1204758453'), (u'INT_ADD_-1204758861', u'INT_ADD_-1204758809'), ('const-256', u'INT_ADD_-1204758851'), ('tmp_935', u'PTRSUB_-1204758453'), ('const-433', u'LOAD_-1204758790'), (u'CAST_-1204758442', u'LOAD_-1204758825'), ('tmp_941', u'CAST_-1204758390'), ('const--29', u'PTRSUB_-1204758508'), (u'INT_ADD_-1204758686', u'INT_ADD_-1204758676'), (u'INT_OR_-1204758663', u'CALL_-1204758671'), ('const-433', u'LOAD_-1204758867'), (u'LOAD_-1204758843', u'INT_ADD_-1204758774'), (u'INT_ADD_-1204758870', u'CAST_-1204758476'), (u'CAST_-1204758476', u'LOAD_-1204758886'), ('const-4294967295', u'CALLIND_-1204758780'), (u'INT_EQUAL_-1204758845', u'CBRANCH_-1204758843'), ('const-232', u'INT_ADD_-1204758809'), ('const-4294967295', u'CALLIND_-1204758780'), (u'INDIRECT_-1204758455', u'INT_NOTEQUAL_-1204758751'), (u'PTRSUB_-1204758453', u'CALLIND_-1204758780'), ('const--24', u'INT_ADD_-1204758695'), (u'INT_ADD_-1204758851', u'CAST_-1204758467'), (u'INT_ADD_-1204758676', u'CAST_-1204758386'), (u'INT_ADD_-1204758861', u'CALLIND_-1204758780'), (u'INT_ADD_-1204758774', u'CAST_-1204758426'), (u'LOAD_-1204758717', u'INT_ADD_-1204758695'), ('const-0', u'INT_NOTEQUAL_-1204758751'), ('const-32', u'INT_ADD_-1204758676'), (u'LOAD_-1204758902', u'INT_ADD_-1204758870'), ('tmp_941', u'LOAD_-1204758902'), (u'CAST_-1204758390', u'INT_ADD_-1204758686'), (u'INT_ADD_-1204758809', u'CAST_-1204758442'), (u'CALLIND_-1204758780', u'INDIRECT_-1204758455'), (u'LOAD_-1204758690', u'INT_OR_-1204758663'), ('const-0', u'INT_EQUAL_-1204758845'), ('tmp_350', u'CBRANCH_-1204758750'), ('const-0', u'CALL_-1204758922'), ('const-433', u'LOAD_-1204758825'), ('tmp_132', u'CBRANCH_-1204758902'), (u'LOAD_-1204758867', u'CALLIND_-1204758780'), (u'CAST_-1204758471', u'INT_ADD_-1204758861'), ('tmp_213', u'CBRANCH_-1204758843'), ('const-433', u'LOAD_-1204758843'), ('const-433', u'LOAD_-1204758717'), ('const-0', u'RETURN_-1204758634'), ('const--24', u'INT_ADD_-1204758870'), ('tmp_941', u'LOAD_-1204758717'), ('const-0', u'INT_NOTEQUAL_-1204758904'), ('const-0', u'COPY_-1204758896'), (u'CALL_-1204758922', u'INDIRECT_-1204758529'), (u'CALL_-1204758671', u'INDIRECT_-1204758414'), (u'COPY_-1204758745', u'RETURN_-1204758714'), (u'CAST_-1204758386', u'LOAD_-1204758690'), ('tmp_941', u'CAST_-1204758471'), (u'LOAD_-1204758867', u'LOAD_-1204758843'), (u'CALL_-1204758633', u'INDIRECT_-1204758399'), ('const-433', u'LOAD_-1204758902'), ('const-0', u'RETURN_-1204758714')]
| null | null |
002fd740
|
x64
|
O2
|
(translation_unit "long * thunk_FUN_002fd630(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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002fd630(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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002fd630(long *param_1,undefined8 param_2)" * (function_declarator "thunk_FUN_002fd630(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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002faf30(&cStack_1d,param_1,0);" (call_expression "FUN_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_00319460();\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_00319460();\n }" { comment (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "(**(code **)(*plVar1 + 0x60))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x60))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x60))" ( (pointer_expression "**(code **)(*plVar1 + 0x60)" * (pointer_expression "*(code **)(*plVar1 + 0x60)" * (cast_expression "(code **)(*plVar1 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x60)" ( (binary_expression "*plVar1 + 0x60" (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_00300870(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_00300870(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_00300870(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_00300870(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(void*&) */\n\nistream * __thiscall std::istream::operator>>(istream *this,void **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 + 0x60))\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,void **param_1)" (binary_expression "istream * __thiscall std::istream::operator>>(istream *this,void **param_1)" (binary_expression "istream * __thiscall" identifier * identifier) (ERROR "std::istream::operator" identifier : : identifier : : identifier) >> (parenthesized_expression "(istream *this,void **param_1)" ( (comma_expression "istream *this,void **param_1" (binary_expression "istream *this" identifier * identifier) , (binary_expression "void **param_1" identifier * (pointer_expression "*param_1" * 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 + 0x60))\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 + 0x60))\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 + 0x60))\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 + 0x60))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1);" (call_expression "(**(code **)(*plVar1 + 0x60))\n (plVar1,*(undefined8 *)(piVar2 + 0xe8),0xffffffff,0,0xffffffff,piVar2,&_Stack_1c,\n param_1)" (parenthesized_expression "(**(code **)(*plVar1 + 0x60))" ( (pointer_expression "**(code **)(*plVar1 + 0x60)" * (pointer_expression "*(code **)(*plVar1 + 0x60)" * (cast_expression "(code **)(*plVar1 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x60)" ( (binary_expression "*plVar1 + 0x60" (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_002fd630(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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002fd630(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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002fd630(long *param_1,undefined8 param_2)" * (function_declarator "thunk_FUN_002fd630(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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002faf30(&cStack_1d,param_1,0);" (call_expression "FUN_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_00319460();\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_00319460();\n }" { (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "(**(code **)(*plVar1 + 0x60))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x60))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x60))" ( (pointer_expression "**(code **)(*plVar1 + 0x60)" * (pointer_expression "*(code **)(*plVar1 + 0x60)" * (cast_expression "(code **)(*plVar1 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x60)" ( (binary_expression "*plVar1 + 0x60" (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_00300870(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_00300870(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_00300870(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_00300870(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_002fd630(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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002fd630(long *param_1,undefined8 param_2)" (* "*") (function_declarator "thunk_FUN_002fd630(long *param_1,undefined8 param_2)" (identifier "thunk_FUN_002fd630") (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_002faf30(&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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_002faf30(&cStack_1d,param_1,0);" (call_expression "FUN_002faf30(&cStack_1d,param_1,0)" (identifier "FUN_002faf30") (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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_00319460();\n }\n (**(code **)(*plVar1 + 0x60))\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_00300870(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_00319460();\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_00319460();\n }" ({ "{") (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" (identifier "FUN_00319460") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*plVar1 + 0x60))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x60))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x60))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x60)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x60)" (* "*") (cast_expression "(code **)(*plVar1 + 0x60)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x60)" (( "(") (binary_expression "*plVar1 + 0x60" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x60")) () ")"))))) () ")")) (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_00300870(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_00300870(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_00300870(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_00300870(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" (identifier "FUN_00300870") (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(void*&) */
type_1 * __thiscall std::type_1::operator>>(type_1 *var_2,void **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 + 0x60))
(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_002faf30(&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_00319460();
}
(**(code **)(*plVar1 + 0x60))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);
if (uStack_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_00300870(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
|
1877_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
~Struct_no_global
|
FUN_0018c7f0
|
/* 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_00652c20;
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_0018c7f0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00652c20;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_0049e330();
}
thunk_FUN_0049e330(param_1,0x60);
return;
}
|
LEA RAX,[0x652c20]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x0018c810
CALL 0x0049e330
MOV RDI,RBX
MOV ESI,0x60
POP RBX
JMP 0x0049e320
| null | null | null | null |
[(u'CAST_-1207449449', u'STORE_-1207449596'), ('const-8', u'PTRSUB_-1207449454'), (u'PTRSUB_-1207449449', u'PTRSUB_-1207449446'), ('const-0', u'RETURN_-1207449532'), (u'PTRSUB_-1207449454', u'PTRSUB_-1207449453'), ('tmp_93', u'CALL_-1207449536'), ('const-96', u'CALL_-1207449536'), ('const-16', u'PTRSUB_-1207449441'), ('const-0', u'PTRSUB_-1207449444'), (u'PTRSUB_-1207449458', u'PTRSUB_-1207449453'), (u'PTRSUB_-1207449448', u'PTRSUB_-1207449444'), ('const-8', u'PTRSUB_-1207449448'), (u'PTRSUB_-1207449453', u'STORE_-1207449596'), ('const-6630432', u'PTRSUB_-1207449459'), ('const-0', u'PTRSUB_-1207449458'), ('const-0', u'PTRSUB_-1207449446'), (u'PTRSUB_-1207449459', u'CAST_-1207449449'), (u'PTRSUB_-1207449444', u'PTRSUB_-1207449441'), ('const-0', u'PTRSUB_-1207449453'), ('tmp_93', u'PTRSUB_-1207449454'), (u'LOAD_-1207449592', u'CALL_-1207449557'), ('const-0', u'PTRSUB_-1207449449'), (u'LOAD_-1207449592', u'CAST_-1207449437'), ('const-433', u'STORE_-1207449596'), ('const-0', u'PTRSUB_-1207449453'), (u'PTRSUB_-1207449441', u'INT_NOTEQUAL_-1207449565'), ('tmp_93', u'PTRSUB_-1207449458'), (u'CAST_-1207449437', u'INT_NOTEQUAL_-1207449565'), ('tmp_93', u'PTRSUB_-1207449448'), (u'PTRSUB_-1207449453', u'PTRSUB_-1207449449'), ('const-0', u'PTRSUB_-1207449459'), ('const-433', u'LOAD_-1207449592'), ('tmp_58', u'CBRANCH_-1207449564'), (u'PTRSUB_-1207449446', u'LOAD_-1207449592'), (u'INT_NOTEQUAL_-1207449565', u'CBRANCH_-1207449564')]
|
[(u'PTRADD_-1207449457', u'LOAD_-1207449592'), ('const-0', u'RETURN_-1207449532'), ('const-433', u'STORE_-1207449596'), ('const-3', u'PTRADD_-1207449452'), ('const-6630432', u'PTRSUB_-1207449460'), ('tmp_194', u'PTRADD_-1207449457'), ('const-1', u'PTRADD_-1207449457'), (u'LOAD_-1207449592', u'CAST_-1207449456'), (u'PTRADD_-1207449452', u'INT_NOTEQUAL_-1207449565'), ('const-8', u'PTRADD_-1207449457'), ('const-8', u'PTRADD_-1207449452'), ('const-0', u'PTRSUB_-1207449460'), ('const-96', u'CALL_-1207449536'), ('const-433', u'LOAD_-1207449592'), (u'CAST_-1207449456', u'INT_NOTEQUAL_-1207449565'), ('tmp_58', u'CBRANCH_-1207449564'), ('tmp_194', u'CALL_-1207449536'), ('tmp_194', u'STORE_-1207449596'), (u'PTRSUB_-1207449460', u'STORE_-1207449596'), ('tmp_194', u'PTRADD_-1207449452'), (u'INT_NOTEQUAL_-1207449565', u'CBRANCH_-1207449564')]
| null | null |
0018c7f0
|
x64
|
O2
|
(translation_unit "void FUN_0018c7f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0018c7f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0018c7f0(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_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00652c20;" (assignment_expression "*param_1 = &PTR_FUN_00652c20" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00652c20" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\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_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(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_00652c20;\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_00652c20;\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_00652c20;\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_00652c20;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652c20" (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_00652c20" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00652c20" & 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_0018c7f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0018c7f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0018c7f0(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_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00652c20;" (assignment_expression "*param_1 = &PTR_FUN_00652c20" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00652c20" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\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_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(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_0018c7f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018c7f0(undefined8 *param_1)" (identifier "FUN_0018c7f0") (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_00652c20;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00652c20;" (assignment_expression "*param_1 = &PTR_FUN_00652c20" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00652c20" (& "&") (identifier "PTR_FUN_00652c20"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\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_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(param_1,0x60)" (identifier "thunk_FUN_0049e330") (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_00652c20;
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_00652c20;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_0049e330();
}
thunk_FUN_0049e330(param_1,0x60);
return;
}
|
150_vdir_and_vdir_strip.c
|
extract_dirs_from_files
|
FUN_00106d70
|
void extract_dirs_from_files(char *dirname,_Bool command_line_arg)
{
void **ppvVar1;
int iVar2;
fileinfo *f;
size_t sVar3;
void **ppvVar4;
char *pcVar5;
char *pcVar6;
void **ppvVar7;
ppvVar4 = sorted_file;
sVar3 = cwd_n_used;
if ((dirname != (char *)0x0) && (active_dir_set != (Hash_table *)0x0)) {
queue_directory((char *)0x0,dirname,false);
ppvVar4 = sorted_file;
sVar3 = cwd_n_used;
}
joined_r0x00106db0:
do {
sVar3 = sVar3 - 1;
sorted_file = ppvVar4;
if (sVar3 == 0xffffffffffffffff) {
if (cwd_n_used != 0) {
ppvVar1 = ppvVar4 + cwd_n_used;
cwd_n_used = 0;
ppvVar7 = ppvVar4;
do {
iVar2 = *(int *)((long)*ppvVar7 + 0xa8);
ppvVar4[cwd_n_used] = *ppvVar7;
ppvVar7 = ppvVar7 + 1;
cwd_n_used = cwd_n_used + (iVar2 != 9);
} while (ppvVar1 != ppvVar7);
}
return;
}
f = (fileinfo *)ppvVar4[sVar3];
} while ((f->filetype != directory) && (f->filetype != arg_directory));
pcVar6 = f->name;
if (dirname != (char *)0x0) goto code_r0x00106dde;
goto LAB_00106ea0;
code_r0x00106dde:
pcVar5 = last_component(pcVar6);
if ((*pcVar5 != '.') ||
((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&
(pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))) {
if (*pcVar6 == '/') {
LAB_00106ea0:
queue_directory(pcVar6,f->linkname,command_line_arg);
}
else {
pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);
queue_directory(pcVar6,f->linkname,command_line_arg);
free(pcVar6);
}
ppvVar4 = sorted_file;
if (f->filetype == arg_directory) {
free_ent(f);
ppvVar4 = sorted_file;
}
}
goto joined_r0x00106db0;
}
|
void FUN_00106d70(long param_1,undefined1 param_2)
{
long *plVar1;
int iVar2;
undefined8 *puVar3;
char *pcVar4;
long lVar5;
long *plVar6;
char *pcVar7;
void *__ptr;
long *plVar8;
plVar6 = DAT_001236e0;
lVar5 = DAT_001236f0;
if ((param_1 != 0) && (DAT_00123708 != 0)) {
FUN_00106890(0,param_1,0);
plVar6 = DAT_001236e0;
lVar5 = DAT_001236f0;
}
joined_r0x00106db0:
do {
lVar5 = lVar5 + -1;
DAT_001236e0 = plVar6;
if (lVar5 == -1) {
if (DAT_001236f0 != 0) {
plVar1 = plVar6 + DAT_001236f0;
DAT_001236f0 = 0;
plVar8 = plVar6;
do {
iVar2 = *(int *)(*plVar8 + 0xa8);
plVar6[DAT_001236f0] = *plVar8;
plVar8 = plVar8 + 1;
DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);
} while (plVar1 != plVar8);
}
return;
}
puVar3 = (undefined8 *)plVar6[lVar5];
} while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));
pcVar4 = (char *)*puVar3;
if (param_1 != 0) goto code_r0x00106dde;
goto LAB_00106ea0;
code_r0x00106dde:
pcVar7 = (char *)FUN_0010d910(pcVar4);
if ((*pcVar7 != '.') ||
((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&
(pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {
if (*pcVar4 == '/') {
LAB_00106ea0:
FUN_00106890(pcVar4,puVar3[1],param_2);
}
else {
__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);
FUN_00106890(__ptr,puVar3[1],param_2);
free(__ptr);
}
plVar6 = DAT_001236e0;
if (*(int *)(puVar3 + 0x15) == 9) {
FUN_00106920(puVar3);
plVar6 = DAT_001236e0;
}
}
goto joined_r0x00106db0;
}
|
PUSH R14
PUSH R13
MOV R13,RDI
PUSH R12
MOVZX R12D,SIL
PUSH RBP
PUSH RBX
TEST RDI,RDI
JZ 0x00106d9a
CMP qword ptr [0x00123708],0x0
JZ 0x00106d9a
MOV RSI,RDI
XOR EDX,EDX
XOR EDI,EDI
CALL 0x00106890
MOV RBX,qword ptr [0x001236f0]
NOP dword ptr [RAX]
SUB RBX,0x1
CMP RBX,-0x1
JZ 0x00106e48
MOV RAX,qword ptr [0x001236e0]
MOV RBP,qword ptr [RAX + RBX*0x8]
MOV EAX,dword ptr [RBP + 0xa8]
CMP EAX,0x3
JZ 0x00106dd1
CMP EAX,0x9
JNZ 0x00106da8
MOV R14,qword ptr [RBP]
TEST R13,R13
JZ 0x00106ea0
MOV RDI,R14
CALL 0x0010d910
CMP byte ptr [RAX],0x2e
JZ 0x00106eb8
CMP byte ptr [R14],0x2f
JZ 0x00106ea0
MOV RSI,R14
XOR EDX,EDX
MOV RDI,R13
CALL 0x0010dce0
MOV RSI,qword ptr [RBP + 0x8]
MOV EDX,R12D
MOV R14,RAX
MOV RDI,RAX
CALL 0x00106890
MOV RDI,R14
CALL 0x001046d0
CMP dword ptr [RBP + 0xa8],0x9
JNZ 0x00106da8
MOV RDI,RBP
SUB RBX,0x1
CALL 0x00106920
CMP RBX,-0x1
JNZ 0x00106db6
NOP dword ptr [RAX + RAX*0x1]
MOV RDX,qword ptr [0x001236f0]
TEST RDX,RDX
JZ 0x00106e88
MOV RSI,qword ptr [0x001236e0]
LEA RDI,[RSI + RDX*0x8]
MOV RAX,RSI
XOR EDX,EDX
NOP dword ptr [RAX]
MOV RCX,qword ptr [RAX]
CMP dword ptr [RCX + 0xa8],0x9
MOV qword ptr [RSI + RDX*0x8],RCX
SETNZ CL
ADD RAX,0x8
MOVZX ECX,CL
ADD RDX,RCX
CMP RDI,RAX
JNZ 0x00106e68
POP RBX
POP RBP
MOV qword ptr [0x001236f0],RDX
POP R12
POP R13
POP R14
RET
MOV RSI,qword ptr [RBP + 0x8]
MOV EDX,R12D
MOV RDI,R14
CALL 0x00106890
JMP 0x00106e20
XOR EDX,EDX
CMP byte ptr [RAX + 0x1],0x2e
SETZ DL
MOVZX EAX,byte ptr [RAX + RDX*0x1 + 0x1]
TEST AL,AL
JZ 0x00106da8
CMP AL,0x2f
JZ 0x00106da8
JMP 0x00106def
| null | null | null | null |
[(u'INT_NOTEQUAL_-1206947912', u'CBRANCH_-1206947910'), (u'COPY_-1206947217', u'MULTIEQUAL_-1206947293'), (u'MULTIEQUAL_-1206947292', u'INT_NOTEQUAL_-1206948030'), (u'LOAD_-1206948281', u'LOAD_-1206948223'), (u'MULTIEQUAL_-1206947482', u'INT_ADD_-1206947920'), ('tmp_522', u'CBRANCH_-1206948110'), (u'STORE_-1206947966', u'INDIRECT_-1206947202'), (u'MULTIEQUAL_-1206947562', u'PTRADD_-1206947092'), ('tmp_624', u'CBRANCH_-1206948029'), (u'PTRSUB_-1206947264', u'LOAD_-1206948281'), (u'INT_ZEXT_-1206947577', u'INT_ADD_-1206947920'), ('tmp_3213', u'MULTIEQUAL_-1206947292'), (u'COPY_-1206947322', u'MULTIEQUAL_-1206947210'), (u'MULTIEQUAL_-1206947291', u'MULTIEQUAL_-1206947176'), ('tmp_1018', u'CBRANCH_-1206947753'), (u'MULTIEQUAL_-1206947451', u'COPY_-1206947901'), (u'INDIRECT_-1206947266', u'MULTIEQUAL_-1206947291'), (u'LOAD_-1206947988', u'INT_NOTEQUAL_-1206947972'), (u'CALL_-1206948390', u'INDIRECT_-1206947448'), (u'CAST_-1206947243', u'PTRSUB_-1206947281'), (u'PTRADD_-1206947731', u'LOAD_-1206947793'), (u'LOAD_-1206947994', u'CAST_-1206947071'), ('const-1', u'INT_ADD_-1206947064'), (u'CALL_-1206947839', u'INDIRECT_-1206947152'), ('tmp_379', u'CBRANCH_-1206948227'), ('const-168', u'PTRSUB_-1206947183'), (u'COPY_-1206947209', u'MULTIEQUAL_-1206947290'), (u'INDIRECT_-1206947371', u'MULTIEQUAL_-1206947292'), (u'INT_ZEXT_-1206947466', u'INT_ADD_-1206947064'), ('const-168', u'INT_ADD_-1206947972'), (u'INDIRECT_-1206947169', u'MULTIEQUAL_-1206947301'), (u'COPY_-1206947047', u'MULTIEQUAL_-1206947290'), (u'CALL_-1206948245', u'INDIRECT_-1206947388'), (u'CALL_-1206948245', u'PTRADD_-1206947731'), ('tmp_1046', u'CALL_-1206947839'), (u'COPY_-1206947566', u'MULTIEQUAL_-1206947482'), (u'CALL_-1206947839', u'INDIRECT_-1206947186'), (u'COPY_-1206947298', u'MULTIEQUAL_-1206947290'), (u'CALL_-1206948174', u'INDIRECT_-1206947337'), ('tmp_1045', u'CALL_-1206948174'), (u'PTRADD_-1206947100', u'STORE_-1206947966'), (u'LOAD_-1206947793', u'INT_NOTEQUAL_-1206947771'), ('const-433', u'LOAD_-1206947793'), (u'CALL_-1206948245', u'PTRADD_-1206947753'), (u'PTRADD_-1206947287', u'LOAD_-1206948330'), ('const-433', u'LOAD_-1206948281'), ('const-3', u'INT_NOTEQUAL_-1206948299'), (u'COPY_-1206947165', u'MULTIEQUAL_-1206947562'), ('const-8', u'PTRADD_-1206947124'), (u'MULTIEQUAL_-1206947293', u'COPY_-1206947165'), ('tmp_887', u'BRANCH_-1206947836'), (u'INDIRECT_-1206947202', u'MULTIEQUAL_-1206947207'), (u'LOAD_-1206948172', u'CALL_-1206948146'), (u'CALL_-1206948390', u'INDIRECT_-1206947465'), (u'INT_SUB_-1206948354', u'COPY_-1206947298'), (u'MULTIEQUAL_-1206947210', u'COPY_-1206947260'), (u'MULTIEQUAL_-1206947292', u'MULTIEQUAL_-1206947167'), (u'CALL_-1206948134', u'INDIRECT_-1206947292'), (u'CALL_-1206948174', u'INDIRECT_-1206947320'), (u'MULTIEQUAL_-1206947293', u'COPY_-1206947322'), (u'INDIRECT_-1206947388', u'MULTIEQUAL_-1206947184'), ('const-0', u'INT_NOTEQUAL_-1206948030'), (u'MULTIEQUAL_-1206947293', u'PTRADD_-1206947100'), ('const-9', u'INT_NOTEQUAL_-1206948283'), (u'COPY_-1206947322', u'MULTIEQUAL_-1206947241'), (u'INT_NOTEQUAL_-1206947771', u'CBRANCH_-1206947771'), ('const-0', u'COPY_-1206947566'), ('const-0', u'INT_NOTEQUAL_-1206948431'), (u'CALL_-1206948146', u'INDIRECT_-1206947318'), ('const-0', u'PTRSUB_-1206947264'), (u'STORE_-1206947966', u'INDIRECT_-1206947236'), ('const-1', u'PTRADD_-1206947092'), (u'CALL_-1206948174', u'CALL_-1206948134'), (u'COPY_-1206947901', u'COPY_-1206947243'), (u'COPY_-1206947055', u'MULTIEQUAL_-1206947293'), (u'COPY_-1206947379', u'MULTIEQUAL_-1206947293'), (u'INT_EQUAL_-1206948208', u'CBRANCH_-1206948205'), (u'CAST_-1206947243', u'PTRSUB_-1206947183'), (u'MULTIEQUAL_-1206947318', u'COPY_-1206947217'), (u'CALL_-1206948082', u'INDIRECT_-1206947283'), (u'CAST_-1206947071', u'INT_ADD_-1206947972'), (u'INDIRECT_-1206947465', u'COPY_-1206947358'), (u'LOAD_-1206948323', u'INT_NOTEQUAL_-1206948299'), (u'MULTIEQUAL_-1206947291', u'MULTIEQUAL_-1206947150'), (u'MULTIEQUAL_-1206947176', u'COPY_-1206947226'), (u'INT_EQUAL_-1206947800', u'INT_ZEXT_-1206947466'), (u'INT_NOTEQUAL_-1206948030', u'CBRANCH_-1206948029'), ('tmp_804', u'CBRANCH_-1206947910'), (u'CALL_-1206948174', u'INDIRECT_-1206947354'), (u'CALL_-1206948134', u'INDIRECT_-1206947326'), ('const-0', u'CALL_-1206948390'), ('const-0', u'INT_NOTEQUAL_-1206948447'), (u'LOAD_-1206948281', u'CALL_-1206947839'), (u'PTRADD_-1206947753', u'LOAD_-1206947815'), ('const-0', u'CALL_-1206948390'), (u'COPY_-1206947322', u'MULTIEQUAL_-1206947184'), (u'MULTIEQUAL_-1206947284', u'MULTIEQUAL_-1206947291'), (u'INT_EQUAL_-1206948347', u'CBRANCH_-1206948344'), ('tmp_273', u'CBRANCH_-1206948298'), ('tmp_3212', u'INT_NOTEQUAL_-1206948431'), (u'INT_NOTEQUAL_-1206947753', u'CBRANCH_-1206947753'), (u'CAST_-1206947243', u'PTRSUB_-1206947210'), ('const--1', u'INT_EQUAL_-1206948347'), (u'INDIRECT_-1206947292', u'MULTIEQUAL_-1206947284'), (u'INT_ADD_-1206947920', u'MULTIEQUAL_-1206947482'), (u'MULTIEQUAL_-1206947291', u'MULTIEQUAL_-1206947291'), (u'CALL_-1206948082', u'INDIRECT_-1206947266'), (u'LOAD_-1206947861', u'CALL_-1206947839'), (u'INT_SUB_-1206948354', u'COPY_-1206947189'), ('const-433', u'LOAD_-1206947994'), (u'INDIRECT_-1206947236', u'MULTIEQUAL_-1206947210'), ('const-433', u'LOAD_-1206948172'), (u'PTRADD_-1206947092', u'MULTIEQUAL_-1206947562'), ('tmp_990', u'CBRANCH_-1206947771'), (u'MULTIEQUAL_-1206947290', u'INT_SUB_-1206948354'), ('tmp_1046', u'CALL_-1206948146'), (u'CALL_-1206948245', u'LOAD_-1206948244'), ('const-9', u'INT_NOTEQUAL_-1206947972'), ('tmp_3213', u'COPY_-1206947371'), (u'CAST_-1206947243', u'PTRSUB_-1206947264'), ('const-433', u'LOAD_-1206948244'), (u'LOAD_-1206948323', u'INT_NOTEQUAL_-1206948283'), (u'COPY_-1206947306', u'MULTIEQUAL_-1206947293'), (u'INDIRECT_-1206947354', u'MULTIEQUAL_-1206947150'), (u'PTRADD_-1206947092', u'INT_NOTEQUAL_-1206947912'), (u'MULTIEQUAL_-1206947293', u'PTRADD_-1206947124'), (u'INDIRECT_-1206947152', u'MULTIEQUAL_-1206947284'), ('const-0', u'RETURN_-1206947864'), (u'INDIRECT_-1206947300', u'COPY_-1206947197'), ('const-8', u'PTRADD_-1206947287'), ('const-433', u'LOAD_-1206948223'), ('tmp_3212', u'MULTIEQUAL_-1206947291'), (u'INDIRECT_-1206947354', u'MULTIEQUAL_-1206947291'), ('tmp_412', u'CBRANCH_-1206948205'), (u'MULTIEQUAL_-1206947482', u'PTRADD_-1206947100'), ('tmp_70', u'CBRANCH_-1206948446'), (u'INT_NOTEQUAL_-1206948283', u'CBRANCH_-1206948281'), (u'INDIRECT_-1206947186', u'MULTIEQUAL_-1206947318'), ('const-0', u'INT_NOTEQUAL_-1206947771'), (u'CALL_-1206947839', u'INDIRECT_-1206947169'), (u'LOAD_-1206947994', u'STORE_-1206947966'), (u'INDIRECT_-1206947326', u'MULTIEQUAL_-1206947318'), (u'CALL_-1206948245', u'INDIRECT_-1206947354'), (u'MULTIEQUAL_-1206947291', u'MULTIEQUAL_-1206947207'), ('const-433', u'LOAD_-1206948330'), ('const-433', u'LOAD_-1206948323'), (u'MULTIEQUAL_-1206947301', u'MULTIEQUAL_-1206947292'), (u'INDIRECT_-1206947371', u'MULTIEQUAL_-1206947167'), (u'INT_SUB_-1206948354', u'COPY_-1206947038'), (u'MULTIEQUAL_-1206947292', u'PTRADD_-1206947124'), (u'CALL_-1206948146', u'INDIRECT_-1206947301'), (u'MULTIEQUAL_-1206947562', u'LOAD_-1206947994'), ('const-1', u'PTRADD_-1206947753'), ('tmp_3214', u'COPY_-1206947379'), (u'PTRSUB_-1206947281', u'LOAD_-1206948323'), (u'LOAD_-1206948281', u'CALL_-1206948174'), (u'LOAD_-1206948223', u'INT_EQUAL_-1206948208'), ('const-0', u'CALL_-1206948174'), ('const-433', u'LOAD_-1206947988'), (u'LOAD_-1206948132', u'INT_EQUAL_-1206948117'), (u'COPY_-1206947038', u'MULTIEQUAL_-1206947290'), (u'CALL_-1206948082', u'INDIRECT_-1206947300'), ('const-47', u'INT_NOTEQUAL_-1206947753'), ('const-168', u'PTRSUB_-1206947281'), ('tmp_305', u'CBRANCH_-1206948281'), ('tmp_336', u'CBRANCH_-1206948260'), (u'COPY_-1206947189', u'MULTIEQUAL_-1206947290'), (u'INT_EQUAL_-1206948117', u'CBRANCH_-1206948110'), ('const-46', u'INT_NOTEQUAL_-1206948228'), (u'MULTIEQUAL_-1206947293', u'PTRADD_-1206947287'), (u'CAST_-1206947243', u'PTRSUB_-1206947051'), (u'CALL_-1206948134', u'INDIRECT_-1206947309'), (u'MULTIEQUAL_-1206947292', u'MULTIEQUAL_-1206947451'), ('tmp_1045', u'INT_NOTEQUAL_-1206948261'), (u'INT_SUB_-1206948354', u'COPY_-1206947209'), (u'INDIRECT_-1206947202', u'MULTIEQUAL_-1206947176'), (u'COPY_-1206947350', u'MULTIEQUAL_-1206947290'), (u'INT_SUB_-1206948354', u'COPY_-1206947047'), (u'CALL_-1206948174', u'CALL_-1206948146'), (u'PTRSUB_-1206947051', u'LOAD_-1206947861'), (u'PTRADD_-1206947124', u'INT_NOTEQUAL_-1206947912'), ('tmp_100', u'CBRANCH_-1206948425'), (u'INT_ADD_-1206947920', u'MULTIEQUAL_-1206947451'), (u'INT_ADD_-1206947972', u'CAST_-1206947070'), (u'INT_NOTEQUAL_-1206948431', u'CBRANCH_-1206948425'), (u'CALL_-1206948146', u'INDIRECT_-1206947335'), ('const-8', u'PTRADD_-1206947100'), (u'INDIRECT_-1206947448', u'COPY_-1206947350'), ('const-8', u'PTRSUB_-1206947210'), (u'INT_ADD_-1206947064', u'PTRADD_-1206947731'), ('const-433', u'LOAD_-1206947815'), ('const-1', u'PTRADD_-1206947731'), ('const-433', u'LOAD_-1206947861'), (u'CALL_-1206948245', u'INDIRECT_-1206947371'), (u'INDIRECT_-1206947448', u'MULTIEQUAL_-1206947292'), (u'LOAD_-1206948330', u'CAST_-1206947243'), ('const-1', u'INT_SUB_-1206948354'), (u'CALL_-1206948390', u'INDIRECT_-1206947431'), (u'INDIRECT_-1206947388', u'COPY_-1206947055'), (u'CAST_-1206947070', u'LOAD_-1206947988'), ('const-433', u'STORE_-1206947966'), (u'INT_SUB_-1206948354', u'INT_EQUAL_-1206948347'), ('tmp_1045', u'CALL_-1206948390'), (u'LOAD_-1206948281', u'CALL_-1206948245'), ('const-0', u'INT_NOTEQUAL_-1206948261'), ('const-47', u'INT_EQUAL_-1206948208'), (u'LOAD_-1206947815', u'INT_EQUAL_-1206947800'), (u'COPY_-1206947358', u'MULTIEQUAL_-1206947293'), (u'LOAD_-1206947793', u'INT_NOTEQUAL_-1206947753'), ('tmp_1045', u'INT_NOTEQUAL_-1206948447'), (u'PTRSUB_-1206947183', u'LOAD_-1206948132'), (u'INT_NOTEQUAL_-1206948228', u'CBRANCH_-1206948227'), (u'CAST_-1206947243', u'CALL_-1206948082'), (u'COPY_-1206947197', u'MULTIEQUAL_-1206947293'), (u'INDIRECT_-1206947309', u'MULTIEQUAL_-1206947301'), (u'INDIRECT_-1206947283', u'MULTIEQUAL_-1206947292'), ('const-1', u'PTRADD_-1206947753'), (u'INDIRECT_-1206947431', u'MULTIEQUAL_-1206947291'), (u'INDIRECT_-1206947236', u'MULTIEQUAL_-1206947241'), (u'COPY_-1206947371', u'MULTIEQUAL_-1206947290'), (u'MULTIEQUAL_-1206947293', u'COPY_-1206947306'), (u'INT_NOTEQUAL_-1206948299', u'CBRANCH_-1206948298'), (u'INT_NOTEQUAL_-1206948261', u'CBRANCH_-1206948260'), (u'PTRSUB_-1206947210', u'LOAD_-1206948172'), (u'MULTIEQUAL_-1206947292', u'MULTIEQUAL_-1206947292'), (u'INT_SUB_-1206948354', u'PTRADD_-1206947287'), ('const-46', u'INT_EQUAL_-1206947800'), ('const-8', u'PTRSUB_-1206947051'), ('const-9', u'INT_EQUAL_-1206948117'), ('const-8', u'PTRADD_-1206947092'), ('const-433', u'LOAD_-1206948132'), (u'LOAD_-1206948244', u'INT_NOTEQUAL_-1206948228'), (u'INT_NOTEQUAL_-1206947972', u'INT_ZEXT_-1206947577'), ('tmp_220', u'CBRANCH_-1206948344'), (u'INT_NOTEQUAL_-1206948447', u'CBRANCH_-1206948446')]
|
[(u'INT_NOTEQUAL_-1206947912', u'CBRANCH_-1206947910'), (u'CALL_-1206948082', u'INDIRECT_-1206947284'), (u'INDIRECT_-1206947449', u'MULTIEQUAL_-1206947309'), ('tmp_522', u'CBRANCH_-1206948110'), ('tmp_624', u'CBRANCH_-1206948029'), ('const-0', u'CALL_-1206948390'), (u'INDIRECT_-1206947406', u'MULTIEQUAL_-1206947202'), (u'INDIRECT_-1206947254', u'MULTIEQUAL_-1206947228'), ('tmp_1018', u'CBRANCH_-1206947753'), (u'INDIRECT_-1206947254', u'MULTIEQUAL_-1206947259'), (u'INT_ADD_-1206947082', u'PTRADD_-1206947731'), ('const-433', u'LOAD_-1206948223'), (u'INDIRECT_-1206947204', u'MULTIEQUAL_-1206947336'), (u'LOAD_-1206947988', u'INT_NOTEQUAL_-1206947972'), (u'PTRADD_-1206947142', u'INT_NOTEQUAL_-1206947912'), (u'CALL_-1206948174', u'INDIRECT_-1206947355'), (u'STORE_-1206947966', u'INDIRECT_-1206947254'), (u'CALL_-1206948082', u'INDIRECT_-1206947301'), (u'INDIRECT_-1206947310', u'MULTIEQUAL_-1206947302'), (u'MULTIEQUAL_-1206947302', u'MULTIEQUAL_-1206947309'), (u'LOAD_-1206948330', u'CAST_-1206947262'), (u'INDIRECT_-1206947170', u'MULTIEQUAL_-1206947302'), (u'PTRADD_-1206947731', u'LOAD_-1206947793'), (u'INDIRECT_-1206947483', u'COPY_-1206947376'), (u'CALL_-1206948390', u'INDIRECT_-1206947483'), ('const-1', u'PTRADD_-1206947229'), ('const-433', u'LOAD_-1206947861'), (u'CAST_-1206947262', u'PTRADD_-1206947299'), (u'CAST_-1206947190', u'CALL_-1206948134'), ('tmp_379', u'CBRANCH_-1206948227'), (u'COPY_-1206947215', u'MULTIEQUAL_-1206947311'), (u'MULTIEQUAL_-1206947309', u'MULTIEQUAL_-1206947225'), ('const-168', u'INT_ADD_-1206947972'), (u'LOAD_-1206948281', u'CAST_-1206947240'), (u'INDIRECT_-1206947284', u'MULTIEQUAL_-1206947309'), ('tmp_3249', u'INT_NOTEQUAL_-1206948431'), ('const-9', u'INT_NOTEQUAL_-1206947972'), (u'COPY_-1206947340', u'MULTIEQUAL_-1206947228'), ('const-433', u'LOAD_-1206947994'), (u'INT_ADD_-1206948355', u'COPY_-1206947227'), (u'INDIRECT_-1206947372', u'MULTIEQUAL_-1206947168'), (u'LOAD_-1206947793', u'INT_NOTEQUAL_-1206947771'), (u'CALL_-1206948174', u'CAST_-1206947190'), (u'INDIRECT_-1206947220', u'MULTIEQUAL_-1206947225'), ('tmp_2531', u'INT_NOTEQUAL_-1206948261'), (u'CALL_-1206948134', u'INDIRECT_-1206947327'), ('const--1', u'INT_ADD_-1206948355'), (u'CALL_-1206948245', u'CAST_-1206947223'), ('const-1', u'PTRADD_-1206947070'), ('const-3', u'INT_NOTEQUAL_-1206948299'), (u'CALL_-1206948174', u'INDIRECT_-1206947372'), ('tmp_887', u'BRANCH_-1206947836'), (u'CAST_-1206947240', u'CALL_-1206948245'), (u'LOAD_-1206948172', u'CALL_-1206948146'), (u'CALL_-1206948146', u'INDIRECT_-1206947336'), (u'INT_ADD_-1206947920', u'MULTIEQUAL_-1206947483'), (u'CAST_-1206947262', u'CALL_-1206948082'), (u'MULTIEQUAL_-1206947483', u'PTRADD_-1206947118'), (u'COPY_-1206947324', u'MULTIEQUAL_-1206947311'), (u'COPY_-1206947567', u'MULTIEQUAL_-1206947483'), (u'CAST_-1206947257', u'LOAD_-1206948323'), (u'PTRADD_-1206947299', u'CAST_-1206947257'), (u'PTRADD_-1206947229', u'LOAD_-1206948172'), (u'MULTIEQUAL_-1206947311', u'PTRADD_-1206947142'), (u'INDIRECT_-1206947466', u'MULTIEQUAL_-1206947310'), (u'MULTIEQUAL_-1206947310', u'PTRADD_-1206947142'), (u'MULTIEQUAL_-1206947311', u'COPY_-1206947183'), (u'INDIRECT_-1206947344', u'MULTIEQUAL_-1206947336'), ('const-0', u'INT_NOTEQUAL_-1206948030'), (u'INDIRECT_-1206947318', u'COPY_-1206947215'), ('const-9', u'INT_NOTEQUAL_-1206948283'), ('const-433', u'STORE_-1206947966'), (u'PTRADD_-1206947304', u'LOAD_-1206948330'), (u'INT_NOTEQUAL_-1206947771', u'CBRANCH_-1206947771'), (u'COPY_-1206947340', u'MULTIEQUAL_-1206947202'), (u'INDIRECT_-1206947220', u'MULTIEQUAL_-1206947194'), (u'MULTIEQUAL_-1206947483', u'INT_ADD_-1206947920'), (u'CAST_-1206947089', u'LOAD_-1206947988'), ('const-433', u'LOAD_-1206948323'), (u'INT_ADD_-1206948355', u'PTRADD_-1206947304'), (u'MULTIEQUAL_-1206947452', u'COPY_-1206947901'), ('const-8', u'PTRADD_-1206947110'), ('const-433', u'LOAD_-1206948281'), (u'INT_EQUAL_-1206948208', u'CBRANCH_-1206948205'), (u'INT_ADD_-1206947920', u'MULTIEQUAL_-1206947452'), (u'LOAD_-1206948323', u'INT_NOTEQUAL_-1206948299'), (u'CALL_-1206947839', u'INDIRECT_-1206947187'), (u'INT_NOTEQUAL_-1206948030', u'CBRANCH_-1206948029'), (u'INDIRECT_-1206947406', u'COPY_-1206947073'), ('tmp_804', u'CBRANCH_-1206947910'), (u'COPY_-1206947235', u'MULTIEQUAL_-1206947311'), (u'COPY_-1206947340', u'MULTIEQUAL_-1206947259'), (u'INDIRECT_-1206947466', u'COPY_-1206947368'), (u'STORE_-1206947966', u'INDIRECT_-1206947220'), (u'MULTIEQUAL_-1206947309', u'MULTIEQUAL_-1206947168'), ('const-0', u'INT_NOTEQUAL_-1206948447'), (u'PTRADD_-1206947753', u'LOAD_-1206947815'), (u'MULTIEQUAL_-1206947311', u'PTRADD_-1206947304'), (u'INDIRECT_-1206947187', u'MULTIEQUAL_-1206947319'), (u'INT_EQUAL_-1206948347', u'CBRANCH_-1206948344'), ('tmp_273', u'CBRANCH_-1206948298'), (u'CAST_-1206947223', u'PTRADD_-1206947753'), (u'COPY_-1206947056', u'MULTIEQUAL_-1206947308'), (u'CAST_-1206947190', u'CALL_-1206948146'), ('const-0', u'CALL_-1206948174'), (u'INT_ZEXT_-1206947467', u'INT_ADD_-1206947082'), ('const-433', u'LOAD_-1206948132'), (u'INT_NOTEQUAL_-1206947753', u'CBRANCH_-1206947753'), (u'INT_ADD_-1206948355', u'INT_EQUAL_-1206948347'), ('const--1', u'INT_EQUAL_-1206948347'), (u'COPY_-1206947227', u'MULTIEQUAL_-1206947308'), (u'COPY_-1206947397', u'MULTIEQUAL_-1206947311'), ('const-21', u'PTRADD_-1206947202'), ('tmp_2531', u'INT_NOTEQUAL_-1206948447'), (u'MULTIEQUAL_-1206947228', u'COPY_-1206947278'), (u'LOAD_-1206947861', u'CALL_-1206947839'), (u'INT_ZEXT_-1206947575', u'INT_ADD_-1206947920'), (u'COPY_-1206947368', u'MULTIEQUAL_-1206947308'), (u'COPY_-1206947073', u'MULTIEQUAL_-1206947311'), (u'CAST_-1206947262', u'PTRADD_-1206947202'), (u'CALL_-1206948245', u'INDIRECT_-1206947389'), (u'CAST_-1206947240', u'CALL_-1206948174'), (u'CAST_-1206947240', u'LOAD_-1206948223'), ('tmp_990', u'CBRANCH_-1206947771'), (u'INT_EQUAL_-1206947800', u'INT_ZEXT_-1206947467'), (u'CALL_-1206947839', u'INDIRECT_-1206947170'), (u'CAST_-1206947262', u'LOAD_-1206948281'), ('const-46', u'INT_EQUAL_-1206947800'), ('const-1', u'INT_ADD_-1206947082'), ('tmp_2605', u'CALL_-1206947839'), (u'MULTIEQUAL_-1206947308', u'INT_ADD_-1206948355'), (u'LOAD_-1206948323', u'INT_NOTEQUAL_-1206948283'), ('const-8', u'PTRADD_-1206947070'), (u'CALL_-1206948390', u'INDIRECT_-1206947466'), (u'MULTIEQUAL_-1206947560', u'PTRADD_-1206947110'), (u'MULTIEQUAL_-1206947309', u'MULTIEQUAL_-1206947309'), ('const-47', u'INT_NOTEQUAL_-1206947753'), ('const-0', u'RETURN_-1206947864'), (u'MULTIEQUAL_-1206947309', u'MULTIEQUAL_-1206947194'), ('tmp_412', u'CBRANCH_-1206948205'), (u'CALL_-1206948390', u'INDIRECT_-1206947449'), ('const-8', u'PTRADD_-1206947299'), (u'COPY_-1206947389', u'MULTIEQUAL_-1206947308'), ('tmp_70', u'CBRANCH_-1206948446'), (u'CALL_-1206948134', u'INDIRECT_-1206947310'), (u'PTRADD_-1206947070', u'LOAD_-1206947861'), (u'COPY_-1206947376', u'MULTIEQUAL_-1206947311'), (u'INT_NOTEQUAL_-1206948283', u'CBRANCH_-1206948281'), (u'CAST_-1206947158', u'LOAD_-1206948132'), ('const-0', u'INT_NOTEQUAL_-1206947771'), (u'LOAD_-1206947994', u'STORE_-1206947966'), (u'CAST_-1206947262', u'PTRADD_-1206947070'), (u'COPY_-1206947316', u'MULTIEQUAL_-1206947308'), (u'PTRADD_-1206947118', u'STORE_-1206947966'), ('const-1', u'PTRADD_-1206947753'), ('tmp_2531', u'CALL_-1206948390'), (u'INT_NOTEQUAL_-1206947972', u'INT_ZEXT_-1206947575'), (u'LOAD_-1206948223', u'INT_EQUAL_-1206948208'), (u'CALL_-1206948134', u'INDIRECT_-1206947344'), ('tmp_3250', u'COPY_-1206947389'), (u'LOAD_-1206948132', u'INT_EQUAL_-1206948117'), ('const-8', u'PTRADD_-1206947304'), (u'PTRADD_-1206947110', u'INT_NOTEQUAL_-1206947912'), ('tmp_305', u'CBRANCH_-1206948281'), ('tmp_336', u'CBRANCH_-1206948260'), (u'MULTIEQUAL_-1206947560', u'LOAD_-1206947994'), (u'LOAD_-1206947994', u'INT_ADD_-1206947972'), (u'CALL_-1206948146', u'INDIRECT_-1206947319'), (u'INT_EQUAL_-1206948117', u'CBRANCH_-1206948110'), ('const-46', u'INT_NOTEQUAL_-1206948228'), ('const-9', u'INT_EQUAL_-1206948117'), (u'CALL_-1206948245', u'INDIRECT_-1206947372'), (u'COPY_-1206947901', u'COPY_-1206947261'), (u'COPY_-1206947183', u'MULTIEQUAL_-1206947560'), (u'INT_ADD_-1206948355', u'COPY_-1206947065'), (u'CALL_-1206947839', u'INDIRECT_-1206947204'), ('const-0', u'INT_NOTEQUAL_-1206948431'), (u'CALL_-1206948082', u'INDIRECT_-1206947318'), (u'INDIRECT_-1206947301', u'MULTIEQUAL_-1206947310'), ('const-21', u'PTRADD_-1206947299'), ('tmp_3251', u'COPY_-1206947397'), (u'CALL_-1206948146', u'INDIRECT_-1206947353'), ('const-8', u'PTRADD_-1206947142'), (u'MULTIEQUAL_-1206947310', u'MULTIEQUAL_-1206947452'), ('const-433', u'LOAD_-1206947988'), (u'COPY_-1206947065', u'MULTIEQUAL_-1206947308'), ('tmp_100', u'CBRANCH_-1206948425'), (u'INDIRECT_-1206947389', u'MULTIEQUAL_-1206947185'), (u'INT_NOTEQUAL_-1206948431', u'CBRANCH_-1206948425'), (u'CALL_-1206948174', u'INDIRECT_-1206947338'), (u'MULTIEQUAL_-1206947310', u'INT_NOTEQUAL_-1206948030'), ('tmp_3250', u'MULTIEQUAL_-1206947310'), ('const-8', u'PTRADD_-1206947118'), (u'MULTIEQUAL_-1206947310', u'MULTIEQUAL_-1206947185'), ('const-8', u'PTRADD_-1206947202'), (u'MULTIEQUAL_-1206947310', u'MULTIEQUAL_-1206947310'), (u'INT_ADD_-1206947972', u'CAST_-1206947089'), (u'INDIRECT_-1206947327', u'MULTIEQUAL_-1206947319'), (u'INDIRECT_-1206947372', u'MULTIEQUAL_-1206947309'), (u'PTRADD_-1206947202', u'CAST_-1206947158'), ('tmp_2605', u'CALL_-1206948146'), (u'MULTIEQUAL_-1206947319', u'MULTIEQUAL_-1206947310'), (u'MULTIEQUAL_-1206947336', u'COPY_-1206947235'), (u'MULTIEQUAL_-1206947194', u'COPY_-1206947244'), ('const-0', u'INT_NOTEQUAL_-1206948261'), ('const-47', u'INT_EQUAL_-1206948208'), (u'LOAD_-1206947815', u'INT_EQUAL_-1206947800'), ('const-8', u'PTRADD_-1206947229'), (u'LOAD_-1206947793', u'INT_NOTEQUAL_-1206947753'), ('tmp_2531', u'CALL_-1206948174'), (u'INT_NOTEQUAL_-1206948228', u'CBRANCH_-1206948227'), (u'COPY_-1206947207', u'MULTIEQUAL_-1206947308'), ('const-433', u'LOAD_-1206948244'), ('const-0', u'CALL_-1206948390'), ('tmp_3249', u'MULTIEQUAL_-1206947309'), (u'CALL_-1206948245', u'INDIRECT_-1206947406'), (u'CAST_-1206947223', u'LOAD_-1206948244'), (u'MULTIEQUAL_-1206947311', u'COPY_-1206947340'), (u'INT_ADD_-1206948355', u'COPY_-1206947056'), (u'INT_ADD_-1206948355', u'COPY_-1206947316'), ('const-1', u'PTRADD_-1206947731'), (u'PTRADD_-1206947110', u'MULTIEQUAL_-1206947560'), (u'CAST_-1206947223', u'PTRADD_-1206947731'), ('const-433', u'LOAD_-1206948172'), ('const-433', u'LOAD_-1206948330'), (u'MULTIEQUAL_-1206947311', u'PTRADD_-1206947118'), (u'INT_NOTEQUAL_-1206948299', u'CBRANCH_-1206948298'), (u'INT_NOTEQUAL_-1206948261', u'CBRANCH_-1206948260'), (u'CAST_-1206947262', u'PTRADD_-1206947229'), ('const-433', u'LOAD_-1206947793'), (u'INDIRECT_-1206947389', u'MULTIEQUAL_-1206947310'), (u'INT_ADD_-1206948355', u'COPY_-1206947207'), ('const-433', u'LOAD_-1206947815'), ('const-0', u'COPY_-1206947567'), (u'LOAD_-1206948244', u'INT_NOTEQUAL_-1206948228'), (u'MULTIEQUAL_-1206947311', u'COPY_-1206947324'), ('tmp_220', u'CBRANCH_-1206948344'), (u'CAST_-1206947240', u'CALL_-1206947839'), ('const-1', u'PTRADD_-1206947753'), (u'INT_NOTEQUAL_-1206948447', u'CBRANCH_-1206948446'), ('const-1', u'PTRADD_-1206947110')]
| null | null |
00106d70
|
x64
|
O2
|
(translation_unit "void FUN_00106d70(long param_1,undefined1 param_2)\n\n{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}\n\n" (function_definition "void FUN_00106d70(long param_1,undefined1 param_2)\n\n{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}" primitive_type (function_declarator "FUN_00106d70(long param_1,undefined1 param_2)" identifier (parameter_list "(long param_1,undefined1 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined1 param_2" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) (expression_statement "lVar5 = DAT_001236f0;" (assignment_expression "lVar5 = DAT_001236f0" identifier = identifier) ;) (if_statement "if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }" if (parenthesized_expression "((param_1 != 0) && (DAT_00123708 != 0))" ( (binary_expression "(param_1 != 0) && (DAT_00123708 != 0)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(DAT_00123708 != 0)" ( (binary_expression "DAT_00123708 != 0" identifier != number_literal) ))) )) (compound_statement "{\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }" { (expression_statement "FUN_00106890(0,param_1,0);" (call_expression "FUN_00106890(0,param_1,0)" identifier (argument_list "(0,param_1,0)" ( number_literal , identifier , number_literal ))) ;) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) (expression_statement "lVar5 = DAT_001236f0;" (assignment_expression "lVar5 = DAT_001236f0" identifier = identifier) ;) })) (labeled_statement "joined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));" statement_identifier : (do_statement "do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));" do (compound_statement "{\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n }" { (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "DAT_001236e0 = plVar6;" (assignment_expression "DAT_001236e0 = plVar6" identifier = identifier) ;) (if_statement "if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }" if (parenthesized_expression "(lVar5 == -1)" ( (binary_expression "lVar5 == -1" identifier == number_literal) )) (compound_statement "{\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }" { (if_statement "if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }" if (parenthesized_expression "(DAT_001236f0 != 0)" ( (binary_expression "DAT_001236f0 != 0" identifier != number_literal) )) (compound_statement "{\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }" { (expression_statement "plVar1 = plVar6 + DAT_001236f0;" (assignment_expression "plVar1 = plVar6 + DAT_001236f0" identifier = (binary_expression "plVar6 + DAT_001236f0" identifier + identifier)) ;) (expression_statement "DAT_001236f0 = 0;" (assignment_expression "DAT_001236f0 = 0" identifier = number_literal) ;) (expression_statement "plVar8 = plVar6;" (assignment_expression "plVar8 = plVar6" identifier = identifier) ;) (do_statement "do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);" do (compound_statement "{\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n }" { (expression_statement "iVar2 = *(int *)(*plVar8 + 0xa8);" (assignment_expression "iVar2 = *(int *)(*plVar8 + 0xa8)" identifier = (pointer_expression "*(int *)(*plVar8 + 0xa8)" * (cast_expression "(int *)(*plVar8 + 0xa8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar8 + 0xa8)" ( (binary_expression "*plVar8 + 0xa8" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) ;) (expression_statement "plVar6[DAT_001236f0] = *plVar8;" (assignment_expression "plVar6[DAT_001236f0] = *plVar8" (subscript_expression "plVar6[DAT_001236f0]" identifier [ identifier ]) = (pointer_expression "*plVar8" * identifier)) ;) (expression_statement "plVar8 = plVar8 + 1;" (assignment_expression "plVar8 = plVar8 + 1" identifier = (binary_expression "plVar8 + 1" identifier + number_literal)) ;) (expression_statement "DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);" (assignment_expression "DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9)" identifier = (binary_expression "DAT_001236f0 + (ulong)(iVar2 != 9)" identifier + (call_expression "(ulong)(iVar2 != 9)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar2 != 9)" ( (binary_expression "iVar2 != 9" identifier != number_literal) ))))) ;) }) while (parenthesized_expression "(plVar1 != plVar8)" ( (binary_expression "plVar1 != plVar8" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })) (expression_statement "puVar3 = (undefined8 *)plVar6[lVar5];" (assignment_expression "puVar3 = (undefined8 *)plVar6[lVar5]" identifier = (cast_expression "(undefined8 *)plVar6[lVar5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar6[lVar5]" identifier [ identifier ]))) ;) }) while (parenthesized_expression "((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9))" ( (binary_expression "(*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9)" (parenthesized_expression "(*(int *)(puVar3 + 0x15) != 3)" ( (binary_expression "*(int *)(puVar3 + 0x15) != 3" (pointer_expression "*(int *)(puVar3 + 0x15)" * (cast_expression "(int *)(puVar3 + 0x15)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x15)" ( (binary_expression "puVar3 + 0x15" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(*(int *)(puVar3 + 0x15) != 9)" ( (binary_expression "*(int *)(puVar3 + 0x15) != 9" (pointer_expression "*(int *)(puVar3 + 0x15)" * (cast_expression "(int *)(puVar3 + 0x15)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x15)" ( (binary_expression "puVar3 + 0x15" identifier + number_literal) )))) != number_literal) ))) )) ;)) (expression_statement "pcVar4 = (char *)*puVar3;" (assignment_expression "pcVar4 = (char *)*puVar3" identifier = (cast_expression "(char *)*puVar3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar3" * identifier))) ;) (if_statement "if (param_1 != 0) goto code_r0x00106dde;" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (goto_statement "goto code_r0x00106dde;" goto statement_identifier ;)) (goto_statement "goto LAB_00106ea0;" goto statement_identifier ;) (labeled_statement "code_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);" statement_identifier : (expression_statement "pcVar7 = (char *)FUN_0010d910(pcVar4);" (assignment_expression "pcVar7 = (char *)FUN_0010d910(pcVar4)" identifier = (cast_expression "(char *)FUN_0010d910(pcVar4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010d910(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))))) ;)) (if_statement "if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }" if (parenthesized_expression "((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'))))" ( (binary_expression "(*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))" (parenthesized_expression "(*pcVar7 != '.')" ( (binary_expression "*pcVar7 != '.'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'.'" ' character ')) )) || (parenthesized_expression "((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))" ( (parenthesized_expression "(plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'))" ( (comma_expression "plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) , (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0'" (subscript_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1]" identifier [ (binary_expression "(ulong)(pcVar7[1] == '.') + 1" (call_expression "(ulong)(pcVar7[1] == '.')" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pcVar7[1] == '.')" ( (binary_expression "pcVar7[1] == '.'" (subscript_expression "pcVar7[1]" identifier [ number_literal ]) == (char_literal "'.'" ' character ')) ))) + number_literal) ]) != (char_literal "'\0'" ' escape_sequence ')) && (parenthesized_expression "(pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" ( (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'" (subscript_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1]" identifier [ (binary_expression "(ulong)(pcVar7[1] == '.') + 1" (call_expression "(ulong)(pcVar7[1] == '.')" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pcVar7[1] == '.')" ( (binary_expression "pcVar7[1] == '.'" (subscript_expression "pcVar7[1]" identifier [ number_literal ]) == (char_literal "'.'" ' character ')) ))) + number_literal) ]) != (char_literal "'/'" ' character ')) )))) )) ))) )) (compound_statement "{\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }" { (if_statement "if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" if (parenthesized_expression "(*pcVar4 == '/')" ( (binary_expression "*pcVar4 == '/'" (pointer_expression "*pcVar4" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }" { (labeled_statement "LAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);" statement_identifier : (expression_statement "FUN_00106890(pcVar4,puVar3[1],param_2);" (call_expression "FUN_00106890(pcVar4,puVar3[1],param_2)" identifier (argument_list "(pcVar4,puVar3[1],param_2)" ( identifier , (subscript_expression "puVar3[1]" identifier [ number_literal ]) , identifier ))) ;)) }) (else_clause "else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" else (compound_statement "{\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" { (expression_statement "__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);" (assignment_expression "__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0)" identifier = (cast_expression "(void *)FUN_0010dce0(param_1,pcVar4,0)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010dce0(param_1,pcVar4,0)" identifier (argument_list "(param_1,pcVar4,0)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "FUN_00106890(__ptr,puVar3[1],param_2);" (call_expression "FUN_00106890(__ptr,puVar3[1],param_2)" identifier (argument_list "(__ptr,puVar3[1],param_2)" ( identifier , (subscript_expression "puVar3[1]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }))) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) (if_statement "if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }" if (parenthesized_expression "(*(int *)(puVar3 + 0x15) == 9)" ( (binary_expression "*(int *)(puVar3 + 0x15) == 9" (pointer_expression "*(int *)(puVar3 + 0x15)" * (cast_expression "(int *)(puVar3 + 0x15)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x15)" ( (binary_expression "puVar3 + 0x15" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }" { (expression_statement "FUN_00106920(puVar3);" (call_expression "FUN_00106920(puVar3)" identifier (argument_list "(puVar3)" ( identifier ))) ;) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) })) })) (goto_statement "goto joined_r0x00106db0;" goto statement_identifier ;) })))
|
(translation_unit "void extract_dirs_from_files(char *dirname,_Bool command_line_arg)\n\n{\n void **ppvVar1;\n int iVar2;\n fileinfo *f;\n size_t sVar3;\n void **ppvVar4;\n char *pcVar5;\n char *pcVar6;\n void **ppvVar7;\n \n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n if ((dirname != (char *)0x0) && (active_dir_set != (Hash_table *)0x0)) {\n queue_directory((char *)0x0,dirname,false);\n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n }\njoined_r0x00106db0:\n do {\n sVar3 = sVar3 - 1;\n sorted_file = ppvVar4;\n if (sVar3 == 0xffffffffffffffff) {\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }\n f = (fileinfo *)ppvVar4[sVar3];\n } while ((f->filetype != directory) && (f->filetype != arg_directory));\n pcVar6 = f->name;\n if (dirname != (char *)0x0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar5 = last_component(pcVar6);\n if ((*pcVar5 != '.') ||\n ((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))) {\n if (*pcVar6 == '/') {\nLAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);\n }\n else {\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }\n ppvVar4 = sorted_file;\n if (f->filetype == arg_directory) {\n free_ent(f);\n ppvVar4 = sorted_file;\n }\n }\n goto joined_r0x00106db0;\n}\n\n" (function_definition "void extract_dirs_from_files(char *dirname,_Bool command_line_arg)\n\n{\n void **ppvVar1;\n int iVar2;\n fileinfo *f;\n size_t sVar3;\n void **ppvVar4;\n char *pcVar5;\n char *pcVar6;\n void **ppvVar7;\n \n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n if ((dirname != (char *)0x0) && (active_dir_set != (Hash_table *)0x0)) {\n queue_directory((char *)0x0,dirname,false);\n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n }\njoined_r0x00106db0:\n do {\n sVar3 = sVar3 - 1;\n sorted_file = ppvVar4;\n if (sVar3 == 0xffffffffffffffff) {\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }\n f = (fileinfo *)ppvVar4[sVar3];\n } while ((f->filetype != directory) && (f->filetype != arg_directory));\n pcVar6 = f->name;\n if (dirname != (char *)0x0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar5 = last_component(pcVar6);\n if ((*pcVar5 != '.') ||\n ((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))) {\n if (*pcVar6 == '/') {\nLAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);\n }\n else {\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }\n ppvVar4 = sorted_file;\n if (f->filetype == arg_directory) {\n free_ent(f);\n ppvVar4 = sorted_file;\n }\n }\n goto joined_r0x00106db0;\n}" primitive_type (function_declarator "extract_dirs_from_files(char *dirname,_Bool command_line_arg)" identifier (parameter_list "(char *dirname,_Bool command_line_arg)" ( (parameter_declaration "char *dirname" primitive_type (pointer_declarator "*dirname" * identifier)) , (parameter_declaration "_Bool command_line_arg" type_identifier identifier) ))) (compound_statement "{\n void **ppvVar1;\n int iVar2;\n fileinfo *f;\n size_t sVar3;\n void **ppvVar4;\n char *pcVar5;\n char *pcVar6;\n void **ppvVar7;\n \n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n if ((dirname != (char *)0x0) && (active_dir_set != (Hash_table *)0x0)) {\n queue_directory((char *)0x0,dirname,false);\n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n }\njoined_r0x00106db0:\n do {\n sVar3 = sVar3 - 1;\n sorted_file = ppvVar4;\n if (sVar3 == 0xffffffffffffffff) {\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }\n f = (fileinfo *)ppvVar4[sVar3];\n } while ((f->filetype != directory) && (f->filetype != arg_directory));\n pcVar6 = f->name;\n if (dirname != (char *)0x0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar5 = last_component(pcVar6);\n if ((*pcVar5 != '.') ||\n ((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))) {\n if (*pcVar6 == '/') {\nLAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);\n }\n else {\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }\n ppvVar4 = sorted_file;\n if (f->filetype == arg_directory) {\n free_ent(f);\n ppvVar4 = sorted_file;\n }\n }\n goto joined_r0x00106db0;\n}" { (declaration "void **ppvVar1;" primitive_type (pointer_declarator "**ppvVar1" * (pointer_declarator "*ppvVar1" * identifier)) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "fileinfo *f;" type_identifier (pointer_declarator "*f" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "void **ppvVar4;" primitive_type (pointer_declarator "**ppvVar4" * (pointer_declarator "*ppvVar4" * identifier)) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "void **ppvVar7;" primitive_type (pointer_declarator "**ppvVar7" * (pointer_declarator "*ppvVar7" * identifier)) ;) (expression_statement "ppvVar4 = sorted_file;" (assignment_expression "ppvVar4 = sorted_file" identifier = identifier) ;) (expression_statement "sVar3 = cwd_n_used;" (assignment_expression "sVar3 = cwd_n_used" identifier = identifier) ;) (if_statement "if ((dirname != (char *)0x0) && (active_dir_set != (Hash_table *)0x0)) {\n queue_directory((char *)0x0,dirname,false);\n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n }" if (parenthesized_expression "((dirname != (char *)0x0) && (active_dir_set != (Hash_table *)0x0))" ( (binary_expression "(dirname != (char *)0x0) && (active_dir_set != (Hash_table *)0x0)" (parenthesized_expression "(dirname != (char *)0x0)" ( (binary_expression "dirname != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(active_dir_set != (Hash_table *)0x0)" ( (binary_expression "active_dir_set != (Hash_table *)0x0" identifier != (cast_expression "(Hash_table *)0x0" ( (type_descriptor "Hash_table *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n queue_directory((char *)0x0,dirname,false);\n ppvVar4 = sorted_file;\n sVar3 = cwd_n_used;\n }" { (expression_statement "queue_directory((char *)0x0,dirname,false);" (call_expression "queue_directory((char *)0x0,dirname,false)" identifier (argument_list "((char *)0x0,dirname,false)" ( (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , identifier , false ))) ;) (expression_statement "ppvVar4 = sorted_file;" (assignment_expression "ppvVar4 = sorted_file" identifier = identifier) ;) (expression_statement "sVar3 = cwd_n_used;" (assignment_expression "sVar3 = cwd_n_used" identifier = identifier) ;) })) (labeled_statement "joined_r0x00106db0:\n do {\n sVar3 = sVar3 - 1;\n sorted_file = ppvVar4;\n if (sVar3 == 0xffffffffffffffff) {\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }\n f = (fileinfo *)ppvVar4[sVar3];\n } while ((f->filetype != directory) && (f->filetype != arg_directory));" statement_identifier : (do_statement "do {\n sVar3 = sVar3 - 1;\n sorted_file = ppvVar4;\n if (sVar3 == 0xffffffffffffffff) {\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }\n f = (fileinfo *)ppvVar4[sVar3];\n } while ((f->filetype != directory) && (f->filetype != arg_directory));" do (compound_statement "{\n sVar3 = sVar3 - 1;\n sorted_file = ppvVar4;\n if (sVar3 == 0xffffffffffffffff) {\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }\n f = (fileinfo *)ppvVar4[sVar3];\n }" { (expression_statement "sVar3 = sVar3 - 1;" (assignment_expression "sVar3 = sVar3 - 1" identifier = (binary_expression "sVar3 - 1" identifier - number_literal)) ;) (expression_statement "sorted_file = ppvVar4;" (assignment_expression "sorted_file = ppvVar4" identifier = identifier) ;) (if_statement "if (sVar3 == 0xffffffffffffffff) {\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }" if (parenthesized_expression "(sVar3 == 0xffffffffffffffff)" ( (binary_expression "sVar3 == 0xffffffffffffffff" identifier == number_literal) )) (compound_statement "{\n if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }\n return;\n }" { (if_statement "if (cwd_n_used != 0) {\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }" if (parenthesized_expression "(cwd_n_used != 0)" ( (binary_expression "cwd_n_used != 0" identifier != number_literal) )) (compound_statement "{\n ppvVar1 = ppvVar4 + cwd_n_used;\n cwd_n_used = 0;\n ppvVar7 = ppvVar4;\n do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);\n }" { (expression_statement "ppvVar1 = ppvVar4 + cwd_n_used;" (assignment_expression "ppvVar1 = ppvVar4 + cwd_n_used" identifier = (binary_expression "ppvVar4 + cwd_n_used" identifier + identifier)) ;) (expression_statement "cwd_n_used = 0;" (assignment_expression "cwd_n_used = 0" identifier = number_literal) ;) (expression_statement "ppvVar7 = ppvVar4;" (assignment_expression "ppvVar7 = ppvVar4" identifier = identifier) ;) (do_statement "do {\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n } while (ppvVar1 != ppvVar7);" do (compound_statement "{\n iVar2 = *(int *)((long)*ppvVar7 + 0xa8);\n ppvVar4[cwd_n_used] = *ppvVar7;\n ppvVar7 = ppvVar7 + 1;\n cwd_n_used = cwd_n_used + (iVar2 != 9);\n }" { (expression_statement "iVar2 = *(int *)((long)*ppvVar7 + 0xa8);" (assignment_expression "iVar2 = *(int *)((long)*ppvVar7 + 0xa8)" identifier = (pointer_expression "*(int *)((long)*ppvVar7 + 0xa8)" * (cast_expression "(int *)((long)*ppvVar7 + 0xa8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)*ppvVar7 + 0xa8)" ( (binary_expression "(long)*ppvVar7 + 0xa8" (cast_expression "(long)*ppvVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*ppvVar7" * identifier)) + number_literal) ))))) ;) (expression_statement "ppvVar4[cwd_n_used] = *ppvVar7;" (assignment_expression "ppvVar4[cwd_n_used] = *ppvVar7" (subscript_expression "ppvVar4[cwd_n_used]" identifier [ identifier ]) = (pointer_expression "*ppvVar7" * identifier)) ;) (expression_statement "ppvVar7 = ppvVar7 + 1;" (assignment_expression "ppvVar7 = ppvVar7 + 1" identifier = (binary_expression "ppvVar7 + 1" identifier + number_literal)) ;) (expression_statement "cwd_n_used = cwd_n_used + (iVar2 != 9);" (assignment_expression "cwd_n_used = cwd_n_used + (iVar2 != 9)" identifier = (binary_expression "cwd_n_used + (iVar2 != 9)" identifier + (parenthesized_expression "(iVar2 != 9)" ( (binary_expression "iVar2 != 9" identifier != number_literal) )))) ;) }) while (parenthesized_expression "(ppvVar1 != ppvVar7)" ( (binary_expression "ppvVar1 != ppvVar7" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })) (expression_statement "f = (fileinfo *)ppvVar4[sVar3];" (assignment_expression "f = (fileinfo *)ppvVar4[sVar3]" identifier = (cast_expression "(fileinfo *)ppvVar4[sVar3]" ( (type_descriptor "fileinfo *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "ppvVar4[sVar3]" identifier [ identifier ]))) ;) }) while (parenthesized_expression "((f->filetype != directory) && (f->filetype != arg_directory))" ( (binary_expression "(f->filetype != directory) && (f->filetype != arg_directory)" (parenthesized_expression "(f->filetype != directory)" ( (binary_expression "f->filetype != directory" (field_expression "f->filetype" identifier -> field_identifier) != identifier) )) && (parenthesized_expression "(f->filetype != arg_directory)" ( (binary_expression "f->filetype != arg_directory" (field_expression "f->filetype" identifier -> field_identifier) != identifier) ))) )) ;)) (expression_statement "pcVar6 = f->name;" (assignment_expression "pcVar6 = f->name" identifier = (field_expression "f->name" identifier -> field_identifier)) ;) (if_statement "if (dirname != (char *)0x0) goto code_r0x00106dde;" if (parenthesized_expression "(dirname != (char *)0x0)" ( (binary_expression "dirname != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto code_r0x00106dde;" goto statement_identifier ;)) (goto_statement "goto LAB_00106ea0;" goto statement_identifier ;) (labeled_statement "code_r0x00106dde:\n pcVar5 = last_component(pcVar6);" statement_identifier : (expression_statement "pcVar5 = last_component(pcVar6);" (assignment_expression "pcVar5 = last_component(pcVar6)" identifier = (call_expression "last_component(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;)) (if_statement "if ((*pcVar5 != '.') ||\n ((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))) {\n if (*pcVar6 == '/') {\nLAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);\n }\n else {\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }\n ppvVar4 = sorted_file;\n if (f->filetype == arg_directory) {\n free_ent(f);\n ppvVar4 = sorted_file;\n }\n }" if (parenthesized_expression "((*pcVar5 != '.') ||\n ((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/'))))" ( (binary_expression "(*pcVar5 != '.') ||\n ((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))" (parenthesized_expression "(*pcVar5 != '.')" ( (binary_expression "*pcVar5 != '.'" (pointer_expression "*pcVar5" * identifier) != (char_literal "'.'" ' character ')) )) || (parenthesized_expression "((ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))" ( (parenthesized_expression "(ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/'))" ( (comma_expression "ppvVar4 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')" (assignment_expression "ppvVar4 = sorted_file" identifier = identifier) , (binary_expression "pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&\n (pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')" (binary_expression "pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0'" (subscript_expression "pcVar5[(ulong)(pcVar5[1] == '.') + 1]" identifier [ (binary_expression "(ulong)(pcVar5[1] == '.') + 1" (call_expression "(ulong)(pcVar5[1] == '.')" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pcVar5[1] == '.')" ( (binary_expression "pcVar5[1] == '.'" (subscript_expression "pcVar5[1]" identifier [ number_literal ]) == (char_literal "'.'" ' character ')) ))) + number_literal) ]) != (char_literal "'\0'" ' escape_sequence ')) && (parenthesized_expression "(pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')" ( (binary_expression "pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/'" (subscript_expression "pcVar5[(ulong)(pcVar5[1] == '.') + 1]" identifier [ (binary_expression "(ulong)(pcVar5[1] == '.') + 1" (call_expression "(ulong)(pcVar5[1] == '.')" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pcVar5[1] == '.')" ( (binary_expression "pcVar5[1] == '.'" (subscript_expression "pcVar5[1]" identifier [ number_literal ]) == (char_literal "'.'" ' character ')) ))) + number_literal) ]) != (char_literal "'/'" ' character ')) )))) )) ))) )) (compound_statement "{\n if (*pcVar6 == '/') {\nLAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);\n }\n else {\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }\n ppvVar4 = sorted_file;\n if (f->filetype == arg_directory) {\n free_ent(f);\n ppvVar4 = sorted_file;\n }\n }" { (if_statement "if (*pcVar6 == '/') {\nLAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);\n }\n else {\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }" if (parenthesized_expression "(*pcVar6 == '/')" ( (binary_expression "*pcVar6 == '/'" (pointer_expression "*pcVar6" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\nLAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);\n }" { (labeled_statement "LAB_00106ea0:\n queue_directory(pcVar6,f->linkname,command_line_arg);" statement_identifier : (expression_statement "queue_directory(pcVar6,f->linkname,command_line_arg);" (call_expression "queue_directory(pcVar6,f->linkname,command_line_arg)" identifier (argument_list "(pcVar6,f->linkname,command_line_arg)" ( identifier , (field_expression "f->linkname" identifier -> field_identifier) , identifier ))) ;)) }) (else_clause "else {\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }" else (compound_statement "{\n pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);\n queue_directory(pcVar6,f->linkname,command_line_arg);\n free(pcVar6);\n }" { (expression_statement "pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0);" (assignment_expression "pcVar6 = file_name_concat(dirname,pcVar6,(char **)0x0)" identifier = (call_expression "file_name_concat(dirname,pcVar6,(char **)0x0)" identifier (argument_list "(dirname,pcVar6,(char **)0x0)" ( identifier , identifier , (cast_expression "(char **)0x0" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal) )))) ;) (expression_statement "queue_directory(pcVar6,f->linkname,command_line_arg);" (call_expression "queue_directory(pcVar6,f->linkname,command_line_arg)" identifier (argument_list "(pcVar6,f->linkname,command_line_arg)" ( identifier , (field_expression "f->linkname" identifier -> field_identifier) , identifier ))) ;) (expression_statement "free(pcVar6);" (call_expression "free(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier ))) ;) }))) (expression_statement "ppvVar4 = sorted_file;" (assignment_expression "ppvVar4 = sorted_file" identifier = identifier) ;) (if_statement "if (f->filetype == arg_directory) {\n free_ent(f);\n ppvVar4 = sorted_file;\n }" if (parenthesized_expression "(f->filetype == arg_directory)" ( (binary_expression "f->filetype == arg_directory" (field_expression "f->filetype" identifier -> field_identifier) == identifier) )) (compound_statement "{\n free_ent(f);\n ppvVar4 = sorted_file;\n }" { (expression_statement "free_ent(f);" (call_expression "free_ent(f)" identifier (argument_list "(f)" ( identifier ))) ;) (expression_statement "ppvVar4 = sorted_file;" (assignment_expression "ppvVar4 = sorted_file" identifier = identifier) ;) })) })) (goto_statement "goto joined_r0x00106db0;" goto statement_identifier ;) })))
|
(translation_unit "void FUN_00106d70(long param_1,undefined1 param_2)\n\n{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}\n\n" (function_definition "void FUN_00106d70(long param_1,undefined1 param_2)\n\n{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}" primitive_type (function_declarator "FUN_00106d70(long param_1,undefined1 param_2)" identifier (parameter_list "(long param_1,undefined1 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined1 param_2" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "void *__ptr;" primitive_type (pointer_declarator "*__ptr" * identifier) ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) (expression_statement "lVar5 = DAT_001236f0;" (assignment_expression "lVar5 = DAT_001236f0" identifier = identifier) ;) (if_statement "if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }" if (parenthesized_expression "((param_1 != 0) && (DAT_00123708 != 0))" ( (binary_expression "(param_1 != 0) && (DAT_00123708 != 0)" (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) && (parenthesized_expression "(DAT_00123708 != 0)" ( (binary_expression "DAT_00123708 != 0" identifier != number_literal) ))) )) (compound_statement "{\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }" { (expression_statement "FUN_00106890(0,param_1,0);" (call_expression "FUN_00106890(0,param_1,0)" identifier (argument_list "(0,param_1,0)" ( number_literal , identifier , number_literal ))) ;) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) (expression_statement "lVar5 = DAT_001236f0;" (assignment_expression "lVar5 = DAT_001236f0" identifier = identifier) ;) })) (labeled_statement "joined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));" statement_identifier : (do_statement "do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));" do (compound_statement "{\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n }" { (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "DAT_001236e0 = plVar6;" (assignment_expression "DAT_001236e0 = plVar6" identifier = identifier) ;) (if_statement "if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }" if (parenthesized_expression "(lVar5 == -1)" ( (binary_expression "lVar5 == -1" identifier == number_literal) )) (compound_statement "{\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }" { (if_statement "if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }" if (parenthesized_expression "(DAT_001236f0 != 0)" ( (binary_expression "DAT_001236f0 != 0" identifier != number_literal) )) (compound_statement "{\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }" { (expression_statement "plVar1 = plVar6 + DAT_001236f0;" (assignment_expression "plVar1 = plVar6 + DAT_001236f0" identifier = (binary_expression "plVar6 + DAT_001236f0" identifier + identifier)) ;) (expression_statement "DAT_001236f0 = 0;" (assignment_expression "DAT_001236f0 = 0" identifier = number_literal) ;) (expression_statement "plVar8 = plVar6;" (assignment_expression "plVar8 = plVar6" identifier = identifier) ;) (do_statement "do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);" do (compound_statement "{\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n }" { (expression_statement "iVar2 = *(int *)(*plVar8 + 0xa8);" (assignment_expression "iVar2 = *(int *)(*plVar8 + 0xa8)" identifier = (pointer_expression "*(int *)(*plVar8 + 0xa8)" * (cast_expression "(int *)(*plVar8 + 0xa8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar8 + 0xa8)" ( (binary_expression "*plVar8 + 0xa8" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) ;) (expression_statement "plVar6[DAT_001236f0] = *plVar8;" (assignment_expression "plVar6[DAT_001236f0] = *plVar8" (subscript_expression "plVar6[DAT_001236f0]" identifier [ identifier ]) = (pointer_expression "*plVar8" * identifier)) ;) (expression_statement "plVar8 = plVar8 + 1;" (assignment_expression "plVar8 = plVar8 + 1" identifier = (binary_expression "plVar8 + 1" identifier + number_literal)) ;) (expression_statement "DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);" (assignment_expression "DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9)" identifier = (binary_expression "DAT_001236f0 + (ulong)(iVar2 != 9)" identifier + (call_expression "(ulong)(iVar2 != 9)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(iVar2 != 9)" ( (binary_expression "iVar2 != 9" identifier != number_literal) ))))) ;) }) while (parenthesized_expression "(plVar1 != plVar8)" ( (binary_expression "plVar1 != plVar8" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })) (expression_statement "puVar3 = (undefined8 *)plVar6[lVar5];" (assignment_expression "puVar3 = (undefined8 *)plVar6[lVar5]" identifier = (cast_expression "(undefined8 *)plVar6[lVar5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar6[lVar5]" identifier [ identifier ]))) ;) }) while (parenthesized_expression "((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9))" ( (binary_expression "(*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9)" (parenthesized_expression "(*(int *)(puVar3 + 0x15) != 3)" ( (binary_expression "*(int *)(puVar3 + 0x15) != 3" (pointer_expression "*(int *)(puVar3 + 0x15)" * (cast_expression "(int *)(puVar3 + 0x15)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x15)" ( (binary_expression "puVar3 + 0x15" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(*(int *)(puVar3 + 0x15) != 9)" ( (binary_expression "*(int *)(puVar3 + 0x15) != 9" (pointer_expression "*(int *)(puVar3 + 0x15)" * (cast_expression "(int *)(puVar3 + 0x15)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x15)" ( (binary_expression "puVar3 + 0x15" identifier + number_literal) )))) != number_literal) ))) )) ;)) (expression_statement "pcVar4 = (char *)*puVar3;" (assignment_expression "pcVar4 = (char *)*puVar3" identifier = (cast_expression "(char *)*puVar3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar3" * identifier))) ;) (if_statement "if (param_1 != 0) goto code_r0x00106dde;" if (parenthesized_expression "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )) (goto_statement "goto code_r0x00106dde;" goto statement_identifier ;)) (goto_statement "goto LAB_00106ea0;" goto statement_identifier ;) (labeled_statement "code_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);" statement_identifier : (expression_statement "pcVar7 = (char *)FUN_0010d910(pcVar4);" (assignment_expression "pcVar7 = (char *)FUN_0010d910(pcVar4)" identifier = (cast_expression "(char *)FUN_0010d910(pcVar4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010d910(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))))) ;)) (if_statement "if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }" if (parenthesized_expression "((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'))))" ( (binary_expression "(*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))" (parenthesized_expression "(*pcVar7 != '.')" ( (binary_expression "*pcVar7 != '.'" (pointer_expression "*pcVar7" * identifier) != (char_literal "'.'" ' character ')) )) || (parenthesized_expression "((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))" ( (parenthesized_expression "(plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'))" ( (comma_expression "plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) , (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0'" (subscript_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1]" identifier [ (binary_expression "(ulong)(pcVar7[1] == '.') + 1" (call_expression "(ulong)(pcVar7[1] == '.')" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pcVar7[1] == '.')" ( (binary_expression "pcVar7[1] == '.'" (subscript_expression "pcVar7[1]" identifier [ number_literal ]) == (char_literal "'.'" ' character ')) ))) + number_literal) ]) != (char_literal "'\0'" ' escape_sequence ')) && (parenthesized_expression "(pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" ( (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'" (subscript_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1]" identifier [ (binary_expression "(ulong)(pcVar7[1] == '.') + 1" (call_expression "(ulong)(pcVar7[1] == '.')" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(pcVar7[1] == '.')" ( (binary_expression "pcVar7[1] == '.'" (subscript_expression "pcVar7[1]" identifier [ number_literal ]) == (char_literal "'.'" ' character ')) ))) + number_literal) ]) != (char_literal "'/'" ' character ')) )))) )) ))) )) (compound_statement "{\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }" { (if_statement "if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" if (parenthesized_expression "(*pcVar4 == '/')" ( (binary_expression "*pcVar4 == '/'" (pointer_expression "*pcVar4" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }" { (labeled_statement "LAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);" statement_identifier : (expression_statement "FUN_00106890(pcVar4,puVar3[1],param_2);" (call_expression "FUN_00106890(pcVar4,puVar3[1],param_2)" identifier (argument_list "(pcVar4,puVar3[1],param_2)" ( identifier , (subscript_expression "puVar3[1]" identifier [ number_literal ]) , identifier ))) ;)) }) (else_clause "else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" else (compound_statement "{\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" { (expression_statement "__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);" (assignment_expression "__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0)" identifier = (cast_expression "(void *)FUN_0010dce0(param_1,pcVar4,0)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0010dce0(param_1,pcVar4,0)" identifier (argument_list "(param_1,pcVar4,0)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "FUN_00106890(__ptr,puVar3[1],param_2);" (call_expression "FUN_00106890(__ptr,puVar3[1],param_2)" identifier (argument_list "(__ptr,puVar3[1],param_2)" ( identifier , (subscript_expression "puVar3[1]" identifier [ number_literal ]) , identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) }))) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) (if_statement "if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }" if (parenthesized_expression "(*(int *)(puVar3 + 0x15) == 9)" ( (binary_expression "*(int *)(puVar3 + 0x15) == 9" (pointer_expression "*(int *)(puVar3 + 0x15)" * (cast_expression "(int *)(puVar3 + 0x15)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x15)" ( (binary_expression "puVar3 + 0x15" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }" { (expression_statement "FUN_00106920(puVar3);" (call_expression "FUN_00106920(puVar3)" identifier (argument_list "(puVar3)" ( identifier ))) ;) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" identifier = identifier) ;) })) })) (goto_statement "goto joined_r0x00106db0;" goto statement_identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) 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 (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) ))))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ IDENT ]))) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) ))) )) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (goto_statement goto statement_identifier ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' character ')) )) || (parenthesized_expression ( (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (binary_expression (subscript_expression IDENT [ (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) == (char_literal ' character ')) ))) + LIT) ]) != (char_literal ' escape_sequence ')) && (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) == (char_literal ' character ')) ))) + LIT) ]) != (char_literal ' character ')) )))) )) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , (subscript_expression IDENT [ LIT ]) , IDENT ))) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (subscript_expression IDENT [ LIT ]) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (goto_statement goto statement_identifier ;) })))
|
(function_definition "void FUN_00106d70(long param_1,undefined1 param_2)\n\n{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}" (primitive_type "void") (function_declarator "FUN_00106d70(long param_1,undefined1 param_2)" (identifier "FUN_00106d70") (parameter_list "(long param_1,undefined1 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined1 param_2" (type_identifier "undefined1") (identifier "param_2")) () ")"))) (compound_statement "{\n long *plVar1;\n int iVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n char *pcVar7;\n void *__ptr;\n long *plVar8;\n \n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }\njoined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));\n pcVar4 = (char *)*puVar3;\n if (param_1 != 0) goto code_r0x00106dde;\n goto LAB_00106ea0;\ncode_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);\n if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }\n goto joined_r0x00106db0;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long *plVar6;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar6" (* "*") (identifier "plVar6")) (; ";")) (declaration "char *pcVar7;" (primitive_type "char") (pointer_declarator "*pcVar7" (* "*") (identifier "pcVar7")) (; ";")) (declaration "void *__ptr;" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "long *plVar8;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar8" (* "*") (identifier "plVar8")) (; ";")) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" (identifier "plVar6") (= "=") (identifier "DAT_001236e0")) (; ";")) (expression_statement "lVar5 = DAT_001236f0;" (assignment_expression "lVar5 = DAT_001236f0" (identifier "lVar5") (= "=") (identifier "DAT_001236f0")) (; ";")) (if_statement "if ((param_1 != 0) && (DAT_00123708 != 0)) {\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }" (if "if") (parenthesized_expression "((param_1 != 0) && (DAT_00123708 != 0))" (( "(") (binary_expression "(param_1 != 0) && (DAT_00123708 != 0)" (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(DAT_00123708 != 0)" (( "(") (binary_expression "DAT_00123708 != 0" (identifier "DAT_00123708") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_00106890(0,param_1,0);\n plVar6 = DAT_001236e0;\n lVar5 = DAT_001236f0;\n }" ({ "{") (expression_statement "FUN_00106890(0,param_1,0);" (call_expression "FUN_00106890(0,param_1,0)" (identifier "FUN_00106890") (argument_list "(0,param_1,0)" (( "(") (number_literal "0") (, ",") (identifier "param_1") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" (identifier "plVar6") (= "=") (identifier "DAT_001236e0")) (; ";")) (expression_statement "lVar5 = DAT_001236f0;" (assignment_expression "lVar5 = DAT_001236f0" (identifier "lVar5") (= "=") (identifier "DAT_001236f0")) (; ";")) (} "}"))) (labeled_statement "joined_r0x00106db0:\n do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));" (statement_identifier "joined_r0x00106db0") (: ":") (do_statement "do {\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n } while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));" (do "do") (compound_statement "{\n lVar5 = lVar5 + -1;\n DAT_001236e0 = plVar6;\n if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }\n puVar3 = (undefined8 *)plVar6[lVar5];\n }" ({ "{") (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" (identifier "lVar5") (= "=") (binary_expression "lVar5 + -1" (identifier "lVar5") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "DAT_001236e0 = plVar6;" (assignment_expression "DAT_001236e0 = plVar6" (identifier "DAT_001236e0") (= "=") (identifier "plVar6")) (; ";")) (if_statement "if (lVar5 == -1) {\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }" (if "if") (parenthesized_expression "(lVar5 == -1)" (( "(") (binary_expression "lVar5 == -1" (identifier "lVar5") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }\n return;\n }" ({ "{") (if_statement "if (DAT_001236f0 != 0) {\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }" (if "if") (parenthesized_expression "(DAT_001236f0 != 0)" (( "(") (binary_expression "DAT_001236f0 != 0" (identifier "DAT_001236f0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n plVar1 = plVar6 + DAT_001236f0;\n DAT_001236f0 = 0;\n plVar8 = plVar6;\n do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);\n }" ({ "{") (expression_statement "plVar1 = plVar6 + DAT_001236f0;" (assignment_expression "plVar1 = plVar6 + DAT_001236f0" (identifier "plVar1") (= "=") (binary_expression "plVar6 + DAT_001236f0" (identifier "plVar6") (+ "+") (identifier "DAT_001236f0"))) (; ";")) (expression_statement "DAT_001236f0 = 0;" (assignment_expression "DAT_001236f0 = 0" (identifier "DAT_001236f0") (= "=") (number_literal "0")) (; ";")) (expression_statement "plVar8 = plVar6;" (assignment_expression "plVar8 = plVar6" (identifier "plVar8") (= "=") (identifier "plVar6")) (; ";")) (do_statement "do {\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n } while (plVar1 != plVar8);" (do "do") (compound_statement "{\n iVar2 = *(int *)(*plVar8 + 0xa8);\n plVar6[DAT_001236f0] = *plVar8;\n plVar8 = plVar8 + 1;\n DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);\n }" ({ "{") (expression_statement "iVar2 = *(int *)(*plVar8 + 0xa8);" (assignment_expression "iVar2 = *(int *)(*plVar8 + 0xa8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(*plVar8 + 0xa8)" (* "*") (cast_expression "(int *)(*plVar8 + 0xa8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar8 + 0xa8)" (( "(") (binary_expression "*plVar8 + 0xa8" (pointer_expression "*plVar8" (* "*") (identifier "plVar8")) (+ "+") (number_literal "0xa8")) () ")"))))) (; ";")) (expression_statement "plVar6[DAT_001236f0] = *plVar8;" (assignment_expression "plVar6[DAT_001236f0] = *plVar8" (subscript_expression "plVar6[DAT_001236f0]" (identifier "plVar6") ([ "[") (identifier "DAT_001236f0") (] "]")) (= "=") (pointer_expression "*plVar8" (* "*") (identifier "plVar8"))) (; ";")) (expression_statement "plVar8 = plVar8 + 1;" (assignment_expression "plVar8 = plVar8 + 1" (identifier "plVar8") (= "=") (binary_expression "plVar8 + 1" (identifier "plVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);" (assignment_expression "DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9)" (identifier "DAT_001236f0") (= "=") (binary_expression "DAT_001236f0 + (ulong)(iVar2 != 9)" (identifier "DAT_001236f0") (+ "+") (call_expression "(ulong)(iVar2 != 9)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(iVar2 != 9)" (( "(") (binary_expression "iVar2 != 9" (identifier "iVar2") (!= "!=") (number_literal "9")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar1 != plVar8)" (( "(") (binary_expression "plVar1 != plVar8" (identifier "plVar1") (!= "!=") (identifier "plVar8")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "puVar3 = (undefined8 *)plVar6[lVar5];" (assignment_expression "puVar3 = (undefined8 *)plVar6[lVar5]" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)plVar6[lVar5]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar6[lVar5]" (identifier "plVar6") ([ "[") (identifier "lVar5") (] "]")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9))" (( "(") (binary_expression "(*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9)" (parenthesized_expression "(*(int *)(puVar3 + 0x15) != 3)" (( "(") (binary_expression "*(int *)(puVar3 + 0x15) != 3" (pointer_expression "*(int *)(puVar3 + 0x15)" (* "*") (cast_expression "(int *)(puVar3 + 0x15)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 0x15)" (( "(") (binary_expression "puVar3 + 0x15" (identifier "puVar3") (+ "+") (number_literal "0x15")) () ")")))) (!= "!=") (number_literal "3")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(puVar3 + 0x15) != 9)" (( "(") (binary_expression "*(int *)(puVar3 + 0x15) != 9" (pointer_expression "*(int *)(puVar3 + 0x15)" (* "*") (cast_expression "(int *)(puVar3 + 0x15)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 0x15)" (( "(") (binary_expression "puVar3 + 0x15" (identifier "puVar3") (+ "+") (number_literal "0x15")) () ")")))) (!= "!=") (number_literal "9")) () ")"))) () ")")) (; ";"))) (expression_statement "pcVar4 = (char *)*puVar3;" (assignment_expression "pcVar4 = (char *)*puVar3" (identifier "pcVar4") (= "=") (cast_expression "(char *)*puVar3" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar3" (* "*") (identifier "puVar3")))) (; ";")) (if_statement "if (param_1 != 0) goto code_r0x00106dde;" (if "if") (parenthesized_expression "(param_1 != 0)" (( "(") (binary_expression "param_1 != 0" (identifier "param_1") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto code_r0x00106dde;" (goto "goto") (statement_identifier "code_r0x00106dde") (; ";"))) (goto_statement "goto LAB_00106ea0;" (goto "goto") (statement_identifier "LAB_00106ea0") (; ";")) (labeled_statement "code_r0x00106dde:\n pcVar7 = (char *)FUN_0010d910(pcVar4);" (statement_identifier "code_r0x00106dde") (: ":") (expression_statement "pcVar7 = (char *)FUN_0010d910(pcVar4);" (assignment_expression "pcVar7 = (char *)FUN_0010d910(pcVar4)" (identifier "pcVar7") (= "=") (cast_expression "(char *)FUN_0010d910(pcVar4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0010d910(pcVar4)" (identifier "FUN_0010d910") (argument_list "(pcVar4)" (( "(") (identifier "pcVar4") () ")"))))) (; ";"))) (if_statement "if ((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }" (if "if") (parenthesized_expression "((*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'))))" (( "(") (binary_expression "(*pcVar7 != '.') ||\n ((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))" (parenthesized_expression "(*pcVar7 != '.')" (( "(") (binary_expression "*pcVar7 != '.'" (pointer_expression "*pcVar7" (* "*") (identifier "pcVar7")) (!= "!=") (char_literal "'.'" (' "'") (character ".") (' "'"))) () ")")) (|| "||") (parenthesized_expression "((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))" (( "(") (parenthesized_expression "(plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'))" (( "(") (comma_expression "plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" (assignment_expression "plVar6 = DAT_001236e0" (identifier "plVar6") (= "=") (identifier "DAT_001236e0")) (, ",") (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&\n (pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0'" (subscript_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1]" (identifier "pcVar7") ([ "[") (binary_expression "(ulong)(pcVar7[1] == '.') + 1" (call_expression "(ulong)(pcVar7[1] == '.')" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(pcVar7[1] == '.')" (( "(") (binary_expression "pcVar7[1] == '.'" (subscript_expression "pcVar7[1]" (identifier "pcVar7") ([ "[") (number_literal "1") (] "]")) (== "==") (char_literal "'.'" (' "'") (character ".") (' "'"))) () ")"))) (+ "+") (number_literal "1")) (] "]")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (&& "&&") (parenthesized_expression "(pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')" (( "(") (binary_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/'" (subscript_expression "pcVar7[(ulong)(pcVar7[1] == '.') + 1]" (identifier "pcVar7") ([ "[") (binary_expression "(ulong)(pcVar7[1] == '.') + 1" (call_expression "(ulong)(pcVar7[1] == '.')" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(pcVar7[1] == '.')" (( "(") (binary_expression "pcVar7[1] == '.'" (subscript_expression "pcVar7[1]" (identifier "pcVar7") ([ "[") (number_literal "1") (] "]")) (== "==") (char_literal "'.'" (' "'") (character ".") (' "'"))) () ")"))) (+ "+") (number_literal "1")) (] "]")) (!= "!=") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")))) () ")")) () ")"))) () ")")) (compound_statement "{\n if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }\n plVar6 = DAT_001236e0;\n if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }\n }" ({ "{") (if_statement "if (*pcVar4 == '/') {\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }\n else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" (if "if") (parenthesized_expression "(*pcVar4 == '/')" (( "(") (binary_expression "*pcVar4 == '/'" (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\nLAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);\n }" ({ "{") (labeled_statement "LAB_00106ea0:\n FUN_00106890(pcVar4,puVar3[1],param_2);" (statement_identifier "LAB_00106ea0") (: ":") (expression_statement "FUN_00106890(pcVar4,puVar3[1],param_2);" (call_expression "FUN_00106890(pcVar4,puVar3[1],param_2)" (identifier "FUN_00106890") (argument_list "(pcVar4,puVar3[1],param_2)" (( "(") (identifier "pcVar4") (, ",") (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "param_2") () ")"))) (; ";"))) (} "}")) (else_clause "else {\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" (else "else") (compound_statement "{\n __ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);\n FUN_00106890(__ptr,puVar3[1],param_2);\n free(__ptr);\n }" ({ "{") (expression_statement "__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);" (assignment_expression "__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0)" (identifier "__ptr") (= "=") (cast_expression "(void *)FUN_0010dce0(param_1,pcVar4,0)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0010dce0(param_1,pcVar4,0)" (identifier "FUN_0010dce0") (argument_list "(param_1,pcVar4,0)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar4") (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "FUN_00106890(__ptr,puVar3[1],param_2);" (call_expression "FUN_00106890(__ptr,puVar3[1],param_2)" (identifier "FUN_00106890") (argument_list "(__ptr,puVar3[1],param_2)" (( "(") (identifier "__ptr") (, ",") (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (} "}")))) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" (identifier "plVar6") (= "=") (identifier "DAT_001236e0")) (; ";")) (if_statement "if (*(int *)(puVar3 + 0x15) == 9) {\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }" (if "if") (parenthesized_expression "(*(int *)(puVar3 + 0x15) == 9)" (( "(") (binary_expression "*(int *)(puVar3 + 0x15) == 9" (pointer_expression "*(int *)(puVar3 + 0x15)" (* "*") (cast_expression "(int *)(puVar3 + 0x15)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 0x15)" (( "(") (binary_expression "puVar3 + 0x15" (identifier "puVar3") (+ "+") (number_literal "0x15")) () ")")))) (== "==") (number_literal "9")) () ")")) (compound_statement "{\n FUN_00106920(puVar3);\n plVar6 = DAT_001236e0;\n }" ({ "{") (expression_statement "FUN_00106920(puVar3);" (call_expression "FUN_00106920(puVar3)" (identifier "FUN_00106920") (argument_list "(puVar3)" (( "(") (identifier "puVar3") () ")"))) (; ";")) (expression_statement "plVar6 = DAT_001236e0;" (assignment_expression "plVar6 = DAT_001236e0" (identifier "plVar6") (= "=") (identifier "DAT_001236e0")) (; ";")) (} "}"))) (} "}"))) (goto_statement "goto joined_r0x00106db0;" (goto "goto") (statement_identifier "joined_r0x00106db0") (; ";")) (} "}")))
|
void function_1(char *var_1,type_1 command_line_arg)
{
void **var_9;
int var_8;
type_2 *f;
size_t var_4;
void **var_6;
char *pcVar5;
char *pcVar6;
void **var_7;
var_6 = sorted_file;
var_4 = var_5;
if ((var_1 != (char *)0x0) && (var_2 != (type_3 *)0x0)) {
var_3((char *)0x0,var_1,false);
var_6 = sorted_file;
var_4 = var_5;
}
joined_r0x00106db0:
do {
var_4 = var_4 - 1;
sorted_file = var_6;
if (var_4 == 0xffffffffffffffff) {
if (var_5 != 0) {
var_9 = var_6 + var_5;
var_5 = 0;
var_7 = var_6;
do {
var_8 = *(int *)((long)*var_7 + 0xa8);
var_6[var_5] = *var_7;
var_7 = var_7 + 1;
var_5 = var_5 + (var_8 != 9);
} while (var_9 != var_7);
}
return;
}
f = (type_2 *)var_6[var_4];
} while ((f->filetype != var_10) && (f->filetype != var_11));
pcVar6 = f->name;
if (var_1 != (char *)0x0) goto code_r0x00106dde;
goto LAB_00106ea0;
code_r0x00106dde:
pcVar5 = var_12(pcVar6);
if ((*pcVar5 != '.') ||
((var_6 = sorted_file, pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '\0' &&
(pcVar5[(ulong)(pcVar5[1] == '.') + 1] != '/')))) {
if (*pcVar6 == '/') {
LAB_00106ea0:
var_3(pcVar6,f->linkname,command_line_arg);
}
else {
pcVar6 = var_13(var_1,pcVar6,(char **)0x0);
var_3(pcVar6,f->linkname,command_line_arg);
var_14(pcVar6);
}
var_6 = sorted_file;
if (f->filetype == var_11) {
var_15(f);
var_6 = sorted_file;
}
}
goto joined_r0x00106db0;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator 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: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (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: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (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)) (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) right: (parenthesized_expression (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character))))) right: (number_literal))) right: (char_literal (escape_sequence))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (character))))) right: (number_literal))) right: (char_literal (character)))))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (goto_statement label: (statement_identifier)))))
| null |
void MASKED(long param_1,undefined1 param_2)
{
long *plVar1;
int iVar2;
undefined8 *puVar3;
char *pcVar4;
long lVar5;
long *plVar6;
char *pcVar7;
void *__ptr;
long *plVar8;
plVar6 = DAT_001236e0;
lVar5 = DAT_001236f0;
if ((param_1 != 0) && (DAT_00123708 != 0)) {
FUN_00106890(0,param_1,0);
plVar6 = DAT_001236e0;
lVar5 = DAT_001236f0;
}
joined_r0x00106db0:
do {
lVar5 = lVar5 + -1;
DAT_001236e0 = plVar6;
if (lVar5 == -1) {
if (DAT_001236f0 != 0) {
plVar1 = plVar6 + DAT_001236f0;
DAT_001236f0 = 0;
plVar8 = plVar6;
do {
iVar2 = *(int *)(*plVar8 + 0xa8);
plVar6[DAT_001236f0] = *plVar8;
plVar8 = plVar8 + 1;
DAT_001236f0 = DAT_001236f0 + (ulong)(iVar2 != 9);
} while (plVar1 != plVar8);
}
return;
}
puVar3 = (undefined8 *)plVar6[lVar5];
} while ((*(int *)(puVar3 + 0x15) != 3) && (*(int *)(puVar3 + 0x15) != 9));
pcVar4 = (char *)*puVar3;
if (param_1 != 0) goto code_r0x00106dde;
goto LAB_00106ea0;
code_r0x00106dde:
pcVar7 = (char *)FUN_0010d910(pcVar4);
if ((*pcVar7 != '.') ||
((plVar6 = DAT_001236e0, pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '\0' &&
(pcVar7[(ulong)(pcVar7[1] == '.') + 1] != '/')))) {
if (*pcVar4 == '/') {
LAB_00106ea0:
FUN_00106890(pcVar4,puVar3[1],param_2);
}
else {
__ptr = (void *)FUN_0010dce0(param_1,pcVar4,0);
FUN_00106890(__ptr,puVar3[1],param_2);
free(__ptr);
}
plVar6 = DAT_001236e0;
if (*(int *)(puVar3 + 0x15) == 9) {
FUN_00106920(puVar3);
plVar6 = DAT_001236e0;
}
}
goto joined_r0x00106db0;
}
|
2794_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
do_print_to_mapfile
|
FUN_001989d0
|
/* DWARF original prototype: void do_print_to_mapfile(Output_section_incremental_inputs<64,_false> *
this, Mapfile * mapfile) */
void __thiscall
gold::Output_section_incremental_inputs<64,_false>::do_print_to_mapfile
(Output_section_incremental_inputs<64,_false> *this,Mapfile *mapfile)
{
char *name;
name = (char *)gettext("** incremental_inputs");
Mapfile::print_output_data(mapfile,(Output_data *)this,name);
return;
}
|
void FUN_001989d0(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
uVar1 = gettext("** incremental_inputs");
FUN_001ce630(param_2,param_1,uVar1);
return;
}
|
PUSH RBP
MOV RBP,RDI
LEA RDI,[0x38a1eb]
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x00149320
ADD RSP,0x8
MOV RSI,RBP
MOV RDI,RBX
MOV RDX,RAX
POP RBX
POP RBP
JMP 0x001ce630
| null | null | null | null |
[(u'CAST_-1207530892', u'CALL_-1207530969'), (u'COPY_-1207530956', u'CALL_-1207531010'), (u'CALL_-1207531010', u'CAST_-1207530892'), (u'CAST_-1207530871', u'CALL_-1207530969'), ('tmp_120', u'CALL_-1207530969'), ('const-0', u'RETURN_-1207530965'), ('const-3711467', u'COPY_-1207530956'), ('tmp_119', u'CAST_-1207530871')]
|
[('tmp_201', u'CALL_-1207530969'), ('tmp_199', u'CALL_-1207530969'), (u'COPY_-1207530956', u'CALL_-1207531010'), ('const-0', u'RETURN_-1207530965'), ('const-3711467', u'COPY_-1207530956'), (u'CALL_-1207531010', u'CALL_-1207530969')]
| null | null |
001989d0
|
x64
|
O2
|
(translation_unit "void FUN_001989d0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001989d0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}" primitive_type (function_declarator "FUN_001989d0(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("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = gettext("** incremental_inputs");" (assignment_expression "uVar1 = gettext("** incremental_inputs")" identifier = (call_expression "gettext("** incremental_inputs")" identifier (argument_list "("** incremental_inputs")" ( (string_literal ""** incremental_inputs"" " string_content ") )))) ;) (expression_statement "FUN_001ce630(param_2,param_1,uVar1);" (call_expression "FUN_001ce630(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_section_incremental_inputs<64,_false> *\n this, Mapfile * mapfile) */\n\nvoid __thiscall\ngold::Output_section_incremental_inputs<64,_false>::do_print_to_mapfile\n (Output_section_incremental_inputs<64,_false> *this,Mapfile *mapfile)\n\n{\n char *name;\n \n name = (char *)gettext("** incremental_inputs");\n Mapfile::print_output_data(mapfile,(Output_data *)this,name);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_section_incremental_inputs<64,_false>::do_print_to_mapfile\n (Output_section_incremental_inputs<64,_false> *this,Mapfile *mapfile)\n\n{\n char *name;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_print_to_mapfile\n (Output_section_incremental_inputs<64,_false> *this,Mapfile *mapfile)\n\n{\n char" identifier > : : (function_declarator "do_print_to_mapfile\n (Output_section_incremental_inputs<64,_false> *this,Mapfile *mapfile)" identifier (parameter_list "(Output_section_incremental_inputs<64,_false> *this,Mapfile *mapfile)" ( (parameter_declaration "Output_section_incremental_inputs" type_identifier) (ERROR "<64" < 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("** incremental_inputs");" (assignment_expression "name = (char *)gettext("** incremental_inputs")" identifier = (cast_expression "(char *)gettext("** incremental_inputs")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("** incremental_inputs")" identifier (argument_list "("** incremental_inputs")" ( (string_literal ""** incremental_inputs"" " 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 ;) (ERROR "}" }))
|
(translation_unit "void FUN_001989d0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}\n\n" (function_definition "void FUN_001989d0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}" primitive_type (function_declarator "FUN_001989d0(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("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = gettext("** incremental_inputs");" (assignment_expression "uVar1 = gettext("** incremental_inputs")" identifier = (call_expression "gettext("** incremental_inputs")" identifier (argument_list "("** incremental_inputs")" ( (string_literal ""** incremental_inputs"" " string_content ") )))) ;) (expression_statement "FUN_001ce630(param_2,param_1,uVar1);" (call_expression "FUN_001ce630(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_001989d0(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = gettext("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001989d0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_001989d0") (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("** incremental_inputs");\n FUN_001ce630(param_2,param_1,uVar1);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = gettext("** incremental_inputs");" (assignment_expression "uVar1 = gettext("** incremental_inputs")" (identifier "uVar1") (= "=") (call_expression "gettext("** incremental_inputs")" (identifier "gettext") (argument_list "("** incremental_inputs")" (( "(") (string_literal ""** incremental_inputs"" (" """) (string_content "** incremental_inputs") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001ce630(param_2,param_1,uVar1);" (call_expression "FUN_001ce630(param_2,param_1,uVar1)" (identifier "FUN_001ce630") (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_section_incremental_inputs<64,_false> *
this, Mapfile * mapfile) */
void __thiscall
gold::Output_section_incremental_inputs<64,_false>::do_print_to_mapfile
(Output_section_incremental_inputs<64,_false> *this,Mapfile *mapfile)
{
char *name;
name = (char *)var_1("** incremental_inputs");
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("** incremental_inputs");
FUN_001ce630(param_2,param_1,uVar1);
return;
}
|
1482_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
~Struct_no_map_whole_files
|
FUN_001514c0
|
/* DWARF original prototype: void ~Struct_no_map_whole_files(Struct_no_map_whole_files * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_no_map_whole_files::~Struct_no_map_whole_files
(Struct_no_map_whole_files *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_003a7ee0;
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_001514c0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003a7ee0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20((undefined8 *)param_1[1]);
return;
}
return;
}
|
LEA RAX,[0x3a7ee0]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x001514e0
MOV RDI,RDX
JMP 0x00276d20
RET
| null | null | null | null |
[(u'PTRSUB_-1207298750', u'PTRSUB_-1207298747'), (u'CAST_-1207298751', u'STORE_-1207298861'), ('tmp_68', u'PTRSUB_-1207298764'), ('const-0', u'PTRSUB_-1207298763'), ('const-433', u'LOAD_-1207298869'), ('tmp_68', u'PTRSUB_-1207298758'), (u'PTRSUB_-1207298759', u'PTRSUB_-1207298755'), ('const-0', u'RETURN_-1207298814'), (u'LOAD_-1207298869', u'CALL_-1207298827'), ('const-0', u'RETURN_-1207298823'), ('const-8', u'PTRSUB_-1207298764'), (u'LOAD_-1207298869', u'CAST_-1207298743'), (u'INT_NOTEQUAL_-1207298837', u'CBRANCH_-1207298836'), ('const-3833568', u'PTRSUB_-1207298761'), ('const-0', u'PTRSUB_-1207298750'), ('const-16', u'PTRSUB_-1207298747'), ('tmp_68', u'PTRSUB_-1207298754'), (u'PTRSUB_-1207298761', u'CAST_-1207298751'), (u'PTRSUB_-1207298763', u'PTRSUB_-1207298759'), ('const-0', u'PTRSUB_-1207298758'), (u'PTRSUB_-1207298758', u'PTRSUB_-1207298754'), ('const-0', u'PTRSUB_-1207298754'), ('tmp_48', u'CBRANCH_-1207298836'), (u'PTRSUB_-1207298747', u'INT_NOTEQUAL_-1207298837'), ('const-8', u'PTRSUB_-1207298754'), ('const-0', u'PTRSUB_-1207298759'), ('const-0', u'PTRSUB_-1207298761'), (u'PTRSUB_-1207298754', u'PTRSUB_-1207298750'), ('const-0', u'PTRSUB_-1207298755'), (u'CAST_-1207298743', u'INT_NOTEQUAL_-1207298837'), (u'PTRSUB_-1207298755', u'LOAD_-1207298869'), (u'PTRSUB_-1207298754', u'STORE_-1207298861'), ('const-433', u'STORE_-1207298861'), (u'PTRSUB_-1207298764', u'PTRSUB_-1207298763')]
|
[(u'CAST_-1207298765', u'CALL_-1207298827'), (u'PTRADD_-1207298758', u'INT_NOTEQUAL_-1207298837'), ('const-8', u'PTRADD_-1207298758'), ('const-1', u'PTRADD_-1207298766'), ('tmp_48', u'CBRANCH_-1207298836'), ('const-0', u'PTRSUB_-1207298762'), ('const-433', u'LOAD_-1207298869'), (u'LOAD_-1207298869', u'CAST_-1207298765'), ('tmp_109', u'PTRADD_-1207298766'), ('const-433', u'STORE_-1207298861'), (u'PTRSUB_-1207298762', u'STORE_-1207298861'), ('const-0', u'RETURN_-1207298814'), (u'PTRADD_-1207298766', u'LOAD_-1207298869'), ('const-3', u'PTRADD_-1207298758'), ('const-0', u'RETURN_-1207298823'), ('tmp_109', u'STORE_-1207298861'), ('tmp_109', u'PTRADD_-1207298758'), (u'CAST_-1207298765', u'INT_NOTEQUAL_-1207298837'), (u'INT_NOTEQUAL_-1207298837', u'CBRANCH_-1207298836'), ('const-8', u'PTRADD_-1207298766'), ('const-3833568', u'PTRSUB_-1207298762')]
| null | null |
001514c0
|
x64
|
O2
|
(translation_unit "void FUN_001514c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001514c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001514c0(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_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a7ee0;" (assignment_expression "*param_1 = &PTR_FUN_003a7ee0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a7ee0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Struct_no_map_whole_files(Struct_no_map_whole_files * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_map_whole_files::~Struct_no_map_whole_files\n (Struct_no_map_whole_files *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_003a7ee0;\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_map_whole_files::~Struct_no_map_whole_files\n (Struct_no_map_whole_files *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_003a7ee0;\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_map_whole_files::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_map_whole_files\n (Struct_no_map_whole_files *this,int __in_chrg)" identifier (parameter_list "(Struct_no_map_whole_files *this,int __in_chrg)" ( (parameter_declaration "Struct_no_map_whole_files *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_003a7ee0;\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_003a7ee0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a7ee0" (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_003a7ee0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a7ee0" & 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_001514c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001514c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001514c0(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_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a7ee0;" (assignment_expression "*param_1 = &PTR_FUN_003a7ee0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a7ee0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_001514c0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001514c0(undefined8 *param_1)" (identifier "FUN_001514c0") (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_003a7ee0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a7ee0;" (assignment_expression "*param_1 = &PTR_FUN_003a7ee0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a7ee0" (& "&") (identifier "PTR_FUN_003a7ee0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" (identifier "FUN_00276d20") (argument_list "((undefined8 *)param_1[1])" (( "(") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Struct_no_map_whole_files(Struct_no_map_whole_files * 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_003a7ee0;
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_003a7ee0;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20((undefined8 *)param_1[1]);
return;
}
return;
}
|
5059_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
add_absolute
|
FUN_00230940
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_64,_false> * this, uint
type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_false>::add_absolute
(Output_data_reloc<9,_true,_64,_false> *this,uint type,Output_data *od,Address address)
{
size_t *psVar1;
uint uVar2;
iterator __position;
Output_reloc<9,_true,_64,_false> *pOVar3;
long lVar4;
anon_union_8_4_c82d8563_for_u1_ local_48;
Sized_relobj<64,_false> *pSStack_40;
Address local_38;
undefined7 uStack_30;
byte bStack_29;
int local_28;
undefined4 uStack_24;
Output_reloc<9,_true,_64,_false>::Output_reloc
((Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false);
__position._M_current =
(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>
._M_impl._M_finish;
if (__position._M_current ==
(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>
._M_impl._M_end_of_storage) {
std::
vector<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>
::_M_realloc_insert<const_gold::Output_reloc<9,_true,_64,_false>&>
(&(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_,__position,
(Output_reloc<9,_true,_64,_false> *)&local_48);
pOVar3 = (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>
._M_impl._M_finish;
}
else {
pOVar3 = __position._M_current + 1;
(__position._M_current)->u1_ = local_48;
((__position._M_current)->u2_).relobj = pSStack_40;
(__position._M_current)->address_ = local_38;
*(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30);
*(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28);
(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>
._M_impl._M_finish = pOVar3;
}
lVar4 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>
._M_impl._M_start >> 3;
if (((this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
lVar4 * -0x3333333333333330;
od->field_0x20 = od->field_0x20 | 0x10;
if ((bStack_29 & 0x10) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).
super_Output_data_reloc_generic.relative_reloc_count_;
*psVar1 = *psVar1 + 1;
}
if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0)) {
uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;
if (uVar2 == 0) {
(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;
}
(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;
}
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
|
void FUN_00230940(long param_1,undefined8 param_2,long param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_48;
long lStack_40;
undefined8 local_38;
undefined7 uStack_30;
byte bStack_29;
int local_28;
undefined4 uStack_24;
FUN_002183f0(&local_48);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_00181150(param_1 + 0x48,puVar1,&local_48);
puVar2 = *(undefined8 **)(param_1 + 0x50);
}
else {
puVar2 = puVar1 + 5;
*puVar1 = local_48;
puVar1[1] = lStack_40;
puVar1[2] = local_38;
puVar1[3] = CONCAT17(bStack_29,uStack_30);
puVar1[4] = CONCAT44(uStack_24,local_28);
*(undefined8 **)(param_1 + 0x50) = puVar2;
}
lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;
*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;
if ((bStack_29 & 0x10) != 0) {
*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;
}
if ((local_28 != -4) && (lStack_40 != 0)) {
if (*(int *)(lStack_40 + 0xa4) == 0) {
*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;
}
*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;
}
return;
}
/* WARNING: Subroutine does not return */
FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
|
PUSH R12
XOR R8D,R8D
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV RBX,RDI
SUB RSP,0x30
MOV R12,RSP
MOV RDI,R12
CALL 0x002183f0
MOV RSI,qword ptr [RBX + 0x50]
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x00230a10
MOVDQA XMM0,xmmword ptr [RSP]
ADD RSI,0x28
MOVUPS xmmword ptr [RSI + -0x28],XMM0
MOVDQA XMM1,xmmword ptr [RSP + 0x10]
MOVUPS xmmword ptr [RSI + -0x18],XMM1
MOV RAX,qword ptr [RSP + 0x20]
MOV qword ptr [RSI + -0x8],RAX
MOV qword ptr [RBX + 0x50],RSI
MOV RAX,-0x3333333333333333
SUB RSI,qword ptr [RBX + 0x48]
SAR RSI,0x3
IMUL RSI,RAX
MOV RAX,RSI
SHL RAX,0x4
TEST byte ptr [RBX + 0x20],0x2
JNZ 0x00230a25
MOV qword ptr [RBX + 0x10],RAX
OR byte ptr [RBP + 0x20],0x10
TEST byte ptr [RSP + 0x1f],0x10
JNZ 0x002309f0
CMP dword ptr [RSP + 0x20],-0x4
JZ 0x002309e4
MOV RAX,qword ptr [RSP + 0x8]
TEST RAX,RAX
JZ 0x002309e4
MOV EDX,dword ptr [RAX + 0xa4]
TEST EDX,EDX
JZ 0x00230a00
ADD EDX,0x1
MOV dword ptr [RAX + 0xa4],EDX
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET
ADD qword ptr [RBX + 0x38],0x1
JMP 0x002309c0
SUB ESI,0x1
MOV dword ptr [RAX + 0xa0],ESI
JMP 0x002309db
LEA RDI,[RBX + 0x48]
MOV RDX,R12
CALL 0x00181150
MOV RSI,qword ptr [RBX + 0x50]
JMP 0x0023098e
LEA RDX,[0x397d60]
MOV ESI,0x231
LEA RDI,[0x385398]
CALL 0x0018dcf0
| null | null | null | null |
[('tmp_939', u'PTRSUB_-1204024261'), ('const-8', u'PTRSUB_-1204024040'), ('tmp_939', u'PTRSUB_-1204024215'), (u'LOAD_-1204024738', u'INT_AND_-1204024712'), (u'PTRSUB_-1204024285', u'PTRSUB_-1204024265'), ('tmp_939', u'PTRSUB_-1204024311'), ('const-433', u'LOAD_-1204024712'), (u'LOAD_-1204024958', u'PTRSUB_-1204024266'), ('const-72', u'PTRSUB_-1204024279'), ('const-0', u'PTRSUB_-1204024095'), ('const-0', u'PTRSUB_-1204024149'), (u'INT_NOTEQUAL_-1204024634', u'CBRANCH_-1204024633'), ('const-0', u'SUBPIECE_-1204024225'), (u'PTRSUB_-1204024239', u'LOAD_-1204024958'), ('tmp_940', u'CALL_-1204024960'), (u'PIECE_-1204024333', u'STORE_-1204024404'), ('const-0', u'PTRSUB_-1204024261'), (u'INT_MULT_-1204024750', u'STORE_-1204024719'), (u'LOAD_-1204024632', u'INT_ADD_-1204024590'), (u'CALL_-1204024960', u'INDIRECT_-1204024361'), (u'PTRSUB_-1204024333', u'CAST_-1204024043'), (u'CALL_-1204024960', u'INDIRECT_-1204024352'), (u'PTRSUB_-1204024215', u'PTRSUB_-1204024201'), (u'PTRSUB_-1204024199', u'LOAD_-1204024848'), (u'PTRSUB_-1204024245', u'PTRSUB_-1204024218'), ('const-16', u'INT_OR_-1204024685'), (u'CAST_-1204024165', u'INT_SUB_-1204024829'), ('const-0', u'PTRSUB_-1204024123'), ('const-433', u'STORE_-1204024709'), (u'INDIRECT_-1204024168', u'MULTIEQUAL_-1204024304'), ('const-433', u'STORE_-1204024404'), (u'CALL_-1204024960', u'INDIRECT_-1204024365'), ('const-0', u'PTRSUB_-1204024317'), (u'INDIRECT_-1204024361', u'MULTIEQUAL_-1204024304'), (u'PTRSUB_-1204024179', u'PTRSUB_-1204024166'), ('const-0', u'PTRSUB_-1204024219'), ('const-16', u'INT_AND_-1204024667'), (u'CALL_-1204024462', u'INDIRECT_-1204024168'), (u'COPY_-1204024165', u'CALL_-1204024437'), (u'PTRSUB_-1204024123', u'PTRSUB_-1204024106'), (u'PTRSUB_-1204024106', u'LOAD_-1204024532'), ('tmp_939', u'PTRSUB_-1204024317'), (u'PTRSUB_-1204024289', u'STORE_-1204024421'), (u'INT_MULT_-1204024765', u'INT_SUB_-1204024515'), ('const-0', u'PTRSUB_-1204024259'), ('tmp_939', u'PTRSUB_-1204024145'), ('tmp_939', u'PTRSUB_-1204024095'), (u'INT_AND_-1204024712', u'INT_EQUAL_-1204024726'), (u'COPY_-1204024166', u'CALL_-1204024437'), ('const-0', u'PTRSUB_-1204024061'), (u'PTRSUB_-1204024235', u'PTRSUB_-1204024215'), (u'CALL_-1204024960', u'INDIRECT_-1204024370'), ('const-0', u'PTRSUB_-1204024245'), (u'PTRSUB_-1204024145', u'STORE_-1204024719'), ('const-433', u'LOAD_-1204024460'), ('const-0', u'PTRSUB_-1204024265'), ('const-1', u'PTRADD_-1204024295'), ('const-433', u'STORE_-1204024405'), (u'MULTIEQUAL_-1204024317', u'INT_NOTEQUAL_-1204024634'), (u'MULTIEQUAL_-1204024299', u'INT_NOTEQUAL_-1204024659'), (u'PTRADD_-1204024295', u'STORE_-1204024868'), (u'INDIRECT_-1204024356', u'PIECE_-1204024314'), (u'PTRSUB_-1204024095', u'PTRSUB_-1204024075'), ('const-0', u'PTRSUB_-1204024215'), ('const-72', u'PTRSUB_-1204024218'), (u'LOAD_-1204024958', u'PTRADD_-1204024295'), ('const-433', u'STORE_-1204024875'), ('const-0', u'RETURN_-1204024548'), (u'PTRSUB_-1204024334', u'CAST_-1204024236'), ('const-0', u'PTRSUB_-1204024049'), (u'PTRSUB_-1204024209', u'STORE_-1204024709'), ('tmp_592', u'CBRANCH_-1204024676'), (u'INDIRECT_-1204024163', u'MULTIEQUAL_-1204024299'), ('const-1', u'RETURN_-1204024432'), (u'INT_SRIGHT_-1204024805', u'SUBPIECE_-1204024225'), (u'PTRSUB_-1204024234', u'LOAD_-1204024951'), (u'CALL_-1204024462', u'INDIRECT_-1204024181'), ('const-32', u'PTRSUB_-1204024266'), (u'LOAD_-1204024958', u'CALL_-1204024462'), ('const-433', u'STORE_-1204024868'), ('const-1', u'INT_ADD_-1204024514'), (u'INT_OR_-1204024685', u'STORE_-1204024709'), ('const-3', u'INT_SRIGHT_-1204024805'), (u'PTRSUB_-1204024201', u'PTRSUB_-1204024191'), (u'INT_AND_-1204024667', u'INT_NOTEQUAL_-1204024680'), ('const-160', u'PTRSUB_-1204024102'), (u'PTRSUB_-1204024198', u'PTRSUB_-1204024179'), (u'LOAD_-1204024958', u'PTRSUB_-1204024276'), (u'PTRSUB_-1204024266', u'CAST_-1204024185'), (u'LOAD_-1204024951', u'INT_EQUAL_-1204024936'), (u'PTRSUB_-1204024088', u'CALL_-1204024462'), ('const-433', u'LOAD_-1204024958'), ('const-0', u'PTRSUB_-1204024190'), (u'MULTIEQUAL_-1204024317', u'PTRSUB_-1204024180'), (u'CALL_-1204024960', u'INDIRECT_-1204024356'), (u'PTRSUB_-1204024158', u'PTRSUB_-1204024149'), ('const-56', u'PTRSUB_-1204024106'), (u'PTRSUB_-1204024218', u'PTRSUB_-1204024243'), ('const-0', u'PTRSUB_-1204024145'), (u'LOAD_-1204024460', u'MULTIEQUAL_-1204024431'), (u'LOAD_-1204024712', u'INT_OR_-1204024685'), ('const-0', u'PTRSUB_-1204024179'), (u'CALL_-1204024462', u'INDIRECT_-1204024163'), (u'INT_EQUAL_-1204024726', u'CBRANCH_-1204024722'), (u'PTRSUB_-1204024204', u'STORE_-1204024420'), (u'PTRSUB_-1204024243', u'PTRSUB_-1204024219'), ('const-433', u'STORE_-1204024519'), ('const-3691416', u'COPY_-1204024166'), (u'PTRSUB_-1204024157', u'PTRSUB_-1204024152'), ('const-8', u'PTRSUB_-1204024288'), (u'PTRSUB_-1204024180', u'PTRSUB_-1204024156'), ('tmp_886', u'BRANCH_-1204024513'), ('tmp_134', u'CBRANCH_-1204024933'), (u'LOAD_-1204024958', u'PTRSUB_-1204024288'), ('const-0', u'PTRSUB_-1204024245'), (u'PTRSUB_-1204024317', u'PTRSUB_-1204024285'), ('const-433', u'STORE_-1204024593'), ('const-72', u'PTRSUB_-1204024075'), (u'PTRSUB_-1204024040', u'LOAD_-1204024460'), (u'CAST_-1204024166', u'INT_SUB_-1204024829'), (u'LOAD_-1204024958', u'PTRSUB_-1204024289'), (u'PTRSUB_-1204024311', u'PTRSUB_-1204024279'), ('tmp_698', u'CBRANCH_-1204024609'), (u'CALL_-1204024960', u'INDIRECT_-1204024374'), ('const-0', u'PTRSUB_-1204024124'), ('const-0', u'PTRSUB_-1204024215'), (u'MULTIEQUAL_-1204024317', u'PTRSUB_-1204024124'), ('const-0', u'PTRSUB_-1204024251'), (u'PTRSUB_-1204024156', u'LOAD_-1204024632'), (u'PTRSUB_-1204024142', u'STORE_-1204024593'), (u'PTRSUB_-1204024219', u'PTRSUB_-1204024199'), (u'INT_ADD_-1204024514', u'STORE_-1204024529'), ('const-561', u'CALL_-1204024437'), (u'INT_NOTEQUAL_-1204024659', u'CBRANCH_-1204024656'), ('const-16', u'PTRSUB_-1204024145'), ('tmp_939', u'PTRSUB_-1204024109'), (u'PTRSUB_-1204024259', u'PTRSUB_-1204024245'), ('const-0', u'INT_EQUAL_-1204024726'), ('const-164', u'PTRSUB_-1204024142'), (u'INT_EQUAL_-1204024936', u'CBRANCH_-1204024933'), (u'SUBPIECE_-1204024225', u'INT_MULT_-1204024765'), (u'INT_ADD_-1204024590', u'STORE_-1204024593'), ('const-0', u'PTRSUB_-1204024157'), (u'INT_SUB_-1204024829', u'INT_SRIGHT_-1204024805'), ('tmp_942', u'CALL_-1204024960'), (u'CALL_-1204024960', u'INDIRECT_-1204024378'), (u'LOAD_-1204024532', u'INT_ADD_-1204024514'), ('const-0', u'PTRSUB_-1204024311'), (u'LOAD_-1204024848', u'CAST_-1204024165'), (u'PTRSUB_-1204024106', u'STORE_-1204024529'), ('const-0', u'PTRSUB_-1204024201'), (u'INT_SUB_-1204024515', u'STORE_-1204024519'), (u'PTRSUB_-1204024251', u'PTRSUB_-1204024239'), (u'INDIRECT_-1204024374', u'STORE_-1204024420'), (u'MULTIEQUAL_-1204024304', u'INT_AND_-1204024667'), ('tmp_939', u'PTRSUB_-1204024223'), ('const-433', u'LOAD_-1204024632'), (u'PTRSUB_-1204024165', u'PTRSUB_-1204024142'), ('tmp_508', u'CBRANCH_-1204024722'), (u'INDIRECT_-1204024361', u'PIECE_-1204024333'), (u'INDIRECT_-1204024374', u'MULTIEQUAL_-1204024317'), ('const-433', u'LOAD_-1204024848'), (u'PTRSUB_-1204024191', u'STORE_-1204024868'), (u'PTRSUB_-1204024276', u'CAST_-1204024195'), (u'INDIRECT_-1204024370', u'STORE_-1204024405'), ('const-32', u'PTRSUB_-1204024152'), ('const-0', u'PTRSUB_-1204024289'), ('const-16', u'PTRSUB_-1204024234'), ('const-0', u'PTRSUB_-1204024198'), ('const-0', u'CALL_-1204024960'), (u'LOAD_-1204024632', u'INT_EQUAL_-1204024610'), (u'PTRSUB_-1204024223', u'PTRSUB_-1204024198'), (u'PTRSUB_-1204024124', u'PTRSUB_-1204024102'), ('const-2', u'INT_AND_-1204024712'), (u'PTRSUB_-1204024288', u'PTRSUB_-1204024204'), ('const-0', u'PTRSUB_-1204024223'), ('tmp_926', u'BRANCH_-1204024452'), ('const-0', u'PTRSUB_-1204024109'), (u'PTRSUB_-1204024049', u'PTRSUB_-1204024040'), (u'CAST_-1204024195', u'STORE_-1204024404'), ('const-0', u'INT_EQUAL_-1204024610'), ('const-3767648', u'COPY_-1204024165'), ('const-0', u'PTRSUB_-1204024180'), ('const-16', u'PTRSUB_-1204024277'), (u'INDIRECT_-1204024378', u'STORE_-1204024421'), ('const--72', u'PTRSUB_-1204024334'), (u'PTRSUB_-1204024190', u'PTRSUB_-1204024171'), (u'MULTIEQUAL_-1204024431', u'CAST_-1204024166'), ('const-433', u'LOAD_-1204024532'), ('tmp_662', u'CBRANCH_-1204024633'), (u'PTRSUB_-1204024075', u'PTRSUB_-1204024061'), ('tmp_835', u'BRANCH_-1204024511'), (u'INT_EQUAL_-1204024610', u'CBRANCH_-1204024609'), (u'INDIRECT_-1204024356', u'MULTIEQUAL_-1204024299'), ('const-4294967292', u'INT_NOTEQUAL_-1204024659'), ('const-8', u'PTRSUB_-1204024191'), ('const-0', u'PTRSUB_-1204024158'), ('tmp_939', u'PTRSUB_-1204024245'), (u'PTRSUB_-1204024209', u'LOAD_-1204024712'), (u'INDIRECT_-1204024352', u'PIECE_-1204024314'), ('const-0', u'INT_NOTEQUAL_-1204024634'), (u'MULTIEQUAL_-1204024317', u'PTRSUB_-1204024165'), (u'PTRSUB_-1204024261', u'PTRSUB_-1204024235'), ('const-433', u'STORE_-1204024529'), (u'PTRSUB_-1204024265', u'PTRSUB_-1204024251'), ('const-72', u'PTRSUB_-1204024285'), ('const-0', u'PTRSUB_-1204024243'), (u'PTRSUB_-1204024152', u'LOAD_-1204024738'), ('tmp_941', u'PTRSUB_-1204024209'), (u'INT_NOTEQUAL_-1204024680', u'CBRANCH_-1204024676'), ('const-72', u'PTRSUB_-1204024235'), (u'INT_SRIGHT_-1204024805', u'INT_MULT_-1204024750'), ('const-1', u'INT_ADD_-1204024590'), (u'INDIRECT_-1204024365', u'PIECE_-1204024333'), ('const-433', u'LOAD_-1204024738'), ('const-0', u'PTRSUB_-1204024165'), (u'PTRSUB_-1204024109', u'PTRSUB_-1204024088'), ('const-0', u'PTRSUB_-1204024171'), ('const-164', u'PTRSUB_-1204024156'), (u'PTRSUB_-1204024149', u'PTRSUB_-1204024145'), ('const-0', u'PTRSUB_-1204024204'), (u'PTRADD_-1204024295', u'MULTIEQUAL_-1204024431'), (u'PTRSUB_-1204024277', u'STORE_-1204024405'), ('const-32', u'PTRSUB_-1204024209'), ('const-1', u'INT_SUB_-1204024515'), (u'LOAD_-1204024958', u'INT_EQUAL_-1204024936'), ('const-40', u'PTRADD_-1204024295'), ('const-24', u'PTRSUB_-1204024276'), ('const-8', u'PTRSUB_-1204024239'), (u'PTRSUB_-1204024166', u'PTRSUB_-1204024157'), ('const-0', u'PTRSUB_-1204024199'), ('const-433', u'STORE_-1204024420'), ('const-0', u'INT_NOTEQUAL_-1204024680'), ('const-433', u'LOAD_-1204024951'), ('tmp_1434', u'PTRSUB_-1204024333'), ('const-3435973837', u'INT_MULT_-1204024765'), ('const--3689348814741910320', u'INT_MULT_-1204024750'), (u'INDIRECT_-1204024181', u'MULTIEQUAL_-1204024317'), ('tmp_628', u'CBRANCH_-1204024656'), (u'PTRSUB_-1204024279', u'PTRSUB_-1204024259'), (u'CAST_-1204024185', u'STORE_-1204024875'), (u'PTRSUB_-1204024102', u'STORE_-1204024519'), (u'CAST_-1204024236', u'CALL_-1204024960'), ('const-433', u'STORE_-1204024719'), ('tmp_1434', u'PTRSUB_-1204024334'), (u'PIECE_-1204024314', u'STORE_-1204024875'), ('const-72', u'PTRSUB_-1204024088'), ('const-0', u'PTRSUB_-1204024166'), (u'PTRSUB_-1204024145', u'PTRSUB_-1204024123'), (u'PTRSUB_-1204024061', u'PTRSUB_-1204024049'), (u'CAST_-1204024043', u'CALL_-1204024462'), (u'PTRSUB_-1204024171', u'PTRSUB_-1204024158'), ('const-433', u'STORE_-1204024421'), (u'PTRSUB_-1204024245', u'PTRSUB_-1204024234'), (u'LOAD_-1204024958', u'PTRSUB_-1204024277'), (u'PTRSUB_-1204024215', u'PTRSUB_-1204024190'), ('const--72', u'PTRSUB_-1204024333'), ('tmp_941', u'CALL_-1204024960')]
|
[(u'LOAD_-1204024738', u'INT_AND_-1204024712'), ('const-160', u'INT_ADD_-1204024505'), (u'LOAD_-1204024958', u'PTRADD_-1204024266'), ('const-433', u'LOAD_-1204024712'), ('const--72', u'PTRSUB_-1204024318'), (u'INDIRECT_-1204024165', u'MULTIEQUAL_-1204024301'), ('const-16', u'INT_ADD_-1204024705'), (u'INT_NOTEQUAL_-1204024634', u'CBRANCH_-1204024633'), (u'INT_ADD_-1204024514', u'STORE_-1204024529'), ('const-433', u'STORE_-1204024388'), ('const-8', u'PTRADD_-1204024278'), (u'INT_NOTEQUAL_-1204024659', u'CBRANCH_-1204024656'), (u'CALL_-1204024960', u'INDIRECT_-1204024362'), (u'PTRADD_-1204024266', u'STORE_-1204024388'), ('const--3689348814741910320', u'INT_MULT_-1204024750'), (u'INT_MULT_-1204024750', u'STORE_-1204024719'), (u'LOAD_-1204024632', u'INT_ADD_-1204024590'), ('tmp_1467', u'INT_ADD_-1204024935'), ('const-0', u'INT_EQUAL_-1204024726'), ('const-433', u'LOAD_-1204024848'), (u'INT_EQUAL_-1204024936', u'CBRANCH_-1204024933'), ('tmp_1467', u'INT_ADD_-1204024462'), ('const-16', u'INT_OR_-1204024685'), (u'INT_ADD_-1204024590', u'STORE_-1204024593'), ('const-80', u'INT_ADD_-1204024854'), (u'CALL_-1204024960', u'INDIRECT_-1204024358'), (u'MULTIEQUAL_-1204024288', u'INT_AND_-1204024667'), (u'INT_SUB_-1204024829', u'INT_SRIGHT_-1204024805'), ('tmp_1465', u'INT_ADD_-1204024698'), (u'MULTIEQUAL_-1204024283', u'INT_NOTEQUAL_-1204024659'), (u'LOAD_-1204024532', u'INT_ADD_-1204024514'), (u'CALL_-1204024960', u'INDIRECT_-1204024336'), (u'INDIRECT_-1204024362', u'STORE_-1204024405'), ('const-4', u'PTRADD_-1204024256'), (u'COPY_-1204024149', u'CALL_-1204024437'), ('const-80', u'INT_ADD_-1204024942'), (u'PTRADD_-1204024256', u'STORE_-1204024875'), (u'CAST_-1204024233', u'INT_SUB_-1204024829'), (u'PTRSUB_-1204024317', u'CALL_-1204024462'), (u'PTRADD_-1204024283', u'STORE_-1204024868'), ('const-16', u'INT_AND_-1204024667'), (u'CAST_-1204024141', u'LOAD_-1204024532'), (u'INT_ADD_-1204024942', u'CAST_-1204024298'), ('const-164', u'INT_ADD_-1204024616'), ('const-56', u'INT_ADD_-1204024520'), ('const-32', u'INT_ADD_-1204024698'), (u'CAST_-1204024293', u'LOAD_-1204024951'), ('tmp_1467', u'INT_ADD_-1204024520'), ('const-3767648', u'COPY_-1204024149'), (u'INDIRECT_-1204024354', u'STORE_-1204024389'), ('const-8', u'PTRADD_-1204024267'), ('tmp_508', u'CBRANCH_-1204024722'), (u'INT_ADD_-1204024505', u'CAST_-1204024120'), (u'INDIRECT_-1204024147', u'MULTIEQUAL_-1204024283'), (u'INT_SRIGHT_-1204024805', u'SUBPIECE_-1204024209'), (u'CAST_-1204024213', u'LOAD_-1204024738'), ('tmp_1467', u'INT_ADD_-1204024942'), (u'CALL_-1204024960', u'INDIRECT_-1204024349'), (u'INDIRECT_-1204024152', u'MULTIEQUAL_-1204024288'), (u'INT_AND_-1204024712', u'INT_EQUAL_-1204024726'), ('const-433', u'LOAD_-1204024460'), (u'LOAD_-1204024848', u'INT_SUB_-1204024829'), ('const-433', u'LOAD_-1204024532'), (u'INT_ADD_-1204024854', u'CAST_-1204024249'), (u'INDIRECT_-1204024336', u'PIECE_-1204024298'), ('const-433', u'STORE_-1204024519'), (u'CAST_-1204024249', u'STORE_-1204024868'), (u'INDIRECT_-1204024358', u'MULTIEQUAL_-1204024301'), (u'LOAD_-1204024632', u'INT_EQUAL_-1204024610'), (u'CALL_-1204024462', u'INDIRECT_-1204024165'), ('const-2', u'INT_AND_-1204024712'), ('tmp_926', u'BRANCH_-1204024452'), ('const-433', u'STORE_-1204024529'), (u'SUBPIECE_-1204024209', u'INT_MULT_-1204024765'), (u'CAST_-1204024156', u'STORE_-1204024593'), ('tmp_1467', u'INT_ADD_-1204024854'), ('const-433', u'STORE_-1204024868'), ('const-433', u'STORE_-1204024404'), ('tmp_1461', u'PTRSUB_-1204024317'), ('const-0', u'INT_EQUAL_-1204024610'), ('tmp_1467', u'INT_ADD_-1204024444'), (u'MULTIEQUAL_-1204024301', u'INT_ADD_-1204024616'), ('const--72', u'PTRSUB_-1204024317'), (u'INT_ADD_-1204024616', u'CAST_-1204024171'), (u'CALL_-1204024960', u'INDIRECT_-1204024345'), ('const-3435973837', u'INT_MULT_-1204024765'), (u'MULTIEQUAL_-1204024301', u'INT_ADD_-1204024579'), (u'PIECE_-1204024317', u'STORE_-1204024388'), ('const-0', u'RETURN_-1204024548'), (u'CALL_-1204024960', u'INDIRECT_-1204024340'), (u'INDIRECT_-1204024345', u'PIECE_-1204024317'), (u'INT_ADD_-1204024724', u'CAST_-1204024213'), ('const-433', u'STORE_-1204024389'), ('tmp_1467', u'INT_ADD_-1204024724'), ('tmp_592', u'CBRANCH_-1204024676'), ('const-433', u'LOAD_-1204024958'), ('const-1', u'RETURN_-1204024432'), ('const-433', u'STORE_-1204024709'), ('tmp_662', u'CBRANCH_-1204024633'), ('const-32', u'INT_ADD_-1204024724'), ('tmp_835', u'BRANCH_-1204024511'), (u'LOAD_-1204024958', u'PTRADD_-1204024283'), ('const-164', u'INT_ADD_-1204024579'), ('const-433', u'STORE_-1204024405'), (u'INDIRECT_-1204024345', u'MULTIEQUAL_-1204024288'), (u'INT_EQUAL_-1204024610', u'CBRANCH_-1204024609'), (u'CAST_-1204024206', u'STORE_-1204024719'), (u'INT_ADD_-1204024462', u'CALL_-1204024462'), ('const-433', u'LOAD_-1204024951'), (u'LOAD_-1204024958', u'STORE_-1204024405'), (u'INT_ADD_-1204024935', u'CAST_-1204024293'), (u'PIECE_-1204024298', u'STORE_-1204024875'), ('const-0', u'INT_NOTEQUAL_-1204024634'), (u'CAST_-1204024104', u'LOAD_-1204024460'), (u'LOAD_-1204024958', u'CALL_-1204024462'), ('const-1', u'INT_ADD_-1204024514'), (u'LOAD_-1204024460', u'MULTIEQUAL_-1204024438'), (u'INT_OR_-1204024685', u'STORE_-1204024709'), (u'LOAD_-1204024958', u'PTRADD_-1204024267'), (u'CAST_-1204024120', u'STORE_-1204024519'), (u'INT_ADD_-1204024520', u'CAST_-1204024141'), (u'PTRADD_-1204024283', u'MULTIEQUAL_-1204024438'), (u'INT_AND_-1204024667', u'INT_NOTEQUAL_-1204024680'), ('const-3', u'INT_SRIGHT_-1204024805'), ('const-8', u'PTRADD_-1204024256'), ('tmp_1467', u'INT_ADD_-1204024836'), (u'INT_NOTEQUAL_-1204024680', u'CBRANCH_-1204024676'), (u'INT_SRIGHT_-1204024805', u'INT_MULT_-1204024750'), ('const-1', u'INT_ADD_-1204024590'), (u'LOAD_-1204024951', u'INT_EQUAL_-1204024936'), (u'INT_ADD_-1204024836', u'CAST_-1204024234'), ('const-433', u'STORE_-1204024719'), (u'CAST_-1204024298', u'LOAD_-1204024958'), (u'CAST_-1204024141', u'STORE_-1204024529'), (u'MULTIEQUAL_-1204024301', u'INT_NOTEQUAL_-1204024634'), ('const-3', u'PTRADD_-1204024266'), ('const-0', u'SUBPIECE_-1204024209'), ('const-1', u'PTRADD_-1204024278'), ('const-433', u'STORE_-1204024875'), (u'INT_ADD_-1204024444', u'CAST_-1204024104'), (u'LOAD_-1204024958', u'PTRADD_-1204024256'), (u'LOAD_-1204024958', u'INT_EQUAL_-1204024936'), (u'CAST_-1204024171', u'LOAD_-1204024632'), ('const-8', u'PTRADD_-1204024283'), (u'INT_ADD_-1204024698', u'CAST_-1204024201'), (u'CAST_-1204024201', u'STORE_-1204024709'), ('const-80', u'INT_ADD_-1204024444'), (u'INDIRECT_-1204024349', u'PIECE_-1204024317'), (u'CALL_-1204024960', u'INDIRECT_-1204024354'), (u'LOAD_-1204024712', u'INT_OR_-1204024685'), ('const-8', u'PTRADD_-1204024266'), ('const-88', u'INT_ADD_-1204024935'), ('const-433', u'LOAD_-1204024632'), (u'INDIRECT_-1204024340', u'PIECE_-1204024298'), (u'INT_ADD_-1204024579', u'CAST_-1204024156'), ('const-433', u'STORE_-1204024593'), (u'INT_EQUAL_-1204024726', u'CBRANCH_-1204024722'), ('const-0', u'INT_NOTEQUAL_-1204024680'), ('const-4294967295', u'INT_ADD_-1204024516'), ('const-3691416', u'COPY_-1204024150'), (u'INDIRECT_-1204024358', u'STORE_-1204024404'), ('const-4294967292', u'INT_NOTEQUAL_-1204024659'), (u'INT_MULT_-1204024765', u'INT_ADD_-1204024516'), (u'INT_ADD_-1204024516', u'STORE_-1204024519'), (u'CALL_-1204024462', u'INDIRECT_-1204024152'), (u'LOAD_-1204024958', u'PTRADD_-1204024278'), (u'CAST_-1204024201', u'LOAD_-1204024712'), ('const-72', u'INT_ADD_-1204024462'), ('const-5', u'PTRADD_-1204024283'), (u'COPY_-1204024150', u'CALL_-1204024437'), (u'INDIRECT_-1204024340', u'MULTIEQUAL_-1204024283'), ('tmp_628', u'CBRANCH_-1204024656'), (u'PTRADD_-1204024278', u'STORE_-1204024404'), (u'PTRADD_-1204024267', u'STORE_-1204024389'), ('const-72', u'INT_ADD_-1204024836'), ('tmp_1461', u'PTRSUB_-1204024318'), (u'CALL_-1204024462', u'INDIRECT_-1204024147'), (u'INT_ADD_-1204024705', u'CAST_-1204024206'), (u'PTRSUB_-1204024318', u'CALL_-1204024960'), ('tmp_886', u'BRANCH_-1204024513'), (u'MULTIEQUAL_-1204024438', u'CAST_-1204024233'), ('const-561', u'CALL_-1204024437'), ('tmp_134', u'CBRANCH_-1204024933'), (u'MULTIEQUAL_-1204024301', u'INT_ADD_-1204024505'), ('const-433', u'LOAD_-1204024738'), ('tmp_1467', u'INT_ADD_-1204024705'), (u'CAST_-1204024234', u'LOAD_-1204024848'), ('const-2', u'PTRADD_-1204024267'), ('tmp_698', u'CBRANCH_-1204024609')]
| null | null |
00230940
|
x64
|
O2
|
(translation_unit "void FUN_00230940(long param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_00230940(long param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_00230940(long param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "long lStack_40;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined7 uStack_30;" type_identifier identifier ;) (declaration "byte bStack_29;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (expression_statement "FUN_002183f0(&local_48);" (call_expression "FUN_002183f0(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(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_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_00181150(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_00181150(param_1 + 0x48,puVar1,&local_48)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 5;" (assignment_expression "puVar2 = puVar1 + 5" identifier = (binary_expression "puVar1 + 5" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "*(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) >> 3;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 3" (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 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330" (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 * -0x3333333333333330" identifier * number_literal)) ;) (expression_statement "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" ( (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_40 != 0)" ( (binary_expression "lStack_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }" { (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" * (cast_expression "(int *)(lStack_40 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa0)" ( (binary_expression "lStack_40 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 * -0x33333333 + -1" (binary_expression "(int)lVar3 * -0x33333333" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_64,_false> * this, uint\n type, Output_data * od, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_64,_false>::add_absolute\n (Output_data_reloc<9,_true,_64,_false> *this,uint type,Output_data *od,Address address)\n\n{\n size_t *psVar1;\n uint uVar2;\n iterator __position;\n Output_reloc<9,_true,_64,_false> *pOVar3;\n long lVar4;\n anon_union_8_4_c82d8563_for_u1_ local_48;\n Sized_relobj<64,_false> *pSStack_40;\n Address local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n Output_reloc<9,_true,_64,_false>::Output_reloc\n ((Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_64,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_,__position,\n (Output_reloc<9,_true,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_48;\n ((__position._M_current)->u2_).relobj = pSStack_40;\n (__position._M_current)->address_ = local_38;\n *(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30);\n *(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28);\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_start >> 3;\n if (((this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * -0x3333333333333330;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_64,_false>::add_absolute\n (Output_data_reloc<9,_true,_64,_false> *this,uint type,Output_data *od,Address address)\n\n{\n size_t *psVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::add_absolute\n (Output_data_reloc<9,_true,_64,_false> *this,uint type,Output_data *od,Address address)\n\n{\n size_t" identifier > : : (function_declarator "add_absolute\n (Output_data_reloc<9,_true,_64,_false> *this,uint type,Output_data *od,Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_64,_false> *this,uint type,Output_data *od,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Address address" type_identifier identifier) ))) { primitive_type) (pointer_declarator "*psVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (expression_statement "Output_reloc<9,_true,_64,_false> *pOVar3;" (update_expression "Output_reloc<9,_true,_64,_false> *pOVar3" (binary_expression "Output_reloc<9,_true,_64,_false> *pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_64,_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_48;" type_identifier identifier ;) (expression_statement "Sized_relobj<64,_false> *pSStack_40;" (update_expression "Sized_relobj<64,_false> *pSStack_40" (binary_expression "Sized_relobj<64,_false> *pSStack_40" (binary_expression "Sized_relobj<64" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pSStack_40" * identifier)) --) ;) (declaration "Address local_38;" type_identifier identifier ;) (declaration "undefined7 uStack_30;" type_identifier identifier ;) (declaration "byte bStack_29;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (ERROR "Output_reloc<9,_true,_64,_false>::Output_reloc\n ((Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9,_true,_64,_false>&>\n (&(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_,__position,\n (Output_reloc<9,_true,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_48;\n ((__position._M_current)->u2_).relobj = pSStack_40;\n (__position._M_current)->address_ = local_38;\n *(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30);\n *(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28);\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_start >> 3;\n if (((this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * -0x3333333333333330;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) identifier ( (binary_expression "(Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (assignment_expression "(Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false);\n __position._M_current =\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false);\n __position._M_current" (parenthesized_expression "(Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false)" ( (comma_expression "Output_reloc<9,_true,_64,_false> *)&local_48,type,od,address,false" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_false> *)&local_48,type,od,address,false" identifier , (comma_expression "_64,_false> *)&local_48,type,od,address,false" identifier , (comma_expression "_false> *)&local_48,type,od,address,false" (binary_expression "_false> *)&local_48" identifier > (pointer_expression "*)&local_48" * (ERROR ")" )) (pointer_expression "&local_48" & identifier))) , (comma_expression "type,od,address,false" identifier , (comma_expression "od,address,false" identifier , (comma_expression "address,false" identifier , false))))))) )) (ERROR ";\n __position" ; identifier) . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (binary_expression "_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<9" (binary_expression "_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold" (call_expression "_false>_>_>\n ._M_impl._M_finish;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_end_of_storage)" (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) (ERROR ";\n if" ; if) (argument_list "(__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (field_expression "_false>_>_>\n ._M_impl._M_end_of_storage" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ))) (ERROR "{\n std::\n vector" { identifier : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_reloc<9" identifier < number_literal) , identifier , identifier , (binary_expression "_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<9" (binary_expression "_false>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "_false>_>_>\n ::_M_realloc_insert" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , identifier , identifier , identifier > & (ERROR ">" >) ( (ERROR "&(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_,__position,\n (Output_reloc<9,_true,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_48;\n ((__position._M_current)->u2_).relobj = pSStack_40;\n (__position._M_current)->address_ = local_38;\n *(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30);\n *(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28);\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_start >> 3;\n if (((this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * -0x3333333333333330;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" (comma_expression "&(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_,__position,\n (Output_reloc<9,_true,_64,_false> *)&local_48)" (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier)) , (comma_expression "__position,\n (Output_reloc<9,_true,_64,_false> *)&local_48)" identifier , (parenthesized_expression "(Output_reloc<9,_true,_64,_false> *)&local_48)" ( (comma_expression "Output_reloc<9,_true,_64,_false> *)&local_48" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_false> *)&local_48" identifier , (comma_expression "_64,_false> *)&local_48" identifier , (binary_expression "_false> *)&local_48" identifier > (pointer_expression "*)&local_48" * (ERROR ")" )) (pointer_expression "&local_48" & identifier)))))) )))) ; (assignment_expression "pOVar3 = (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) : : (comma_expression "Output_reloc<9,_true,_64,_false>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_finish" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_finish" identifier , (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) ; } else (compound_statement "{\n pOVar3 = __position._M_current + 1;\n (__position._M_current)->u1_ = local_48;\n ((__position._M_current)->u2_).relobj = pSStack_40;\n (__position._M_current)->address_ = local_38;\n *(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30);\n *(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28);\n (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::Output_reloc<9,_true,_64,_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_48;" (assignment_expression "(__position._M_current)->u1_ = local_48" (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_40;" (assignment_expression "((__position._M_current)->u2_).relobj = pSStack_40" (field_expression "((__position._M_current)->u2_).relobj" (parenthesized_expression "((__position._M_current)->u2_)" ( (field_expression "(__position._M_current)->u2_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(__position._M_current)->address_ = local_38;" (assignment_expression "(__position._M_current)->address_ = local_38" (field_expression "(__position._M_current)->address_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "*(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30);" (assignment_expression "*(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30)" (pointer_expression "*(ulong *)&(__position._M_current)->local_sym_index_" * (cast_expression "(ulong *)&(__position._M_current)->local_sym_index_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__position._M_current)->local_sym_index_" & (field_expression "(__position._M_current)->local_sym_index_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier)))) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "*(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28);" (assignment_expression "*(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28)" (pointer_expression "*(ulong *)&(__position._M_current)->shndx_" * (cast_expression "(ulong *)&(__position._M_current)->shndx_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__position._M_current)->shndx_" & (field_expression "(__position._M_current)->shndx_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier)))) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (ERROR "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std::allocator<gold::" (comma_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9,_true,_64,_false>,_std" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<9" (binary_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3;" (comma_expression "Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_finish = pOVar3" identifier , (assignment_expression "_false>_>_>\n ._M_impl._M_finish = pOVar3" (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier)))) ;) }) (assignment_expression "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base<gold" (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).relocs_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) < identifier)) : : (comma_expression "Output_reloc<9,_true,_64,_false>,_std" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<9,_true,_64,_false>_>_>\n ._M_impl._M_start >> 3" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_start >> 3" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_start >> 3" identifier , (binary_expression "_false>_>_>\n ._M_impl._M_start >> 3" (field_expression "_false>_>_>\n ._M_impl._M_start" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) >> number_literal)))) ; if (parenthesized_expression "(((this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_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,_64,_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,_64,_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,_64,_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,_64,_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,_64,_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,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_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,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * -0x3333333333333330;\n od->field_0x20 = od->field_0x20 | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }\n if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" { (expression_statement "(this->super_Output_data_reloc_base<9,_true,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * -0x3333333333333330;" (assignment_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 * -0x3333333333333330" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_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,_64,_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,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "lVar4 * -0x3333333333333330" 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 ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;\n *psVar1 = *psVar1 + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;" (assignment_expression "psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" identifier = (pointer_expression "&(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" & (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" (field_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<9,_true,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) ;) (expression_statement "*psVar1 = *psVar1 + 1;" (assignment_expression "*psVar1 = *psVar1 + 1" (pointer_expression "*psVar1" * identifier) = (binary_expression "*psVar1 + 1" (pointer_expression "*psVar1" * identifier) + number_literal)) ;) })) (if_statement "if ((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0)) {\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0))" ( (binary_expression "(local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_false> *)0x0))" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(pSStack_40 != (Sized_relobj<64,_false> *)0x0))" ( (binary_expression "pSStack_40 != (Sized_relobj<64,_false> *)0x0)" identifier != (parenthesized_expression "(Sized_relobj<64,_false> *)0x0)" ( (comma_expression "Sized_relobj<64,_false> *)0x0" (binary_expression "Sized_relobj<64" identifier < number_literal) , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))) ))) ))) )) (compound_statement "{\n uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;\n if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" { (expression_statement "uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;" (assignment_expression "uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_" identifier = (field_expression "(pSStack_40->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;\n }" { (expression_statement "(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;" (assignment_expression "(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1" (field_expression "(pSStack_40->super_Relobj).first_dyn_reloc_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(int)lVar4 * -0x33333333 - 1" (binary_expression "(int)lVar4 * -0x33333333" (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) - number_literal)) ;) })) (expression_statement "(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;" (assignment_expression "(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1" (field_expression "(pSStack_40->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (call_expression "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ; }))
|
(translation_unit "void FUN_00230940(long param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_00230940(long param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_00230940(long param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "long lStack_40;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined7 uStack_30;" type_identifier identifier ;) (declaration "byte bStack_29;" type_identifier identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "undefined4 uStack_24;" type_identifier identifier ;) (expression_statement "FUN_002183f0(&local_48);" (call_expression "FUN_002183f0(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(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_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_00181150(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_00181150(param_1 + 0x48,puVar1,&local_48)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 5;" (assignment_expression "puVar2 = puVar1 + 5" identifier = (binary_expression "puVar1 + 5" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "*(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) >> 3;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 3" (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 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330" (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 * -0x3333333333333330" identifier * number_literal)) ;) (expression_statement "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" * (cast_expression "(byte *)(param_3 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) )))) | number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" ( (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_40 != 0)" ( (binary_expression "lStack_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }" { (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" * (cast_expression "(int *)(lStack_40 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa0)" ( (binary_expression "lStack_40 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 * -0x33333333 + -1" (binary_expression "(int)lVar3 * -0x33333333" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) (expression_statement "FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (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 (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) + LIT)) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_00230940(long param_1,undefined8 param_2,long param_3)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" (primitive_type "void") (function_declarator "FUN_00230940(long param_1,undefined8 param_2,long param_3)" (identifier "FUN_00230940") (parameter_list "(long param_1,undefined8 param_2,long param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_002183f0(&local_48);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "long lStack_40;" (sized_type_specifier "long" (long "long")) (identifier "lStack_40") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined7 uStack_30;" (type_identifier "undefined7") (identifier "uStack_30") (; ";")) (declaration "byte bStack_29;" (type_identifier "byte") (identifier "bStack_29") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "undefined4 uStack_24;" (type_identifier "undefined4") (identifier "uStack_24") (; ";")) (expression_statement "FUN_002183f0(&local_48);" (call_expression "FUN_002183f0(&local_48)" (identifier "FUN_002183f0") (argument_list "(&local_48)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(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_00181150(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" ({ "{") (expression_statement "FUN_00181150(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_00181150(param_1 + 0x48,puVar1,&local_48)" (identifier "FUN_00181150") (argument_list "(param_1 + 0x48,puVar1,&local_48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) (, ",") (identifier "puVar1") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" (else "else") (compound_statement "{\n puVar2 = puVar1 + 5;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" ({ "{") (expression_statement "puVar2 = puVar1 + 5;" (assignment_expression "puVar2 = puVar1 + 5" (identifier "puVar2") (= "=") (binary_expression "puVar1 + 5" (identifier "puVar1") (+ "+") (number_literal "5"))) (; ";")) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lStack_40")) (; ";")) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (call_expression "CONCAT17(bStack_29,uStack_30)" (identifier "CONCAT17") (argument_list "(bStack_29,uStack_30)" (( "(") (identifier "bStack_29") (, ",") (identifier "uStack_30") () ")")))) (; ";")) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (= "=") (call_expression "CONCAT44(uStack_24,local_28)" (identifier "CONCAT44") (argument_list "(uStack_24,local_28)" (( "(") (identifier "uStack_24") (, ",") (identifier "local_28") () ")")))) (; ";")) (expression_statement "*(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) >> 3;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3" (identifier "lVar3") (= "=") (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 3" (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 "3"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;\n *(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330" (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 * -0x3333333333333330" (identifier "lVar3") (* "*") (number_literal "-0x3333333333333330"))) (; ";")) (expression_statement "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;" (assignment_expression "*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" (* "*") (cast_expression "(byte *)(param_3 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (binary_expression "*(byte *)(param_3 + 0x20) | 0x10" (pointer_expression "*(byte *)(param_3 + 0x20)" (* "*") (cast_expression "(byte *)(param_3 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")")))) (| "|") (number_literal "0x10"))) (; ";")) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" (if "if") (parenthesized_expression "((bStack_29 & 0x10) != 0)" (( "(") (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" (( "(") (binary_expression "bStack_29 & 0x10" (identifier "bStack_29") (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" (if "if") (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" (( "(") (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" (( "(") (binary_expression "local_28 != -4" (identifier "local_28") (!= "!=") (number_literal "-4")) () ")")) (&& "&&") (parenthesized_expression "(lStack_40 != 0)" (( "(") (binary_expression "lStack_40 != 0" (identifier "lStack_40") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" ({ "{") (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }" (if "if") (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" (( "(") (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;\n }" ({ "{") (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa0)" (( "(") (binary_expression "lStack_40 + 0xa0" (identifier "lStack_40") (+ "+") (number_literal "0xa0")) () ")")))) (= "=") (binary_expression "(int)lVar3 * -0x33333333 + -1" (binary_expression "(int)lVar3 * -0x33333333" (cast_expression "(int)lVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar3")) (* "*") (number_literal "-0x33333333")) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (= "=") (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child")" (identifier "FUN_0018dcf0") (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x231") (, ",") (string_literal ""set_current_data_size_for_child"" (" """) (string_content "set_current_data_size_for_child") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_true,_64,_false> * this, uint
type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_false>::add_absolute
(Output_data_reloc<9,_true,_64,_false> *this,type_1 type,Output_data *od,type_4 address)
{
size_t *psVar1;
type_1 uVar2;
type_2 __position;
var_1<9,_true,_64,_false> *pOVar3;
long lVar4;
type_3 local_48;
var_2<64,_false> *pSStack_40;
type_4 local_38;
type_5 uStack_30;
type_6 bStack_29;
int local_28;
type_7 uStack_24;
var_1<9,_true,_64,_false>::var_1
((var_1<9,_true,_64,_false> *)&local_48,type,od,address,false);
__position._M_current =
(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::var_1<9,_true,_64,_false>,_std::allocator<gold::var_1<9,_true,_64,_false>_>_>
._M_impl._M_finish;
if (__position._M_current ==
(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::var_1<9,_true,_64,_false>,_std::allocator<gold::var_1<9,_true,_64,_false>_>_>
._M_impl._M_end_of_storage) {
std::
vector<gold::var_1<9,_true,_64,_false>,_std::allocator<gold::var_1<9,_true,_64,_false>_>_>
::_M_realloc_insert<const_gold::var_1<9,_true,_64,_false>&>
(&(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_,__position,
(var_1<9,_true,_64,_false> *)&local_48);
pOVar3 = (this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::var_1<9,_true,_64,_false>,_std::allocator<gold::var_1<9,_true,_64,_false>_>_>
._M_impl._M_finish;
}
else {
pOVar3 = __position._M_current + 1;
(__position._M_current)->u1_ = local_48;
((__position._M_current)->u2_).relobj = pSStack_40;
(__position._M_current)->address_ = local_38;
*(ulong *)&(__position._M_current)->local_sym_index_ = CONCAT17(bStack_29,uStack_30);
*(ulong *)&(__position._M_current)->shndx_ = CONCAT44(uStack_24,local_28);
(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::var_1<9,_true,_64,_false>,_std::allocator<gold::var_1<9,_true,_64,_false>_>_>
._M_impl._M_finish = pOVar3;
}
lVar4 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<9,_true,_64,_false>).relocs_.
super__Vector_base<gold::var_1<9,_true,_64,_false>,_std::allocator<gold::var_1<9,_true,_64,_false>_>_>
._M_impl._M_start >> 3;
if (((this->super_Output_data_reloc_base<9,_true,_64,_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,_64,_false>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
lVar4 * -0x3333333333333330;
od->field_0x20 = od->field_0x20 | 0x10;
if ((bStack_29 & 0x10) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<9,_true,_64,_false>).
super_Output_data_reloc_generic.relative_reloc_count_;
*psVar1 = *psVar1 + 1;
}
if ((local_28 != -4) && (pSStack_40 != (var_2<64,_false> *)0x0)) {
uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;
if (uVar2 == 0) {
(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x33333333 - 1;
}
(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;
}
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
| 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: (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: (type_identifier) 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))))) (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: (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: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(long param_1,undefined8 param_2,long param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_48;
long lStack_40;
undefined8 local_38;
undefined7 uStack_30;
byte bStack_29;
int local_28;
undefined4 uStack_24;
FUN_002183f0(&local_48);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_00181150(param_1 + 0x48,puVar1,&local_48);
puVar2 = *(undefined8 **)(param_1 + 0x50);
}
else {
puVar2 = puVar1 + 5;
*puVar1 = local_48;
puVar1[1] = lStack_40;
puVar1[2] = local_38;
puVar1[3] = CONCAT17(bStack_29,uStack_30);
puVar1[4] = CONCAT44(uStack_24,local_28);
*(undefined8 **)(param_1 + 0x50) = puVar2;
}
lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 3;
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
*(long *)(param_1 + 0x10) = lVar3 * -0x3333333333333330;
*(byte *)(param_3 + 0x20) = *(byte *)(param_3 + 0x20) | 0x10;
if ((bStack_29 & 0x10) != 0) {
*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;
}
if ((local_28 != -4) && (lStack_40 != 0)) {
if (*(int *)(lStack_40 + 0xa4) == 0) {
*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x33333333 + -1;
}
*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;
}
return;
}
/* WARNING: Subroutine does not return */
FUN_0018dcf0("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
|
196_vdir_and_vdir_strip.c
|
xstrcoll_atime
|
FUN_0010b8d0
|
wchar_t xstrcoll_atime(V a,V b)
{
wchar_t wVar1;
if (*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60)) {
return L'\xffffffff';
}
if (*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60)) {
wVar1 = L'\x01';
}
else {
wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);
if (wVar1 == L'\0') {
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
wVar1 = xstrcoll(*a,*b);
return wVar1;
}
}
return wVar1;
}
|
ulong FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)
{
uint uVar1;
ulong uVar2;
if ((long)param_2[0xc] < (long)param_1[0xc]) {
return 0xffffffff;
}
if ((long)param_1[0xc] < (long)param_2[0xc]) {
uVar2 = 1;
}
else {
uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);
uVar2 = (ulong)uVar1;
if (uVar1 == 0) {
uVar2 = FUN_00106d00(*param_1,*param_2);
return uVar2;
}
}
return uVar2;
}
|
MOV RAX,qword ptr [RSI + 0x60]
CMP qword ptr [RDI + 0x60],RAX
JG 0x0010b900
JL 0x0010b8f0
MOV RAX,qword ptr [RSI + 0x68]
SUB EAX,dword ptr [RDI + 0x68]
JNZ 0x0010b8f5
MOV RSI,qword ptr [RSI]
MOV RDI,qword ptr [RDI]
JMP 0x00106d00
MOV EAX,0x1
RET
MOV EAX,0xffffffff
RET
| null | null | null | null |
[(u'INT_ADD_-1206929148', u'CAST_-1206929014'), (u'LOAD_-1206929153', u'INT_SUB_-1206929134'), ('const-1', u'COPY_-1206929064'), (u'SUBPIECE_-1206929051', u'INT_SUB_-1206929134'), (u'CAST_-1206929025', u'INT_ADD_-1206929174'), ('const-0', u'RETURN_-1206929084'), (u'INT_SLESS_-1206929162', u'CBRANCH_-1206929169'), (u'CALL_-1206929122', u'COPY_-1206929097'), ('const-433', u'LOAD_-1206929137'), (u'CAST_-1206929008', u'LOAD_-1206929153'), (u'CAST_-1206929031', u'INT_ADD_-1206929181'), ('tmp_150', u'LOAD_-1206929132'), ('const-0', u'SUBPIECE_-1206929051'), (u'COPY_-1206929097', u'RETURN_-1206929118'), (u'INT_ADD_-1206929141', u'CAST_-1206929008'), (u'MULTIEQUAL_-1206929001', u'COPY_-1206929086'), ('const-96', u'INT_ADD_-1206929174'), (u'LOAD_-1206929137', u'CALL_-1206929122'), (u'LOAD_-1206929190', u'INT_SLESS_-1206929162'), ('const-0', u'RETURN_-1206929105'), ('const-433', u'LOAD_-1206929153'), (u'INT_ADD_-1206929174', u'CAST_-1206929024'), (u'INT_EQUAL_-1206929140', u'CBRANCH_-1206929137'), ('const-433', u'LOAD_-1206929132'), (u'INT_ADD_-1206929181', u'CAST_-1206929030'), (u'INT_SUB_-1206929134', u'MULTIEQUAL_-1206929001'), ('const-96', u'INT_ADD_-1206929181'), ('tmp_151', u'LOAD_-1206929137'), ('tmp_151', u'CAST_-1206929031'), (u'CAST_-1206929009', u'INT_ADD_-1206929141'), (u'LOAD_-1206929190', u'INT_SLESS_-1206929158'), (u'LOAD_-1206929197', u'INT_SLESS_-1206929158'), ('const-433', u'LOAD_-1206929197'), (u'LOAD_-1206929164', u'SUBPIECE_-1206929051'), ('tmp_150', u'CAST_-1206929025'), ('const-433', u'LOAD_-1206929164'), (u'COPY_-1206929064', u'MULTIEQUAL_-1206929001'), ('tmp_107', u'CBRANCH_-1206929137'), ('const-433', u'LOAD_-1206929190'), (u'LOAD_-1206929132', u'CALL_-1206929122'), ('const-104', u'INT_ADD_-1206929148'), (u'INT_SLESS_-1206929158', u'CBRANCH_-1206929165'), ('const-4294967295', u'COPY_-1206929069'), (u'COPY_-1206929069', u'RETURN_-1206929084'), ('const-0', u'RETURN_-1206929118'), ('const-104', u'INT_ADD_-1206929141'), (u'CAST_-1206929014', u'LOAD_-1206929164'), (u'CAST_-1206929030', u'LOAD_-1206929197'), ('const-0', u'INT_EQUAL_-1206929140'), (u'COPY_-1206929086', u'RETURN_-1206929105'), ('tmp_55', u'CBRANCH_-1206929165'), (u'INT_SUB_-1206929134', u'INT_EQUAL_-1206929140'), ('tmp_50', u'CBRANCH_-1206929169'), ('tmp_150', u'CAST_-1206929009'), (u'LOAD_-1206929197', u'INT_SLESS_-1206929162'), (u'CAST_-1206929024', u'LOAD_-1206929190'), ('tmp_151', u'CAST_-1206929015'), (u'CAST_-1206929015', u'INT_ADD_-1206929148')]
|
[(u'LOAD_-1206929153', u'INT_SUB_-1206929134'), (u'SUBPIECE_-1206929051', u'INT_SUB_-1206929134'), (u'CAST_-1206929028', u'INT_SLESS_-1206929162'), (u'LOAD_-1206929197', u'CAST_-1206929023'), ('const-0', u'RETURN_-1206929084'), ('tmp_250', u'PTRADD_-1206929039'), (u'INT_SLESS_-1206929162', u'CBRANCH_-1206929169'), ('const-4294967295', u'COPY_-1206929101'), (u'LOAD_-1206929190', u'CAST_-1206929027'), (u'COPY_-1206929101', u'RETURN_-1206929084'), ('tmp_251', u'LOAD_-1206929132'), ('const-12', u'PTRADD_-1206929034'), (u'INT_ZEXT_-1206929091', u'MULTIEQUAL_-1206929025'), (u'CAST_-1206929027', u'INT_SLESS_-1206929162'), (u'LOAD_-1206929137', u'CALL_-1206929122'), ('const-0', u'RETURN_-1206929105'), ('const-433', u'LOAD_-1206929153'), (u'CAST_-1206929023', u'INT_SLESS_-1206929158'), (u'INT_EQUAL_-1206929140', u'CBRANCH_-1206929137'), ('const-433', u'LOAD_-1206929132'), ('const-8', u'PTRADD_-1206929020'), ('const-433', u'LOAD_-1206929197'), ('const-8', u'PTRADD_-1206929034'), ('const-1', u'COPY_-1206929118'), ('const-8', u'PTRADD_-1206929025'), (u'COPY_-1206929118', u'MULTIEQUAL_-1206929025'), ('const-12', u'PTRADD_-1206929039'), ('tmp_250', u'PTRADD_-1206929025'), ('const-13', u'PTRADD_-1206929020'), (u'LOAD_-1206929164', u'SUBPIECE_-1206929051'), ('const-433', u'LOAD_-1206929190'), (u'PTRADD_-1206929025', u'LOAD_-1206929164'), ('tmp_107', u'CBRANCH_-1206929137'), ('tmp_250', u'LOAD_-1206929137'), (u'LOAD_-1206929132', u'CALL_-1206929122'), (u'INT_SLESS_-1206929158', u'CBRANCH_-1206929165'), ('tmp_251', u'PTRADD_-1206929034'), (u'INT_SUB_-1206929134', u'INT_ZEXT_-1206929091'), ('const-8', u'PTRADD_-1206929039'), (u'CAST_-1206929016', u'LOAD_-1206929153'), ('const-0', u'RETURN_-1206929118'), ('const-433', u'LOAD_-1206929137'), (u'CAST_-1206929024', u'INT_SLESS_-1206929158'), (u'LOAD_-1206929190', u'CAST_-1206929024'), (u'PTRADD_-1206929034', u'LOAD_-1206929190'), ('const-433', u'LOAD_-1206929164'), ('const-0', u'INT_EQUAL_-1206929140'), ('const-13', u'PTRADD_-1206929025'), ('tmp_55', u'CBRANCH_-1206929165'), (u'INT_SUB_-1206929134', u'INT_EQUAL_-1206929140'), (u'PTRADD_-1206929039', u'LOAD_-1206929197'), ('tmp_50', u'CBRANCH_-1206929169'), (u'LOAD_-1206929197', u'CAST_-1206929028'), (u'CALL_-1206929122', u'RETURN_-1206929118'), ('tmp_251', u'PTRADD_-1206929020'), (u'PTRADD_-1206929020', u'CAST_-1206929016'), ('const-0', u'SUBPIECE_-1206929051'), (u'MULTIEQUAL_-1206929025', u'RETURN_-1206929105')]
| null | null |
0010b8d0
|
x64
|
O2
|
(translation_unit "ulong FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}\n\n" (function_definition "ulong FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}" type_identifier (function_declarator "FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (if_statement "if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }" if (parenthesized_expression "((long)param_2[0xc] < (long)param_1[0xc])" ( (binary_expression "(long)param_2[0xc] < (long)param_1[0xc]" (cast_expression "(long)param_2[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_2[0xc]" identifier [ number_literal ])) < (cast_expression "(long)param_1[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_1[0xc]" identifier [ number_literal ]))) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (if_statement "if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" if (parenthesized_expression "((long)param_1[0xc] < (long)param_2[0xc])" ( (binary_expression "(long)param_1[0xc] < (long)param_2[0xc]" (cast_expression "(long)param_1[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_1[0xc]" identifier [ number_literal ])) < (cast_expression "(long)param_2[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_2[0xc]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar2 = 1;\n }" { (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" else (compound_statement "{\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" { (expression_statement "uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);" (assignment_expression "uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd)" identifier = (binary_expression "(int)param_2[0xd] - *(int *)(param_1 + 0xd)" (cast_expression "(int)param_2[0xd]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_2[0xd]" identifier [ number_literal ])) - (pointer_expression "*(int *)(param_1 + 0xd)" * (cast_expression "(int *)(param_1 + 0xd)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) )))))) ;) (expression_statement "uVar2 = (ulong)uVar1;" (assignment_expression "uVar2 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }" { (expression_statement "uVar2 = FUN_00106d00(*param_1,*param_2);" (assignment_expression "uVar2 = FUN_00106d00(*param_1,*param_2)" identifier = (call_expression "FUN_00106d00(*param_1,*param_2)" identifier (argument_list "(*param_1,*param_2)" ( (pointer_expression "*param_1" * identifier) , (pointer_expression "*param_2" * identifier) )))) ;) (return_statement "return uVar2;" return identifier ;) })) }))) (return_statement "return uVar2;" return identifier ;) })))
|
(translation_unit "wchar_t xstrcoll_atime(V a,V b)\n\n{\n wchar_t wVar1;\n \n if (*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60)) {\n return L'\xffffffff';\n }\n if (*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60)) {\n wVar1 = L'\x01';\n }\n else {\n wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);\n if (wVar1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }\n }\n return wVar1;\n}\n\n" (function_definition "wchar_t xstrcoll_atime(V a,V b)\n\n{\n wchar_t wVar1;\n \n if (*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60)) {\n return L'\xffffffff';\n }\n if (*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60)) {\n wVar1 = L'\x01';\n }\n else {\n wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);\n if (wVar1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }\n }\n return wVar1;\n}" type_identifier (function_declarator "xstrcoll_atime(V a,V b)" identifier (parameter_list "(V a,V b)" ( (parameter_declaration "V a" type_identifier identifier) , (parameter_declaration "V b" type_identifier identifier) ))) (compound_statement "{\n wchar_t wVar1;\n \n if (*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60)) {\n return L'\xffffffff';\n }\n if (*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60)) {\n wVar1 = L'\x01';\n }\n else {\n wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);\n if (wVar1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }\n }\n return wVar1;\n}" { (declaration "wchar_t wVar1;" type_identifier identifier ;) (if_statement "if (*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60)) {\n return L'\xffffffff';\n }" if (parenthesized_expression "(*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60))" ( (binary_expression "*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60)" (pointer_expression "*(long *)((long)b + 0x60)" * (cast_expression "(long *)((long)b + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)b + 0x60)" ( (binary_expression "(long)b + 0x60" (cast_expression "(long)b" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (pointer_expression "*(long *)((long)a + 0x60)" * (cast_expression "(long *)((long)a + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)a + 0x60)" ( (binary_expression "(long)a + 0x60" (cast_expression "(long)a" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) (compound_statement "{\n return L'\xffffffff';\n }" { (return_statement "return L'\xffffffff';" return (char_literal "L'\xffffffff'" L' escape_sequence character character character character ') ;) })) (if_statement "if (*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60)) {\n wVar1 = L'\x01';\n }\n else {\n wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);\n if (wVar1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }\n }" if (parenthesized_expression "(*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60))" ( (binary_expression "*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60)" (pointer_expression "*(long *)((long)a + 0x60)" * (cast_expression "(long *)((long)a + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)a + 0x60)" ( (binary_expression "(long)a + 0x60" (cast_expression "(long)a" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (pointer_expression "*(long *)((long)b + 0x60)" * (cast_expression "(long *)((long)b + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)b + 0x60)" ( (binary_expression "(long)b + 0x60" (cast_expression "(long)b" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) (compound_statement "{\n wVar1 = L'\x01';\n }" { (expression_statement "wVar1 = L'\x01';" (assignment_expression "wVar1 = L'\x01'" identifier = (char_literal "L'\x01'" L' escape_sequence ')) ;) }) (else_clause "else {\n wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);\n if (wVar1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }\n }" else (compound_statement "{\n wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);\n if (wVar1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }\n }" { (expression_statement "wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68);" (assignment_expression "wVar1 = (int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68)" identifier = (binary_expression "(int)*(undefined8 *)((long)b + 0x68) - *(int *)((long)a + 0x68)" (cast_expression "(int)*(undefined8 *)((long)b + 0x68)" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*(undefined8 *)((long)b + 0x68)" * (cast_expression "(undefined8 *)((long)b + 0x68)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)b + 0x68)" ( (binary_expression "(long)b + 0x68" (cast_expression "(long)b" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) - (pointer_expression "*(int *)((long)a + 0x68)" * (cast_expression "(int *)((long)a + 0x68)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)a + 0x68)" ( (binary_expression "(long)a + 0x68" (cast_expression "(long)a" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))))) ;) (if_statement "if (wVar1 == L'\0') {\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }" if (parenthesized_expression "(wVar1 == L'\0')" ( (binary_expression "wVar1 == L'\0'" identifier == (char_literal "L'\0'" L' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n wVar1 = xstrcoll(*a,*b);\n return wVar1;\n }" { comment comment (expression_statement "wVar1 = xstrcoll(*a,*b);" (assignment_expression "wVar1 = xstrcoll(*a,*b)" identifier = (call_expression "xstrcoll(*a,*b)" identifier (argument_list "(*a,*b)" ( (pointer_expression "*a" * identifier) , (pointer_expression "*b" * identifier) )))) ;) (return_statement "return wVar1;" return identifier ;) })) }))) (return_statement "return wVar1;" return identifier ;) })))
|
(translation_unit "ulong FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}\n\n" (function_definition "ulong FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}" type_identifier (function_declarator "FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (if_statement "if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }" if (parenthesized_expression "((long)param_2[0xc] < (long)param_1[0xc])" ( (binary_expression "(long)param_2[0xc] < (long)param_1[0xc]" (cast_expression "(long)param_2[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_2[0xc]" identifier [ number_literal ])) < (cast_expression "(long)param_1[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_1[0xc]" identifier [ number_literal ]))) )) (compound_statement "{\n return 0xffffffff;\n }" { (return_statement "return 0xffffffff;" return number_literal ;) })) (if_statement "if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" if (parenthesized_expression "((long)param_1[0xc] < (long)param_2[0xc])" ( (binary_expression "(long)param_1[0xc] < (long)param_2[0xc]" (cast_expression "(long)param_1[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_1[0xc]" identifier [ number_literal ])) < (cast_expression "(long)param_2[0xc]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (subscript_expression "param_2[0xc]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar2 = 1;\n }" { (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" else (compound_statement "{\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" { (expression_statement "uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);" (assignment_expression "uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd)" identifier = (binary_expression "(int)param_2[0xd] - *(int *)(param_1 + 0xd)" (cast_expression "(int)param_2[0xd]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_2[0xd]" identifier [ number_literal ])) - (pointer_expression "*(int *)(param_1 + 0xd)" * (cast_expression "(int *)(param_1 + 0xd)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) )))))) ;) (expression_statement "uVar2 = (ulong)uVar1;" (assignment_expression "uVar2 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }" if (parenthesized_expression "(uVar1 == 0)" ( (binary_expression "uVar1 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }" { (expression_statement "uVar2 = FUN_00106d00(*param_1,*param_2);" (assignment_expression "uVar2 = FUN_00106d00(*param_1,*param_2)" identifier = (call_expression "FUN_00106d00(*param_1,*param_2)" identifier (argument_list "(*param_1,*param_2)" ( (pointer_expression "*param_1" * identifier) , (pointer_expression "*param_2" * identifier) )))) ;) (return_statement "return uVar2;" return identifier ;) })) }))) (return_statement "return uVar2;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (return_statement return LIT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (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 ( (pointer_expression * IDENT) , (pointer_expression * IDENT) )))) ;) (return_statement return IDENT ;) })) }))) (return_statement return IDENT ;) })))
|
(function_definition "ulong FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}" (type_identifier "ulong") (function_declarator "FUN_0010b8d0(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_0010b8d0") (parameter_list "(undefined8 *param_1,undefined8 *param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n uint uVar1;\n ulong uVar2;\n \n if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }\n if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }\n return uVar2;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (if_statement "if ((long)param_2[0xc] < (long)param_1[0xc]) {\n return 0xffffffff;\n }" (if "if") (parenthesized_expression "((long)param_2[0xc] < (long)param_1[0xc])" (( "(") (binary_expression "(long)param_2[0xc] < (long)param_1[0xc]" (cast_expression "(long)param_2[0xc]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (subscript_expression "param_2[0xc]" (identifier "param_2") ([ "[") (number_literal "0xc") (] "]"))) (< "<") (cast_expression "(long)param_1[0xc]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]")))) () ")")) (compound_statement "{\n return 0xffffffff;\n }" ({ "{") (return_statement "return 0xffffffff;" (return "return") (number_literal "0xffffffff") (; ";")) (} "}"))) (if_statement "if ((long)param_1[0xc] < (long)param_2[0xc]) {\n uVar2 = 1;\n }\n else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" (if "if") (parenthesized_expression "((long)param_1[0xc] < (long)param_2[0xc])" (( "(") (binary_expression "(long)param_1[0xc] < (long)param_2[0xc]" (cast_expression "(long)param_1[0xc]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (subscript_expression "param_1[0xc]" (identifier "param_1") ([ "[") (number_literal "0xc") (] "]"))) (< "<") (cast_expression "(long)param_2[0xc]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (subscript_expression "param_2[0xc]" (identifier "param_2") ([ "[") (number_literal "0xc") (] "]")))) () ")")) (compound_statement "{\n uVar2 = 1;\n }" ({ "{") (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" (identifier "uVar2") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else {\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" (else "else") (compound_statement "{\n uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);\n uVar2 = (ulong)uVar1;\n if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }\n }" ({ "{") (expression_statement "uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);" (assignment_expression "uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd)" (identifier "uVar1") (= "=") (binary_expression "(int)param_2[0xd] - *(int *)(param_1 + 0xd)" (cast_expression "(int)param_2[0xd]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_2[0xd]" (identifier "param_2") ([ "[") (number_literal "0xd") (] "]"))) (- "-") (pointer_expression "*(int *)(param_1 + 0xd)" (* "*") (cast_expression "(int *)(param_1 + 0xd)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd)" (( "(") (binary_expression "param_1 + 0xd" (identifier "param_1") (+ "+") (number_literal "0xd")) () ")")))))) (; ";")) (expression_statement "uVar2 = (ulong)uVar1;" (assignment_expression "uVar2 = (ulong)uVar1" (identifier "uVar2") (= "=") (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1"))) (; ";")) (if_statement "if (uVar1 == 0) {\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }" (if "if") (parenthesized_expression "(uVar1 == 0)" (( "(") (binary_expression "uVar1 == 0" (identifier "uVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = FUN_00106d00(*param_1,*param_2);\n return uVar2;\n }" ({ "{") (expression_statement "uVar2 = FUN_00106d00(*param_1,*param_2);" (assignment_expression "uVar2 = FUN_00106d00(*param_1,*param_2)" (identifier "uVar2") (= "=") (call_expression "FUN_00106d00(*param_1,*param_2)" (identifier "FUN_00106d00") (argument_list "(*param_1,*param_2)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")")))) (; ";")) (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}"))) (} "}")))) (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}")))
|
type_1 function_1(type_2 a,type_2 b)
{
type_1 var_1;
if (*(long *)((long)b + 0x60) < *(long *)((long)a + 0x60)) {
return L'\xffffffff';
}
if (*(long *)((long)a + 0x60) < *(long *)((long)b + 0x60)) {
var_1 = L'\x01';
}
else {
var_1 = (int)*(type_3 *)((long)b + 0x68) - *(int *)((long)a + 0x68);
if (var_1 == L'\0') {
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
var_1 = var_2(*a,*b);
return var_1;
}
}
return var_1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (return_statement (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)))))) (return_statement (identifier))))))) (return_statement (identifier)))))
| null |
ulong MASKED(undefined8 *param_1,undefined8 *param_2)
{
uint uVar1;
ulong uVar2;
if ((long)param_2[0xc] < (long)param_1[0xc]) {
return 0xffffffff;
}
if ((long)param_1[0xc] < (long)param_2[0xc]) {
uVar2 = 1;
}
else {
uVar1 = (int)param_2[0xd] - *(int *)(param_1 + 0xd);
uVar2 = (ulong)uVar1;
if (uVar1 == 0) {
uVar2 = FUN_00106d00(*param_1,*param_2);
return uVar2;
}
}
return uVar2;
}
|
534_x86_64-linux-gnux32-as_and_x86_64-linux-gnux32-as_strip.c
|
S_SET_VALUE
|
FUN_00129150
|
void S_SET_VALUE(symbolS *s,valueT val)
{
undefined1 *puVar1;
segT paVar2;
paVar2 = reg_section;
if (((uint)s->sy_flags & 1) == 0) {
(s->sy_value).X_add_number = val;
*(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;
}
else {
if ((segT)s->bsym != reg_section) {
(s->sy_value).X_add_number = val;
return;
}
s = (s->sy_value).X_op_symbol;
(s->sy_value).X_add_number = val;
*(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;
if (((uint)s->sy_flags & 1) != 0) {
if (paVar2 != (segT)s->bsym) {
return;
}
puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;
*puVar1 = *puVar1 & 0xfd;
return;
}
}
puVar1 = &(s->sy_flags).field_0x1;
*puVar1 = *puVar1 & 0xfd;
return;
}
|
void FUN_00129150(byte *param_1,undefined8 param_2)
{
long lVar1;
lVar1 = DAT_001e4578;
if ((*param_1 & 1) == 0) {
*(undefined8 *)(param_1 + 0x20) = param_2;
*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;
}
else {
if (*(long *)(param_1 + 8) != DAT_001e4578) {
*(undefined8 *)(param_1 + 0x20) = param_2;
return;
}
param_1 = *(byte **)(param_1 + 0x18);
*(undefined8 *)(param_1 + 0x20) = param_2;
*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;
if ((*param_1 & 1) != 0) {
if (lVar1 != *(long *)(param_1 + 8)) {
return;
}
*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;
return;
}
}
param_1[1] = param_1[1] & 0xfd;
return;
}
|
TEST byte ptr [RDI],0x1
JNZ 0x00129170
MOVZX EAX,word ptr [RDI + 0x28]
MOV qword ptr [RDI + 0x20],RSI
AND AX,0xfe00
OR EAX,0x2
MOV word ptr [RDI + 0x28],AX
AND byte ptr [RDI + 0x1],0xfd
RET
MOV RDX,qword ptr [0x001e4578]
CMP qword ptr [RDI + 0x8],RDX
JZ 0x00129188
MOV qword ptr [RDI + 0x20],RSI
RET
MOV RDI,qword ptr [RDI + 0x18]
MOVZX EAX,word ptr [RDI + 0x28]
MOV qword ptr [RDI + 0x20],RSI
AND AX,0xfe00
OR EAX,0x2
MOV word ptr [RDI + 0x28],AX
TEST byte ptr [RDI],0x1
JZ 0x00129168
CMP RDX,qword ptr [RDI + 0x8]
JZ 0x001291b0
RET
MOV RDI,qword ptr [RDI + 0x18]
AND byte ptr [RDI + 0x1],0xfd
RET
| null | null | null | null |
[('const-16', u'PTRSUB_-1207069963'), ('const-1', u'INT_AND_-1207070164'), ('tmp_679', u'INT_NOTEQUAL_-1207070266'), (u'PTRSUB_-1207070037', u'PTRSUB_-1207070012'), (u'STORE_-1207070321', u'INDIRECT_-1207070038'), (u'STORE_-1207070354', u'INDIRECT_-1207070050'), ('tmp_429', u'STORE_-1207070261'), (u'PTRSUB_-1207069995', u'CAST_-1207069980'), (u'STORE_-1207070311', u'INDIRECT_-1207070033'), ('const-2', u'INT_OR_-1207070029'), (u'PTRSUB_-1207069946', u'STORE_-1207070229'), (u'PTRSUB_-1207069925', u'PTRSUB_-1207069912'), ('const-24', u'PTRSUB_-1207069934'), (u'LOAD_-1207070138', u'INT_AND_-1207070112'), (u'INT_AND_-1207070164', u'INT_NOTEQUAL_-1207070177'), ('const-1', u'PTRSUB_-1207069990'), (u'INDIRECT_-1207070033', u'COPY_-1207070095'), ('const-16', u'PTRSUB_-1207069969'), ('const-65024', u'INT_AND_-1207070323'), ('const-433', u'LOAD_-1207070380'), (u'PTRSUB_-1207069951', u'CAST_-1207069945'), ('const-0', u'PTRSUB_-1207069919'), (u'INT_AND_-1207070323', u'INT_OR_-1207070095'), (u'LOAD_-1207070364', u'INT_AND_-1207070323'), (u'STORE_-1207070229', u'INDIRECT_-1207069991'), (u'CAST_-1207069924', u'INT_AND_-1207070164'), ('const-0', u'PTRSUB_-1207069944'), (u'PTRSUB_-1207069950', u'PTRSUB_-1207069934'), ('tmp_679', u'COPY_-1207070071'), ('tmp_428', u'PTRSUB_-1207069995'), ('tmp_320', u'CBRANCH_-1207070176'), (u'PTRSUB_-1207069975', u'PTRSUB_-1207069956'), ('tmp_429', u'STORE_-1207070229'), ('const-8', u'PTRSUB_-1207069912'), ('const-16', u'PTRSUB_-1207069946'), (u'INDIRECT_-1207070011', u'COPY_-1207070073'), (u'LOAD_-1207070246', u'PTRSUB_-1207069950'), (u'PTRSUB_-1207069944', u'LOAD_-1207070190'), (u'COPY_-1207070071', u'INT_NOTEQUAL_-1207070159'), (u'INDIRECT_-1207069979', u'COPY_-1207070031'), (u'STORE_-1207070196', u'INDIRECT_-1207069979'), (u'PTRSUB_-1207069934', u'CAST_-1207069929'), ('const-0', u'RETURN_-1207070147'), ('const-253', u'INT_AND_-1207070112'), (u'INT_NOTEQUAL_-1207070266', u'CBRANCH_-1207070264'), (u'PTRSUB_-1207069912', u'LOAD_-1207070147'), (u'CAST_-1207069945', u'LOAD_-1207070239'), ('const-433', u'LOAD_-1207070175'), ('const-2', u'INT_OR_-1207070095'), (u'CAST_-1207069918', u'INT_NOTEQUAL_-1207070159'), (u'PTRSUB_-1207070018', u'PTRSUB_-1207069995'), ('const-433', u'STORE_-1207070321'), ('tmp_428', u'PTRSUB_-1207070018'), ('const-16', u'PTRSUB_-1207070007'), ('const-0', u'INT_EQUAL_-1207070368'), ('tmp_428', u'PTRSUB_-1207070043'), (u'LOAD_-1207070246', u'PTRSUB_-1207069969'), ('const-433', u'LOAD_-1207070190'), (u'INT_NOTEQUAL_-1207070159', u'CBRANCH_-1207070157'), (u'LOAD_-1207070246', u'PTRSUB_-1207069963'), ('const-0', u'RETURN_-1207070288'), (u'PTRSUB_-1207069995', u'LOAD_-1207070282'), (u'PTRSUB_-1207069963', u'PTRSUB_-1207069946'), ('tmp_428', u'PTRSUB_-1207069975'), ('tmp_428', u'PTRSUB_-1207069988'), (u'LOAD_-1207070246', u'PTRSUB_-1207069925'), ('const-433', u'STORE_-1207070261'), (u'CAST_-1207069980', u'STORE_-1207070321'), ('const-433', u'LOAD_-1207070239'), ('const-433', u'LOAD_-1207070147'), (u'PTRSUB_-1207069919', u'PTRSUB_-1207069907'), ('const-8', u'PTRSUB_-1207069956'), (u'PTRSUB_-1207070007', u'STORE_-1207070354'), (u'CAST_-1207070007', u'INT_AND_-1207070354'), ('const-16', u'PTRSUB_-1207069988'), (u'PTRSUB_-1207070012', u'CAST_-1207069996'), ('const-8', u'PTRSUB_-1207069995'), ('const-16', u'PTRSUB_-1207069975'), ('tmp_429', u'STORE_-1207070354'), ('const-0', u'INT_NOTEQUAL_-1207070177'), ('const-0', u'PTRSUB_-1207070043'), (u'STORE_-1207070261', u'INDIRECT_-1207070011'), ('const-16', u'PTRSUB_-1207069968'), (u'INT_NOTEQUAL_-1207070177', u'CBRANCH_-1207070176'), (u'LOAD_-1207070175', u'CAST_-1207069918'), ('tmp_356', u'CBRANCH_-1207070157'), (u'PTRSUB_-1207069990', u'LOAD_-1207070314'), ('const-433', u'STORE_-1207070135'), ('tmp_428', u'PTRSUB_-1207070037'), (u'INDIRECT_-1207069979', u'MULTIEQUAL_-1207070029'), ('const-24', u'PTRSUB_-1207069951'), (u'INDIRECT_-1207069953', u'COPY_-1207070016'), (u'INT_OR_-1207070029', u'STORE_-1207070196'), (u'LOAD_-1207070147', u'PTRSUB_-1207069919'), ('const-253', u'INT_AND_-1207070288'), ('const-433', u'STORE_-1207070311'), (u'CAST_-1207069967', u'INT_NOTEQUAL_-1207070266'), (u'PTRSUB_-1207069956', u'LOAD_-1207070246'), (u'PTRSUB_-1207069968', u'STORE_-1207070261'), ('const-433', u'LOAD_-1207070282'), ('const-433', u'STORE_-1207070196'), (u'PTRSUB_-1207069907', u'STORE_-1207070135'), (u'PTRSUB_-1207069969', u'PTRSUB_-1207069951'), ('const-16', u'PTRSUB_-1207070018'), (u'LOAD_-1207070246', u'PTRSUB_-1207069944'), (u'STORE_-1207070135', u'INDIRECT_-1207069953'), (u'PTRSUB_-1207070031', u'PTRSUB_-1207070007'), ('const-0', u'PTRSUB_-1207070012'), (u'LOAD_-1207070380', u'CAST_-1207070007'), ('const-433', u'LOAD_-1207070314'), (u'INT_AND_-1207070288', u'STORE_-1207070311'), (u'MULTIEQUAL_-1207070068', u'PTRSUB_-1207070012'), (u'PTRSUB_-1207070012', u'PTRSUB_-1207069990'), ('tmp_29', u'CBRANCH_-1207070365'), ('const-24', u'PTRSUB_-1207070012'), ('const-16', u'PTRSUB_-1207069950'), ('const-24', u'PTRSUB_-1207069995'), (u'CAST_-1207069996', u'LOAD_-1207070364'), (u'LOAD_-1207070246', u'PTRSUB_-1207069938'), (u'PTRSUB_-1207070043', u'LOAD_-1207070380'), ('const-433', u'LOAD_-1207070246'), (u'LOAD_-1207070282', u'CAST_-1207069967'), ('const-433', u'LOAD_-1207070364'), (u'PTRSUB_-1207069907', u'LOAD_-1207070138'), (u'INT_EQUAL_-1207070368', u'CBRANCH_-1207070365'), (u'INT_OR_-1207070095', u'STORE_-1207070321'), ('tmp_192', u'CBRANCH_-1207070264'), (u'INDIRECT_-1207070038', u'MULTIEQUAL_-1207070029'), (u'INT_AND_-1207070112', u'STORE_-1207070135'), ('const-16', u'PTRSUB_-1207069925'), (u'CAST_-1207069929', u'STORE_-1207070196'), ('const-8', u'PTRSUB_-1207069938'), ('const-65024', u'INT_AND_-1207070198'), ('const-433', u'STORE_-1207070229'), ('const-16', u'PTRSUB_-1207070037'), (u'LOAD_-1207070314', u'INT_AND_-1207070288'), (u'INT_AND_-1207070354', u'INT_EQUAL_-1207070368'), (u'PTRSUB_-1207069988', u'PTRSUB_-1207069968'), (u'LOAD_-1207070246', u'MULTIEQUAL_-1207070068'), (u'INT_AND_-1207070198', u'INT_OR_-1207070029'), ('const-1', u'INT_AND_-1207070354'), (u'PTRSUB_-1207069990', u'STORE_-1207070311'), ('const-0', u'RETURN_-1207070247'), ('const-16', u'PTRSUB_-1207070031'), (u'LOAD_-1207070239', u'INT_AND_-1207070198'), ('const-433', u'LOAD_-1207070138'), ('const-0', u'RETURN_-1207070112'), ('const-433', u'STORE_-1207070354'), (u'PTRSUB_-1207069938', u'LOAD_-1207070175'), ('tmp_428', u'MULTIEQUAL_-1207070068'), ('const-1', u'PTRSUB_-1207069907'), (u'LOAD_-1207070190', u'CAST_-1207069924'), ('tmp_428', u'PTRSUB_-1207070031')]
|
[('const-32', u'PTRADD_-1207070201'), (u'PTRADD_-1207070177', u'CAST_-1207069982'), ('const-1', u'PTRADD_-1207070261'), ('tmp_685', u'COPY_-1207070108'), ('const-1', u'PTRADD_-1207070294'), (u'STORE_-1207070321', u'INDIRECT_-1207070038'), (u'STORE_-1207070354', u'INDIRECT_-1207070050'), (u'STORE_-1207070311', u'INDIRECT_-1207070033'), (u'CAST_-1207069991', u'STORE_-1207070261'), (u'CAST_-1207069955', u'LOAD_-1207070175'), ('const-32', u'PTRADD_-1207070294'), (u'LOAD_-1207070138', u'INT_AND_-1207070112'), ('const-8', u'PTRADD_-1207070113'), (u'INT_AND_-1207070164', u'INT_NOTEQUAL_-1207070177'), (u'INDIRECT_-1207070033', u'COPY_-1207070095'), ('const-24', u'PTRADD_-1207070184'), ('const-1', u'INT_ADD_-1207070124'), (u'CAST_-1207070025', u'STORE_-1207070354'), (u'MULTIEQUAL_-1207070068', u'PTRADD_-1207070254'), (u'PTRADD_-1207070220', u'CAST_-1207070005'), (u'PTRADD_-1207070169', u'CAST_-1207069977'), ('const-65024', u'INT_AND_-1207070323'), (u'LOAD_-1207070190', u'INT_AND_-1207070164'), (u'CAST_-1207069982', u'LOAD_-1207070239'), ('const-433', u'LOAD_-1207070147'), (u'PTRADD_-1207070136', u'CAST_-1207069965'), ('tmp_612', u'PTRADD_-1207070294'), (u'INT_AND_-1207070323', u'INT_OR_-1207070095'), (u'LOAD_-1207070364', u'INT_AND_-1207070323'), (u'STORE_-1207070229', u'INDIRECT_-1207069991'), ('tmp_612', u'PTRADD_-1207070302'), ('const-0', u'INT_EQUAL_-1207070368'), (u'LOAD_-1207070246', u'PTRADD_-1207070177'), (u'CAST_-1207070030', u'LOAD_-1207070364'), (u'COPY_-1207070108', u'INT_NOTEQUAL_-1207070159'), (u'CAST_-1207069965', u'STORE_-1207070196'), ('const-433', u'LOAD_-1207070380'), ('tmp_320', u'CBRANCH_-1207070176'), (u'CAST_-1207069987', u'LOAD_-1207070246'), (u'INDIRECT_-1207070011', u'COPY_-1207070073'), (u'INDIRECT_-1207069979', u'COPY_-1207070031'), (u'STORE_-1207070196', u'INDIRECT_-1207069979'), ('tmp_615', u'STORE_-1207070354'), ('const-0', u'RETURN_-1207070147'), ('const-2', u'INT_OR_-1207070029'), ('const-253', u'INT_AND_-1207070112'), ('const-24', u'PTRADD_-1207070085'), (u'INT_NOTEQUAL_-1207070266', u'CBRANCH_-1207070264'), ('tmp_612', u'LOAD_-1207070380'), ('const-1', u'PTRADD_-1207070302'), ('const-433', u'LOAD_-1207070246'), ('const-8', u'PTRADD_-1207070220'), ('const-40', u'PTRADD_-1207070136'), ('const-1', u'PTRADD_-1207070085'), ('const-433', u'STORE_-1207070311'), ('const-433', u'LOAD_-1207070282'), (u'INT_NOTEQUAL_-1207070159', u'CBRANCH_-1207070157'), ('const-1', u'PTRADD_-1207070254'), ('const-0', u'RETURN_-1207070288'), ('tmp_685', u'INT_NOTEQUAL_-1207070266'), ('tmp_612', u'PTRADD_-1207070184'), (u'LOAD_-1207070246', u'PTRADD_-1207070113'), ('const-1', u'PTRADD_-1207070136'), ('const-32', u'PTRADD_-1207070169'), ('const-40', u'PTRADD_-1207070261'), ('const-2', u'INT_OR_-1207070095'), ('const-1', u'PTRADD_-1207070254'), ('const-433', u'LOAD_-1207070364'), ('const-433', u'LOAD_-1207070190'), ('const-1', u'INT_AND_-1207070164'), ('const-1', u'PTRADD_-1207070220'), ('const-1', u'INT_AND_-1207070354'), (u'CAST_-1207069942', u'LOAD_-1207070147'), (u'PTRADD_-1207070302', u'CAST_-1207070030'), ('const-433', u'LOAD_-1207070138'), (u'PTRADD_-1207070201', u'CAST_-1207069991'), (u'STORE_-1207070261', u'INDIRECT_-1207070011'), (u'INT_NOTEQUAL_-1207070177', u'CBRANCH_-1207070176'), (u'LOAD_-1207070246', u'PTRADD_-1207070085'), ('tmp_612', u'PTRADD_-1207070220'), ('const-40', u'PTRADD_-1207070177'), ('tmp_356', u'CBRANCH_-1207070157'), (u'LOAD_-1207070282', u'INT_NOTEQUAL_-1207070266'), ('const-1', u'PTRADD_-1207070177'), (u'CAST_-1207070013', u'STORE_-1207070321'), (u'INDIRECT_-1207069979', u'MULTIEQUAL_-1207070029'), ('const-1', u'PTRADD_-1207070184'), (u'INDIRECT_-1207069953', u'COPY_-1207070016'), (u'INT_OR_-1207070029', u'STORE_-1207070196'), ('const-433', u'STORE_-1207070354'), ('const-253', u'INT_AND_-1207070288'), ('tmp_612', u'MULTIEQUAL_-1207070068'), (u'CAST_-1207069937', u'STORE_-1207070135'), (u'LOAD_-1207070175', u'INT_NOTEQUAL_-1207070159'), ('const-1', u'PTRADD_-1207070113'), ('const-433', u'STORE_-1207070321'), ('const-433', u'STORE_-1207070196'), (u'INT_ADD_-1207070124', u'CAST_-1207069937'), (u'LOAD_-1207070380', u'INT_AND_-1207070354'), ('const-433', u'LOAD_-1207070314'), ('const-1', u'PTRADD_-1207070201'), ('const-433', u'LOAD_-1207070175'), (u'CAST_-1207069977', u'STORE_-1207070229'), (u'PTRADD_-1207070184', u'CAST_-1207069987'), (u'PTRADD_-1207070113', u'CAST_-1207069955'), ('tmp_612', u'PTRADD_-1207070261'), (u'STORE_-1207070135', u'INDIRECT_-1207069953'), ('const-1', u'PTRADD_-1207070169'), (u'LOAD_-1207070147', u'INT_ADD_-1207070124'), (u'PTRADD_-1207070261', u'CAST_-1207070013'), (u'INT_AND_-1207070288', u'STORE_-1207070311'), ('tmp_612', u'PTRADD_-1207070201'), (u'CAST_-1207070005', u'LOAD_-1207070282'), (u'LOAD_-1207070246', u'LOAD_-1207070190'), (u'LOAD_-1207070246', u'PTRADD_-1207070169'), ('const-433', u'STORE_-1207070135'), ('tmp_29', u'CBRANCH_-1207070365'), ('const-433', u'STORE_-1207070229'), (u'CAST_-1207069937', u'LOAD_-1207070138'), (u'PTRADD_-1207070294', u'CAST_-1207070025'), ('const-433', u'LOAD_-1207070239'), ('const-40', u'PTRADD_-1207070302'), (u'INT_EQUAL_-1207070368', u'CBRANCH_-1207070365'), (u'INT_OR_-1207070095', u'STORE_-1207070321'), ('tmp_192', u'CBRANCH_-1207070264'), (u'INDIRECT_-1207070038', u'MULTIEQUAL_-1207070029'), (u'INT_AND_-1207070112', u'STORE_-1207070135'), ('const-433', u'STORE_-1207070261'), ('const-65024', u'INT_AND_-1207070198'), ('tmp_615', u'STORE_-1207070229'), (u'PTRADD_-1207070085', u'CAST_-1207069942'), (u'PTRADD_-1207070254', u'STORE_-1207070311'), (u'PTRADD_-1207070254', u'LOAD_-1207070314'), (u'LOAD_-1207070314', u'INT_AND_-1207070288'), ('tmp_615', u'STORE_-1207070261'), (u'INT_AND_-1207070354', u'INT_EQUAL_-1207070368'), (u'LOAD_-1207070246', u'MULTIEQUAL_-1207070068'), (u'INT_AND_-1207070198', u'INT_OR_-1207070029'), (u'LOAD_-1207070246', u'PTRADD_-1207070136'), ('const-0', u'RETURN_-1207070247'), (u'LOAD_-1207070239', u'INT_AND_-1207070198'), ('const-0', u'RETURN_-1207070112'), ('const-0', u'INT_NOTEQUAL_-1207070177')]
| null | null |
00129150
|
x64
|
O2
|
(translation_unit "void FUN_00129150(byte *param_1,undefined8 param_2)\n\n{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}\n\n" (function_definition "void FUN_00129150(byte *param_1,undefined8 param_2)\n\n{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}" primitive_type (function_declarator "FUN_00129150(byte *param_1,undefined8 param_2)" identifier (parameter_list "(byte *param_1,undefined8 param_2)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = DAT_001e4578;" (assignment_expression "lVar1 = DAT_001e4578" identifier = identifier) ;) (if_statement "if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" if (parenthesized_expression "((*param_1 & 1) == 0)" ( (binary_expression "(*param_1 & 1) == 0" (parenthesized_expression "(*param_1 & 1)" ( (binary_expression "*param_1 & 1" (pointer_expression "*param_1" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;" (assignment_expression "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) & number_literal) | number_literal)) ;) }) (else_clause "else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" else (compound_statement "{\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" { (if_statement "if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 8) != DAT_001e4578)" ( (binary_expression "*(long *)(param_1 + 8) != DAT_001e4578" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "param_1 = *(byte **)(param_1 + 0x18);" (assignment_expression "param_1 = *(byte **)(param_1 + 0x18)" identifier = (pointer_expression "*(byte **)(param_1 + 0x18)" * (cast_expression "(byte **)(param_1 + 0x18)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;" (assignment_expression "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) & number_literal) | number_literal)) ;) (if_statement "if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }" if (parenthesized_expression "((*param_1 & 1) != 0)" ( (binary_expression "(*param_1 & 1) != 0" (parenthesized_expression "(*param_1 & 1)" ( (binary_expression "*param_1 & 1" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }" { (if_statement "if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }" if (parenthesized_expression "(lVar1 != *(long *)(param_1 + 8))" ( (binary_expression "lVar1 != *(long *)(param_1 + 8)" identifier != (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) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;" (assignment_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd" (pointer_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1)" * (cast_expression "(byte *)(*(long *)(param_1 + 0x18) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + 1)" ( (binary_expression "*(long *)(param_1 + 0x18) + 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" identifier + number_literal) )))) + number_literal) )))) = (binary_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd" (pointer_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1)" * (cast_expression "(byte *)(*(long *)(param_1 + 0x18) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + 1)" ( (binary_expression "*(long *)(param_1 + 0x18) + 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" identifier + number_literal) )))) + number_literal) )))) & number_literal)) ;) (return_statement "return;" return ;) })) }))) (expression_statement "param_1[1] = param_1[1] & 0xfd;" (assignment_expression "param_1[1] = param_1[1] & 0xfd" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "param_1[1] & 0xfd" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void S_SET_VALUE(symbolS *s,valueT val)\n\n{\n undefined1 *puVar1;\n segT paVar2;\n \n paVar2 = reg_section;\n if (((uint)s->sy_flags & 1) == 0) {\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n }\n else {\n if ((segT)s->bsym != reg_section) {\n (s->sy_value).X_add_number = val;\n return;\n }\n s = (s->sy_value).X_op_symbol;\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n if (((uint)s->sy_flags & 1) != 0) {\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }\n }\n puVar1 = &(s->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n}\n\n" (function_definition "void S_SET_VALUE(symbolS *s,valueT val)\n\n{\n undefined1 *puVar1;\n segT paVar2;\n \n paVar2 = reg_section;\n if (((uint)s->sy_flags & 1) == 0) {\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n }\n else {\n if ((segT)s->bsym != reg_section) {\n (s->sy_value).X_add_number = val;\n return;\n }\n s = (s->sy_value).X_op_symbol;\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n if (((uint)s->sy_flags & 1) != 0) {\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }\n }\n puVar1 = &(s->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n}" primitive_type (function_declarator "S_SET_VALUE(symbolS *s,valueT val)" identifier (parameter_list "(symbolS *s,valueT val)" ( (parameter_declaration "symbolS *s" type_identifier (pointer_declarator "*s" * identifier)) , (parameter_declaration "valueT val" type_identifier identifier) ))) (compound_statement "{\n undefined1 *puVar1;\n segT paVar2;\n \n paVar2 = reg_section;\n if (((uint)s->sy_flags & 1) == 0) {\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n }\n else {\n if ((segT)s->bsym != reg_section) {\n (s->sy_value).X_add_number = val;\n return;\n }\n s = (s->sy_value).X_op_symbol;\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n if (((uint)s->sy_flags & 1) != 0) {\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }\n }\n puVar1 = &(s->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n}" { (declaration "undefined1 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "segT paVar2;" type_identifier identifier ;) (expression_statement "paVar2 = reg_section;" (assignment_expression "paVar2 = reg_section" identifier = identifier) ;) (if_statement "if (((uint)s->sy_flags & 1) == 0) {\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n }\n else {\n if ((segT)s->bsym != reg_section) {\n (s->sy_value).X_add_number = val;\n return;\n }\n s = (s->sy_value).X_op_symbol;\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n if (((uint)s->sy_flags & 1) != 0) {\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }\n }" if (parenthesized_expression "(((uint)s->sy_flags & 1) == 0)" ( (binary_expression "((uint)s->sy_flags & 1) == 0" (parenthesized_expression "((uint)s->sy_flags & 1)" ( (binary_expression "(uint)s->sy_flags & 1" (cast_expression "(uint)s->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "s->sy_flags" identifier -> field_identifier)) & number_literal) )) == number_literal) )) (compound_statement "{\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n }" { (expression_statement "(s->sy_value).X_add_number = val;" (assignment_expression "(s->sy_value).X_add_number = val" (field_expression "(s->sy_value).X_add_number" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "*(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;" (assignment_expression "*(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2" (pointer_expression "*(ushort *)&(s->sy_value).field_0x18" * (cast_expression "(ushort *)&(s->sy_value).field_0x18" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->sy_value).field_0x18" & (field_expression "(s->sy_value).field_0x18" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)))) = (binary_expression "*(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2" (binary_expression "*(ushort *)&(s->sy_value).field_0x18 & 0xfe00" (pointer_expression "*(ushort *)&(s->sy_value).field_0x18" * (cast_expression "(ushort *)&(s->sy_value).field_0x18" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->sy_value).field_0x18" & (field_expression "(s->sy_value).field_0x18" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)))) & number_literal) | number_literal)) ;) }) (else_clause "else {\n if ((segT)s->bsym != reg_section) {\n (s->sy_value).X_add_number = val;\n return;\n }\n s = (s->sy_value).X_op_symbol;\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n if (((uint)s->sy_flags & 1) != 0) {\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }\n }" else (compound_statement "{\n if ((segT)s->bsym != reg_section) {\n (s->sy_value).X_add_number = val;\n return;\n }\n s = (s->sy_value).X_op_symbol;\n (s->sy_value).X_add_number = val;\n *(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;\n if (((uint)s->sy_flags & 1) != 0) {\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }\n }" { (if_statement "if ((segT)s->bsym != reg_section) {\n (s->sy_value).X_add_number = val;\n return;\n }" if (parenthesized_expression "((segT)s->bsym != reg_section)" ( (binary_expression "(segT)s->bsym != reg_section" (cast_expression "(segT)s->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "s->bsym" identifier -> field_identifier)) != identifier) )) (compound_statement "{\n (s->sy_value).X_add_number = val;\n return;\n }" { (expression_statement "(s->sy_value).X_add_number = val;" (assignment_expression "(s->sy_value).X_add_number = val" (field_expression "(s->sy_value).X_add_number" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "s = (s->sy_value).X_op_symbol;" (assignment_expression "s = (s->sy_value).X_op_symbol" identifier = (field_expression "(s->sy_value).X_op_symbol" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(s->sy_value).X_add_number = val;" (assignment_expression "(s->sy_value).X_add_number = val" (field_expression "(s->sy_value).X_add_number" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "*(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2;" (assignment_expression "*(ushort *)&(s->sy_value).field_0x18 = *(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2" (pointer_expression "*(ushort *)&(s->sy_value).field_0x18" * (cast_expression "(ushort *)&(s->sy_value).field_0x18" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->sy_value).field_0x18" & (field_expression "(s->sy_value).field_0x18" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)))) = (binary_expression "*(ushort *)&(s->sy_value).field_0x18 & 0xfe00 | 2" (binary_expression "*(ushort *)&(s->sy_value).field_0x18 & 0xfe00" (pointer_expression "*(ushort *)&(s->sy_value).field_0x18" * (cast_expression "(ushort *)&(s->sy_value).field_0x18" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(s->sy_value).field_0x18" & (field_expression "(s->sy_value).field_0x18" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier)))) & number_literal) | number_literal)) ;) (if_statement "if (((uint)s->sy_flags & 1) != 0) {\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }" if (parenthesized_expression "(((uint)s->sy_flags & 1) != 0)" ( (binary_expression "((uint)s->sy_flags & 1) != 0" (parenthesized_expression "((uint)s->sy_flags & 1)" ( (binary_expression "(uint)s->sy_flags & 1" (cast_expression "(uint)s->sy_flags" ( (type_descriptor "uint" type_identifier) ) (field_expression "s->sy_flags" identifier -> field_identifier)) & number_literal) )) != number_literal) )) (compound_statement "{\n if (paVar2 != (segT)s->bsym) {\n return;\n }\n puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;\n *puVar1 = *puVar1 & 0xfd;\n return;\n }" { (if_statement "if (paVar2 != (segT)s->bsym) {\n return;\n }" if (parenthesized_expression "(paVar2 != (segT)s->bsym)" ( (binary_expression "paVar2 != (segT)s->bsym" identifier != (cast_expression "(segT)s->bsym" ( (type_descriptor "segT" type_identifier) ) (field_expression "s->bsym" identifier -> field_identifier))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;" (assignment_expression "puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1" identifier = (pointer_expression "&(((s->sy_value).X_op_symbol)->sy_flags).field_0x1" & (field_expression "(((s->sy_value).X_op_symbol)->sy_flags).field_0x1" (parenthesized_expression "(((s->sy_value).X_op_symbol)->sy_flags)" ( (field_expression "((s->sy_value).X_op_symbol)->sy_flags" (parenthesized_expression "((s->sy_value).X_op_symbol)" ( (field_expression "(s->sy_value).X_op_symbol" (parenthesized_expression "(s->sy_value)" ( (field_expression "s->sy_value" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) )) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xfd;" (assignment_expression "*puVar1 = *puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (return_statement "return;" return ;) })) }))) (expression_statement "puVar1 = &(s->sy_flags).field_0x1;" (assignment_expression "puVar1 = &(s->sy_flags).field_0x1" identifier = (pointer_expression "&(s->sy_flags).field_0x1" & (field_expression "(s->sy_flags).field_0x1" (parenthesized_expression "(s->sy_flags)" ( (field_expression "s->sy_flags" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xfd;" (assignment_expression "*puVar1 = *puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xfd" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00129150(byte *param_1,undefined8 param_2)\n\n{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}\n\n" (function_definition "void FUN_00129150(byte *param_1,undefined8 param_2)\n\n{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}" primitive_type (function_declarator "FUN_00129150(byte *param_1,undefined8 param_2)" identifier (parameter_list "(byte *param_1,undefined8 param_2)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = DAT_001e4578;" (assignment_expression "lVar1 = DAT_001e4578" identifier = identifier) ;) (if_statement "if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" if (parenthesized_expression "((*param_1 & 1) == 0)" ( (binary_expression "(*param_1 & 1) == 0" (parenthesized_expression "(*param_1 & 1)" ( (binary_expression "*param_1 & 1" (pointer_expression "*param_1" * identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;" (assignment_expression "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) & number_literal) | number_literal)) ;) }) (else_clause "else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" else (compound_statement "{\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" { (if_statement "if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 8) != DAT_001e4578)" ( (binary_expression "*(long *)(param_1 + 8) != DAT_001e4578" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "param_1 = *(byte **)(param_1 + 0x18);" (assignment_expression "param_1 = *(byte **)(param_1 + 0x18)" identifier = (pointer_expression "*(byte **)(param_1 + 0x18)" * (cast_expression "(byte **)(param_1 + 0x18)" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;" (assignment_expression "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00" (pointer_expression "*(ushort *)(param_1 + 0x28)" * (cast_expression "(ushort *)(param_1 + 0x28)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) & number_literal) | number_literal)) ;) (if_statement "if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }" if (parenthesized_expression "((*param_1 & 1) != 0)" ( (binary_expression "(*param_1 & 1) != 0" (parenthesized_expression "(*param_1 & 1)" ( (binary_expression "*param_1 & 1" (pointer_expression "*param_1" * identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }" { (if_statement "if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }" if (parenthesized_expression "(lVar1 != *(long *)(param_1 + 8))" ( (binary_expression "lVar1 != *(long *)(param_1 + 8)" identifier != (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) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;" (assignment_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd" (pointer_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1)" * (cast_expression "(byte *)(*(long *)(param_1 + 0x18) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + 1)" ( (binary_expression "*(long *)(param_1 + 0x18) + 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" identifier + number_literal) )))) + number_literal) )))) = (binary_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd" (pointer_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1)" * (cast_expression "(byte *)(*(long *)(param_1 + 0x18) + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + 1)" ( (binary_expression "*(long *)(param_1 + 0x18) + 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" identifier + number_literal) )))) + number_literal) )))) & number_literal)) ;) (return_statement "return;" return ;) })) }))) (expression_statement "param_1[1] = param_1[1] & 0xfd;" (assignment_expression "param_1[1] = param_1[1] & 0xfd" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "param_1[1] & 0xfd" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal)) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) | LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) | LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) & LIT) )) != LIT) )) (compound_statement { (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 (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT)) ;) (return_statement return ;) })) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) & LIT)) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00129150(byte *param_1,undefined8 param_2)\n\n{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00129150(byte *param_1,undefined8 param_2)" (identifier "FUN_00129150") (parameter_list "(byte *param_1,undefined8 param_2)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = DAT_001e4578;\n if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }\n param_1[1] = param_1[1] & 0xfd;\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = DAT_001e4578;" (assignment_expression "lVar1 = DAT_001e4578" (identifier "lVar1") (= "=") (identifier "DAT_001e4578")) (; ";")) (if_statement "if ((*param_1 & 1) == 0) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }\n else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" (if "if") (parenthesized_expression "((*param_1 & 1) == 0)" (( "(") (binary_expression "(*param_1 & 1) == 0" (parenthesized_expression "(*param_1 & 1)" (( "(") (binary_expression "*param_1 & 1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n }" ({ "{") (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;" (assignment_expression "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (pointer_expression "*(ushort *)(param_1 + 0x28)" (* "*") (cast_expression "(ushort *)(param_1 + 0x28)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00" (pointer_expression "*(ushort *)(param_1 + 0x28)" (* "*") (cast_expression "(ushort *)(param_1 + 0x28)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (& "&") (number_literal "0xfe00")) (| "|") (number_literal "2"))) (; ";")) (} "}")) (else_clause "else {\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" (else "else") (compound_statement "{\n if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }\n param_1 = *(byte **)(param_1 + 0x18);\n *(undefined8 *)(param_1 + 0x20) = param_2;\n *(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;\n if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }\n }" ({ "{") (if_statement "if (*(long *)(param_1 + 8) != DAT_001e4578) {\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 8) != DAT_001e4578)" (( "(") (binary_expression "*(long *)(param_1 + 8) != DAT_001e4578" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (identifier "DAT_001e4578")) () ")")) (compound_statement "{\n *(undefined8 *)(param_1 + 0x20) = param_2;\n return;\n }" ({ "{") (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "param_1 = *(byte **)(param_1 + 0x18);" (assignment_expression "param_1 = *(byte **)(param_1 + 0x18)" (identifier "param_1") (= "=") (pointer_expression "*(byte **)(param_1 + 0x18)" (* "*") (cast_expression "(byte **)(param_1 + 0x18)" (( "(") (type_descriptor "byte **" (type_identifier "byte") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;" (assignment_expression "*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (pointer_expression "*(ushort *)(param_1 + 0x28)" (* "*") (cast_expression "(ushort *)(param_1 + 0x28)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00 | 2" (binary_expression "*(ushort *)(param_1 + 0x28) & 0xfe00" (pointer_expression "*(ushort *)(param_1 + 0x28)" (* "*") (cast_expression "(ushort *)(param_1 + 0x28)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (& "&") (number_literal "0xfe00")) (| "|") (number_literal "2"))) (; ";")) (if_statement "if ((*param_1 & 1) != 0) {\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }" (if "if") (parenthesized_expression "((*param_1 & 1) != 0)" (( "(") (binary_expression "(*param_1 & 1) != 0" (parenthesized_expression "(*param_1 & 1)" (( "(") (binary_expression "*param_1 & 1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }\n *(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;\n return;\n }" ({ "{") (if_statement "if (lVar1 != *(long *)(param_1 + 8)) {\n return;\n }" (if "if") (parenthesized_expression "(lVar1 != *(long *)(param_1 + 8))" (( "(") (binary_expression "lVar1 != *(long *)(param_1 + 8)" (identifier "lVar1") (!= "!=") (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")) () ")"))))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;" (assignment_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd" (pointer_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1)" (* "*") (cast_expression "(byte *)(*(long *)(param_1 + 0x18) + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x18) + 1)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) + 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" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "1")) () ")")))) (= "=") (binary_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd" (pointer_expression "*(byte *)(*(long *)(param_1 + 0x18) + 1)" (* "*") (cast_expression "(byte *)(*(long *)(param_1 + 0x18) + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x18) + 1)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) + 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" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "1")) () ")")))) (& "&") (number_literal "0xfd"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")))) (expression_statement "param_1[1] = param_1[1] & 0xfd;" (assignment_expression "param_1[1] = param_1[1] & 0xfd" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "param_1[1] & 0xfd" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0xfd"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(type_1 *s,type_2 val)
{
type_3 *puVar1;
type_4 var_2;
var_2 = var_1;
if (((type_5)s->sy_flags & 1) == 0) {
(s->sy_value).X_add_number = val;
*(type_6 *)&(s->sy_value).field_0x18 = *(type_6 *)&(s->sy_value).field_0x18 & 0xfe00 | 2;
}
else {
if ((type_4)s->bsym != var_1) {
(s->sy_value).X_add_number = val;
return;
}
s = (s->sy_value).X_op_symbol;
(s->sy_value).X_add_number = val;
*(type_6 *)&(s->sy_value).field_0x18 = *(type_6 *)&(s->sy_value).field_0x18 & 0xfe00 | 2;
if (((type_5)s->sy_flags & 1) != 0) {
if (var_2 != (type_4)s->bsym) {
return;
}
puVar1 = &(((s->sy_value).X_op_symbol)->sy_flags).field_0x1;
*puVar1 = *puVar1 & 0xfd;
return;
}
}
puVar1 = &(s->sy_flags).field_0x1;
*puVar1 = *puVar1 & 0xfd;
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: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (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)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (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 (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal)))) (return_statement)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (return_statement))))
| null |
void MASKED(byte *param_1,undefined8 param_2)
{
long lVar1;
lVar1 = DAT_001e4578;
if ((*param_1 & 1) == 0) {
*(undefined8 *)(param_1 + 0x20) = param_2;
*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;
}
else {
if (*(long *)(param_1 + 8) != DAT_001e4578) {
*(undefined8 *)(param_1 + 0x20) = param_2;
return;
}
param_1 = *(byte **)(param_1 + 0x18);
*(undefined8 *)(param_1 + 0x20) = param_2;
*(ushort *)(param_1 + 0x28) = *(ushort *)(param_1 + 0x28) & 0xfe00 | 2;
if ((*param_1 & 1) != 0) {
if (lVar1 != *(long *)(param_1 + 8)) {
return;
}
*(byte *)(*(long *)(param_1 + 0x18) + 1) = *(byte *)(*(long *)(param_1 + 0x18) + 1) & 0xfd;
return;
}
}
param_1[1] = param_1[1] & 0xfd;
return;
}
|
9531_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
out_of_range
|
FUN_0031a660
|
/* out_of_range(char const*) */
void __thiscall std::out_of_range::out_of_range(out_of_range *this,char *param_1)
{
void *pvVar1;
out_of_range aoStack_28 [16];
out_of_range(aoStack_28,"");
/* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */
_ITM_memcpyRnWt(this,aoStack_28,0x10);
pvVar1 = (void *)_txnal_logic_error_get_msg(this);
_txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);
~out_of_range(aoStack_28);
return;
}
|
void FUN_0031a660(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined1 auStack_28 [16];
FUN_00319ed0(auStack_28,"");
/* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */
_ITM_memcpyRnWt(param_1,auStack_28,0x10);
uVar1 = FUN_0031a1e0(param_1);
FUN_0031a110(uVar1,param_2,param_1);
FUN_00322e30(auStack_28);
return;
}
|
PUSH R12
MOV R12,RSI
LEA RSI,[0x38b016]
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x10
MOV RBX,RSP
MOV RDI,RBX
CALL 0x00319ed0
MOV EDX,0x10
MOV RSI,RBX
MOV RDI,RBP
CALL 0x00147740
MOV RDI,RBP
CALL 0x0031a1e0
MOV RDX,RBP
MOV RSI,R12
MOV RDI,RAX
CALL 0x0031a110
MOV RDI,RBX
CALL 0x00322e30
ADD RSP,0x10
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[(u'CALL_-1204902211', u'CAST_-1204902011'), ('tmp_198', u'CALL_-1204902191'), ('const--40', u'PTRSUB_-1204902044'), ('const-16', u'CALL_-1204902223'), ('tmp_197', u'CALL_-1204902211'), ('tmp_402', u'PTRSUB_-1204902046'), (u'COPY_-1204902102', u'CALL_-1204902245'), (u'CAST_-1204902011', u'CALL_-1204902191'), ('tmp_402', u'PTRSUB_-1204902045'), ('tmp_402', u'PTRSUB_-1204902044'), ('const--40', u'PTRSUB_-1204902045'), ('tmp_197', u'CALL_-1204902191'), (u'PTRSUB_-1204902045', u'CALL_-1204902179'), ('const-3715094', u'COPY_-1204902102'), (u'PTRSUB_-1204902046', u'CALL_-1204902245'), ('const--40', u'PTRSUB_-1204902046'), ('tmp_197', u'CALL_-1204902223'), (u'PTRSUB_-1204902044', u'CALL_-1204902223'), ('const-0', u'RETURN_-1204902139')]
|
[(u'PTRSUB_-1204902045', u'CALL_-1204902223'), ('const--40', u'PTRSUB_-1204902046'), (u'CALL_-1204902211', u'CALL_-1204902191'), ('const--40', u'PTRSUB_-1204902044'), ('const-16', u'CALL_-1204902223'), (u'PTRSUB_-1204902044', u'CALL_-1204902179'), (u'COPY_-1204902102', u'CALL_-1204902245'), ('tmp_408', u'CALL_-1204902191'), ('tmp_408', u'CALL_-1204902223'), ('const--40', u'PTRSUB_-1204902045'), ('tmp_406', u'CALL_-1204902191'), ('tmp_405', u'PTRSUB_-1204902046'), (u'PTRSUB_-1204902046', u'CALL_-1204902245'), ('tmp_408', u'CALL_-1204902211'), ('tmp_405', u'PTRSUB_-1204902045'), ('const-3715094', u'COPY_-1204902102'), ('tmp_405', u'PTRSUB_-1204902044'), ('const-0', u'RETURN_-1204902139')]
| null | null |
0031a660
|
x64
|
O2
|
(translation_unit "void FUN_0031a660(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n /* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */\n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}\n\n" (function_definition "void FUN_0031a660(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n /* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */\n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}" primitive_type (function_declarator "FUN_0031a660(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n /* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */\n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined1 auStack_28 [16];" type_identifier (array_declarator "auStack_28 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_00319ed0(auStack_28,"");" (call_expression "FUN_00319ed0(auStack_28,"")" identifier (argument_list "(auStack_28,"")" ( identifier , (string_literal """" " ") ))) ;) comment (expression_statement "_ITM_memcpyRnWt(param_1,auStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(param_1,auStack_28,0x10)" identifier (argument_list "(param_1,auStack_28,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "uVar1 = FUN_0031a1e0(param_1);" (assignment_expression "uVar1 = FUN_0031a1e0(param_1)" identifier = (call_expression "FUN_0031a1e0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_0031a110(uVar1,param_2,param_1);" (call_expression "FUN_0031a110(uVar1,param_2,param_1)" identifier (argument_list "(uVar1,param_2,param_1)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00322e30(auStack_28);" (call_expression "FUN_00322e30(auStack_28)" identifier (argument_list "(auStack_28)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* out_of_range(char const*) */\n\nvoid __thiscall std::out_of_range::out_of_range(out_of_range *this,char *param_1)\n\n{\n void *pvVar1;\n out_of_range aoStack_28 [16];\n \n out_of_range(aoStack_28,"");\n /* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */\n _ITM_memcpyRnWt(this,aoStack_28,0x10);\n pvVar1 = (void *)_txnal_logic_error_get_msg(this);\n _txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);\n ~out_of_range(aoStack_28);\n return;\n}\n\n" comment (function_definition "void __thiscall std::out_of_range::out_of_range(out_of_range *this,char *param_1)\n\n{\n void *pvVar1;\n out_of_range aoStack_28 [16];\n \n out_of_range(aoStack_28,"");\n /* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */\n _ITM_memcpyRnWt(this,aoStack_28,0x10);\n pvVar1 = (void *)_txnal_logic_error_get_msg(this);\n _txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);\n ~out_of_range(aoStack_28);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::out_of_range::" identifier : : identifier : :) (function_declarator "out_of_range(out_of_range *this,char *param_1)" identifier (parameter_list "(out_of_range *this,char *param_1)" ( (parameter_declaration "out_of_range *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n void *pvVar1;\n out_of_range aoStack_28 [16];\n \n out_of_range(aoStack_28,"");\n /* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */\n _ITM_memcpyRnWt(this,aoStack_28,0x10);\n pvVar1 = (void *)_txnal_logic_error_get_msg(this);\n _txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);\n ~out_of_range(aoStack_28);\n return;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "out_of_range aoStack_28 [16];" type_identifier (array_declarator "aoStack_28 [16]" identifier [ number_literal ]) ;) (expression_statement "out_of_range(aoStack_28,"");" (call_expression "out_of_range(aoStack_28,"")" identifier (argument_list "(aoStack_28,"")" ( identifier , (string_literal """" " ") ))) ;) comment (expression_statement "_ITM_memcpyRnWt(this,aoStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(this,aoStack_28,0x10)" identifier (argument_list "(this,aoStack_28,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "pvVar1 = (void *)_txnal_logic_error_get_msg(this);" (assignment_expression "pvVar1 = (void *)_txnal_logic_error_get_msg(this)" identifier = (cast_expression "(void *)_txnal_logic_error_get_msg(this)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "_txnal_logic_error_get_msg(this)" identifier (argument_list "(this)" ( identifier ))))) ;) (expression_statement "_txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this);" (call_expression "_txnal_cow_string_C1_for_exceptions(pvVar1,param_1,this)" identifier (argument_list "(pvVar1,param_1,this)" ( identifier , identifier , identifier ))) ;) (expression_statement "~out_of_range(aoStack_28);" (unary_expression "~out_of_range(aoStack_28)" ~ (call_expression "out_of_range(aoStack_28)" identifier (argument_list "(aoStack_28)" ( identifier )))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0031a660(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}\n\n" (function_definition "void FUN_0031a660(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}" primitive_type (function_declarator "FUN_0031a660(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined1 auStack_28 [16];" type_identifier (array_declarator "auStack_28 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_00319ed0(auStack_28,"");" (call_expression "FUN_00319ed0(auStack_28,"")" identifier (argument_list "(auStack_28,"")" ( identifier , (string_literal """" " ") ))) ;) (expression_statement "_ITM_memcpyRnWt(param_1,auStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(param_1,auStack_28,0x10)" identifier (argument_list "(param_1,auStack_28,0x10)" ( identifier , identifier , number_literal ))) ;) (expression_statement "uVar1 = FUN_0031a1e0(param_1);" (assignment_expression "uVar1 = FUN_0031a1e0(param_1)" identifier = (call_expression "FUN_0031a1e0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_0031a110(uVar1,param_2,param_1);" (call_expression "FUN_0031a110(uVar1,param_2,param_1)" identifier (argument_list "(uVar1,param_2,param_1)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00322e30(auStack_28);" (call_expression "FUN_00322e30(auStack_28)" identifier (argument_list "(auStack_28)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0031a660(undefined8 param_1,undefined8 param_2)\n\n{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0031a660(undefined8 param_1,undefined8 param_2)" (identifier "FUN_0031a660") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined1 auStack_28 [16];\n \n FUN_00319ed0(auStack_28,"");\n \n _ITM_memcpyRnWt(param_1,auStack_28,0x10);\n uVar1 = FUN_0031a1e0(param_1);\n FUN_0031a110(uVar1,param_2,param_1);\n FUN_00322e30(auStack_28);\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined1 auStack_28 [16];" (type_identifier "undefined1") (array_declarator "auStack_28 [16]" (identifier "auStack_28") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "FUN_00319ed0(auStack_28,"");" (call_expression "FUN_00319ed0(auStack_28,"")" (identifier "FUN_00319ed0") (argument_list "(auStack_28,"")" (( "(") (identifier "auStack_28") (, ",") (string_literal """" (" """) (" """)) () ")"))) (; ";")) (expression_statement "_ITM_memcpyRnWt(param_1,auStack_28,0x10);" (call_expression "_ITM_memcpyRnWt(param_1,auStack_28,0x10)" (identifier "_ITM_memcpyRnWt") (argument_list "(param_1,auStack_28,0x10)" (( "(") (identifier "param_1") (, ",") (identifier "auStack_28") (, ",") (number_literal "0x10") () ")"))) (; ";")) (expression_statement "uVar1 = FUN_0031a1e0(param_1);" (assignment_expression "uVar1 = FUN_0031a1e0(param_1)" (identifier "uVar1") (= "=") (call_expression "FUN_0031a1e0(param_1)" (identifier "FUN_0031a1e0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "FUN_0031a110(uVar1,param_2,param_1);" (call_expression "FUN_0031a110(uVar1,param_2,param_1)" (identifier "FUN_0031a110") (argument_list "(uVar1,param_2,param_1)" (( "(") (identifier "uVar1") (, ",") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_00322e30(auStack_28);" (call_expression "FUN_00322e30(auStack_28)" (identifier "FUN_00322e30") (argument_list "(auStack_28)" (( "(") (identifier "auStack_28") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* out_of_range(char const*) */
void __thiscall std::function_1::function_1(function_1 *this,char *param_1)
{
void *pvVar1;
function_1 aoStack_28 [16];
function_1(aoStack_28,"");
/* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */
var_1(this,aoStack_28,0x10);
pvVar1 = (void *)var_2(this);
var_3(pvVar1,param_1,this);
~function_1(aoStack_28);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1,undefined8 param_2)
{
undefined8 uVar1;
undefined1 auStack_28 [16];
FUN_00319ed0(auStack_28,"");
/* try { // try from 0031a68b to 0031a6a5 has its CatchHandler @ 0031a6b7 */
_ITM_memcpyRnWt(param_1,auStack_28,0x10);
uVar1 = FUN_0031a1e0(param_1);
FUN_0031a110(uVar1,param_2,param_1);
FUN_00322e30(auStack_28);
return;
}
|
5617_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
do_add_symbols
|
FUN_0023e350
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_add_symbols(Sized_pluginobj<64,_false> * this, Symbol_table *
symtab, Read_symbols_data * param_2, Layout * layout) */
void __thiscall
gold::Sized_pluginobj<64,_false>::do_add_symbols
(Sized_pluginobj<64,_false> *this,Symbol_table *symtab,Read_symbols_data *param_2,
Layout *layout)
{
uint uVar1;
anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*paVar2;
Plugin_recorder *this_00;
pointer ppSVar3;
pointer ppSVar4;
char *__s;
char cVar5;
bool bVar6;
ulong uVar7;
Symbol *pSVar8;
ld_plugin_symbol *plVar9;
size_t sVar10;
int iVar11;
long lVar12;
char *name;
ulong uVar13;
char *ver;
undefined2 uVar14;
uchar uVar15;
char local_b4;
Sym<64,_false> sym;
uchar symbuf [24];
basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_58;
sym.p_ = (Sym_data<64> *)symbuf;
if (parameters->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
iVar11 = (this->super_Pluginobj).nsyms_;
this_00 = parameters->options_->plugins_->recorder_;
if (this_00 != (Plugin_recorder *)0x0) {
Plugin_recorder::record_symbols(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_);
iVar11 = (this->super_Pluginobj).nsyms_;
}
ppSVar3 = (this->super_Pluginobj).symbols_.
super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish;
ppSVar4 = (this->super_Pluginobj).symbols_.
super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start;
uVar13 = (ulong)iVar11;
uVar7 = (long)ppSVar3 - (long)ppSVar4 >> 3;
if (uVar7 < uVar13) {
std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append
(&(this->super_Pluginobj).symbols_,uVar13 - uVar7);
iVar11 = (this->super_Pluginobj).nsyms_;
}
else if ((uVar13 < uVar7) && (ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4)) {
(this->super_Pluginobj).symbols_.
super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4;
}
lVar12 = 0;
if (0 < iVar11) {
paVar2 = &local_58.field_2;
do {
plVar9 = (this->super_Pluginobj).syms_ + lVar12;
name = plVar9->name;
ver = plVar9->version;
if ((name != (char *)0x0) && (*name == '\0')) {
name = (char *)0x0;
}
if ((ver != (char *)0x0) && (*ver == '\0')) {
ver = (char *)0x0;
}
iVar11 = plVar9->def;
if (iVar11 == 1) {
local_b4 = '\x02';
uVar14._0_1_ = '\x01';
uVar14._1_1_ = '\0';
goto LAB_0023e40f;
}
if (iVar11 == 3) {
cVar5 = '\x02';
LAB_0023e510:
local_b4 = cVar5;
uVar14._0_1_ = '\0';
uVar14._1_1_ = '\0';
}
else {
local_b4 = '\x01';
cVar5 = '\x01';
if (iVar11 < 0) goto LAB_0023e510;
if (iVar11 < 2) {
uVar14._0_1_ = '\x01';
uVar14._1_1_ = '\0';
}
else {
uVar14._0_1_ = 0xf2;
uVar14._1_1_ = 0xff;
if (iVar11 != 4) goto LAB_0023e510;
}
}
LAB_0023e40f:
uVar15 = '\0';
uVar1 = plVar9->visibility - 1;
if (uVar1 < 3) {
uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);
}
__s = plVar9->comdat_key;
if ((__s != (char *)0x0) && (*__s != '\0')) {
local_58._M_dataplus._M_p = (pointer)paVar2;
sVar10 = strlen(__s);
std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char_const*>(&local_58,__s,__s + sVar10);
/* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */
bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);
if (bVar6) {
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)local_58._M_dataplus._M_p != paVar2) {
operator_delete(local_58._M_dataplus._M_p);
}
}
else {
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)local_58._M_dataplus._M_p != paVar2) {
operator_delete(local_58._M_dataplus._M_p);
}
uVar14._0_1_ = '\0';
uVar14._1_1_ = '\0';
}
}
symbuf[4] = local_b4 << 4;
symbuf[0] = '\0';
symbuf[1] = '\0';
symbuf[2] = '\0';
symbuf[3] = '\0';
symbuf[8] = '\0';
symbuf[9] = '\0';
symbuf[10] = '\0';
symbuf[0xb] = '\0';
symbuf[0xc] = '\0';
symbuf[0xd] = '\0';
symbuf[0xe] = '\0';
symbuf[0xf] = '\0';
ppSVar4 = (this->super_Pluginobj).symbols_.
super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +
lVar12;
lVar12 = lVar12 + 1;
symbuf[0x10] = '\0';
symbuf[0x11] = '\0';
symbuf[0x12] = '\0';
symbuf[0x13] = '\0';
symbuf[0x14] = '\0';
symbuf[0x15] = '\0';
symbuf[0x16] = '\0';
symbuf[0x17] = '\0';
symbuf[5] = uVar15;
symbuf._6_2_ = uVar14;
pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym);
*ppSVar4 = pSVar8;
} while ((int)lVar12 < (this->super_Pluginobj).nsyms_);
}
return;
}
|
void FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)
{
uint uVar1;
long lVar2;
char *__s;
long lVar3;
char cVar4;
ulong uVar5;
undefined8 uVar6;
undefined8 *puVar7;
size_t sVar8;
int iVar9;
long lVar10;
char *pcVar11;
ulong uVar12;
char *pcVar13;
undefined2 uVar14;
undefined1 uVar15;
char local_b4;
undefined4 *local_80;
undefined4 local_78;
char local_74;
undefined1 local_73;
undefined2 local_72;
undefined8 local_70;
undefined8 local_68;
undefined1 *local_58 [2];
undefined1 local_48 [24];
local_80 = &local_78;
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
iVar9 = *(int *)(param_1 + 0x50);
lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);
if (lVar10 != 0) {
FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));
iVar9 = *(int *)(param_1 + 0x50);
}
uVar12 = (ulong)iVar9;
uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;
if (uVar5 < uVar12) {
FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);
iVar9 = *(int *)(param_1 + 0x50);
}
else if ((uVar12 < uVar5) &&
(lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {
*(long *)(param_1 + 0x68) = lVar10;
}
lVar10 = 0;
if (0 < iVar9) {
do {
puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));
pcVar11 = (char *)*puVar7;
pcVar13 = (char *)puVar7[1];
if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {
pcVar11 = (char *)0x0;
}
if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {
pcVar13 = (char *)0x0;
}
iVar9 = *(int *)(puVar7 + 2);
if (iVar9 == 1) {
local_b4 = '\x02';
uVar14 = 1;
goto LAB_0023e40f;
}
if (iVar9 == 3) {
cVar4 = '\x02';
LAB_0023e510:
local_b4 = cVar4;
uVar14 = 0;
}
else {
local_b4 = '\x01';
cVar4 = '\x01';
if (iVar9 < 0) goto LAB_0023e510;
if (iVar9 < 2) {
uVar14 = 1;
}
else {
uVar14 = 0xfff2;
if (iVar9 != 4) goto LAB_0023e510;
}
}
LAB_0023e40f:
uVar15 = 0;
uVar1 = *(int *)((long)puVar7 + 0x14) - 1;
if (uVar1 < 3) {
uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);
}
__s = (char *)puVar7[4];
if ((__s != (char *)0x0) && (*__s != '\0')) {
local_58[0] = local_48;
sVar8 = strlen(__s);
FUN_001665c0(local_58,__s,__s + sVar8);
/* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */
cVar4 = FUN_0023ba00(param_1,local_58,param_4);
if (cVar4 == '\0') {
if (local_58[0] != local_48) {
FUN_002dac70();
}
uVar14 = 0;
}
else if (local_58[0] != local_48) {
FUN_002dac70();
}
}
local_74 = local_b4 << 4;
lVar3 = *(long *)(param_1 + 0x60);
local_78 = 0;
local_70 = 0;
lVar2 = lVar10 * 8;
lVar10 = lVar10 + 1;
local_68 = 0;
local_73 = uVar15;
local_72 = uVar14;
uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);
*(undefined8 *)(lVar3 + lVar2) = uVar6;
} while ((int)lVar10 < *(int *)(param_1 + 0x50));
}
return;
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x88
LEA RAX,[RSP + 0x40]
MOV qword ptr [RSP + 0x8],RSI
MOV qword ptr [RSP + 0x38],RAX
MOV RAX,qword ptr [0x0043e6b0]
MOV qword ptr [RSP + 0x28],RCX
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x0023e5f5
MOV RAX,qword ptr [RAX + 0x9058]
MOV R13,RDI
MOV EDX,dword ptr [R13 + 0x50]
MOV RDI,qword ptr [RAX + 0x180]
TEST RDI,RDI
JZ 0x0023e3b3
MOV RCX,qword ptr [R13 + 0x58]
MOV RSI,R13
CALL 0x002389d0
MOV EDX,dword ptr [R13 + 0x50]
MOV RCX,qword ptr [R13 + 0x68]
MOV RDI,qword ptr [R13 + 0x60]
MOVSXD RSI,EDX
MOV RAX,RCX
SUB RAX,RDI
SAR RAX,0x3
CMP RSI,RAX
JA 0x0023e5e0
JC 0x0023e5c0
XOR EBX,EBX
TEST EDX,EDX
JLE 0x0023e590
LEA RAX,[RSP + 0x60]
MOV qword ptr [RSP + 0x10],RAX
LEA RAX,[RSP + 0x70]
MOV qword ptr [RSP + 0x18],RAX
JMP 0x0023e49c
MOV R14D,0xfffffff2
CMP EDX,0x4
JNZ 0x0023e510
MOV ECX,dword ptr [RAX + 0x14]
XOR R15D,R15D
LEA EDX,[RCX + -0x1]
CMP EDX,0x2
JA 0x0023e428
LEA RDI,[0x381ef8]
MOV R15D,dword ptr [RDI + RDX*0x4]
MOV RSI,qword ptr [RAX + 0x20]
TEST RSI,RSI
JZ 0x0023e43a
CMP byte ptr [RSI],0x0
JNZ 0x0023e538
MOVZX EAX,byte ptr [RSP + 0x4]
MOV RDI,qword ptr [RSP + 0x8]
MOV RCX,R12
MOV RDX,RBP
LEA R8,[RSP + 0x38]
MOV RSI,R13
MOV word ptr [RSP + 0x46],R14W
SHL EAX,0x4
MOV byte ptr [RSP + 0x45],R15B
MOV byte ptr [RSP + 0x44],AL
MOV RAX,qword ptr [R13 + 0x60]
MOV dword ptr [RSP + 0x40],0x0
MOV qword ptr [RSP + 0x48],0x0
LEA R14,[RAX + RBX*0x8]
ADD RBX,0x1
MOV qword ptr [RSP + 0x50],0x0
CALL 0x00284990
MOV qword ptr [R14],RAX
CMP dword ptr [R13 + 0x50],EBX
JLE 0x0023e590
LEA RAX,[RBX + RBX*0x2]
SHL RAX,0x4
ADD RAX,qword ptr [R13 + 0x58]
MOV RBP,qword ptr [RAX]
MOV R12,qword ptr [RAX + 0x8]
TEST RBP,RBP
JZ 0x0023e4c1
CMP byte ptr [RBP],0x0
MOV EDX,0x0
CMOVZ RBP,RDX
TEST R12,R12
JZ 0x0023e4d4
CMP byte ptr [R12],0x0
MOV EDX,0x0
CMOVZ R12,RDX
MOV EDX,dword ptr [RAX + 0x10]
CMP EDX,0x1
JZ 0x0023e520
CMP EDX,0x3
JZ 0x0023e508
MOV dword ptr [RSP + 0x4],0x1
TEST EDX,EDX
JS 0x0023e510
CMP EDX,0x1
JG 0x0023e400
MOV R14D,0x1
JMP 0x0023e40f
MOV dword ptr [RSP + 0x4],0x2
XOR R14D,R14D
JMP 0x0023e40f
MOV dword ptr [RSP + 0x4],0x2
MOV R14D,0x1
JMP 0x0023e40f
MOV RAX,qword ptr [RSP + 0x18]
MOV RDI,RSI
MOV qword ptr [RSP + 0x20],RSI
MOV qword ptr [RSP + 0x60],RAX
CALL 0x00147490
MOV RSI,qword ptr [RSP + 0x20]
MOV RDI,qword ptr [RSP + 0x10]
LEA RDX,[RSI + RAX*0x1]
CALL 0x001665c0
MOV RDX,qword ptr [RSP + 0x28]
MOV RSI,qword ptr [RSP + 0x10]
MOV RDI,R13
CALL 0x0023ba00
MOV RDI,qword ptr [RSP + 0x60]
TEST AL,AL
JNZ 0x0023e5a8
CMP RDI,qword ptr [RSP + 0x18]
JNZ 0x0023e60d
XOR R14D,R14D
JMP 0x0023e43a
ADD RSP,0x88
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
CMP RDI,qword ptr [RSP + 0x18]
JZ 0x0023e43a
CALL 0x002dac70
JMP 0x0023e43a
LEA RAX,[RDI + RSI*0x8]
CMP RCX,RAX
JZ 0x0023e3d7
MOV qword ptr [R13 + 0x68],RAX
JMP 0x0023e3d7
SUB RSI,RAX
LEA RDI,[R13 + 0x60]
CALL 0x00192f00
MOV EDX,dword ptr [R13 + 0x50]
JMP 0x0023e3d7
LEA RDX,[0x382528]
MOV ESI,0x5c
LEA RDI,[0x3726d0]
CALL 0x0017c650
CALL 0x002dac70
JMP 0x0023e588
| null | null | null | null |
[(u'PTRSUB_-1203966997', u'LOAD_-1203968619'), (u'CALL_-1203967824', u'INDIRECT_-1203966945'), ('const-0', u'PTRSUB_-1203966692'), ('tmp_137', u'CBRANCH_-1203969093'), (u'CALL_-1203968385', u'INDIRECT_-1203967183'), (u'CALL_-1203968068', u'INDIRECT_-1203967002'), (u'CALL_-1203967941', u'INDIRECT_-1203966978'), (u'CALL_-1203968385', u'INDIRECT_-1203967415'), (u'CALL_-1203968068', u'INDIRECT_-1203966972'), ('tmp_1932', u'CAST_-1203967152'), (u'CALL_-1203968385', u'INDIRECT_-1203967213'), (u'PIECE_-1203967001', u'PIECE_-1203967000'), (u'INT_NOTEQUAL_-1203968593', u'CBRANCH_-1203968592'), ('tmp_1741', u'CBRANCH_-1203968355'), (u'CAST_-1203967027', u'LOAD_-1203968606'), ('const-0', u'PTRSUB_-1203967280'), (u'MULTIEQUAL_-1203967438', u'MULTIEQUAL_-1203967403'), (u'PTRSUB_-1203967159', u'PTRADD_-1203968544'), ('const-80', u'PTRSUB_-1203966648'), (u'COPY_-1203967045', u'MULTIEQUAL_-1203967193'), (u'INDIRECT_-1203967183', u'MULTIEQUAL_-1203967162'), (u'PIECE_-1203966786', u'MULTIEQUAL_-1203967565'), ('const-0', u'COPY_-1203966872'), ('const-32', u'PTRSUB_-1203967135'), (u'PTRADD_-1203966682', u'STORE_-1203967869'), ('tmp_671', u'CBRANCH_-1203968592'), ('const-0', u'PTRSUB_-1203966667'), ('tmp_1769', u'BRANCH_-1203968079'), (u'MULTIEQUAL_-1203967694', u'PTRADD_-1203967010'), (u'CALL_-1203967824', u'INDIRECT_-1203966930'), (u'INT_SLESS_-1203968351', u'CBRANCH_-1203968358'), (u'INT_SLESS_-1203968879', u'CBRANCH_-1203968886'), (u'CALL_-1203967941', u'INDIRECT_-1203966993'), (u'MULTIEQUAL_-1203967694', u'INT_ADD_-1203968398'), ('const-0', u'PTRSUB_-1203967071'), ('const-1', u'PTRADD_-1203968544'), ('tmp_1932', u'PTRSUB_-1203967260'), ('tmp_1932', u'PTRSUB_-1203967266'), (u'CALL_-1203967941', u'INDIRECT_-1203966903'), (u'MULTIEQUAL_-1203967418', u'MULTIEQUAL_-1203967222'), ('const-48', u'PTRADD_-1203967003'), (u'CALL_-1203968385', u'INDIRECT_-1203967273'), (u'PIECE_-1203966972', u'PIECE_-1203966971'), (u'PTRADD_-1203968046', u'CALL_-1203968096'), ('const-0', u'COPY_-1203967023'), ('const-16', u'PTRSUB_-1203967324'), ('const-433', u'LOAD_-1203968613'), (u'COPY_-1203966872', u'PIECE_-1203966813'), ('const-96', u'PTRSUB_-1203967223'), (u'CALL_-1203968127', u'INDIRECT_-1203967056'), (u'COPY_-1203967060', u'PIECE_-1203967000'), ('const-80', u'PTRSUB_-1203967265'), (u'MULTIEQUAL_-1203967463', u'MULTIEQUAL_-1203967267'), (u'CALL_-1203967868', u'INDIRECT_-1203966812'), (u'COPY_-1203967023', u'PIECE_-1203966973'), (u'INDIRECT_-1203967088', u'MULTIEQUAL_-1203967586'), ('tmp_1932', u'PTRSUB_-1203966677'), ('const-0', u'PTRSUB_-1203967260'), (u'INDIRECT_-1203966993', u'MULTIEQUAL_-1203967367'), (u'MULTIEQUAL_-1203967267', u'MULTIEQUAL_-1203967367'), (u'COPY_-1203966747', u'PIECE_-1203966687'), (u'CALL_-1203968068', u'INDIRECT_-1203967032'), (u'CALL_-1203968096', u'INDIRECT_-1203967066'), (u'INT_ADD_-1203968398', u'SUBPIECE_-1203967706'), ('const-0', u'INT_NOTEQUAL_-1203968578'), (u'MULTIEQUAL_-1203967483', u'MULTIEQUAL_-1203967448'), (u'INDIRECT_-1203967243', u'MULTIEQUAL_-1203967222'), (u'PTRSUB_-1203966673', u'PTRSUB_-1203966667'), (u'COPY_-1203967188', u'PIECE_-1203967128'), ('tmp_1663', u'BRANCH_-1203967865'), (u'LOAD_-1203969007', u'CAST_-1203967127'), (u'INDIRECT_-1203967258', u'MULTIEQUAL_-1203967237'), ('const-0', u'COPY_-1203967058'), (u'PIECE_-1203967021', u'PIECE_-1203967020'), ('const-0', u'PTRSUB_-1203967252'), (u'CALL_-1203969024', u'INDIRECT_-1203967646'), (u'LOAD_-1203969088', u'PTRSUB_-1203967293'), (u'PIECE_-1203967128', u'MULTIEQUAL_-1203967565'), (u'PTRSUB_-1203967352', u'CAST_-1203967226'), (u'CALL_-1203967824', u'INDIRECT_-1203966885'), (u'INT_NOTEQUAL_-1203968027', u'CBRANCH_-1203968023'), (u'LOAD_-1203968613', u'INT_NOTEQUAL_-1203968549'), ('const-88', u'PTRSUB_-1203967248'), ('const-433', u'LOAD_-1203969066'), (u'PTRSUB_-1203967223', u'PTRSUB_-1203967252'), (u'MULTIEQUAL_-1203967696', u'MULTIEQUAL_-1203967659'), (u'LOAD_-1203968659', u'INT_SUB_-1203967627'), ('const-1', u'COPY_-1203966902'), ('const-4', u'INT_NOTEQUAL_-1203968357'), ('tmp_3855', u'PTRSUB_-1203967170'), (u'COPY_-1203967187', u'PIECE_-1203967128'), ('tmp_1932', u'PTRSUB_-1203966701'), ('const-433', u'LOAD_-1203968631'), (u'PTRSUB_-1203967161', u'LOAD_-1203968659'), (u'CALL_-1203967868', u'INDIRECT_-1203967029'), (u'PTRSUB_-1203966692', u'CALL_-1203968068'), (u'INT_SUB_-1203968973', u'INT_SRIGHT_-1203968950'), (u'CALL_-1203969024', u'INDIRECT_-1203967429'), (u'LOAD_-1203968577', u'INT_NOTEQUAL_-1203968561'), (u'COPY_-1203967022', u'PIECE_-1203966974'), ('tmp_1885', u'BRANCH_-1203967813'), (u'CALL_-1203967941', u'INDIRECT_-1203966933'), (u'MULTIEQUAL_-1203967659', u'INT_SLESS_-1203968879'), (u'INT_NOTEQUAL_-1203967955', u'CBRANCH_-1203967952'), (u'PTRSUB_-1203967310', u'LOAD_-1203969088'), (u'PTRSUB_-1203967157', u'INT_NOTEQUAL_-1203968027'), (u'CALL_-1203967780', u'INDIRECT_-1203967041'), (u'MULTIEQUAL_-1203967498', u'MULTIEQUAL_-1203967463'), (u'CALL_-1203967868', u'INDIRECT_-1203966797'), ('const-0', u'INT_NOTEQUAL_-1203968593'), ('const-0', u'PTRSUB_-1203967216'), ('const-0', u'COPY_-1203967022'), (u'INDIRECT_-1203966885', u'MULTIEQUAL_-1203967403'), (u'PTRSUB_-1203966999', u'LOAD_-1203968378'), ('const-433', u'LOAD_-1203968606'), (u'PIECE_-1203966813', u'MULTIEQUAL_-1203967565'), (u'STORE_-1203968382', u'INDIRECT_-1203967407'), (u'COPY_-1203967037', u'COPY_-1203966899'), (u'LOAD_-1203968598', u'CALL_-1203968127'), (u'COPY_-1203966746', u'PIECE_-1203966687'), (u'CALL_-1203967941', u'INDIRECT_-1203966918'), (u'PTRSUB_-1203967209', u'CALL_-1203968096'), (u'INDIRECT_-1203966957', u'MULTIEQUAL_-1203966929'), ('const-0', u'COPY_-1203967026'), (u'INT_ZEXT_-1203967906', u'INT_MULT_-1203968578'), ('tmp_1932', u'PTRSUB_-1203967299'), ('const--88', u'PTRSUB_-1203967209'), (u'COPY_-1203967078', u'PIECE_-1203967020'), ('const-0', u'SUBPIECE_-1203967706'), (u'PTRSUB_-1203967047', u'PTRSUB_-1203967035'), ('const-96', u'PTRSUB_-1203967046'), ('tmp_1932', u'CALL_-1203968385'), ('tmp_3855', u'PTRSUB_-1203967100'), (u'INT_ADD_-1203968398', u'MULTIEQUAL_-1203967694'), ('const-1', u'INT_EQUAL_-1203968497'), (u'CALL_-1203967941', u'INDIRECT_-1203966888'), (u'INT_EQUAL_-1203968497', u'CBRANCH_-1203968495'), ('const-0', u'COPY_-1203967076'), (u'CALL_-1203969024', u'INDIRECT_-1203967459'), (u'LOAD_-1203968598', u'INT_NOTEQUAL_-1203968578'), (u'INT_SEXT_-1203968985', u'INT_LESS_-1203968917'), (u'CALL_-1203968127', u'INDIRECT_-1203967041'), ('const-0', u'INT_NOTEQUAL_-1203968561'), ('tmp_397', u'CBRANCH_-1203968918'), (u'CALL_-1203967824', u'INDIRECT_-1203966870'), (u'CALL_-1203967868', u'INDIRECT_-1203966842'), (u'LOAD_-1203969066', u'INT_NOTEQUAL_-1203969043'), (u'COPY_-1203967055', u'PIECE_-1203967005'), (u'PIECE_-1203966687', u'MULTIEQUAL_-1203967544'), (u'PTRSUB_-1203967254', u'PTRSUB_-1203967223'), ('const-433', u'LOAD_-1203968378'), (u'CALL_-1203969024', u'INDIRECT_-1203967519'), (u'PTRSUB_-1203966980', u'LOAD_-1203968631'), ('const-433', u'LOAD_-1203969022'), (u'CALL_-1203968385', u'INDIRECT_-1203967288'), (u'COPY_-1203967054', u'PIECE_-1203967006'), ('const-1', u'COPY_-1203967037'), ('const-16', u'PTRSUB_-1203966951'), (u'CALL_-1203967941', u'INDIRECT_-1203967120'), ('tmp_5426', u'MULTIEQUAL_-1203967438'), (u'CALL_-1203968068', u'CBRANCH_-1203968044'), (u'LOAD_-1203969041', u'CALL_-1203969024'), (u'CALL_-1203967824', u'INDIRECT_-1203966915'), (u'COPY_-1203968569', u'MULTIEQUAL_-1203967650'), ('tmp_1626', u'CBRANCH_-1203968023'), (u'COPY_-1203966741', u'CALL_-1203967780'), (u'INDIRECT_-1203967288', u'MULTIEQUAL_-1203967267'), ('const-8', u'PTRADD_-1203967010'), (u'CALL_-1203967941', u'INDIRECT_-1203966963'), (u'CALL_-1203967941', u'INDIRECT_-1203966948'), (u'CAST_-1203967226', u'MULTIEQUAL_-1203967498'), ('const-96', u'PTRSUB_-1203966658'), ('tmp_1932', u'PTRSUB_-1203966666'), (u'CALL_-1203968068', u'INDIRECT_-1203967062'), ('const-0', u'PTRSUB_-1203967210'), ('const-96', u'PTRSUB_-1203967230'), ('const-36952', u'PTRSUB_-1203967310'), (u'COPY_-1203966846', u'PIECE_-1203966786'), (u'CALL_-1203968068', u'INDIRECT_-1203966957'), (u'PTRSUB_-1203966658', u'CALL_-1203967824'), ('tmp_5428', u'MULTIEQUAL_-1203967408'), (u'CALL_-1203968127', u'INDIRECT_-1203967071'), ('const-0', u'COPY_-1203967024'), (u'PTRSUB_-1203967024', u'PTRSUB_-1203966999'), ('const-1', u'INT_SUB_-1203967627'), (u'CALL_-1203968127', u'INDIRECT_-1203967228'), (u'LOAD_-1203969014', u'INT_NOTEQUAL_-1203967877'), ('tmp_3855', u'PTRSUB_-1203967209'), (u'MULTIEQUAL_-1203966929', u'MULTIEQUAL_-1203967262'), (u'PTRSUB_-1203966677', u'PTRSUB_-1203966658'), (u'LOAD_-1203968517', u'INT_NOTEQUAL_-1203968357'), (u'MULTIEQUAL_-1203967694', u'PTRADD_-1203967003'), (u'LOAD_-1203968517', u'INT_EQUAL_-1203968497'), (u'PTRSUB_-1203967230', u'PTRSUB_-1203967216'), (u'CALL_-1203967868', u'INDIRECT_-1203966902'), (u'INT_NOTEQUAL_-1203968549', u'CBRANCH_-1203968548'), (u'PTRSUB_-1203967216', u'PTRSUB_-1203967209'), (u'INT_SEXT_-1203968985', u'INT_LESS_-1203968929'), (u'LOAD_-1203968619', u'INT_NOTEQUAL_-1203968593'), (u'INDIRECT_-1203967519', u'MULTIEQUAL_-1203967498'), (u'COPY_-1203967056', u'PIECE_-1203967004'), (u'CALL_-1203968127', u'INDIRECT_-1203967011'), (u'CALL_-1203968096', u'INDIRECT_-1203967006'), (u'COPY_-1203967076', u'PIECE_-1203967021'), (u'CALL_-1203968385', u'INDIRECT_-1203967198'), (u'CALL_-1203968096', u'INDIRECT_-1203966976'), (u'SUBPIECE_-1203967706', u'INT_SLESS_-1203968351'), (u'PTRSUB_-1203967157', u'INT_NOTEQUAL_-1203967955'), (u'INT_MULT_-1203968578', u'PTRADD_-1203968544'), (u'CALL_-1203969024', u'INDIRECT_-1203967444'), (u'INDIRECT_-1203966870', u'MULTIEQUAL_-1203967388'), (u'PIECE_-1203967003', u'PIECE_-1203967002'), (u'CALL_-1203968068', u'INDIRECT_-1203967189'), ('const-0', u'PTRSUB_-1203967224'), (u'CALL_-1203968096', u'INDIRECT_-1203966991'), (u'INDIRECT_-1203967072', u'MULTIEQUAL_-1203967586'), ('const-0', u'COPY_-1203967055'), (u'INDIRECT_-1203967273', u'MULTIEQUAL_-1203967252'), (u'INT_EQUAL_-1203969095', u'CBRANCH_-1203969093'), (u'CAST_-1203967127', u'INT_SUB_-1203968973'), ('const-0', u'INT_EQUAL_-1203968577'), (u'CALL_-1203968127', u'INDIRECT_-1203967101'), ('tmp_921', u'CBRANCH_-1203968435'), (u'PTRSUB_-1203967100', u'CALL_-1203968385'), (u'PTRSUB_-1203967252', u'PTRSUB_-1203967224'), ('tmp_1933', u'CALL_-1203968385'), (u'MULTIEQUAL_-1203967388', u'MULTIEQUAL_-1203967192'), (u'COPY_-1203967027', u'PIECE_-1203966969'), ('const-384', u'PTRSUB_-1203967293'), (u'SUBPIECE_-1203967181', u'MULTIEQUAL_-1203967179'), (u'MULTIEQUAL_-1203967358', u'MULTIEQUAL_-1203967162'), ('const-4', u'INT_LEFT_-1203967880'), ('const-0', u'COPY_-1203967060'), ('const-8', u'PTRSUB_-1203966993'), ('const-4', u'INT_MULT_-1203968578'), (u'INDIRECT_-1203967029', u'MULTIEQUAL_-1203967157'), (u'PTRSUB_-1203967248', u'LOAD_-1203969041'), ('const-242', u'COPY_-1203967188'), (u'CALL_-1203968096', u'INDIRECT_-1203967021'), ('const-0', u'COPY_-1203967952'), ('const-0', u'COPY_-1203967056'), (u'INT_EQUAL_-1203968533', u'CBRANCH_-1203968521'), (u'CALL_-1203967824', u'INDIRECT_-1203966840'), (u'INDIRECT_-1203967489', u'MULTIEQUAL_-1203967468'), ('const-433', u'LOAD_-1203969074'), ('const-0', u'PTRSUB_-1203967047'), (u'INT_LESS_-1203968608', u'CBRANCH_-1203968616'), (u'PIECE_-1203966842', u'MULTIEQUAL_-1203967565'), ('const-0', u'COPY_-1203967054'), ('const-0', u'COPY_-1203967025'), (u'LOAD_-1203967822', u'MULTIEQUAL_-1203967659'), ('tmp_5425', u'MULTIEQUAL_-1203967453'), ('tmp_5427', u'MULTIEQUAL_-1203967423'), ('const-2', u'INT_SLESS_-1203968428'), (u'PTRSUB_-1203967046', u'PTRSUB_-1203967071'), ('tmp_1825', u'CBRANCH_-1203967876'), (u'MULTIEQUAL_-1203967468', u'MULTIEQUAL_-1203967433'), ('tmp_5418', u'PTRSUB_-1203967324'), (u'PTRSUB_-1203966666', u'PTRSUB_-1203966648'), (u'INT_SRIGHT_-1203968950', u'INT_LESS_-1203968917'), (u'MULTIEQUAL_-1203967581', u'CALL_-1203968385'), (u'PTRSUB_-1203967135', u'LOAD_-1203968598'), (u'PTRSUB_-1203966664', u'STORE_-1203967869'), (u'CALL_-1203967868', u'INDIRECT_-1203966887'), (u'MULTIEQUAL_-1203967565', u'MULTIEQUAL_-1203967544'), ('tmp_710', u'CBRANCH_-1203968566'), (u'CAST_-1203966732', u'COPY_-1203966805'), (u'MULTIEQUAL_-1203967157', u'MULTIEQUAL_-1203967490'), (u'PTRADD_-1203966682', u'INT_NOTEQUAL_-1203967877'), ('const-433', u'LOAD_-1203969041'), ('const-1', u'PTRADD_-1203968046'), (u'CALL_-1203969024', u'INDIRECT_-1203967474'), (u'LOAD_-1203969074', u'MULTIEQUAL_-1203967696'), (u'COPY_-1203966845', u'PIECE_-1203966786'), ('const-433', u'LOAD_-1203967822'), (u'INT_EQUAL_-1203968577', u'CBRANCH_-1203968566'), ('const-433', u'LOAD_-1203968577'), (u'INT_NOTEQUAL_-1203968578', u'CBRANCH_-1203968577'), ('const-8', u'PTRADD_-1203966682'), (u'LOAD_-1203968453', u'PTRADD_-1203967010'), ('const-80', u'PTRSUB_-1203967235'), (u'CALL_-1203968068', u'INDIRECT_-1203967047'), (u'INDIRECT_-1203967213', u'MULTIEQUAL_-1203967192'), (u'LOAD_-1203968613', u'LOAD_-1203968548'), (u'MULTIEQUAL_-1203967696', u'INT_SEXT_-1203968985'), (u'COPY_-1203967059', u'PIECE_-1203967001'), (u'LOAD_-1203968592', u'INT_EQUAL_-1203968577'), (u'CALL_-1203968096', u'INDIRECT_-1203967081'), (u'INDIRECT_-1203966930', u'MULTIEQUAL_-1203967448'), ('tmp_883', u'CBRANCH_-1203968454'), (u'LOAD_-1203968598', u'CALL_-1203968096'), ('tmp_1698', u'CBRANCH_-1203967952'), (u'PIECE_-1203967002', u'PIECE_-1203967001'), ('tmp_1654', u'BRANCH_-1203968004'), (u'PIECE_-1203966974', u'PIECE_-1203966973'), (u'LOAD_-1203969114', u'PTRSUB_-1203967310'), ('const-0', u'PTRSUB_-1203967299'), (u'COPY_-1203966980', u'MULTIEQUAL_-1203967193'), ('tmp_1052', u'CBRANCH_-1203968577'), (u'MULTIEQUAL_-1203967162', u'MULTIEQUAL_-1203967262'), (u'LOAD_-1203969022', u'MULTIEQUAL_-1203967696'), ('tmp_1932', u'PTRSUB_-1203967004'), (u'CALL_-1203968127', u'INDIRECT_-1203966996'), ('const-0', u'INT_SLESS_-1203968879'), (u'LOAD_-1203969074', u'CALL_-1203969024'), (u'CALL_-1203968127', u'INDIRECT_-1203967086'), (u'COPY_-1203967024', u'PIECE_-1203966972'), ('const-0', u'COPY_-1203968524'), (u'INDIRECT_-1203966888', u'MULTIEQUAL_-1203967262'), ('const-433', u'LOAD_-1203968592'), ('tmp_849', u'CBRANCH_-1203968479'), ('const-0', u'COPY_-1203967059'), ('tmp_777', u'CBRANCH_-1203968521'), (u'PTRSUB_-1203967265', u'LOAD_-1203969074'), (u'COPY_-1203968524', u'MULTIEQUAL_-1203967581'), (u'PTRSUB_-1203967035', u'LOAD_-1203968453'), (u'INDIRECT_-1203967062', u'MULTIEQUAL_-1203967034'), ('const-3677944', u'PTRSUB_-1203967159'), (u'INDIRECT_-1203967429', u'MULTIEQUAL_-1203967408'), ('const-433', u'LOAD_-1203968598'), (u'MULTIEQUAL_-1203967408', u'MULTIEQUAL_-1203967373'), (u'MULTIEQUAL_-1203967403', u'MULTIEQUAL_-1203967207'), (u'PIECE_-1203967006', u'PIECE_-1203967005'), ('const-1', u'COPY_-1203966846'), ('tmp_1835', u'BRANCH_-1203967863'), (u'INT_SUB_-1203967627', u'INT_ZEXT_-1203967906'), (u'COPY_-1203967058', u'PIECE_-1203967002'), ('tmp_1935', u'CALL_-1203968068'), ('tmp_1932', u'PTRSUB_-1203967073'), (u'COPY_-1203966859', u'MULTIEQUAL_-1203967193'), (u'PIECE_-1203966969', u'PIECE_-1203966968'), (u'INDIRECT_-1203966957', u'CAST_-1203966678'), (u'COPY_-1203967262', u'MULTIEQUAL_-1203967179'), (u'MULTIEQUAL_-1203967193', u'INT_LEFT_-1203967880'), ('const-433', u'LOAD_-1203969088'), (u'INT_SUB_-1203967829', u'CALL_-1203967824'), ('const-1', u'RETURN_-1203967775'), (u'LOAD_-1203968548', u'INT_EQUAL_-1203968533'), ('tmp_1367', u'CBRANCH_-1203968358'), (u'MULTIEQUAL_-1203967544', u'COPY_-1203966998'), ('const-88', u'PTRSUB_-1203966980'), (u'PTRSUB_-1203967260', u'PTRSUB_-1203967230'), ('const--128', u'PTRSUB_-1203967100'), (u'CALL_-1203967868', u'INDIRECT_-1203966827'), (u'COPY_-1203966739', u'CALL_-1203967780'), (u'MULTIEQUAL_-1203967453', u'MULTIEQUAL_-1203967418'), ('const-3', u'INT_SRIGHT_-1203968950'), (u'INDIRECT_-1203966900', u'MULTIEQUAL_-1203967418'), (u'INT_LESS_-1203968929', u'CBRANCH_-1203968918'), (u'PTRSUB_-1203966667', u'PTRSUB_-1203966664'), (u'STORE_-1203967869', u'INDIRECT_-1203967088'), (u'INDIRECT_-1203966840', u'MULTIEQUAL_-1203967358'), (u'PTRSUB_-1203967157', u'CAST_-1203966732'), (u'PTRSUB_-1203967235', u'LOAD_-1203969022'), ('const-0', u'PTRSUB_-1203967073'), (u'PTRSUB_-1203967170', u'PTRSUB_-1203967157'), (u'INT_SEXT_-1203968985', u'INT_SUB_-1203967829'), (u'INT_NOTEQUAL_-1203968561', u'CBRANCH_-1203968559'), (u'CAST_-1203967128', u'INT_SUB_-1203968973'), ('tmp_3855', u'PTRSUB_-1203967352'), (u'INDIRECT_-1203966957', u'CAST_-1203966636'), (u'MULTIEQUAL_-1203967448', u'MULTIEQUAL_-1203967252'), ('const-0', u'PTRSUB_-1203967159'), (u'MULTIEQUAL_-1203967621', u'MULTIEQUAL_-1203967586'), (u'CAST_-1203967152', u'CALL_-1203969024'), (u'CALL_-1203967868', u'INDIRECT_-1203966857'), (u'PTRADD_-1203967003', u'PTRSUB_-1203967161'), (u'CALL_-1203968127', u'PTRADD_-1203968046'), (u'PTRSUB_-1203966701', u'PTRSUB_-1203966682'), (u'PIECE_-1203966971', u'PIECE_-1203966970'), (u'PTRSUB_-1203967299', u'PTRSUB_-1203967265'), ('tmp_5429', u'MULTIEQUAL_-1203967393'), ('tmp_925', u'BRANCH_-1203968422'), (u'COPY_-1203967079', u'PIECE_-1203967019'), (u'PIECE_-1203967005', u'PIECE_-1203967004'), ('const-20', u'PTRSUB_-1203967161'), (u'LOAD_-1203968378', u'INT_SLESS_-1203968351'), ('const-0', u'PTRSUB_-1203966997'), (u'LOAD_-1203968613', u'MULTIEQUAL_-1203967581'), (u'CALL_-1203968385', u'INDIRECT_-1203967243'), ('const-0', u'PTRSUB_-1203967209'), ('tmp_1932', u'PTRSUB_-1203967280'), (u'CALL_-1203968096', u'INDIRECT_-1203967036'), (u'LOAD_-1203968517', u'INT_SLESS_-1203968454'), (u'PTRSUB_-1203967209', u'CALL_-1203968068'), ('const-0', u'COPY_-1203966746'), (u'COPY_-1203966899', u'MULTIEQUAL_-1203966935'), (u'INT_SEXT_-1203968985', u'PTRADD_-1203966682'), ('tmp_5418', u'MULTIEQUAL_-1203967621'), (u'CAST_-1203966678', u'INT_NOTEQUAL_-1203968027'), ('const-0', u'PTRSUB_-1203966673'), ('const--88', u'PTRSUB_-1203967170'), (u'CALL_-1203968096', u'INDIRECT_-1203967051'), (u'COPY_-1203967053', u'PIECE_-1203967006'), (u'INT_SRIGHT_-1203968950', u'INT_LESS_-1203968929'), (u'COPY_-1203967057', u'PIECE_-1203967003'), ('const-0', u'COPY_-1203966747'), (u'COPY_-1203966902', u'PIECE_-1203966842'), (u'LOAD_-1203968517', u'INT_SLESS_-1203968428'), ('const-0', u'COPY_-1203967079'), ('const-0', u'COPY_-1203967053'), (u'LOAD_-1203968517', u'INT_EQUAL_-1203968481'), ('const-8', u'PTRSUB_-1203966664'), ('const-433', u'LOAD_-1203968517'), (u'INDIRECT_-1203966855', u'MULTIEQUAL_-1203967373'), ('const-0', u'COPY_-1203967077'), ('const-0', u'COPY_-1203966845'), ('const-92', u'CALL_-1203967780'), ('tmp_5423', u'MULTIEQUAL_-1203967483'), (u'INDIRECT_-1203967407', u'MULTIEQUAL_-1203967147'), (u'PTRSUB_-1203966951', u'LOAD_-1203968517'), (u'MULTIEQUAL_-1203967393', u'MULTIEQUAL_-1203967358'), ('const-0', u'COPY_-1203966901'), (u'COPY_-1203966999', u'COPY_-1203966868'), ('const-0', u'INT_EQUAL_-1203968533'), (u'PTRSUB_-1203966682', u'PTRSUB_-1203966673'), ('const-8', u'PTRSUB_-1203967203'), (u'INDIRECT_-1203966902', u'MULTIEQUAL_-1203967034'), (u'CALL_-1203968385', u'INDIRECT_-1203967258'), (u'CALL_-1203969024', u'INDIRECT_-1203967489'), (u'LOAD_-1203968631', u'PTRADD_-1203967003'), (u'CALL_-1203968068', u'INDIRECT_-1203967017'), (u'LOAD_-1203968598', u'PTRADD_-1203968046'), (u'CALL_-1203968096', u'INDIRECT_-1203967208'), (u'INDIRECT_-1203966957', u'CALL_-1203967868'), ('tmp_191', u'CBRANCH_-1203969042'), (u'COPY_-1203967952', u'MULTIEQUAL_-1203967694'), ('const-433', u'LOAD_-1203968619'), (u'CALL_-1203967824', u'INDIRECT_-1203966900'), (u'INDIRECT_-1203967228', u'MULTIEQUAL_-1203967207'), (u'INDIRECT_-1203966957', u'MULTIEQUAL_-1203967262'), (u'MULTIEQUAL_-1203967373', u'MULTIEQUAL_-1203967177'), (u'INT_NOTEQUAL_-1203968357', u'CBRANCH_-1203968355'), (u'INT_NOTEQUAL_-1203969043', u'CBRANCH_-1203969042'), (u'PTRADD_-1203968544', u'CAST_-1203967027'), ('const-0', u'COPY_-1203967027'), (u'PTRSUB_-1203967203', u'LOAD_-1203969014'), ('tmp_1003', u'CBRANCH_-1203968616'), (u'PTRSUB_-1203967210', u'LOAD_-1203969007'), (u'PTRADD_-1203967003', u'PTRSUB_-1203967135'), (u'INDIRECT_-1203967646', u'MULTIEQUAL_-1203967621'), ('tmp_1932', u'PTRSUB_-1203967024'), (u'LOAD_-1203968619', u'LOAD_-1203968592'), ('tmp_455', u'CBRANCH_-1203968886'), ('const-0', u'SUBPIECE_-1203967181'), (u'MULTIEQUAL_-1203967586', u'MULTIEQUAL_-1203967390'), (u'INT_SRIGHT_-1203968950', u'INT_SUB_-1203967829'), ('const-0', u'INT_NOTEQUAL_-1203969043'), (u'CALL_-1203969024', u'INDIRECT_-1203967504'), (u'INT_LESS_-1203968917', u'CBRANCH_-1203968925'), (u'CALL_-1203967824', u'INDIRECT_-1203966855'), (u'COPY_-1203967077', u'PIECE_-1203967021'), ('tmp_1087', u'CBRANCH_-1203968559'), ('const-0', u'COPY_-1203967057'), ('const-0', u'INT_NOTEQUAL_-1203968549'), (u'INDIRECT_-1203967041', u'COPY_-1203967091'), ('const-255', u'COPY_-1203967187'), (u'MULTIEQUAL_-1203967147', u'COPY_-1203967195'), (u'MULTIEQUAL_-1203967034', u'MULTIEQUAL_-1203967367'), ('const-2', u'COPY_-1203966980'), (u'LOAD_-1203969007', u'PTRADD_-1203966682'), ('tmp_1932', u'PTRSUB_-1203967254'), ('tmp_819', u'CBRANCH_-1203968495'), (u'MULTIEQUAL_-1203967586', u'MULTIEQUAL_-1203967147'), (u'PTRSUB_-1203967280', u'PTRSUB_-1203967248'), ('const-433', u'LOAD_-1203969007'), (u'PTRSUB_-1203967324', u'LOAD_-1203969114'), ('const-0', u'PTRSUB_-1203967035'), (u'PTRSUB_-1203967209', u'PTRSUB_-1203967203'), (u'CALL_-1203968068', u'INDIRECT_-1203966987'), ('tmp_5424', u'MULTIEQUAL_-1203967468'), (u'PIECE_-1203967004', u'PIECE_-1203967003'), (u'PTRSUB_-1203966648', u'LOAD_-1203967822'), (u'INT_SLESS_-1203968428', u'CBRANCH_-1203968435'), ('const-0', u'PTRSUB_-1203967266'), (u'CALL_-1203968385', u'STORE_-1203968382'), (u'PTRSUB_-1203967224', u'PTRSUB_-1203967210'), (u'CALL_-1203967780', u'INDIRECT_-1203966914'), ('const-0', u'PTRSUB_-1203967254'), ('const-3', u'INT_LESS_-1203968608'), ('const-3679528', u'COPY_-1203966739'), (u'INDIRECT_-1203966915', u'MULTIEQUAL_-1203967433'), ('const-0', u'RETURN_-1203968050'), ('const-16', u'PTRSUB_-1203967157'), (u'MULTIEQUAL_-1203967433', u'MULTIEQUAL_-1203967237'), (u'CALL_-1203968127', u'INDIRECT_-1203967026'), (u'CALL_-1203968385', u'INDIRECT_-1203967228'), ('tmp_1932', u'PTRSUB_-1203966692'), (u'INDIRECT_-1203967444', u'MULTIEQUAL_-1203967423'), ('tmp_483', u'BRANCH_-1203968850'), (u'INT_EQUAL_-1203968481', u'CBRANCH_-1203968479'), (u'PIECE_-1203966970', u'PIECE_-1203966969'), (u'PTRSUB_-1203967004', u'PTRSUB_-1203966980'), (u'CALL_-1203967868', u'INDIRECT_-1203966872'), ('const-0', u'PTRSUB_-1203966701'), ('const-0', u'COPY_-1203968569'), (u'INDIRECT_-1203967504', u'MULTIEQUAL_-1203967483'), ('const-0', u'COPY_-1203967262'), ('const-1', u'COPY_-1203967045'), (u'CAST_-1203966636', u'INT_NOTEQUAL_-1203967955'), (u'INDIRECT_-1203967414', u'MULTIEQUAL_-1203967393'), ('const-3', u'INT_EQUAL_-1203968481'), ('const-433', u'LOAD_-1203969114'), ('tmp_395', u'CBRANCH_-1203968925'), ('const-2', u'COPY_-1203966999'), ('const-0', u'COPY_-1203967078'), (u'MULTIEQUAL_-1203967423', u'MULTIEQUAL_-1203967388'), ('tmp_1708', u'BRANCH_-1203967938'), (u'INDIRECT_-1203966945', u'MULTIEQUAL_-1203967463'), ('const-0', u'PTRSUB_-1203967004'), ('const-96', u'PTRSUB_-1203966682'), (u'COPY_-1203967028', u'PIECE_-1203966968'), (u'CALL_-1203967824', u'INDIRECT_-1203967072'), (u'LOAD_-1203969014', u'CAST_-1203967128'), ('const-0', u'PTRSUB_-1203966666'), (u'LOAD_-1203968606', u'SUBPIECE_-1203967181'), ('const-0', u'PTRSUB_-1203967024'), (u'MULTIEQUAL_-1203966935', u'COPY_-1203966859'), (u'PTRSUB_-1203967293', u'LOAD_-1203969066'), ('const-0', u'INT_EQUAL_-1203969095'), (u'PTRSUB_-1203967071', u'PTRSUB_-1203967047'), (u'INT_NOTEQUAL_-1203967877', u'CBRANCH_-1203967876'), (u'INDIRECT_-1203967459', u'MULTIEQUAL_-1203967438'), (u'PTRSUB_-1203967266', u'PTRSUB_-1203967235'), ('tmp_738', u'CBRANCH_-1203968548'), (u'COPY_-1203966873', u'PIECE_-1203966813'), (u'INDIRECT_-1203967198', u'MULTIEQUAL_-1203967177'), ('const-0', u'INT_SLESS_-1203968454'), (u'INT_SUB_-1203967627', u'INT_LESS_-1203968608'), ('tmp_1788', u'BRANCH_-1203968044'), (u'CALL_-1203969024', u'INDIRECT_-1203967414'), (u'LOAD_-1203968598', u'LOAD_-1203968577'), (u'COPY_-1203967025', u'PIECE_-1203966971'), ('const-80', u'PTRSUB_-1203966999'), (u'INDIRECT_-1203967474', u'MULTIEQUAL_-1203967453'), ('const-433', u'STORE_-1203968382'), (u'INT_SLESS_-1203968454', u'CBRANCH_-1203968454'), ('const-3614416', u'COPY_-1203966741'), (u'PTRADD_-1203967003', u'PTRSUB_-1203966951'), ('const-433', u'STORE_-1203967869'), (u'LOAD_-1203968619', u'MULTIEQUAL_-1203967650'), (u'INDIRECT_-1203967189', u'MULTIEQUAL_-1203967490'), (u'PTRSUB_-1203967073', u'PTRSUB_-1203967046'), (u'PIECE_-1203967020', u'PIECE_-1203967019'), (u'COPY_-1203967026', u'PIECE_-1203966970'), ('const-433', u'LOAD_-1203968453'), ('const-0', u'COPY_-1203967021'), ('tmp_1588', u'CBRANCH_-1203968044'), (u'LOAD_-1203969114', u'INT_EQUAL_-1203969095'), (u'PTRADD_-1203967010', u'STORE_-1203968382'), (u'COPY_-1203966868', u'MULTIEQUAL_-1203966935'), ('const-433', u'LOAD_-1203968548'), (u'MULTIEQUAL_-1203967650', u'CALL_-1203968385'), ('const-0', u'COPY_-1203966873'), ('const-0', u'PTRSUB_-1203966677'), ('const-1', u'INT_ADD_-1203968398'), (u'INDIRECT_-1203967407', u'MULTIEQUAL_-1203967390'), (u'LOAD_-1203969066', u'CALL_-1203969024'), ('const-433', u'LOAD_-1203969014'), (u'MULTIEQUAL_-1203967179', u'COPY_-1203966999'), (u'COPY_-1203967021', u'PIECE_-1203966974'), (u'PTRADD_-1203967003', u'PTRSUB_-1203966997'), (u'INDIRECT_-1203967120', u'MULTIEQUAL_-1203967490'), ('const--120', u'PTRSUB_-1203967352'), (u'PIECE_-1203966973', u'PIECE_-1203966972'), (u'PTRADD_-1203967003', u'PTRSUB_-1203966993'), (u'COPY_-1203966901', u'PIECE_-1203966842'), ('const-433', u'LOAD_-1203968659'), (u'INDIRECT_-1203967189', u'MULTIEQUAL_-1203967157'), (u'PTRSUB_-1203966993', u'LOAD_-1203968613'), (u'INDIRECT_-1203966957', u'CALL_-1203967941'), ('const-0', u'COPY_-1203967028'), (u'INDIRECT_-1203966797', u'MULTIEQUAL_-1203966929'), (u'INDIRECT_-1203967062', u'MULTIEQUAL_-1203967367'), (u'MULTIEQUAL_-1203967390', u'MULTIEQUAL_-1203967490')]
|
[('tmp_137', u'CBRANCH_-1203969093'), ('const-4', u'PTRADD_-1203967154'), (u'CALL_-1203968127', u'INDIRECT_-1203967050'), (u'CALL_-1203968068', u'INDIRECT_-1203967041'), (u'MULTIEQUAL_-1203967412', u'MULTIEQUAL_-1203967216'), (u'COPY_-1203966985', u'MULTIEQUAL_-1203966938'), (u'INDIRECT_-1203966897', u'MULTIEQUAL_-1203967271'), (u'CALL_-1203968068', u'INT_EQUAL_-1203968046'), ('const-2', u'COPY_-1203966983'), (u'INT_NOTEQUAL_-1203968593', u'CBRANCH_-1203968592'), ('tmp_1741', u'CBRANCH_-1203968355'), ('const-0', u'COPY_-1203967279'), (u'MULTIEQUAL_-1203967574', u'MULTIEQUAL_-1203967553'), ('const-433', u'STORE_-1203968382'), (u'CALL_-1203969024', u'INDIRECT_-1203967438'), ('const-0', u'COPY_-1203968446'), ('const-3679528', u'COPY_-1203966742'), (u'CALL_-1203968096', u'INDIRECT_-1203966985'), ('const-8', u'INT_MULT_-1203968394'), (u'CAST_-1203967000', u'INT_NOTEQUAL_-1203968549'), ('tmp_671', u'CBRANCH_-1203968592'), ('const-0', u'COPY_-1203968435'), ('tmp_1769', u'BRANCH_-1203968079'), ('tmp_3872', u'INT_ADD_-1203967806'), (u'CALL_-1203967824', u'INDIRECT_-1203966864'), (u'CAST_-1203967009', u'PTRADD_-1203967021'), (u'INT_SLESS_-1203968351', u'CBRANCH_-1203968358'), (u'LOAD_-1203968598', u'CAST_-1203967126'), (u'INT_SLESS_-1203968879', u'CBRANCH_-1203968886'), (u'CALL_-1203968068', u'INDIRECT_-1203967011'), (u'CALL_-1203967824', u'INDIRECT_-1203966939'), (u'CAST_-1203967000', u'LOAD_-1203968548'), (u'CALL_-1203967780', u'INDIRECT_-1203966923'), (u'CALL_-1203968385', u'INDIRECT_-1203967267'), (u'INT_ADD_-1203967855', u'CAST_-1203966714'), (u'INDIRECT_-1203967050', u'COPY_-1203967100'), (u'MULTIEQUAL_-1203967584', u'CALL_-1203968385'), (u'INT_ADD_-1203967881', u'STORE_-1203967869'), (u'PTRADD_-1203968046', u'CALL_-1203968096'), ('tmp_3872', u'CALL_-1203969024'), (u'CALL_-1203967868', u'INDIRECT_-1203967038'), (u'CALL_-1203967824', u'INDIRECT_-1203966924'), (u'INDIRECT_-1203967513', u'MULTIEQUAL_-1203967492'), (u'CAST_-1203967004', u'MULTIEQUAL_-1203967652'), (u'MULTIEQUAL_-1203967595', u'MULTIEQUAL_-1203967156'), (u'INDIRECT_-1203967282', u'MULTIEQUAL_-1203967261'), (u'COPY_-1203967016', u'MULTIEQUAL_-1203966938'), (u'CALL_-1203968385', u'INDIRECT_-1203967237'), ('const-96', u'INT_ADD_-1203968437'), ('const-1', u'INT_SUB_-1203967636'), ('const-433', u'LOAD_-1203969066'), (u'CALL_-1203967868', u'INDIRECT_-1203966806'), ('const-0', u'INT_NOTEQUAL_-1203968578'), (u'MULTIEQUAL_-1203966938', u'MULTIEQUAL_-1203967271'), ('tmp_1663', u'BRANCH_-1203967865'), (u'INDIRECT_-1203967207', u'MULTIEQUAL_-1203967186'), (u'CALL_-1203968096', u'INDIRECT_-1203967030'), (u'CALL_-1203967780', u'INDIRECT_-1203967050'), ('const-433', u'LOAD_-1203968378'), (u'CAST_-1203967131', u'LOAD_-1203968606'), (u'CALL_-1203968068', u'INDIRECT_-1203966996'), (u'CALL_-1203969024', u'INDIRECT_-1203967423'), (u'CALL_-1203968385', u'INDIRECT_-1203967222'), (u'CALL_-1203968096', u'INDIRECT_-1203967217'), ('const-104', u'INT_ADD_-1203968998'), (u'CALL_-1203967868', u'INDIRECT_-1203966881'), ('tmp_3872', u'INT_ADD_-1203968991'), (u'MULTIEQUAL_-1203967166', u'MULTIEQUAL_-1203967499'), ('tmp_3872', u'INT_ADD_-1203969006'), ('tmp_3862', u'PTRSUB_-1203967355'), (u'INDIRECT_-1203967002', u'MULTIEQUAL_-1203967376'), (u'INT_EQUAL_-1203968046', u'CBRANCH_-1203968044'), (u'INT_NOTEQUAL_-1203968027', u'CBRANCH_-1203968023'), (u'PTRSUB_-1203967355', u'MULTIEQUAL_-1203967507'), ('const-3', u'INT_SRIGHT_-1203968950'), (u'INDIRECT_-1203966924', u'MULTIEQUAL_-1203967442'), ('const-0', u'COPY_-1203967373'), ('const-20', u'INT_ADD_-1203968643'), (u'INT_MULT_-1203968645', u'INT_ADD_-1203968613'), (u'MULTIEQUAL_-1203967595', u'MULTIEQUAL_-1203967399'), (u'INDIRECT_-1203967453', u'MULTIEQUAL_-1203967432'), (u'CALL_-1203968068', u'INDIRECT_-1203966966'), (u'CAST_-1203967316', u'LOAD_-1203969114'), (u'MULTIEQUAL_-1203967462', u'MULTIEQUAL_-1203967427'), (u'MULTIEQUAL_-1203967432', u'MULTIEQUAL_-1203967397'), (u'INT_SUB_-1203968973', u'INT_SRIGHT_-1203968950'), (u'LOAD_-1203968577', u'INT_NOTEQUAL_-1203968561'), ('const-16', u'PTRADD_-1203969052'), (u'INT_ADD_-1203968613', u'CAST_-1203967009'), ('tmp_1885', u'BRANCH_-1203967813'), (u'CALL_-1203967941', u'INDIRECT_-1203967002'), (u'INT_NOTEQUAL_-1203967955', u'CBRANCH_-1203967952'), ('const-88', u'INT_ADD_-1203968619'), ('tmp_5548', u'MULTIEQUAL_-1203967447'), (u'MULTIEQUAL_-1203967043', u'MULTIEQUAL_-1203967376'), (u'INDIRECT_-1203967252', u'MULTIEQUAL_-1203967231'), (u'INDIRECT_-1203967468', u'MULTIEQUAL_-1203967447'), ('const-0', u'INT_NOTEQUAL_-1203968593'), ('const-1', u'COPY_-1203967048'), (u'CALL_-1203968127', u'INDIRECT_-1203967237'), (u'PTRSUB_-1203967162', u'PTRADD_-1203968544'), (u'MULTIEQUAL_-1203967652', u'CALL_-1203968385'), (u'MULTIEQUAL_-1203967696', u'INT_MULT_-1203968394'), ('const-0', u'COPY_-1203968524'), (u'CALL_-1203969024', u'INDIRECT_-1203967513'), ('const-8', u'PTRADD_-1203967021'), (u'LOAD_-1203969114', u'INT_ADD_-1203969072'), (u'COPY_-1203966742', u'CALL_-1203967780'), (u'PTRSUB_-1203967215', u'INT_NOTEQUAL_-1203968027'), ('tmp_3872', u'INT_ADD_-1203968998'), (u'CAST_-1203967010', u'LOAD_-1203968631'), (u'INT_EQUAL_-1203968497', u'CBRANCH_-1203968495'), (u'CALL_-1203969024', u'INDIRECT_-1203967498'), (u'INDIRECT_-1203967438', u'MULTIEQUAL_-1203967417'), (u'INDIRECT_-1203966966', u'MULTIEQUAL_-1203967271'), (u'INT_SEXT_-1203968985', u'INT_LESS_-1203968917'), ('tmp_397', u'CBRANCH_-1203968918'), ('tmp_5550', u'MULTIEQUAL_-1203967417'), (u'LOAD_-1203969066', u'INT_NOTEQUAL_-1203969043'), (u'CALL_-1203967941', u'INDIRECT_-1203966972'), (u'MULTIEQUAL_-1203967367', u'MULTIEQUAL_-1203967171'), (u'CALL_-1203968385', u'INDIRECT_-1203967297'), ('const-80', u'INT_ADD_-1203969058'), (u'CAST_-1203967126', u'CALL_-1203968127'), (u'MULTIEQUAL_-1203967630', u'MULTIEQUAL_-1203967595'), ('const--120', u'PTRSUB_-1203967355'), (u'CALL_-1203968096', u'INDIRECT_-1203967090'), (u'INT_ADD_-1203968437', u'CAST_-1203967065'), ('tmp_3872', u'INT_ADD_-1203968362'), (u'LOAD_-1203969041', u'CALL_-1203969024'), (u'CALL_-1203968385', u'INDIRECT_-1203967424'), (u'CALL_-1203968385', u'INDIRECT_-1203967282'), (u'PTRSUB_-1203967226', u'CALL_-1203968068'), ('tmp_1626', u'CBRANCH_-1203968023'), ('tmp_3862', u'PTRSUB_-1203967118'), ('tmp_5551', u'MULTIEQUAL_-1203967402'), (u'CAST_-1203967009', u'LOAD_-1203968619'), (u'INDIRECT_-1203967483', u'MULTIEQUAL_-1203967462'), (u'CALL_-1203967824', u'INDIRECT_-1203966894'), ('const-0', u'INT_SLESS_-1203968879'), (u'PTRADD_-1203969052', u'CAST_-1203967316'), (u'CALL_-1203967824', u'INDIRECT_-1203966849'), (u'CALL_-1203968068', u'INDIRECT_-1203966981'), (u'COPY_-1203967040', u'COPY_-1203967016'), ('const-8', u'PTRADD_-1203966979'), (u'MULTIEQUAL_-1203967477', u'MULTIEQUAL_-1203967442'), ('const-433', u'LOAD_-1203968606'), (u'MULTIEQUAL_-1203967402', u'MULTIEQUAL_-1203967367'), ('const-433', u'LOAD_-1203969041'), (u'CALL_-1203969024', u'INDIRECT_-1203967453'), ('const-0', u'SUBPIECE_-1203967708'), (u'INT_ADD_-1203967806', u'CAST_-1203966684'), (u'LOAD_-1203969014', u'INT_NOTEQUAL_-1203967877'), (u'CAST_-1203967154', u'INT_ADD_-1203968643'), ('const-0', u'COPY_-1203967265'), (u'MULTIEQUAL_-1203967305', u'INT_SEXT_-1203968985'), (u'CALL_-1203967941', u'INDIRECT_-1203967129'), ('const-3614416', u'COPY_-1203966744'), (u'INDIRECT_-1203967071', u'MULTIEQUAL_-1203967043'), (u'LOAD_-1203968517', u'INT_NOTEQUAL_-1203968357'), ('const--128', u'PTRSUB_-1203967118'), ('tmp_3872', u'INT_ADD_-1203969025'), (u'INDIRECT_-1203966864', u'MULTIEQUAL_-1203967382'), (u'LOAD_-1203968517', u'INT_EQUAL_-1203968497'), ('const-80', u'INT_ADD_-1203968362'), (u'INT_NOTEQUAL_-1203968549', u'CBRANCH_-1203968548'), (u'INT_SEXT_-1203968985', u'INT_LESS_-1203968929'), (u'MULTIEQUAL_-1203967196', u'INT_LEFT_-1203967882'), (u'INT_MULT_-1203967869', u'INT_ADD_-1203967881'), ('tmp_3862', u'PTRSUB_-1203967226'), (u'CALL_-1203968127', u'INDIRECT_-1203967065'), (u'CALL_-1203968127', u'INDIRECT_-1203967080'), (u'INT_MULT_-1203968578', u'PTRADD_-1203968544'), (u'CAST_-1203967126', u'CALL_-1203968096'), ('const-3', u'INT_LESS_-1203968608'), ('const-2', u'COPY_-1203967002'), (u'CALL_-1203968068', u'INDIRECT_-1203967198'), (u'LOAD_-1203968619', u'CAST_-1203967004'), (u'MULTIEQUAL_-1203967305', u'MULTIEQUAL_-1203967273'), ('const-0', u'INT_NOTEQUAL_-1203968561'), (u'INDIRECT_-1203967198', u'MULTIEQUAL_-1203967499'), (u'LOAD_-1203969074', u'MULTIEQUAL_-1203967305'), ('const-1', u'COPY_-1203967040'), (u'CAST_-1203967009', u'PTRADD_-1203966979'), (u'INT_EQUAL_-1203969095', u'CBRANCH_-1203969093'), (u'INDIRECT_-1203966966', u'INT_NOTEQUAL_-1203967955'), ('tmp_921', u'CBRANCH_-1203968435'), (u'CAST_-1203967286', u'LOAD_-1203969066'), ('const-0', u'SUBPIECE_-1203967184'), (u'CALL_-1203967941', u'INDIRECT_-1203966927'), (u'MULTIEQUAL_-1203966938', u'COPY_-1203966976'), (u'INDIRECT_-1203967416', u'MULTIEQUAL_-1203967156'), (u'LOAD_-1203968606', u'SUBPIECE_-1203967184'), (u'CAST_-1203967273', u'LOAD_-1203969041'), (u'PTRSUB_-1203967226', u'CALL_-1203968096'), (u'INT_ADD_-1203968398', u'MULTIEQUAL_-1203967696'), ('const-4', u'INT_MULT_-1203968578'), ('tmp_5546', u'MULTIEQUAL_-1203967477'), (u'COPY_-1203967954', u'MULTIEQUAL_-1203967696'), ('const-36952', u'INT_ADD_-1203969072'), (u'INDIRECT_-1203966849', u'MULTIEQUAL_-1203967367'), (u'MULTIEQUAL_-1203967427', u'MULTIEQUAL_-1203967231'), (u'CALL_-1203969024', u'INDIRECT_-1203967468'), (u'CALL_-1203967824', u'INDIRECT_-1203966909'), ('const-433', u'LOAD_-1203969007'), (u'INT_EQUAL_-1203968533', u'CBRANCH_-1203968521'), ('const-88', u'INT_ADD_-1203969025'), ('const-433', u'LOAD_-1203969014'), (u'INDIRECT_-1203967267', u'MULTIEQUAL_-1203967246'), ('const-433', u'LOAD_-1203968598'), (u'INT_LESS_-1203968608', u'CBRANCH_-1203968616'), (u'MULTIEQUAL_-1203967382', u'MULTIEQUAL_-1203967186'), (u'INDIRECT_-1203967237', u'MULTIEQUAL_-1203967216'), (u'LOAD_-1203968631', u'INT_ADD_-1203968613'), ('tmp_1825', u'CBRANCH_-1203967876'), (u'PTRSUB_-1203967215', u'INT_NOTEQUAL_-1203967955'), (u'CALL_-1203967868', u'INDIRECT_-1203966896'), (u'COPY_-1203966976', u'MULTIEQUAL_-1203967196'), (u'INT_SRIGHT_-1203968950', u'INT_LESS_-1203968917'), ('tmp_710', u'CBRANCH_-1203968566'), ('const-65522', u'COPY_-1203967644'), (u'MULTIEQUAL_-1203967442', u'MULTIEQUAL_-1203967246'), (u'CAST_-1203967004', u'LOAD_-1203968592'), (u'MULTIEQUAL_-1203967273', u'INT_SLESS_-1203968879'), (u'COPY_-1203968524', u'MULTIEQUAL_-1203967584'), (u'CALL_-1203967824', u'INDIRECT_-1203966954'), (u'COPY_-1203967279', u'MULTIEQUAL_-1203967553'), ('tmp_3872', u'INT_ADD_-1203967820'), (u'INDIRECT_-1203967192', u'MULTIEQUAL_-1203967171'), ('const-1', u'PTRADD_-1203968046'), (u'INT_EQUAL_-1203968577', u'CBRANCH_-1203968566'), (u'CALL_-1203968127', u'INDIRECT_-1203967035'), (u'INT_NOTEQUAL_-1203968578', u'CBRANCH_-1203968577'), (u'LOAD_-1203968592', u'INT_EQUAL_-1203968577'), (u'CALL_-1203968127', u'INDIRECT_-1203967020'), (u'INT_ADD_-1203968406', u'CAST_-1203967043'), (u'INDIRECT_-1203966966', u'INT_NOTEQUAL_-1203968027'), ('tmp_883', u'CBRANCH_-1203968454'), ('tmp_1698', u'CBRANCH_-1203967952'), (u'MULTIEQUAL_-1203967397', u'MULTIEQUAL_-1203967201'), ('tmp_1654', u'BRANCH_-1203968004'), ('const-1', u'COPY_-1203967397'), ('const-433', u'STORE_-1203967869'), (u'INDIRECT_-1203967097', u'MULTIEQUAL_-1203967595'), ('const-80', u'INT_ADD_-1203969006'), ('tmp_1052', u'CBRANCH_-1203968577'), ('const-3677944', u'PTRSUB_-1203967162'), (u'CAST_-1203967004', u'INT_NOTEQUAL_-1203968593'), (u'INT_ADD_-1203967881', u'INT_NOTEQUAL_-1203967877'), (u'LOAD_-1203969074', u'CALL_-1203969024'), ('const--72', u'PTRSUB_-1203967215'), ('tmp_5540', u'PTRADD_-1203969052'), ('const-104', u'INT_ADD_-1203967855'), (u'CALL_-1203968385', u'INDIRECT_-1203967252'), (u'PTRADD_-1203968544', u'CAST_-1203967131'), ('tmp_849', u'CBRANCH_-1203968479'), (u'COPY_-1203966983', u'MULTIEQUAL_-1203967196'), ('tmp_777', u'CBRANCH_-1203968521'), (u'COPY_-1203967002', u'COPY_-1203966985'), ('tmp_3872', u'INT_ADD_-1203968437'), ('tmp_3872', u'CALL_-1203968068'), ('const-384', u'INT_ADD_-1203969050'), (u'INDIRECT_-1203967222', u'MULTIEQUAL_-1203967201'), (u'CALL_-1203967868', u'INDIRECT_-1203966851'), ('const-433', u'LOAD_-1203969114'), (u'CAST_-1203967291', u'LOAD_-1203969074'), (u'COPY_-1203967048', u'MULTIEQUAL_-1203967196'), (u'INT_ZEXT_-1203967908', u'INT_MULT_-1203968578'), (u'LOAD_-1203969088', u'INT_ADD_-1203969050'), ('const-433', u'LOAD_-1203969088'), (u'INT_ADD_-1203969072', u'CAST_-1203967302'), (u'CALL_-1203968385', u'INDIRECT_-1203967207'), ('tmp_1835', u'BRANCH_-1203967863'), (u'MULTIEQUAL_-1203967399', u'MULTIEQUAL_-1203967499'), (u'INT_ADD_-1203968619', u'CAST_-1203967010'), (u'INDIRECT_-1203966939', u'MULTIEQUAL_-1203967457'), (u'MULTIEQUAL_-1203967507', u'MULTIEQUAL_-1203967472'), ('const-2', u'PTRADD_-1203966979'), (u'CALL_-1203968096', u'INDIRECT_-1203967015'), (u'COPY_-1203968569', u'MULTIEQUAL_-1203967652'), (u'CALL_-1203967941', u'INDIRECT_-1203966942'), ('const-433', u'LOAD_-1203968548'), ('const-433', u'LOAD_-1203968619'), ('const-433', u'LOAD_-1203969022'), (u'INT_SUB_-1203967829', u'CALL_-1203967824'), (u'INT_ADD_-1203967820', u'CALL_-1203967824'), (u'CAST_-1203966684', u'LOAD_-1203967822'), ('const-1', u'RETURN_-1203967775'), (u'LOAD_-1203968548', u'INT_EQUAL_-1203968533'), (u'CALL_-1203967941', u'INDIRECT_-1203966957'), ('tmp_3872', u'CALL_-1203968385'), ('const-1', u'INT_EQUAL_-1203968497'), (u'MULTIEQUAL_-1203967457', u'MULTIEQUAL_-1203967261'), ('tmp_1367', u'CBRANCH_-1203968358'), ('const-96', u'INT_ADD_-1203967820'), (u'INT_LESS_-1203968929', u'CBRANCH_-1203968918'), (u'CALL_-1203967941', u'INDIRECT_-1203966912'), (u'INT_SEXT_-1203968985', u'INT_SUB_-1203967829'), (u'INT_NOTEQUAL_-1203968561', u'CBRANCH_-1203968559'), ('const-433', u'LOAD_-1203967822'), ('const-92', u'CALL_-1203967780'), (u'CAST_-1203967017', u'LOAD_-1203968378'), ('tmp_5547', u'MULTIEQUAL_-1203967462'), (u'CAST_-1203967065', u'LOAD_-1203968453'), (u'MULTIEQUAL_-1203967472', u'MULTIEQUAL_-1203967276'), (u'MULTIEQUAL_-1203967447', u'MULTIEQUAL_-1203967412'), ('const-2', u'INT_SLESS_-1203968428'), (u'CALL_-1203968127', u'PTRADD_-1203968046'), (u'CALL_-1203969024', u'INDIRECT_-1203967483'), ('tmp_925', u'BRANCH_-1203968422'), (u'CALL_-1203967824', u'INDIRECT_-1203966879'), (u'LOAD_-1203968378', u'INT_SLESS_-1203968351'), (u'INT_ADD_-1203968991', u'CAST_-1203967250'), (u'INDIRECT_-1203967423', u'MULTIEQUAL_-1203967402'), ('const-1', u'PTRADD_-1203967021'), (u'CALL_-1203967868', u'INDIRECT_-1203966866'), (u'LOAD_-1203968517', u'INT_SLESS_-1203968454'), (u'LOAD_-1203968659', u'INT_SUB_-1203967636'), (u'INT_ADD_-1203969006', u'CAST_-1203967260'), (u'INT_MULT_-1203968394', u'INT_ADD_-1203968406'), (u'CALL_-1203968096', u'INDIRECT_-1203967060'), ('const-1', u'COPY_-1203967351'), (u'CAST_-1203967250', u'LOAD_-1203969007'), (u'INDIRECT_-1203967416', u'MULTIEQUAL_-1203967399'), (u'INT_SRIGHT_-1203968950', u'INT_LESS_-1203968929'), (u'CAST_-1203967126', u'INT_NOTEQUAL_-1203968578'), (u'CALL_-1203968385', u'INDIRECT_-1203967192'), (u'LOAD_-1203968517', u'INT_SLESS_-1203968428'), (u'CALL_-1203967868', u'INDIRECT_-1203966836'), ('const-1', u'PTRADD_-1203969052'), (u'LOAD_-1203968517', u'INT_EQUAL_-1203968481'), (u'INT_ADD_-1203969058', u'CAST_-1203967291'), ('tmp_3868', u'CALL_-1203968385'), ('const-433', u'LOAD_-1203968631'), (u'INT_ADD_-1203968643', u'CAST_-1203967153'), (u'COPY_-1203967644', u'MULTIEQUAL_-1203967574'), (u'LOAD_-1203967822', u'MULTIEQUAL_-1203967273'), (u'SUBPIECE_-1203967708', u'INT_SLESS_-1203968351'), ('const-3', u'INT_EQUAL_-1203968481'), (u'PTRSUB_-1203967215', u'COPY_-1203966922'), ('const-433', u'LOAD_-1203968592'), (u'INT_SUB_-1203967636', u'INT_LESS_-1203968608'), ('tmp_5549', u'MULTIEQUAL_-1203967432'), ('tmp_191', u'CBRANCH_-1203969042'), (u'CALL_-1203968096', u'INDIRECT_-1203967075'), ('const-433', u'LOAD_-1203968577'), ('const-4', u'INT_LEFT_-1203967882'), (u'CAST_-1203966714', u'STORE_-1203967869'), ('const-0', u'INT_EQUAL_-1203968533'), (u'INT_NOTEQUAL_-1203969043', u'CBRANCH_-1203969042'), (u'INT_NOTEQUAL_-1203968357', u'CBRANCH_-1203968355'), ('tmp_3872', u'INT_ADD_-1203968619'), (u'LOAD_-1203969022', u'MULTIEQUAL_-1203967305'), (u'CAST_-1203967126', u'LOAD_-1203968577'), ('const-0', u'COPY_-1203968569'), (u'INDIRECT_-1203966966', u'MULTIEQUAL_-1203966938'), ('tmp_1003', u'CBRANCH_-1203968616'), (u'PTRADD_-1203966979', u'CAST_-1203966958'), (u'CAST_-1203967043', u'STORE_-1203968382'), (u'MULTIEQUAL_-1203967492', u'MULTIEQUAL_-1203967457'), ('const-0', u'COPY_-1203967954'), (u'CALL_-1203967868', u'INDIRECT_-1203966821'), (u'CALL_-1203968096', u'INDIRECT_-1203967000'), (u'LOAD_-1203969007', u'INT_ADD_-1203967881'), (u'CALL_-1203967941', u'INDIRECT_-1203966987'), ('tmp_455', u'CBRANCH_-1203968886'), ('const-0', u'INT_EQUAL_-1203968577'), (u'INT_SRIGHT_-1203968950', u'INT_SUB_-1203967829'), ('const-0', u'INT_NOTEQUAL_-1203969043'), (u'CALL_-1203969024', u'INDIRECT_-1203967655'), (u'INT_ADD_-1203969025', u'CAST_-1203967273'), ('const-433', u'LOAD_-1203968659'), (u'CALL_-1203968096', u'INDIRECT_-1203967045'), ('const-433', u'LOAD_-1203968453'), (u'INT_LESS_-1203968917', u'CBRANCH_-1203968925'), (u'CAST_-1203967153', u'LOAD_-1203968659'), ('tmp_1087', u'CBRANCH_-1203968559'), ('const-0', u'INT_NOTEQUAL_-1203968549'), (u'INDIRECT_-1203967498', u'MULTIEQUAL_-1203967477'), ('const-0', u'INT_EQUAL_-1203968046'), (u'LOAD_-1203968613', u'CAST_-1203967000'), ('tmp_819', u'CBRANCH_-1203968495'), (u'STORE_-1203968382', u'INDIRECT_-1203967416'), (u'MULTIEQUAL_-1203967182', u'COPY_-1203967116'), (u'INDIRECT_-1203967655', u'MULTIEQUAL_-1203967630'), (u'INT_ADD_-1203968998', u'CAST_-1203967255'), (u'LOAD_-1203969014', u'INT_SUB_-1203968973'), (u'INDIRECT_-1203967081', u'MULTIEQUAL_-1203967595'), (u'INDIRECT_-1203967129', u'MULTIEQUAL_-1203967499'), ('tmp_3862', u'PTRSUB_-1203967215'), ('const-0', u'COPY_-1203968403'), (u'CALL_-1203969024', u'INDIRECT_-1203967528'), (u'PTRADD_-1203967021', u'LOAD_-1203968613'), (u'CAST_-1203967009', u'CAST_-1203967154'), (u'CAST_-1203967009', u'PTRADD_-1203967154'), (u'INT_SLESS_-1203968428', u'CBRANCH_-1203968435'), (u'CALL_-1203968385', u'STORE_-1203968382'), ('tmp_5540', u'MULTIEQUAL_-1203967630'), (u'COPY_-1203966744', u'CALL_-1203967780'), ('const-0', u'RETURN_-1203968050'), (u'INDIRECT_-1203966894', u'MULTIEQUAL_-1203967412'), (u'INDIRECT_-1203966879', u'MULTIEQUAL_-1203967397'), ('const-4', u'INT_NOTEQUAL_-1203968357'), ('tmp_483', u'BRANCH_-1203968850'), (u'INT_EQUAL_-1203968481', u'CBRANCH_-1203968479'), (u'COPY_-1203967351', u'MULTIEQUAL_-1203967574'), (u'CAST_-1203967260', u'LOAD_-1203969022'), (u'COPY_-1203967373', u'MULTIEQUAL_-1203967574'), ('const-0', u'PTRSUB_-1203967162'), (u'COPY_-1203967265', u'MULTIEQUAL_-1203967182'), (u'INDIRECT_-1203966911', u'MULTIEQUAL_-1203967043'), ('const-96', u'INT_ADD_-1203968991'), ('tmp_395', u'CBRANCH_-1203968925'), (u'CALL_-1203967824', u'INDIRECT_-1203967081'), ('tmp_1708', u'BRANCH_-1203967938'), ('tmp_5545', u'MULTIEQUAL_-1203967492'), ('const-8', u'PTRADD_-1203967154'), (u'INT_ADD_-1203968362', u'CAST_-1203967017'), (u'CALL_-1203967868', u'INDIRECT_-1203966911'), ('const-433', u'LOAD_-1203969074'), (u'STORE_-1203967869', u'INDIRECT_-1203967097'), ('const-80', u'INT_ADD_-1203967806'), (u'CAST_-1203967126', u'PTRADD_-1203968046'), ('const-0', u'INT_EQUAL_-1203969095'), (u'CALL_-1203968068', u'INDIRECT_-1203967026'), (u'INT_NOTEQUAL_-1203967877', u'CBRANCH_-1203967876'), ('tmp_738', u'CBRANCH_-1203968548'), (u'INDIRECT_-1203967528', u'MULTIEQUAL_-1203967507'), (u'INT_SUB_-1203967636', u'INT_ZEXT_-1203967908'), ('const-0', u'INT_SLESS_-1203968454'), (u'COPY_-1203967397', u'MULTIEQUAL_-1203967574'), (u'MULTIEQUAL_-1203967276', u'MULTIEQUAL_-1203967376'), (u'CAST_-1203967000', u'MULTIEQUAL_-1203967584'), ('tmp_1788', u'BRANCH_-1203968044'), (u'INT_ADD_-1203969050', u'CAST_-1203967286'), (u'INDIRECT_-1203966909', u'MULTIEQUAL_-1203967427'), (u'CAST_-1203967255', u'LOAD_-1203969014'), (u'CALL_-1203967941', u'INDIRECT_-1203966897'), ('const-433', u'LOAD_-1203968517'), ('tmp_3872', u'INT_ADD_-1203967855'), (u'INDIRECT_-1203967071', u'MULTIEQUAL_-1203967376'), (u'PTRADD_-1203967154', u'LOAD_-1203968598'), (u'INT_SLESS_-1203968454', u'CBRANCH_-1203968454'), (u'MULTIEQUAL_-1203967696', u'INT_MULT_-1203968645'), (u'CAST_-1203966958', u'LOAD_-1203968517'), (u'INDIRECT_-1203966954', u'MULTIEQUAL_-1203967472'), ('const-1', u'PTRADD_-1203968544'), (u'LOAD_-1203968453', u'INT_ADD_-1203968406'), (u'SUBPIECE_-1203967184', u'MULTIEQUAL_-1203967182'), (u'MULTIEQUAL_-1203967553', u'COPY_-1203967115'), ('const--88', u'PTRSUB_-1203967226'), (u'INDIRECT_-1203967038', u'MULTIEQUAL_-1203967166'), (u'CALL_-1203968068', u'INDIRECT_-1203967071'), ('tmp_1588', u'CBRANCH_-1203968044'), (u'LOAD_-1203969114', u'INT_EQUAL_-1203969095'), (u'INDIRECT_-1203967198', u'MULTIEQUAL_-1203967166'), (u'INDIRECT_-1203967297', u'MULTIEQUAL_-1203967276'), (u'MULTIEQUAL_-1203967417', u'MULTIEQUAL_-1203967382'), (u'MULTIEQUAL_-1203967696', u'INT_ADD_-1203968398'), ('const-433', u'LOAD_-1203968613'), (u'CAST_-1203967302', u'LOAD_-1203969088'), (u'LOAD_-1203969007', u'INT_SUB_-1203968973'), ('const-8', u'INT_MULT_-1203967869'), (u'PTRSUB_-1203967118', u'CALL_-1203968385'), (u'CALL_-1203968068', u'INDIRECT_-1203967056'), ('const-1', u'INT_ADD_-1203968398'), (u'LOAD_-1203969066', u'CALL_-1203969024'), ('tmp_3872', u'INT_ADD_-1203969058'), (u'MULTIEQUAL_-1203967156', u'COPY_-1203967204'), (u'CALL_-1203968127', u'INDIRECT_-1203967005'), (u'INDIRECT_-1203966806', u'MULTIEQUAL_-1203966938'), ('tmp_3869', u'CALL_-1203968068'), (u'MULTIEQUAL_-1203967171', u'MULTIEQUAL_-1203967271'), (u'INT_ADD_-1203968398', u'SUBPIECE_-1203967708'), (u'CALL_-1203968127', u'INDIRECT_-1203967110'), ('const-48', u'INT_MULT_-1203968645'), (u'INT_SEXT_-1203968985', u'INT_MULT_-1203967869'), (u'CALL_-1203968127', u'INDIRECT_-1203967095')]
| null | null |
0023e350
|
x64
|
O2
|
(translation_unit "void FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}\n\n" (function_definition "void FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}" primitive_type (function_declarator "FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 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 "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "size_t sVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "char *pcVar13;" primitive_type (pointer_declarator "*pcVar13" * identifier) ;) (declaration "undefined2 uVar14;" type_identifier identifier ;) (declaration "undefined1 uVar15;" type_identifier identifier ;) (declaration "char local_b4;" primitive_type identifier ;) (declaration "undefined4 *local_80;" type_identifier (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined4 local_78;" type_identifier identifier ;) (declaration "char local_74;" primitive_type identifier ;) (declaration "undefined1 local_73;" type_identifier identifier ;) (declaration "undefined2 local_72;" type_identifier identifier ;) (declaration "undefined8 local_70;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined1 *local_58 [2];" type_identifier (pointer_declarator "*local_58 [2]" * (array_declarator "local_58 [2]" identifier [ number_literal ])) ;) (declaration "undefined1 local_48 [24];" type_identifier (array_declarator "local_48 [24]" identifier [ number_literal ]) ;) (expression_statement "local_80 = &local_78;" (assignment_expression "local_80 = &local_78" identifier = (pointer_expression "&local_78" & identifier)) ;) (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" identifier = (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);" (assignment_expression "lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" identifier = (pointer_expression "*(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" * (cast_expression "(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" ( (binary_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180" (pointer_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" * (cast_expression "(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }" if (parenthesized_expression "(lVar10 != 0)" ( (binary_expression "lVar10 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }" { (expression_statement "FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));" (call_expression "FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58))" identifier (argument_list "(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58))" ( identifier , identifier , identifier , (pointer_expression "*(undefined8 *)(param_1 + 0x58)" * (cast_expression "(undefined8 *)(param_1 + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) )))) ))) ;) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" identifier = (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) })) (expression_statement "uVar12 = (ulong)iVar9;" (assignment_expression "uVar12 = (ulong)iVar9" identifier = (cast_expression "(ulong)iVar9" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;" (assignment_expression "uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3" identifier = (binary_expression "*(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3" (binary_expression "*(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60)" (pointer_expression "*(long *)(param_1 + 0x68)" * (cast_expression "(long *)(param_1 + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" if (parenthesized_expression "(uVar5 < uVar12)" ( (binary_expression "uVar5 < uVar12" identifier < identifier) )) (compound_statement "{\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }" { (expression_statement "FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);" (call_expression "FUN_00192f00(param_1 + 0x60,uVar12 - uVar5)" identifier (argument_list "(param_1 + 0x60,uVar12 - uVar5)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) , (binary_expression "uVar12 - uVar5" identifier - identifier) ))) ;) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" identifier = (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" else (if_statement "if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" if (parenthesized_expression "((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10))" ( (binary_expression "(uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)" (parenthesized_expression "(uVar12 < uVar5)" ( (binary_expression "uVar12 < uVar5" identifier < identifier) )) && (parenthesized_expression "(lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)" ( (comma_expression "lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10" (assignment_expression "lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8" identifier = (binary_expression "*(long *)(param_1 + 0x60) + uVar12 * 8" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + (binary_expression "uVar12 * 8" identifier * number_literal))) , (binary_expression "*(long *)(param_1 + 0x68) != lVar10" (pointer_expression "*(long *)(param_1 + 0x68)" * (cast_expression "(long *)(param_1 + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(long *)(param_1 + 0x68) = lVar10;\n }" { (expression_statement "*(long *)(param_1 + 0x68) = lVar10;" (assignment_expression "*(long *)(param_1 + 0x68) = lVar10" (pointer_expression "*(long *)(param_1 + 0x68)" * (cast_expression "(long *)(param_1 + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "lVar10 = 0;" (assignment_expression "lVar10 = 0" identifier = number_literal) ;) (if_statement "if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (compound_statement "{\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }" { (do_statement "do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));" do (compound_statement "{\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n }" { (expression_statement "puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));" (assignment_expression "puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" identifier = (cast_expression "(undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" ( (binary_expression "lVar10 * 0x30 + *(long *)(param_1 + 0x58)" (binary_expression "lVar10 * 0x30" identifier * number_literal) + (pointer_expression "*(long *)(param_1 + 0x58)" * (cast_expression "(long *)(param_1 + 0x58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )))) ;) (expression_statement "pcVar11 = (char *)*puVar7;" (assignment_expression "pcVar11 = (char *)*puVar7" identifier = (cast_expression "(char *)*puVar7" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar7" * identifier))) ;) (expression_statement "pcVar13 = (char *)puVar7[1];" (assignment_expression "pcVar13 = (char *)puVar7[1]" identifier = (cast_expression "(char *)puVar7[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar7[1]" identifier [ number_literal ]))) ;) (if_statement "if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }" if (parenthesized_expression "((pcVar11 != (char *)0x0) && (*pcVar11 == '\0'))" ( (binary_expression "(pcVar11 != (char *)0x0) && (*pcVar11 == '\0')" (parenthesized_expression "(pcVar11 != (char *)0x0)" ( (binary_expression "pcVar11 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar11 == '\0')" ( (binary_expression "*pcVar11 == '\0'" (pointer_expression "*pcVar11" * identifier) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar11 = (char *)0x0;\n }" { (expression_statement "pcVar11 = (char *)0x0;" (assignment_expression "pcVar11 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (if_statement "if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }" if (parenthesized_expression "((pcVar13 != (char *)0x0) && (*pcVar13 == '\0'))" ( (binary_expression "(pcVar13 != (char *)0x0) && (*pcVar13 == '\0')" (parenthesized_expression "(pcVar13 != (char *)0x0)" ( (binary_expression "pcVar13 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar13 == '\0')" ( (binary_expression "*pcVar13 == '\0'" (pointer_expression "*pcVar13" * identifier) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar13 = (char *)0x0;\n }" { (expression_statement "pcVar13 = (char *)0x0;" (assignment_expression "pcVar13 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "iVar9 = *(int *)(puVar7 + 2);" (assignment_expression "iVar9 = *(int *)(puVar7 + 2)" identifier = (pointer_expression "*(int *)(puVar7 + 2)" * (cast_expression "(int *)(puVar7 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) (if_statement "if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }" if (parenthesized_expression "(iVar9 == 1)" ( (binary_expression "iVar9 == 1" identifier == number_literal) )) (compound_statement "{\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }" { (expression_statement "local_b4 = '\x02';" (assignment_expression "local_b4 = '\x02'" identifier = (char_literal "'\x02'" ' escape_sequence ')) ;) (expression_statement "uVar14 = 1;" (assignment_expression "uVar14 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_0023e40f;" goto statement_identifier ;) })) (if_statement "if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" if (parenthesized_expression "(iVar9 == 3)" ( (binary_expression "iVar9 == 3" identifier == number_literal) )) (compound_statement "{\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }" { (expression_statement "cVar4 = '\x02';" (assignment_expression "cVar4 = '\x02'" identifier = (char_literal "'\x02'" ' escape_sequence ')) ;) (labeled_statement "LAB_0023e510:\n local_b4 = cVar4;" statement_identifier : (expression_statement "local_b4 = cVar4;" (assignment_expression "local_b4 = cVar4" identifier = identifier) ;)) (expression_statement "uVar14 = 0;" (assignment_expression "uVar14 = 0" identifier = number_literal) ;) }) (else_clause "else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" else (compound_statement "{\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" { (expression_statement "local_b4 = '\x01';" (assignment_expression "local_b4 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "cVar4 = '\x01';" (assignment_expression "cVar4 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (if_statement "if (iVar9 < 0) goto LAB_0023e510;" if (parenthesized_expression "(iVar9 < 0)" ( (binary_expression "iVar9 < 0" identifier < number_literal) )) (goto_statement "goto LAB_0023e510;" goto statement_identifier ;)) (if_statement "if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" if (parenthesized_expression "(iVar9 < 2)" ( (binary_expression "iVar9 < 2" identifier < number_literal) )) (compound_statement "{\n uVar14 = 1;\n }" { (expression_statement "uVar14 = 1;" (assignment_expression "uVar14 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" else (compound_statement "{\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" { (expression_statement "uVar14 = 0xfff2;" (assignment_expression "uVar14 = 0xfff2" identifier = number_literal) ;) (if_statement "if (iVar9 != 4) goto LAB_0023e510;" if (parenthesized_expression "(iVar9 != 4)" ( (binary_expression "iVar9 != 4" identifier != number_literal) )) (goto_statement "goto LAB_0023e510;" goto statement_identifier ;)) }))) }))) (labeled_statement "LAB_0023e40f:\n uVar15 = 0;" statement_identifier : (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;)) (expression_statement "uVar1 = *(int *)((long)puVar7 + 0x14) - 1;" (assignment_expression "uVar1 = *(int *)((long)puVar7 + 0x14) - 1" identifier = (binary_expression "*(int *)((long)puVar7 + 0x14) - 1" (pointer_expression "*(int *)((long)puVar7 + 0x14)" * (cast_expression "(int *)((long)puVar7 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x14)" ( (binary_expression "(long)puVar7 + 0x14" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) - number_literal)) ;) (if_statement "if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }" if (parenthesized_expression "(uVar1 < 3)" ( (binary_expression "uVar1 < 3" identifier < number_literal) )) (compound_statement "{\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }" { (expression_statement "uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);" (assignment_expression "uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" identifier = (binary_expression "(undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" (parenthesized_expression "(undefined1)" ( identifier )) * (cast_expression "(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00381ef8 + (ulong)uVar1 * 4)" ( (binary_expression "&DAT_00381ef8 + (ulong)uVar1 * 4" (pointer_expression "&DAT_00381ef8" & identifier) + (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) })) (expression_statement "__s = (char *)puVar7[4];" (assignment_expression "__s = (char *)puVar7[4]" identifier = (cast_expression "(char *)puVar7[4]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar7[4]" identifier [ number_literal ]))) ;) (if_statement "if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }" if (parenthesized_expression "((__s != (char *)0x0) && (*__s != '\0'))" ( (binary_expression "(__s != (char *)0x0) && (*__s != '\0')" (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*__s != '\0')" ( (binary_expression "*__s != '\0'" (pointer_expression "*__s" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }" { (expression_statement "local_58[0] = local_48;" (assignment_expression "local_58[0] = local_48" (subscript_expression "local_58[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "sVar8 = strlen(__s);" (assignment_expression "sVar8 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "FUN_001665c0(local_58,__s,__s + sVar8);" (call_expression "FUN_001665c0(local_58,__s,__s + sVar8)" identifier (argument_list "(local_58,__s,__s + sVar8)" ( identifier , identifier , (binary_expression "__s + sVar8" identifier + identifier) ))) ;) comment (expression_statement "cVar4 = FUN_0023ba00(param_1,local_58,param_4);" (assignment_expression "cVar4 = FUN_0023ba00(param_1,local_58,param_4)" identifier = (call_expression "FUN_0023ba00(param_1,local_58,param_4)" identifier (argument_list "(param_1,local_58,param_4)" ( identifier , identifier , identifier )))) ;) (if_statement "if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }" { (if_statement "if (local_58[0] != local_48) {\n FUN_002dac70();\n }" if (parenthesized_expression "(local_58[0] != local_48)" ( (binary_expression "local_58[0] != local_48" (subscript_expression "local_58[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar14 = 0;" (assignment_expression "uVar14 = 0" identifier = number_literal) ;) }) (else_clause "else if (local_58[0] != local_48) {\n FUN_002dac70();\n }" else (if_statement "if (local_58[0] != local_48) {\n FUN_002dac70();\n }" if (parenthesized_expression "(local_58[0] != local_48)" ( (binary_expression "local_58[0] != local_48" (subscript_expression "local_58[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })))) })) (expression_statement "local_74 = local_b4 << 4;" (assignment_expression "local_74 = local_b4 << 4" identifier = (binary_expression "local_b4 << 4" identifier << number_literal)) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x60);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x60)" identifier = (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = lVar10 * 8;" (assignment_expression "lVar2 = lVar10 * 8" identifier = (binary_expression "lVar10 * 8" identifier * number_literal)) ;) (expression_statement "lVar10 = lVar10 + 1;" (assignment_expression "lVar10 = lVar10 + 1" identifier = (binary_expression "lVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (expression_statement "local_73 = uVar15;" (assignment_expression "local_73 = uVar15" identifier = identifier) ;) (expression_statement "local_72 = uVar14;" (assignment_expression "local_72 = uVar14" identifier = identifier) ;) (expression_statement "uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);" (assignment_expression "uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80)" identifier = (call_expression "FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80)" identifier (argument_list "(param_2,param_1,pcVar11,pcVar13,&local_80)" ( identifier , identifier , identifier , identifier , (pointer_expression "&local_80" & identifier) )))) ;) (expression_statement "*(undefined8 *)(lVar3 + lVar2) = uVar6;" (assignment_expression "*(undefined8 *)(lVar3 + lVar2) = uVar6" (pointer_expression "*(undefined8 *)(lVar3 + lVar2)" * (cast_expression "(undefined8 *)(lVar3 + lVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + lVar2)" ( (binary_expression "lVar3 + lVar2" identifier + identifier) )))) = identifier) ;) }) while (parenthesized_expression "((int)lVar10 < *(int *)(param_1 + 0x50))" ( (binary_expression "(int)lVar10 < *(int *)(param_1 + 0x50)" (cast_expression "(int)lVar10" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" 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_add_symbols(Sized_pluginobj<64,_false> * this, Symbol_table *\n symtab, Read_symbols_data * param_2, Layout * layout) */\n\nvoid __thiscall\ngold::Sized_pluginobj<64,_false>::do_add_symbols\n (Sized_pluginobj<64,_false> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *layout)\n\n{\n uint uVar1;\n anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *paVar2;\n Plugin_recorder *this_00;\n pointer ppSVar3;\n pointer ppSVar4;\n char *__s;\n char cVar5;\n bool bVar6;\n ulong uVar7;\n Symbol *pSVar8;\n ld_plugin_symbol *plVar9;\n size_t sVar10;\n int iVar11;\n long lVar12;\n char *name;\n ulong uVar13;\n char *ver;\n undefined2 uVar14;\n uchar uVar15;\n char local_b4;\n Sym<64,_false> sym;\n uchar symbuf [24];\n basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_58;\n \n sym.p_ = (Sym_data<64> *)symbuf;\n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n iVar11 = (this->super_Pluginobj).nsyms_;\n this_00 = parameters->options_->plugins_->recorder_;\n if (this_00 != (Plugin_recorder *)0x0) {\n Plugin_recorder::record_symbols(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_);\n iVar11 = (this->super_Pluginobj).nsyms_;\n }\n ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish;\n ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start;\n uVar13 = (ulong)iVar11;\n uVar7 = (long)ppSVar3 - (long)ppSVar4 >> 3;\n if (uVar7 < uVar13) {\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&(this->super_Pluginobj).symbols_,uVar13 - uVar7);\n iVar11 = (this->super_Pluginobj).nsyms_;\n }\n else if ((uVar13 < uVar7) && (ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4)) {\n (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4;\n }\n lVar12 = 0;\n if (0 < iVar11) {\n paVar2 = &local_58.field_2;\n do {\n plVar9 = (this->super_Pluginobj).syms_ + lVar12;\n name = plVar9->name;\n ver = plVar9->version;\n if ((name != (char *)0x0) && (*name == '\0')) {\n name = (char *)0x0;\n }\n if ((ver != (char *)0x0) && (*ver == '\0')) {\n ver = (char *)0x0;\n }\n iVar11 = plVar9->def;\n if (iVar11 == 1) {\n local_b4 = '\x02';\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n goto LAB_0023e40f;\n }\n if (iVar11 == 3) {\n cVar5 = '\x02';\nLAB_0023e510:\n local_b4 = cVar5;\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n else {\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = '\0';\n uVar1 = plVar9->visibility - 1;\n if (uVar1 < 3) {\n uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);\n }\n __s = plVar9->comdat_key;\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58._M_dataplus._M_p = (pointer)paVar2;\n sVar10 = strlen(__s);\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);\n if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n }\n symbuf[4] = local_b4 << 4;\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[8] = '\0';\n symbuf[9] = '\0';\n symbuf[10] = '\0';\n symbuf[0xb] = '\0';\n symbuf[0xc] = '\0';\n symbuf[0xd] = '\0';\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +\n lVar12;\n lVar12 = lVar12 + 1;\n symbuf[0x10] = '\0';\n symbuf[0x11] = '\0';\n symbuf[0x12] = '\0';\n symbuf[0x13] = '\0';\n symbuf[0x14] = '\0';\n symbuf[0x15] = '\0';\n symbuf[0x16] = '\0';\n symbuf[0x17] = '\0';\n symbuf[5] = uVar15;\n symbuf._6_2_ = uVar14;\n pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym);\n *ppSVar4 = pSVar8;\n } while ((int)lVar12 < (this->super_Pluginobj).nsyms_);\n }\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_pluginobj<64,_false>::do_add_symbols\n (Sized_pluginobj<64,_false> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *layout)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::do_add_symbols\n (Sized_pluginobj<64,_false> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *layout)\n\n{\n uint" identifier > : : (function_declarator "do_add_symbols\n (Sized_pluginobj<64,_false> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *layout)" identifier (parameter_list "(Sized_pluginobj<64,_false> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *layout)" ( (parameter_declaration "Sized_pluginobj" 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 "Read_symbols_data *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) ))) { identifier) identifier ;) (ERROR "anon_union_16_2_edb7204a_for_basic_string<char," (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_>_9\n *paVar2;" statement_identifier (ERROR "::char_traits<char>,_std:" : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) :) : (expression_statement "allocator<char>_>_9\n *paVar2;" (binary_expression "allocator<char>_>_9\n *paVar2" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *paVar2" identifier * identifier)) ;)) (declaration "Plugin_recorder *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "pointer ppSVar3;" type_identifier identifier ;) (declaration "pointer ppSVar4;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "Symbol *pSVar8;" type_identifier (pointer_declarator "*pSVar8" * identifier) ;) (declaration "ld_plugin_symbol *plVar9;" type_identifier (pointer_declarator "*plVar9" * identifier) ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "long lVar12;" (sized_type_specifier "long" long) identifier ;) (declaration "char *name;" primitive_type (pointer_declarator "*name" * identifier) ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "char *ver;" primitive_type (pointer_declarator "*ver" * identifier) ;) (declaration "undefined2 uVar14;" type_identifier identifier ;) (declaration "uchar uVar15;" type_identifier identifier ;) (declaration "char local_b4;" primitive_type identifier ;) (ERROR "Sym<64,_false> sym" (binary_expression "Sym<64" identifier < number_literal) , (binary_expression "_false> sym" identifier > identifier)) (expression_statement ";" ;) (declaration "uchar symbuf [24];" type_identifier (array_declarator "symbuf [24]" identifier [ number_literal ]) ;) (ERROR "basic_string<char," (binary_expression "basic_string<char" identifier < identifier) ,) (labeled_statement "_std::char_traits<char>,_std::allocator<char>_> local_58;" statement_identifier (ERROR "::char_traits<char>,_std:" : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) :) : (expression_statement "allocator<char>_> local_58;" (binary_expression "allocator<char>_> local_58" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) ;)) (expression_statement "sym.p_ = (Sym_data<64> *)symbuf;" (assignment_expression "sym.p_ = (Sym_data<64> *)symbuf" (field_expression "sym.p_" identifier . field_identifier) = (parenthesized_expression "(Sym_data<64> *)symbuf" ( (binary_expression "Sym_data<64> *)symbuf" (binary_expression "Sym_data<64" identifier < number_literal) > (pointer_expression "*)symbuf" * (ERROR ")" )) 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 "iVar11 = (this->super_Pluginobj).nsyms_;" (assignment_expression "iVar11 = (this->super_Pluginobj).nsyms_" identifier = (field_expression "(this->super_Pluginobj).nsyms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "this_00 = parameters->options_->plugins_->recorder_;" (assignment_expression "this_00 = parameters->options_->plugins_->recorder_" identifier = (field_expression "parameters->options_->plugins_->recorder_" (field_expression "parameters->options_->plugins_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) -> field_identifier)) ;) (if_statement "if (this_00 != (Plugin_recorder *)0x0) {\n Plugin_recorder::record_symbols(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_);\n iVar11 = (this->super_Pluginobj).nsyms_;\n }" if (parenthesized_expression "(this_00 != (Plugin_recorder *)0x0)" ( (binary_expression "this_00 != (Plugin_recorder *)0x0" identifier != (cast_expression "(Plugin_recorder *)0x0" ( (type_descriptor "Plugin_recorder *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n Plugin_recorder::record_symbols(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_);\n iVar11 = (this->super_Pluginobj).nsyms_;\n }" { (labeled_statement "Plugin_recorder::record_symbols(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_);" statement_identifier : (ERROR ":" :) (expression_statement "record_symbols(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_);" (call_expression "record_symbols(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_)" identifier (argument_list "(this_00,(Object *)this,iVar11,(this->super_Pluginobj).syms_)" ( identifier , (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , (field_expression "(this->super_Pluginobj).syms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier) ))) ;)) (expression_statement "iVar11 = (this->super_Pluginobj).nsyms_;" (assignment_expression "iVar11 = (this->super_Pluginobj).nsyms_" identifier = (field_expression "(this->super_Pluginobj).nsyms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier)) ;) })) (expression_statement "ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish;" (field_expression "ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish" (field_expression "ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar3 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold" (field_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base" (field_expression "(this->super_Pluginobj).symbols_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start;" (field_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start" (field_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold" (field_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base" (field_expression "(this->super_Pluginobj).symbols_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "uVar13 = (ulong)iVar11;" (assignment_expression "uVar13 = (ulong)iVar11" identifier = (cast_expression "(ulong)iVar11" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uVar7 = (long)ppSVar3 - (long)ppSVar4 >> 3;" (assignment_expression "uVar7 = (long)ppSVar3 - (long)ppSVar4 >> 3" identifier = (binary_expression "(long)ppSVar3 - (long)ppSVar4 >> 3" (binary_expression "(long)ppSVar3 - (long)ppSVar4" (cast_expression "(long)ppSVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)ppSVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar7 < uVar13) {\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&(this->super_Pluginobj).symbols_,uVar13 - uVar7);\n iVar11 = (this->super_Pluginobj).nsyms_;\n }\n else if ((uVar13 < uVar7) && (ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4)) {\n (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4;\n }" if (parenthesized_expression "(uVar7 < uVar13)" ( (binary_expression "uVar7 < uVar13" identifier < identifier) )) (compound_statement "{\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&(this->super_Pluginobj).symbols_,uVar13 - uVar7);\n iVar11 = (this->super_Pluginobj).nsyms_;\n }" { (ERROR "std::vector<gold::Symbol*,_std::allocator<gold::" (comma_expression "std::vector<gold::Symbol*,_std" identifier (ERROR "::vector<gold::Symbol*" : : (binary_expression "vector<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Symbol*>_>::_M_default_append\n (&(this->super_Pluginobj).symbols_,uVar13 - uVar7);" (binary_expression "Symbol*>_>::_M_default_append\n (&(this->super_Pluginobj).symbols_,uVar13 - uVar7)" (binary_expression "Symbol*>_" identifier * (ERROR ">" >) identifier) > (ERROR "::" : :) (call_expression "_M_default_append\n (&(this->super_Pluginobj).symbols_,uVar13 - uVar7)" identifier (argument_list "(&(this->super_Pluginobj).symbols_,uVar13 - uVar7)" ( (pointer_expression "&(this->super_Pluginobj).symbols_" & (field_expression "(this->super_Pluginobj).symbols_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier)) , (binary_expression "uVar13 - uVar7" identifier - identifier) )))) ;) (expression_statement "iVar11 = (this->super_Pluginobj).nsyms_;" (assignment_expression "iVar11 = (this->super_Pluginobj).nsyms_" identifier = (field_expression "(this->super_Pluginobj).nsyms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier)) ;) }) (else_clause "else if ((uVar13 < uVar7) && (ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4)) {\n (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4;\n }" else (if_statement "if ((uVar13 < uVar7) && (ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4)) {\n (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4;\n }" if (parenthesized_expression "((uVar13 < uVar7) && (ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4))" ( (binary_expression "(uVar13 < uVar7) && (ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4)" (parenthesized_expression "(uVar13 < uVar7)" ( (binary_expression "uVar13 < uVar7" identifier < identifier) )) && (parenthesized_expression "(ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4)" ( (comma_expression "ppSVar4 = ppSVar4 + uVar13, ppSVar3 != ppSVar4" (assignment_expression "ppSVar4 = ppSVar4 + uVar13" identifier = (binary_expression "ppSVar4 + uVar13" identifier + identifier)) , (binary_expression "ppSVar3 != ppSVar4" identifier != identifier)) ))) )) (compound_statement "{\n (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4;\n }" { (expression_statement "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4;" (assignment_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish = ppSVar4" (field_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_finish" (field_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold" (field_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base" (field_expression "(this->super_Pluginobj).symbols_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) })))) (expression_statement "lVar12 = 0;" (assignment_expression "lVar12 = 0" identifier = number_literal) ;) (if_statement "if (0 < iVar11) {\n paVar2 = &local_58.field_2;\n do {\n plVar9 = (this->super_Pluginobj).syms_ + lVar12;\n name = plVar9->name;\n ver = plVar9->version;\n if ((name != (char *)0x0) && (*name == '\0')) {\n name = (char *)0x0;\n }\n if ((ver != (char *)0x0) && (*ver == '\0')) {\n ver = (char *)0x0;\n }\n iVar11 = plVar9->def;\n if (iVar11 == 1) {\n local_b4 = '\x02';\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n goto LAB_0023e40f;\n }\n if (iVar11 == 3) {\n cVar5 = '\x02';\nLAB_0023e510:\n local_b4 = cVar5;\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n else {\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = '\0';\n uVar1 = plVar9->visibility - 1;\n if (uVar1 < 3) {\n uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);\n }\n __s = plVar9->comdat_key;\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58._M_dataplus._M_p = (pointer)paVar2;\n sVar10 = strlen(__s);\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);\n if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n }\n symbuf[4] = local_b4 << 4;\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[8] = '\0';\n symbuf[9] = '\0';\n symbuf[10] = '\0';\n symbuf[0xb] = '\0';\n symbuf[0xc] = '\0';\n symbuf[0xd] = '\0';\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +\n lVar12;\n lVar12 = lVar12 + 1;\n symbuf[0x10] = '\0';\n symbuf[0x11] = '\0';\n symbuf[0x12] = '\0';\n symbuf[0x13] = '\0';\n symbuf[0x14] = '\0';\n symbuf[0x15] = '\0';\n symbuf[0x16] = '\0';\n symbuf[0x17] = '\0';\n symbuf[5] = uVar15;\n symbuf._6_2_ = uVar14;\n pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym);\n *ppSVar4 = pSVar8;\n } while ((int)lVar12 < (this->super_Pluginobj).nsyms_);\n }" if (parenthesized_expression "(0 < iVar11)" ( (binary_expression "0 < iVar11" number_literal < identifier) )) (compound_statement "{\n paVar2 = &local_58.field_2;\n do {\n plVar9 = (this->super_Pluginobj).syms_ + lVar12;\n name = plVar9->name;\n ver = plVar9->version;\n if ((name != (char *)0x0) && (*name == '\0')) {\n name = (char *)0x0;\n }\n if ((ver != (char *)0x0) && (*ver == '\0')) {\n ver = (char *)0x0;\n }\n iVar11 = plVar9->def;\n if (iVar11 == 1) {\n local_b4 = '\x02';\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n goto LAB_0023e40f;\n }\n if (iVar11 == 3) {\n cVar5 = '\x02';\nLAB_0023e510:\n local_b4 = cVar5;\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n else {\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = '\0';\n uVar1 = plVar9->visibility - 1;\n if (uVar1 < 3) {\n uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);\n }\n __s = plVar9->comdat_key;\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58._M_dataplus._M_p = (pointer)paVar2;\n sVar10 = strlen(__s);\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);\n if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n }\n symbuf[4] = local_b4 << 4;\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[8] = '\0';\n symbuf[9] = '\0';\n symbuf[10] = '\0';\n symbuf[0xb] = '\0';\n symbuf[0xc] = '\0';\n symbuf[0xd] = '\0';\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +\n lVar12;\n lVar12 = lVar12 + 1;\n symbuf[0x10] = '\0';\n symbuf[0x11] = '\0';\n symbuf[0x12] = '\0';\n symbuf[0x13] = '\0';\n symbuf[0x14] = '\0';\n symbuf[0x15] = '\0';\n symbuf[0x16] = '\0';\n symbuf[0x17] = '\0';\n symbuf[5] = uVar15;\n symbuf._6_2_ = uVar14;\n pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym);\n *ppSVar4 = pSVar8;\n } while ((int)lVar12 < (this->super_Pluginobj).nsyms_);\n }" { (expression_statement "paVar2 = &local_58.field_2;" (assignment_expression "paVar2 = &local_58.field_2" identifier = (pointer_expression "&local_58.field_2" & (field_expression "local_58.field_2" identifier . field_identifier))) ;) (do_statement "do {\n plVar9 = (this->super_Pluginobj).syms_ + lVar12;\n name = plVar9->name;\n ver = plVar9->version;\n if ((name != (char *)0x0) && (*name == '\0')) {\n name = (char *)0x0;\n }\n if ((ver != (char *)0x0) && (*ver == '\0')) {\n ver = (char *)0x0;\n }\n iVar11 = plVar9->def;\n if (iVar11 == 1) {\n local_b4 = '\x02';\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n goto LAB_0023e40f;\n }\n if (iVar11 == 3) {\n cVar5 = '\x02';\nLAB_0023e510:\n local_b4 = cVar5;\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n else {\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = '\0';\n uVar1 = plVar9->visibility - 1;\n if (uVar1 < 3) {\n uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);\n }\n __s = plVar9->comdat_key;\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58._M_dataplus._M_p = (pointer)paVar2;\n sVar10 = strlen(__s);\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);\n if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n }\n symbuf[4] = local_b4 << 4;\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[8] = '\0';\n symbuf[9] = '\0';\n symbuf[10] = '\0';\n symbuf[0xb] = '\0';\n symbuf[0xc] = '\0';\n symbuf[0xd] = '\0';\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +\n lVar12;\n lVar12 = lVar12 + 1;\n symbuf[0x10] = '\0';\n symbuf[0x11] = '\0';\n symbuf[0x12] = '\0';\n symbuf[0x13] = '\0';\n symbuf[0x14] = '\0';\n symbuf[0x15] = '\0';\n symbuf[0x16] = '\0';\n symbuf[0x17] = '\0';\n symbuf[5] = uVar15;\n symbuf._6_2_ = uVar14;\n pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym);\n *ppSVar4 = pSVar8;\n } while ((int)lVar12 < (this->super_Pluginobj).nsyms_);" do (compound_statement "{\n plVar9 = (this->super_Pluginobj).syms_ + lVar12;\n name = plVar9->name;\n ver = plVar9->version;\n if ((name != (char *)0x0) && (*name == '\0')) {\n name = (char *)0x0;\n }\n if ((ver != (char *)0x0) && (*ver == '\0')) {\n ver = (char *)0x0;\n }\n iVar11 = plVar9->def;\n if (iVar11 == 1) {\n local_b4 = '\x02';\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n goto LAB_0023e40f;\n }\n if (iVar11 == 3) {\n cVar5 = '\x02';\nLAB_0023e510:\n local_b4 = cVar5;\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n else {\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = '\0';\n uVar1 = plVar9->visibility - 1;\n if (uVar1 < 3) {\n uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);\n }\n __s = plVar9->comdat_key;\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58._M_dataplus._M_p = (pointer)paVar2;\n sVar10 = strlen(__s);\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);\n if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n }\n symbuf[4] = local_b4 << 4;\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[8] = '\0';\n symbuf[9] = '\0';\n symbuf[10] = '\0';\n symbuf[0xb] = '\0';\n symbuf[0xc] = '\0';\n symbuf[0xd] = '\0';\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +\n lVar12;\n lVar12 = lVar12 + 1;\n symbuf[0x10] = '\0';\n symbuf[0x11] = '\0';\n symbuf[0x12] = '\0';\n symbuf[0x13] = '\0';\n symbuf[0x14] = '\0';\n symbuf[0x15] = '\0';\n symbuf[0x16] = '\0';\n symbuf[0x17] = '\0';\n symbuf[5] = uVar15;\n symbuf._6_2_ = uVar14;\n pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym);\n *ppSVar4 = pSVar8;\n }" { (expression_statement "plVar9 = (this->super_Pluginobj).syms_ + lVar12;" (assignment_expression "plVar9 = (this->super_Pluginobj).syms_ + lVar12" identifier = (binary_expression "(this->super_Pluginobj).syms_ + lVar12" (field_expression "(this->super_Pluginobj).syms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier) + identifier)) ;) (expression_statement "name = plVar9->name;" (assignment_expression "name = plVar9->name" identifier = (field_expression "plVar9->name" identifier -> field_identifier)) ;) (expression_statement "ver = plVar9->version;" (assignment_expression "ver = plVar9->version" identifier = (field_expression "plVar9->version" identifier -> field_identifier)) ;) (if_statement "if ((name != (char *)0x0) && (*name == '\0')) {\n name = (char *)0x0;\n }" if (parenthesized_expression "((name != (char *)0x0) && (*name == '\0'))" ( (binary_expression "(name != (char *)0x0) && (*name == '\0')" (parenthesized_expression "(name != (char *)0x0)" ( (binary_expression "name != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*name == '\0')" ( (binary_expression "*name == '\0'" (pointer_expression "*name" * identifier) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n name = (char *)0x0;\n }" { (expression_statement "name = (char *)0x0;" (assignment_expression "name = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (if_statement "if ((ver != (char *)0x0) && (*ver == '\0')) {\n ver = (char *)0x0;\n }" if (parenthesized_expression "((ver != (char *)0x0) && (*ver == '\0'))" ( (binary_expression "(ver != (char *)0x0) && (*ver == '\0')" (parenthesized_expression "(ver != (char *)0x0)" ( (binary_expression "ver != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*ver == '\0')" ( (binary_expression "*ver == '\0'" (pointer_expression "*ver" * identifier) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n ver = (char *)0x0;\n }" { (expression_statement "ver = (char *)0x0;" (assignment_expression "ver = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "iVar11 = plVar9->def;" (assignment_expression "iVar11 = plVar9->def" identifier = (field_expression "plVar9->def" identifier -> field_identifier)) ;) (if_statement "if (iVar11 == 1) {\n local_b4 = '\x02';\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n goto LAB_0023e40f;\n }" if (parenthesized_expression "(iVar11 == 1)" ( (binary_expression "iVar11 == 1" identifier == number_literal) )) (compound_statement "{\n local_b4 = '\x02';\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n goto LAB_0023e40f;\n }" { (expression_statement "local_b4 = '\x02';" (assignment_expression "local_b4 = '\x02'" identifier = (char_literal "'\x02'" ' escape_sequence ')) ;) (expression_statement "uVar14._0_1_ = '\x01';" (assignment_expression "uVar14._0_1_ = '\x01'" (field_expression "uVar14._0_1_" identifier . field_identifier) = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "uVar14._1_1_ = '\0';" (assignment_expression "uVar14._1_1_ = '\0'" (field_expression "uVar14._1_1_" identifier . field_identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (goto_statement "goto LAB_0023e40f;" goto statement_identifier ;) })) (if_statement "if (iVar11 == 3) {\n cVar5 = '\x02';\nLAB_0023e510:\n local_b4 = cVar5;\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n else {\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }" if (parenthesized_expression "(iVar11 == 3)" ( (binary_expression "iVar11 == 3" identifier == number_literal) )) (compound_statement "{\n cVar5 = '\x02';\nLAB_0023e510:\n local_b4 = cVar5;\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }" { (expression_statement "cVar5 = '\x02';" (assignment_expression "cVar5 = '\x02'" identifier = (char_literal "'\x02'" ' escape_sequence ')) ;) (labeled_statement "LAB_0023e510:\n local_b4 = cVar5;" statement_identifier : (expression_statement "local_b4 = cVar5;" (assignment_expression "local_b4 = cVar5" identifier = identifier) ;)) (expression_statement "uVar14._0_1_ = '\0';" (assignment_expression "uVar14._0_1_ = '\0'" (field_expression "uVar14._0_1_" identifier . field_identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar14._1_1_ = '\0';" (assignment_expression "uVar14._1_1_ = '\0'" (field_expression "uVar14._1_1_" identifier . field_identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }" else (compound_statement "{\n local_b4 = '\x01';\n cVar5 = '\x01';\n if (iVar11 < 0) goto LAB_0023e510;\n if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }\n }" { (expression_statement "local_b4 = '\x01';" (assignment_expression "local_b4 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "cVar5 = '\x01';" (assignment_expression "cVar5 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (if_statement "if (iVar11 < 0) goto LAB_0023e510;" if (parenthesized_expression "(iVar11 < 0)" ( (binary_expression "iVar11 < 0" identifier < number_literal) )) (goto_statement "goto LAB_0023e510;" goto statement_identifier ;)) (if_statement "if (iVar11 < 2) {\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }\n else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }" if (parenthesized_expression "(iVar11 < 2)" ( (binary_expression "iVar11 < 2" identifier < number_literal) )) (compound_statement "{\n uVar14._0_1_ = '\x01';\n uVar14._1_1_ = '\0';\n }" { (expression_statement "uVar14._0_1_ = '\x01';" (assignment_expression "uVar14._0_1_ = '\x01'" (field_expression "uVar14._0_1_" identifier . field_identifier) = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "uVar14._1_1_ = '\0';" (assignment_expression "uVar14._1_1_ = '\0'" (field_expression "uVar14._1_1_" identifier . field_identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) }) (else_clause "else {\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }" else (compound_statement "{\n uVar14._0_1_ = 0xf2;\n uVar14._1_1_ = 0xff;\n if (iVar11 != 4) goto LAB_0023e510;\n }" { (expression_statement "uVar14._0_1_ = 0xf2;" (assignment_expression "uVar14._0_1_ = 0xf2" (field_expression "uVar14._0_1_" identifier . field_identifier) = number_literal) ;) (expression_statement "uVar14._1_1_ = 0xff;" (assignment_expression "uVar14._1_1_ = 0xff" (field_expression "uVar14._1_1_" identifier . field_identifier) = number_literal) ;) (if_statement "if (iVar11 != 4) goto LAB_0023e510;" if (parenthesized_expression "(iVar11 != 4)" ( (binary_expression "iVar11 != 4" identifier != number_literal) )) (goto_statement "goto LAB_0023e510;" goto statement_identifier ;)) }))) }))) (labeled_statement "LAB_0023e40f:\n uVar15 = '\0';" statement_identifier : (expression_statement "uVar15 = '\0';" (assignment_expression "uVar15 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;)) (expression_statement "uVar1 = plVar9->visibility - 1;" (assignment_expression "uVar1 = plVar9->visibility - 1" identifier = (binary_expression "plVar9->visibility - 1" (field_expression "plVar9->visibility" identifier -> field_identifier) - number_literal)) ;) (if_statement "if (uVar1 < 3) {\n uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);\n }" if (parenthesized_expression "(uVar1 < 3)" ( (binary_expression "uVar1 < 3" identifier < number_literal) )) (compound_statement "{\n uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);\n }" { (expression_statement "uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4);" (assignment_expression "uVar15 = (uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4)" identifier = (binary_expression "(uchar)*(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4)" (parenthesized_expression "(uchar)" ( identifier )) * (cast_expression "(undefined4 *)(CSWTCH_780 + (ulong)uVar1 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(CSWTCH_780 + (ulong)uVar1 * 4)" ( (binary_expression "CSWTCH_780 + (ulong)uVar1 * 4" identifier + (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) })) (expression_statement "__s = plVar9->comdat_key;" (assignment_expression "__s = plVar9->comdat_key" identifier = (field_expression "plVar9->comdat_key" identifier -> field_identifier)) ;) (if_statement "if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58._M_dataplus._M_p = (pointer)paVar2;\n sVar10 = strlen(__s);\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);\n if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n }" if (parenthesized_expression "((__s != (char *)0x0) && (*__s != '\0'))" ( (binary_expression "(__s != (char *)0x0) && (*__s != '\0')" (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*__s != '\0')" ( (binary_expression "*__s != '\0'" (pointer_expression "*__s" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n local_58._M_dataplus._M_p = (pointer)paVar2;\n sVar10 = strlen(__s);\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);\n /* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */\n bVar6 = Pluginobj::include_comdat_group(&this->super_Pluginobj,&local_58,layout);\n if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }\n }" { (expression_statement "local_58._M_dataplus._M_p = (pointer)paVar2;" (assignment_expression "local_58._M_dataplus._M_p = (pointer)paVar2" (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier) = (cast_expression "(pointer)paVar2" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (expression_statement "sVar10 = strlen(__s);" (assignment_expression "sVar10 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>(&local_58,__s,__s + sVar10);" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char_const*>(&local_58,__s,__s + sVar10);" (binary_expression "_M_construct<char_const*>(&local_58,__s,__s + sVar10)" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(&local_58,__s,__s + sVar10)" ( (comma_expression "&local_58,__s,__s + sVar10" (pointer_expression "&local_58" & identifier) , (comma_expression "__s,__s + sVar10" identifier , (binary_expression "__s + sVar10" identifier + identifier))) ))) ;)) comment (ERROR "bVar6 = Pluginobj::" (assignment_expression "bVar6 = Pluginobj" identifier = identifier) : :) (expression_statement "include_comdat_group(&this->super_Pluginobj,&local_58,layout);" (call_expression "include_comdat_group(&this->super_Pluginobj,&local_58,layout)" identifier (argument_list "(&this->super_Pluginobj,&local_58,layout)" ( (pointer_expression "&this->super_Pluginobj" & (field_expression "this->super_Pluginobj" identifier -> field_identifier)) , (pointer_expression "&local_58" & identifier) , identifier ))) ;) (if_statement "if (bVar6) {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }\n else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }" if (parenthesized_expression "(bVar6)" ( identifier )) (compound_statement "{\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n }" { (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._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_58._M_dataplus._M_p != paVar2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2" (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)local_58._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier))) != identifier) )) )) (compound_statement "{\n operator_delete(local_58._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(local_58._M_dataplus._M_p);" (call_expression "operator_delete(local_58._M_dataplus._M_p)" identifier (argument_list "(local_58._M_dataplus._M_p)" ( (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) }) (else_clause "else {\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }" else (compound_statement "{\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._M_dataplus._M_p);\n }\n uVar14._0_1_ = '\0';\n uVar14._1_1_ = '\0';\n }" { (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2) {\n operator_delete(local_58._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_58._M_dataplus._M_p != paVar2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p != paVar2" (binary_expression "allocator<char>_>_9\n *)local_58._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)local_58._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier))) != identifier) )) )) (compound_statement "{\n operator_delete(local_58._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(local_58._M_dataplus._M_p);" (call_expression "operator_delete(local_58._M_dataplus._M_p)" identifier (argument_list "(local_58._M_dataplus._M_p)" ( (field_expression "local_58._M_dataplus._M_p" (field_expression "local_58._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) (expression_statement "uVar14._0_1_ = '\0';" (assignment_expression "uVar14._0_1_ = '\0'" (field_expression "uVar14._0_1_" identifier . field_identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar14._1_1_ = '\0';" (assignment_expression "uVar14._1_1_ = '\0'" (field_expression "uVar14._1_1_" identifier . field_identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) }))) })) (expression_statement "symbuf[4] = local_b4 << 4;" (assignment_expression "symbuf[4] = local_b4 << 4" (subscript_expression "symbuf[4]" identifier [ number_literal ]) = (binary_expression "local_b4 << 4" identifier << number_literal)) ;) (expression_statement "symbuf[0] = '\0';" (assignment_expression "symbuf[0] = '\0'" (subscript_expression "symbuf[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[1] = '\0';" (assignment_expression "symbuf[1] = '\0'" (subscript_expression "symbuf[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[2] = '\0';" (assignment_expression "symbuf[2] = '\0'" (subscript_expression "symbuf[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[3] = '\0';" (assignment_expression "symbuf[3] = '\0'" (subscript_expression "symbuf[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[8] = '\0';" (assignment_expression "symbuf[8] = '\0'" (subscript_expression "symbuf[8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[9] = '\0';" (assignment_expression "symbuf[9] = '\0'" (subscript_expression "symbuf[9]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[10] = '\0';" (assignment_expression "symbuf[10] = '\0'" (subscript_expression "symbuf[10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xb] = '\0';" (assignment_expression "symbuf[0xb] = '\0'" (subscript_expression "symbuf[0xb]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xc] = '\0';" (assignment_expression "symbuf[0xc] = '\0'" (subscript_expression "symbuf[0xc]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xd] = '\0';" (assignment_expression "symbuf[0xd] = '\0'" (subscript_expression "symbuf[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xe] = '\0';" (assignment_expression "symbuf[0xe] = '\0'" (subscript_expression "symbuf[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xf] = '\0';" (assignment_expression "symbuf[0xf] = '\0'" (subscript_expression "symbuf[0xf]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +\n lVar12;" (binary_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start +\n lVar12" (field_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl._M_start" (field_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar4 = (this->super_Pluginobj).symbols_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base<gold" (field_expression "(this->super_Pluginobj).symbols_.\n super__Vector_base" (field_expression "(this->super_Pluginobj).symbols_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) + identifier) ;) (expression_statement "lVar12 = lVar12 + 1;" (assignment_expression "lVar12 = lVar12 + 1" identifier = (binary_expression "lVar12 + 1" identifier + number_literal)) ;) (expression_statement "symbuf[0x10] = '\0';" (assignment_expression "symbuf[0x10] = '\0'" (subscript_expression "symbuf[0x10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0x11] = '\0';" (assignment_expression "symbuf[0x11] = '\0'" (subscript_expression "symbuf[0x11]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0x12] = '\0';" (assignment_expression "symbuf[0x12] = '\0'" (subscript_expression "symbuf[0x12]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0x13] = '\0';" (assignment_expression "symbuf[0x13] = '\0'" (subscript_expression "symbuf[0x13]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0x14] = '\0';" (assignment_expression "symbuf[0x14] = '\0'" (subscript_expression "symbuf[0x14]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0x15] = '\0';" (assignment_expression "symbuf[0x15] = '\0'" (subscript_expression "symbuf[0x15]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0x16] = '\0';" (assignment_expression "symbuf[0x16] = '\0'" (subscript_expression "symbuf[0x16]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0x17] = '\0';" (assignment_expression "symbuf[0x17] = '\0'" (subscript_expression "symbuf[0x17]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[5] = uVar15;" (assignment_expression "symbuf[5] = uVar15" (subscript_expression "symbuf[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "symbuf._6_2_ = uVar14;" (assignment_expression "symbuf._6_2_ = uVar14" (field_expression "symbuf._6_2_" identifier . field_identifier) = identifier) ;) (expression_statement "pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym);" (comma_expression "pSVar8 = Symbol_table::add_from_pluginobj<64,_false>(symtab,this,name,ver,&sym)" (binary_expression "pSVar8 = Symbol_table::add_from_pluginobj<64" (assignment_expression "pSVar8 = Symbol_table" identifier = identifier) (ERROR "::add_from_pluginobj" : : identifier) < number_literal) , (binary_expression "_false>(symtab,this,name,ver,&sym)" identifier > (parenthesized_expression "(symtab,this,name,ver,&sym)" ( (comma_expression "symtab,this,name,ver,&sym" identifier , (comma_expression "this,name,ver,&sym" identifier , (comma_expression "name,ver,&sym" identifier , (comma_expression "ver,&sym" identifier , (pointer_expression "&sym" & identifier))))) )))) ;) (expression_statement "*ppSVar4 = pSVar8;" (assignment_expression "*ppSVar4 = pSVar8" (pointer_expression "*ppSVar4" * identifier) = identifier) ;) }) while (parenthesized_expression "((int)lVar12 < (this->super_Pluginobj).nsyms_)" ( (binary_expression "(int)lVar12 < (this->super_Pluginobj).nsyms_" (cast_expression "(int)lVar12" ( (type_descriptor "int" primitive_type) ) identifier) < (field_expression "(this->super_Pluginobj).nsyms_" (parenthesized_expression "(this->super_Pluginobj)" ( (field_expression "this->super_Pluginobj" identifier -> field_identifier) )) . field_identifier)) )) ;) })) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}\n\n" (function_definition "void FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}" primitive_type (function_declarator "FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 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 "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "size_t sVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "char *pcVar13;" primitive_type (pointer_declarator "*pcVar13" * identifier) ;) (declaration "undefined2 uVar14;" type_identifier identifier ;) (declaration "undefined1 uVar15;" type_identifier identifier ;) (declaration "char local_b4;" primitive_type identifier ;) (declaration "undefined4 *local_80;" type_identifier (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined4 local_78;" type_identifier identifier ;) (declaration "char local_74;" primitive_type identifier ;) (declaration "undefined1 local_73;" type_identifier identifier ;) (declaration "undefined2 local_72;" type_identifier identifier ;) (declaration "undefined8 local_70;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined1 *local_58 [2];" type_identifier (pointer_declarator "*local_58 [2]" * (array_declarator "local_58 [2]" identifier [ number_literal ])) ;) (declaration "undefined1 local_48 [24];" type_identifier (array_declarator "local_48 [24]" identifier [ number_literal ]) ;) (expression_statement "local_80 = &local_78;" (assignment_expression "local_80 = &local_78" identifier = (pointer_expression "&local_78" & identifier)) ;) (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" identifier = (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);" (assignment_expression "lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" identifier = (pointer_expression "*(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" * (cast_expression "(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" ( (binary_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180" (pointer_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" * (cast_expression "(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }" if (parenthesized_expression "(lVar10 != 0)" ( (binary_expression "lVar10 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }" { (expression_statement "FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));" (call_expression "FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58))" identifier (argument_list "(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58))" ( identifier , identifier , identifier , (pointer_expression "*(undefined8 *)(param_1 + 0x58)" * (cast_expression "(undefined8 *)(param_1 + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) )))) ))) ;) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" identifier = (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) })) (expression_statement "uVar12 = (ulong)iVar9;" (assignment_expression "uVar12 = (ulong)iVar9" identifier = (cast_expression "(ulong)iVar9" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;" (assignment_expression "uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3" identifier = (binary_expression "*(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3" (binary_expression "*(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60)" (pointer_expression "*(long *)(param_1 + 0x68)" * (cast_expression "(long *)(param_1 + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" if (parenthesized_expression "(uVar5 < uVar12)" ( (binary_expression "uVar5 < uVar12" identifier < identifier) )) (compound_statement "{\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }" { (expression_statement "FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);" (call_expression "FUN_00192f00(param_1 + 0x60,uVar12 - uVar5)" identifier (argument_list "(param_1 + 0x60,uVar12 - uVar5)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) , (binary_expression "uVar12 - uVar5" identifier - identifier) ))) ;) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" identifier = (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" else (if_statement "if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" if (parenthesized_expression "((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10))" ( (binary_expression "(uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)" (parenthesized_expression "(uVar12 < uVar5)" ( (binary_expression "uVar12 < uVar5" identifier < identifier) )) && (parenthesized_expression "(lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)" ( (comma_expression "lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10" (assignment_expression "lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8" identifier = (binary_expression "*(long *)(param_1 + 0x60) + uVar12 * 8" (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) + (binary_expression "uVar12 * 8" identifier * number_literal))) , (binary_expression "*(long *)(param_1 + 0x68) != lVar10" (pointer_expression "*(long *)(param_1 + 0x68)" * (cast_expression "(long *)(param_1 + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(long *)(param_1 + 0x68) = lVar10;\n }" { (expression_statement "*(long *)(param_1 + 0x68) = lVar10;" (assignment_expression "*(long *)(param_1 + 0x68) = lVar10" (pointer_expression "*(long *)(param_1 + 0x68)" * (cast_expression "(long *)(param_1 + 0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "lVar10 = 0;" (assignment_expression "lVar10 = 0" identifier = number_literal) ;) (if_statement "if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }" if (parenthesized_expression "(0 < iVar9)" ( (binary_expression "0 < iVar9" number_literal < identifier) )) (compound_statement "{\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }" { (do_statement "do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));" do (compound_statement "{\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n }" { (expression_statement "puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));" (assignment_expression "puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" identifier = (cast_expression "(undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" ( (binary_expression "lVar10 * 0x30 + *(long *)(param_1 + 0x58)" (binary_expression "lVar10 * 0x30" identifier * number_literal) + (pointer_expression "*(long *)(param_1 + 0x58)" * (cast_expression "(long *)(param_1 + 0x58)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) )))) ;) (expression_statement "pcVar11 = (char *)*puVar7;" (assignment_expression "pcVar11 = (char *)*puVar7" identifier = (cast_expression "(char *)*puVar7" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar7" * identifier))) ;) (expression_statement "pcVar13 = (char *)puVar7[1];" (assignment_expression "pcVar13 = (char *)puVar7[1]" identifier = (cast_expression "(char *)puVar7[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar7[1]" identifier [ number_literal ]))) ;) (if_statement "if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }" if (parenthesized_expression "((pcVar11 != (char *)0x0) && (*pcVar11 == '\0'))" ( (binary_expression "(pcVar11 != (char *)0x0) && (*pcVar11 == '\0')" (parenthesized_expression "(pcVar11 != (char *)0x0)" ( (binary_expression "pcVar11 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar11 == '\0')" ( (binary_expression "*pcVar11 == '\0'" (pointer_expression "*pcVar11" * identifier) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar11 = (char *)0x0;\n }" { (expression_statement "pcVar11 = (char *)0x0;" (assignment_expression "pcVar11 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (if_statement "if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }" if (parenthesized_expression "((pcVar13 != (char *)0x0) && (*pcVar13 == '\0'))" ( (binary_expression "(pcVar13 != (char *)0x0) && (*pcVar13 == '\0')" (parenthesized_expression "(pcVar13 != (char *)0x0)" ( (binary_expression "pcVar13 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*pcVar13 == '\0')" ( (binary_expression "*pcVar13 == '\0'" (pointer_expression "*pcVar13" * identifier) == (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n pcVar13 = (char *)0x0;\n }" { (expression_statement "pcVar13 = (char *)0x0;" (assignment_expression "pcVar13 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (expression_statement "iVar9 = *(int *)(puVar7 + 2);" (assignment_expression "iVar9 = *(int *)(puVar7 + 2)" identifier = (pointer_expression "*(int *)(puVar7 + 2)" * (cast_expression "(int *)(puVar7 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) (if_statement "if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }" if (parenthesized_expression "(iVar9 == 1)" ( (binary_expression "iVar9 == 1" identifier == number_literal) )) (compound_statement "{\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }" { (expression_statement "local_b4 = '\x02';" (assignment_expression "local_b4 = '\x02'" identifier = (char_literal "'\x02'" ' escape_sequence ')) ;) (expression_statement "uVar14 = 1;" (assignment_expression "uVar14 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_0023e40f;" goto statement_identifier ;) })) (if_statement "if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" if (parenthesized_expression "(iVar9 == 3)" ( (binary_expression "iVar9 == 3" identifier == number_literal) )) (compound_statement "{\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }" { (expression_statement "cVar4 = '\x02';" (assignment_expression "cVar4 = '\x02'" identifier = (char_literal "'\x02'" ' escape_sequence ')) ;) (labeled_statement "LAB_0023e510:\n local_b4 = cVar4;" statement_identifier : (expression_statement "local_b4 = cVar4;" (assignment_expression "local_b4 = cVar4" identifier = identifier) ;)) (expression_statement "uVar14 = 0;" (assignment_expression "uVar14 = 0" identifier = number_literal) ;) }) (else_clause "else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" else (compound_statement "{\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" { (expression_statement "local_b4 = '\x01';" (assignment_expression "local_b4 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "cVar4 = '\x01';" (assignment_expression "cVar4 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (if_statement "if (iVar9 < 0) goto LAB_0023e510;" if (parenthesized_expression "(iVar9 < 0)" ( (binary_expression "iVar9 < 0" identifier < number_literal) )) (goto_statement "goto LAB_0023e510;" goto statement_identifier ;)) (if_statement "if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" if (parenthesized_expression "(iVar9 < 2)" ( (binary_expression "iVar9 < 2" identifier < number_literal) )) (compound_statement "{\n uVar14 = 1;\n }" { (expression_statement "uVar14 = 1;" (assignment_expression "uVar14 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" else (compound_statement "{\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" { (expression_statement "uVar14 = 0xfff2;" (assignment_expression "uVar14 = 0xfff2" identifier = number_literal) ;) (if_statement "if (iVar9 != 4) goto LAB_0023e510;" if (parenthesized_expression "(iVar9 != 4)" ( (binary_expression "iVar9 != 4" identifier != number_literal) )) (goto_statement "goto LAB_0023e510;" goto statement_identifier ;)) }))) }))) (labeled_statement "LAB_0023e40f:\n uVar15 = 0;" statement_identifier : (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;)) (expression_statement "uVar1 = *(int *)((long)puVar7 + 0x14) - 1;" (assignment_expression "uVar1 = *(int *)((long)puVar7 + 0x14) - 1" identifier = (binary_expression "*(int *)((long)puVar7 + 0x14) - 1" (pointer_expression "*(int *)((long)puVar7 + 0x14)" * (cast_expression "(int *)((long)puVar7 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar7 + 0x14)" ( (binary_expression "(long)puVar7 + 0x14" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) - number_literal)) ;) (if_statement "if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }" if (parenthesized_expression "(uVar1 < 3)" ( (binary_expression "uVar1 < 3" identifier < number_literal) )) (compound_statement "{\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }" { (expression_statement "uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);" (assignment_expression "uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" identifier = (binary_expression "(undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" (parenthesized_expression "(undefined1)" ( identifier )) * (cast_expression "(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00381ef8 + (ulong)uVar1 * 4)" ( (binary_expression "&DAT_00381ef8 + (ulong)uVar1 * 4" (pointer_expression "&DAT_00381ef8" & identifier) + (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) ))))) ;) })) (expression_statement "__s = (char *)puVar7[4];" (assignment_expression "__s = (char *)puVar7[4]" identifier = (cast_expression "(char *)puVar7[4]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar7[4]" identifier [ number_literal ]))) ;) (if_statement "if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }" if (parenthesized_expression "((__s != (char *)0x0) && (*__s != '\0'))" ( (binary_expression "(__s != (char *)0x0) && (*__s != '\0')" (parenthesized_expression "(__s != (char *)0x0)" ( (binary_expression "__s != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*__s != '\0')" ( (binary_expression "*__s != '\0'" (pointer_expression "*__s" * identifier) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }" { (expression_statement "local_58[0] = local_48;" (assignment_expression "local_58[0] = local_48" (subscript_expression "local_58[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "sVar8 = strlen(__s);" (assignment_expression "sVar8 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "FUN_001665c0(local_58,__s,__s + sVar8);" (call_expression "FUN_001665c0(local_58,__s,__s + sVar8)" identifier (argument_list "(local_58,__s,__s + sVar8)" ( identifier , identifier , (binary_expression "__s + sVar8" identifier + identifier) ))) ;) (expression_statement "cVar4 = FUN_0023ba00(param_1,local_58,param_4);" (assignment_expression "cVar4 = FUN_0023ba00(param_1,local_58,param_4)" identifier = (call_expression "FUN_0023ba00(param_1,local_58,param_4)" identifier (argument_list "(param_1,local_58,param_4)" ( identifier , identifier , identifier )))) ;) (if_statement "if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }" if (parenthesized_expression "(cVar4 == '\0')" ( (binary_expression "cVar4 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }" { (if_statement "if (local_58[0] != local_48) {\n FUN_002dac70();\n }" if (parenthesized_expression "(local_58[0] != local_48)" ( (binary_expression "local_58[0] != local_48" (subscript_expression "local_58[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "uVar14 = 0;" (assignment_expression "uVar14 = 0" identifier = number_literal) ;) }) (else_clause "else if (local_58[0] != local_48) {\n FUN_002dac70();\n }" else (if_statement "if (local_58[0] != local_48) {\n FUN_002dac70();\n }" if (parenthesized_expression "(local_58[0] != local_48)" ( (binary_expression "local_58[0] != local_48" (subscript_expression "local_58[0]" identifier [ number_literal ]) != identifier) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })))) })) (expression_statement "local_74 = local_b4 << 4;" (assignment_expression "local_74 = local_b4 << 4" identifier = (binary_expression "local_b4 << 4" identifier << number_literal)) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x60);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x60)" identifier = (pointer_expression "*(long *)(param_1 + 0x60)" * (cast_expression "(long *)(param_1 + 0x60)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = lVar10 * 8;" (assignment_expression "lVar2 = lVar10 * 8" identifier = (binary_expression "lVar10 * 8" identifier * number_literal)) ;) (expression_statement "lVar10 = lVar10 + 1;" (assignment_expression "lVar10 = lVar10 + 1" identifier = (binary_expression "lVar10 + 1" identifier + number_literal)) ;) (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (expression_statement "local_73 = uVar15;" (assignment_expression "local_73 = uVar15" identifier = identifier) ;) (expression_statement "local_72 = uVar14;" (assignment_expression "local_72 = uVar14" identifier = identifier) ;) (expression_statement "uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);" (assignment_expression "uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80)" identifier = (call_expression "FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80)" identifier (argument_list "(param_2,param_1,pcVar11,pcVar13,&local_80)" ( identifier , identifier , identifier , identifier , (pointer_expression "&local_80" & identifier) )))) ;) (expression_statement "*(undefined8 *)(lVar3 + lVar2) = uVar6;" (assignment_expression "*(undefined8 *)(lVar3 + lVar2) = uVar6" (pointer_expression "*(undefined8 *)(lVar3 + lVar2)" * (cast_expression "(undefined8 *)(lVar3 + lVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + lVar2)" ( (binary_expression "lVar3 + lVar2" identifier + identifier) )))) = identifier) ;) }) while (parenthesized_expression "((int)lVar10 < *(int *)(param_1 + 0x50))" ( (binary_expression "(int)lVar10 < *(int *)(param_1 + 0x50)" (cast_expression "(int)lVar10" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(param_1 + 0x50)" * (cast_expression "(int *)(param_1 + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" 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 TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & 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 TYPE (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 (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) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression IDENT - IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })))) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT * LIT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (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 (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (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) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_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 = LIT) ;)) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) - LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) ))))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT << LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0023e350(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" (identifier "FUN_0023e350") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 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 "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) () ")"))) (compound_statement "{\n uint uVar1;\n long lVar2;\n char *__s;\n long lVar3;\n char cVar4;\n ulong uVar5;\n undefined8 uVar6;\n undefined8 *puVar7;\n size_t sVar8;\n int iVar9;\n long lVar10;\n char *pcVar11;\n ulong uVar12;\n char *pcVar13;\n undefined2 uVar14;\n undefined1 uVar15;\n char local_b4;\n undefined4 *local_80;\n undefined4 local_78;\n char local_74;\n undefined1 local_73;\n undefined2 local_72;\n undefined8 local_70;\n undefined8 local_68;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n local_80 = &local_78;\n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n iVar9 = *(int *)(param_1 + 0x50);\n lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);\n if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }\n uVar12 = (ulong)iVar9;\n uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;\n if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }\n lVar10 = 0;\n if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (declaration "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (declaration "undefined8 *puVar7;" (type_identifier "undefined8") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "size_t sVar8;" (primitive_type "size_t") (identifier "sVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "long lVar10;" (sized_type_specifier "long" (long "long")) (identifier "lVar10") (; ";")) (declaration "char *pcVar11;" (primitive_type "char") (pointer_declarator "*pcVar11" (* "*") (identifier "pcVar11")) (; ";")) (declaration "ulong uVar12;" (type_identifier "ulong") (identifier "uVar12") (; ";")) (declaration "char *pcVar13;" (primitive_type "char") (pointer_declarator "*pcVar13" (* "*") (identifier "pcVar13")) (; ";")) (declaration "undefined2 uVar14;" (type_identifier "undefined2") (identifier "uVar14") (; ";")) (declaration "undefined1 uVar15;" (type_identifier "undefined1") (identifier "uVar15") (; ";")) (declaration "char local_b4;" (primitive_type "char") (identifier "local_b4") (; ";")) (declaration "undefined4 *local_80;" (type_identifier "undefined4") (pointer_declarator "*local_80" (* "*") (identifier "local_80")) (; ";")) (declaration "undefined4 local_78;" (type_identifier "undefined4") (identifier "local_78") (; ";")) (declaration "char local_74;" (primitive_type "char") (identifier "local_74") (; ";")) (declaration "undefined1 local_73;" (type_identifier "undefined1") (identifier "local_73") (; ";")) (declaration "undefined2 local_72;" (type_identifier "undefined2") (identifier "local_72") (; ";")) (declaration "undefined8 local_70;" (type_identifier "undefined8") (identifier "local_70") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined1 *local_58 [2];" (type_identifier "undefined1") (pointer_declarator "*local_58 [2]" (* "*") (array_declarator "local_58 [2]" (identifier "local_58") ([ "[") (number_literal "2") (] "]"))) (; ";")) (declaration "undefined1 local_48 [24];" (type_identifier "undefined1") (array_declarator "local_48 [24]" (identifier "local_48") ([ "[") (number_literal "24") (] "]")) (; ";")) (expression_statement "local_80 = &local_78;" (assignment_expression "local_80 = &local_78" (identifier "local_80") (= "=") (pointer_expression "&local_78" (& "&") (identifier "local_78"))) (; ";")) (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(param_1 + 0x50)" (* "*") (cast_expression "(int *)(param_1 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (expression_statement "lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);" (assignment_expression "lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" (identifier "lVar10") (= "=") (pointer_expression "*(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" (* "*") (cast_expression "(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180)" (( "(") (binary_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180" (pointer_expression "*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" (* "*") (cast_expression "(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x9058")) () ")")))) (+ "+") (number_literal "0x180")) () ")"))))) (; ";")) (if_statement "if (lVar10 != 0) {\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }" (if "if") (parenthesized_expression "(lVar10 != 0)" (( "(") (binary_expression "lVar10 != 0" (identifier "lVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));\n iVar9 = *(int *)(param_1 + 0x50);\n }" ({ "{") (expression_statement "FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));" (call_expression "FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58))" (identifier "FUN_002389d0") (argument_list "(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58))" (( "(") (identifier "lVar10") (, ",") (identifier "param_1") (, ",") (identifier "iVar9") (, ",") (pointer_expression "*(undefined8 *)(param_1 + 0x58)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x58)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")")))) () ")"))) (; ";")) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(param_1 + 0x50)" (* "*") (cast_expression "(int *)(param_1 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (} "}"))) (expression_statement "uVar12 = (ulong)iVar9;" (assignment_expression "uVar12 = (ulong)iVar9" (identifier "uVar12") (= "=") (cast_expression "(ulong)iVar9" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "iVar9"))) (; ";")) (expression_statement "uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;" (assignment_expression "uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3" (identifier "uVar5") (= "=") (binary_expression "*(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3" (binary_expression "*(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60)" (pointer_expression "*(long *)(param_1 + 0x68)" (* "*") (cast_expression "(long *)(param_1 + 0x68)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x68)" (( "(") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (uVar5 < uVar12) {\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }\n else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" (if "if") (parenthesized_expression "(uVar5 < uVar12)" (( "(") (binary_expression "uVar5 < uVar12" (identifier "uVar5") (< "<") (identifier "uVar12")) () ")")) (compound_statement "{\n FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);\n iVar9 = *(int *)(param_1 + 0x50);\n }" ({ "{") (expression_statement "FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);" (call_expression "FUN_00192f00(param_1 + 0x60,uVar12 - uVar5)" (identifier "FUN_00192f00") (argument_list "(param_1 + 0x60,uVar12 - uVar5)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) (, ",") (binary_expression "uVar12 - uVar5" (identifier "uVar12") (- "-") (identifier "uVar5")) () ")"))) (; ";")) (expression_statement "iVar9 = *(int *)(param_1 + 0x50);" (assignment_expression "iVar9 = *(int *)(param_1 + 0x50)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(param_1 + 0x50)" (* "*") (cast_expression "(int *)(param_1 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (} "}")) (else_clause "else if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" (else "else") (if_statement "if ((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {\n *(long *)(param_1 + 0x68) = lVar10;\n }" (if "if") (parenthesized_expression "((uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10))" (( "(") (binary_expression "(uVar12 < uVar5) &&\n (lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)" (parenthesized_expression "(uVar12 < uVar5)" (( "(") (binary_expression "uVar12 < uVar5" (identifier "uVar12") (< "<") (identifier "uVar5")) () ")")) (&& "&&") (parenthesized_expression "(lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)" (( "(") (comma_expression "lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10" (assignment_expression "lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8" (identifier "lVar10") (= "=") (binary_expression "*(long *)(param_1 + 0x60) + uVar12 * 8" (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (+ "+") (binary_expression "uVar12 * 8" (identifier "uVar12") (* "*") (number_literal "8")))) (, ",") (binary_expression "*(long *)(param_1 + 0x68) != lVar10" (pointer_expression "*(long *)(param_1 + 0x68)" (* "*") (cast_expression "(long *)(param_1 + 0x68)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x68)" (( "(") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")")))) (!= "!=") (identifier "lVar10"))) () ")"))) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x68) = lVar10;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x68) = lVar10;" (assignment_expression "*(long *)(param_1 + 0x68) = lVar10" (pointer_expression "*(long *)(param_1 + 0x68)" (* "*") (cast_expression "(long *)(param_1 + 0x68)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x68)" (( "(") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")")))) (= "=") (identifier "lVar10")) (; ";")) (} "}"))))) (expression_statement "lVar10 = 0;" (assignment_expression "lVar10 = 0" (identifier "lVar10") (= "=") (number_literal "0")) (; ";")) (if_statement "if (0 < iVar9) {\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }" (if "if") (parenthesized_expression "(0 < iVar9)" (( "(") (binary_expression "0 < iVar9" (number_literal "0") (< "<") (identifier "iVar9")) () ")")) (compound_statement "{\n do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));\n }" ({ "{") (do_statement "do {\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n } while ((int)lVar10 < *(int *)(param_1 + 0x50));" (do "do") (compound_statement "{\n puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));\n pcVar11 = (char *)*puVar7;\n pcVar13 = (char *)puVar7[1];\n if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }\n if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }\n iVar9 = *(int *)(puVar7 + 2);\n if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }\n if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }\nLAB_0023e40f:\n uVar15 = 0;\n uVar1 = *(int *)((long)puVar7 + 0x14) - 1;\n if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }\n __s = (char *)puVar7[4];\n if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }\n local_74 = local_b4 << 4;\n lVar3 = *(long *)(param_1 + 0x60);\n local_78 = 0;\n local_70 = 0;\n lVar2 = lVar10 * 8;\n lVar10 = lVar10 + 1;\n local_68 = 0;\n local_73 = uVar15;\n local_72 = uVar14;\n uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);\n *(undefined8 *)(lVar3 + lVar2) = uVar6;\n }" ({ "{") (expression_statement "puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));" (assignment_expression "puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" (identifier "puVar7") (= "=") (cast_expression "(undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 * 0x30 + *(long *)(param_1 + 0x58))" (( "(") (binary_expression "lVar10 * 0x30 + *(long *)(param_1 + 0x58)" (binary_expression "lVar10 * 0x30" (identifier "lVar10") (* "*") (number_literal "0x30")) (+ "+") (pointer_expression "*(long *)(param_1 + 0x58)" (* "*") (cast_expression "(long *)(param_1 + 0x58)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")"))))) () ")")))) (; ";")) (expression_statement "pcVar11 = (char *)*puVar7;" (assignment_expression "pcVar11 = (char *)*puVar7" (identifier "pcVar11") (= "=") (cast_expression "(char *)*puVar7" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar7" (* "*") (identifier "puVar7")))) (; ";")) (expression_statement "pcVar13 = (char *)puVar7[1];" (assignment_expression "pcVar13 = (char *)puVar7[1]" (identifier "pcVar13") (= "=") (cast_expression "(char *)puVar7[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar7[1]" (identifier "puVar7") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {\n pcVar11 = (char *)0x0;\n }" (if "if") (parenthesized_expression "((pcVar11 != (char *)0x0) && (*pcVar11 == '\0'))" (( "(") (binary_expression "(pcVar11 != (char *)0x0) && (*pcVar11 == '\0')" (parenthesized_expression "(pcVar11 != (char *)0x0)" (( "(") (binary_expression "pcVar11 != (char *)0x0" (identifier "pcVar11") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar11 == '\0')" (( "(") (binary_expression "*pcVar11 == '\0'" (pointer_expression "*pcVar11" (* "*") (identifier "pcVar11")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n pcVar11 = (char *)0x0;\n }" ({ "{") (expression_statement "pcVar11 = (char *)0x0;" (assignment_expression "pcVar11 = (char *)0x0" (identifier "pcVar11") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (if_statement "if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {\n pcVar13 = (char *)0x0;\n }" (if "if") (parenthesized_expression "((pcVar13 != (char *)0x0) && (*pcVar13 == '\0'))" (( "(") (binary_expression "(pcVar13 != (char *)0x0) && (*pcVar13 == '\0')" (parenthesized_expression "(pcVar13 != (char *)0x0)" (( "(") (binary_expression "pcVar13 != (char *)0x0" (identifier "pcVar13") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*pcVar13 == '\0')" (( "(") (binary_expression "*pcVar13 == '\0'" (pointer_expression "*pcVar13" (* "*") (identifier "pcVar13")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n pcVar13 = (char *)0x0;\n }" ({ "{") (expression_statement "pcVar13 = (char *)0x0;" (assignment_expression "pcVar13 = (char *)0x0" (identifier "pcVar13") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (expression_statement "iVar9 = *(int *)(puVar7 + 2);" (assignment_expression "iVar9 = *(int *)(puVar7 + 2)" (identifier "iVar9") (= "=") (pointer_expression "*(int *)(puVar7 + 2)" (* "*") (cast_expression "(int *)(puVar7 + 2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar7 + 2)" (( "(") (binary_expression "puVar7 + 2" (identifier "puVar7") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (if_statement "if (iVar9 == 1) {\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }" (if "if") (parenthesized_expression "(iVar9 == 1)" (( "(") (binary_expression "iVar9 == 1" (identifier "iVar9") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n local_b4 = '\x02';\n uVar14 = 1;\n goto LAB_0023e40f;\n }" ({ "{") (expression_statement "local_b4 = '\x02';" (assignment_expression "local_b4 = '\x02'" (identifier "local_b4") (= "=") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (; ";")) (expression_statement "uVar14 = 1;" (assignment_expression "uVar14 = 1" (identifier "uVar14") (= "=") (number_literal "1")) (; ";")) (goto_statement "goto LAB_0023e40f;" (goto "goto") (statement_identifier "LAB_0023e40f") (; ";")) (} "}"))) (if_statement "if (iVar9 == 3) {\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }\n else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" (if "if") (parenthesized_expression "(iVar9 == 3)" (( "(") (binary_expression "iVar9 == 3" (identifier "iVar9") (== "==") (number_literal "3")) () ")")) (compound_statement "{\n cVar4 = '\x02';\nLAB_0023e510:\n local_b4 = cVar4;\n uVar14 = 0;\n }" ({ "{") (expression_statement "cVar4 = '\x02';" (assignment_expression "cVar4 = '\x02'" (identifier "cVar4") (= "=") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (; ";")) (labeled_statement "LAB_0023e510:\n local_b4 = cVar4;" (statement_identifier "LAB_0023e510") (: ":") (expression_statement "local_b4 = cVar4;" (assignment_expression "local_b4 = cVar4" (identifier "local_b4") (= "=") (identifier "cVar4")) (; ";"))) (expression_statement "uVar14 = 0;" (assignment_expression "uVar14 = 0" (identifier "uVar14") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" (else "else") (compound_statement "{\n local_b4 = '\x01';\n cVar4 = '\x01';\n if (iVar9 < 0) goto LAB_0023e510;\n if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }\n }" ({ "{") (expression_statement "local_b4 = '\x01';" (assignment_expression "local_b4 = '\x01'" (identifier "local_b4") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (expression_statement "cVar4 = '\x01';" (assignment_expression "cVar4 = '\x01'" (identifier "cVar4") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (if_statement "if (iVar9 < 0) goto LAB_0023e510;" (if "if") (parenthesized_expression "(iVar9 < 0)" (( "(") (binary_expression "iVar9 < 0" (identifier "iVar9") (< "<") (number_literal "0")) () ")")) (goto_statement "goto LAB_0023e510;" (goto "goto") (statement_identifier "LAB_0023e510") (; ";"))) (if_statement "if (iVar9 < 2) {\n uVar14 = 1;\n }\n else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" (if "if") (parenthesized_expression "(iVar9 < 2)" (( "(") (binary_expression "iVar9 < 2" (identifier "iVar9") (< "<") (number_literal "2")) () ")")) (compound_statement "{\n uVar14 = 1;\n }" ({ "{") (expression_statement "uVar14 = 1;" (assignment_expression "uVar14 = 1" (identifier "uVar14") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else {\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" (else "else") (compound_statement "{\n uVar14 = 0xfff2;\n if (iVar9 != 4) goto LAB_0023e510;\n }" ({ "{") (expression_statement "uVar14 = 0xfff2;" (assignment_expression "uVar14 = 0xfff2" (identifier "uVar14") (= "=") (number_literal "0xfff2")) (; ";")) (if_statement "if (iVar9 != 4) goto LAB_0023e510;" (if "if") (parenthesized_expression "(iVar9 != 4)" (( "(") (binary_expression "iVar9 != 4" (identifier "iVar9") (!= "!=") (number_literal "4")) () ")")) (goto_statement "goto LAB_0023e510;" (goto "goto") (statement_identifier "LAB_0023e510") (; ";"))) (} "}")))) (} "}")))) (labeled_statement "LAB_0023e40f:\n uVar15 = 0;" (statement_identifier "LAB_0023e40f") (: ":") (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" (identifier "uVar15") (= "=") (number_literal "0")) (; ";"))) (expression_statement "uVar1 = *(int *)((long)puVar7 + 0x14) - 1;" (assignment_expression "uVar1 = *(int *)((long)puVar7 + 0x14) - 1" (identifier "uVar1") (= "=") (binary_expression "*(int *)((long)puVar7 + 0x14) - 1" (pointer_expression "*(int *)((long)puVar7 + 0x14)" (* "*") (cast_expression "(int *)((long)puVar7 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar7 + 0x14)" (( "(") (binary_expression "(long)puVar7 + 0x14" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (+ "+") (number_literal "0x14")) () ")")))) (- "-") (number_literal "1"))) (; ";")) (if_statement "if (uVar1 < 3) {\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }" (if "if") (parenthesized_expression "(uVar1 < 3)" (( "(") (binary_expression "uVar1 < 3" (identifier "uVar1") (< "<") (number_literal "3")) () ")")) (compound_statement "{\n uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);\n }" ({ "{") (expression_statement "uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);" (assignment_expression "uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" (identifier "uVar15") (= "=") (binary_expression "(undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" (parenthesized_expression "(undefined1)" (( "(") (identifier "undefined1") () ")")) (* "*") (cast_expression "(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00381ef8 + (ulong)uVar1 * 4)" (( "(") (binary_expression "&DAT_00381ef8 + (ulong)uVar1 * 4" (pointer_expression "&DAT_00381ef8" (& "&") (identifier "DAT_00381ef8")) (+ "+") (binary_expression "(ulong)uVar1 * 4" (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1")) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (} "}"))) (expression_statement "__s = (char *)puVar7[4];" (assignment_expression "__s = (char *)puVar7[4]" (identifier "__s") (= "=") (cast_expression "(char *)puVar7[4]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar7[4]" (identifier "puVar7") ([ "[") (number_literal "4") (] "]")))) (; ";")) (if_statement "if ((__s != (char *)0x0) && (*__s != '\0')) {\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }" (if "if") (parenthesized_expression "((__s != (char *)0x0) && (*__s != '\0'))" (( "(") (binary_expression "(__s != (char *)0x0) && (*__s != '\0')" (parenthesized_expression "(__s != (char *)0x0)" (( "(") (binary_expression "__s != (char *)0x0" (identifier "__s") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*__s != '\0')" (( "(") (binary_expression "*__s != '\0'" (pointer_expression "*__s" (* "*") (identifier "__s")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n local_58[0] = local_48;\n sVar8 = strlen(__s);\n FUN_001665c0(local_58,__s,__s + sVar8);\n \n cVar4 = FUN_0023ba00(param_1,local_58,param_4);\n if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n }" ({ "{") (expression_statement "local_58[0] = local_48;" (assignment_expression "local_58[0] = local_48" (subscript_expression "local_58[0]" (identifier "local_58") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "sVar8 = strlen(__s);" (assignment_expression "sVar8 = strlen(__s)" (identifier "sVar8") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "FUN_001665c0(local_58,__s,__s + sVar8);" (call_expression "FUN_001665c0(local_58,__s,__s + sVar8)" (identifier "FUN_001665c0") (argument_list "(local_58,__s,__s + sVar8)" (( "(") (identifier "local_58") (, ",") (identifier "__s") (, ",") (binary_expression "__s + sVar8" (identifier "__s") (+ "+") (identifier "sVar8")) () ")"))) (; ";")) (expression_statement "cVar4 = FUN_0023ba00(param_1,local_58,param_4);" (assignment_expression "cVar4 = FUN_0023ba00(param_1,local_58,param_4)" (identifier "cVar4") (= "=") (call_expression "FUN_0023ba00(param_1,local_58,param_4)" (identifier "FUN_0023ba00") (argument_list "(param_1,local_58,param_4)" (( "(") (identifier "param_1") (, ",") (identifier "local_58") (, ",") (identifier "param_4") () ")")))) (; ";")) (if_statement "if (cVar4 == '\0') {\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }\n else if (local_58[0] != local_48) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "(cVar4 == '\0')" (( "(") (binary_expression "cVar4 == '\0'" (identifier "cVar4") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (local_58[0] != local_48) {\n FUN_002dac70();\n }\n uVar14 = 0;\n }" ({ "{") (if_statement "if (local_58[0] != local_48) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "(local_58[0] != local_48)" (( "(") (binary_expression "local_58[0] != local_48" (subscript_expression "local_58[0]" (identifier "local_58") ([ "[") (number_literal "0") (] "]")) (!= "!=") (identifier "local_48")) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar14 = 0;" (assignment_expression "uVar14 = 0" (identifier "uVar14") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else if (local_58[0] != local_48) {\n FUN_002dac70();\n }" (else "else") (if_statement "if (local_58[0] != local_48) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "(local_58[0] != local_48)" (( "(") (binary_expression "local_58[0] != local_48" (subscript_expression "local_58[0]" (identifier "local_58") ([ "[") (number_literal "0") (] "]")) (!= "!=") (identifier "local_48")) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))))) (} "}"))) (expression_statement "local_74 = local_b4 << 4;" (assignment_expression "local_74 = local_b4 << 4" (identifier "local_74") (= "=") (binary_expression "local_b4 << 4" (identifier "local_b4") (<< "<<") (number_literal "4"))) (; ";")) (expression_statement "lVar3 = *(long *)(param_1 + 0x60);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x60)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_1 + 0x60)" (* "*") (cast_expression "(long *)(param_1 + 0x60)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" (identifier "local_78") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" (identifier "local_70") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar2 = lVar10 * 8;" (assignment_expression "lVar2 = lVar10 * 8" (identifier "lVar2") (= "=") (binary_expression "lVar10 * 8" (identifier "lVar10") (* "*") (number_literal "8"))) (; ";")) (expression_statement "lVar10 = lVar10 + 1;" (assignment_expression "lVar10 = lVar10 + 1" (identifier "lVar10") (= "=") (binary_expression "lVar10 + 1" (identifier "lVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" (identifier "local_68") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_73 = uVar15;" (assignment_expression "local_73 = uVar15" (identifier "local_73") (= "=") (identifier "uVar15")) (; ";")) (expression_statement "local_72 = uVar14;" (assignment_expression "local_72 = uVar14" (identifier "local_72") (= "=") (identifier "uVar14")) (; ";")) (expression_statement "uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);" (assignment_expression "uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80)" (identifier "uVar6") (= "=") (call_expression "FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80)" (identifier "FUN_00284990") (argument_list "(param_2,param_1,pcVar11,pcVar13,&local_80)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") (, ",") (identifier "pcVar11") (, ",") (identifier "pcVar13") (, ",") (pointer_expression "&local_80" (& "&") (identifier "local_80")) () ")")))) (; ";")) (expression_statement "*(undefined8 *)(lVar3 + lVar2) = uVar6;" (assignment_expression "*(undefined8 *)(lVar3 + lVar2) = uVar6" (pointer_expression "*(undefined8 *)(lVar3 + lVar2)" (* "*") (cast_expression "(undefined8 *)(lVar3 + lVar2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + lVar2)" (( "(") (binary_expression "lVar3 + lVar2" (identifier "lVar3") (+ "+") (identifier "lVar2")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (} "}")) (while "while") (parenthesized_expression "((int)lVar10 < *(int *)(param_1 + 0x50))" (( "(") (binary_expression "(int)lVar10 < *(int *)(param_1 + 0x50)" (cast_expression "(int)lVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar10")) (< "<") (pointer_expression "*(int *)(param_1 + 0x50)" (* "*") (cast_expression "(int *)(param_1 + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void do_add_symbols(Sized_pluginobj<64,_false> * this, Symbol_table *
symtab, Read_symbols_data * param_2, Layout * layout) */
void __thiscall
var_11::Sized_pluginobj<64,var_32>::do_add_symbols
(Sized_pluginobj<64,var_32> *this,Symbol_table *symtab,Read_symbols_data *param_2,
Layout *layout)
{
uint var_22;
anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,var_12::var_1<var_2>var_3>var_4
*var_5;
type_1 *var_9;
type_2 var_17;
type_2 var_16;
char *var_24;
char cVar5;
bool bVar6;
type_3 var_13;
type_4 *pSVar8;
type_5 *plVar9;
size_t var_28;
int var_18;
long var_19;
char *var_20;
type_3 var_14;
char *var_21;
type_6 uVar14;
type_7 uVar15;
char var_31;
Sym<64,var_32> sym;
type_7 symbuf [24];
basic_string<var_2,_std::char_traits<var_2>,var_12::var_1<var_2>var_3> var_6;
sym.p_ = (var_7<64> *)symbuf;
if (parameters->options_ == (type_8 *)0x0) {
/* WARNING: Subroutine does not return */
var_8("../../gold/parameters.h",0x5c,"options");
}
var_18 = (this->super_Pluginobj).nsyms_;
var_9 = parameters->options_->plugins_->recorder_;
if (var_9 != (type_1 *)0x0) {
Plugin_recorder::var_10(var_9,(type_9 *)this,var_18,(this->super_Pluginobj).syms_);
var_18 = (this->super_Pluginobj).nsyms_;
}
var_17 = (this->super_Pluginobj).symbols_.
super__Vector_base<var_11::type_4*,var_12::var_1<var_11::type_4*>var_3>._M_impl._M_finish;
var_16 = (this->super_Pluginobj).symbols_.
super__Vector_base<var_11::type_4*,var_12::var_1<var_11::type_4*>var_3>._M_impl._M_start;
var_14 = (type_3)var_18;
var_13 = (long)var_17 - (long)var_16 >> 3;
if (var_13 < var_14) {
std::vector<var_11::type_4*,var_12::var_1<var_11::type_4*>var_3>::var_15
(&(this->super_Pluginobj).symbols_,var_14 - var_13);
var_18 = (this->super_Pluginobj).nsyms_;
}
else if ((var_14 < var_13) && (var_16 = var_16 + var_14, var_17 != var_16)) {
(this->super_Pluginobj).symbols_.
super__Vector_base<var_11::type_4*,var_12::var_1<var_11::type_4*>var_3>._M_impl._M_finish = var_16;
}
var_19 = 0;
if (0 < var_18) {
var_5 = &var_6.field_2;
do {
plVar9 = (this->super_Pluginobj).syms_ + var_19;
var_20 = plVar9->var_20;
var_21 = plVar9->version;
if ((var_20 != (char *)0x0) && (*var_20 == '\0')) {
var_20 = (char *)0x0;
}
if ((var_21 != (char *)0x0) && (*var_21 == '\0')) {
var_21 = (char *)0x0;
}
var_18 = plVar9->def;
if (var_18 == 1) {
var_31 = '\x02';
uVar14._0_1_ = '\x01';
uVar14._1_1_ = '\0';
goto LAB_0023e40f;
}
if (var_18 == 3) {
cVar5 = '\x02';
LAB_0023e510:
var_31 = cVar5;
uVar14._0_1_ = '\0';
uVar14._1_1_ = '\0';
}
else {
var_31 = '\x01';
cVar5 = '\x01';
if (var_18 < 0) goto LAB_0023e510;
if (var_18 < 2) {
uVar14._0_1_ = '\x01';
uVar14._1_1_ = '\0';
}
else {
uVar14._0_1_ = 0xf2;
uVar14._1_1_ = 0xff;
if (var_18 != 4) goto LAB_0023e510;
}
}
LAB_0023e40f:
uVar15 = '\0';
var_22 = plVar9->visibility - 1;
if (var_22 < 3) {
uVar15 = (type_7)*(type_10 *)(var_23 + (type_3)var_22 * 4);
}
var_24 = plVar9->comdat_key;
if ((var_24 != (char *)0x0) && (*var_24 != '\0')) {
var_6._M_dataplus._M_p = (type_2)var_5;
var_28 = var_25(var_24);
std::__cxx11::basic_string<var_2,var_12::char_traits<var_2>,var_12::var_1<var_2>var_3>::
var_26<var_27*>(&var_6,var_24,var_24 + var_28);
/* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */
bVar6 = Pluginobj::var_29(&this->super_Pluginobj,&var_6,layout);
if (bVar6) {
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,var_12::char_traits<var_2>,var_12::var_1<var_2>var_3>var_4
*)var_6._M_dataplus._M_p != var_5) {
var_30(var_6._M_dataplus._M_p);
}
}
else {
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,var_12::char_traits<var_2>,var_12::var_1<var_2>var_3>var_4
*)var_6._M_dataplus._M_p != var_5) {
var_30(var_6._M_dataplus._M_p);
}
uVar14._0_1_ = '\0';
uVar14._1_1_ = '\0';
}
}
symbuf[4] = var_31 << 4;
symbuf[0] = '\0';
symbuf[1] = '\0';
symbuf[2] = '\0';
symbuf[3] = '\0';
symbuf[8] = '\0';
symbuf[9] = '\0';
symbuf[10] = '\0';
symbuf[0xb] = '\0';
symbuf[0xc] = '\0';
symbuf[0xd] = '\0';
symbuf[0xe] = '\0';
symbuf[0xf] = '\0';
var_16 = (this->super_Pluginobj).symbols_.
super__Vector_base<var_11::type_4*,var_12::var_1<var_11::type_4*>var_3>._M_impl._M_start +
var_19;
var_19 = var_19 + 1;
symbuf[0x10] = '\0';
symbuf[0x11] = '\0';
symbuf[0x12] = '\0';
symbuf[0x13] = '\0';
symbuf[0x14] = '\0';
symbuf[0x15] = '\0';
symbuf[0x16] = '\0';
symbuf[0x17] = '\0';
symbuf[5] = uVar15;
symbuf._6_2_ = uVar14;
pSVar8 = Symbol_table::add_from_pluginobj<64,var_32>(symtab,this,var_20,var_21,&sym);
*var_16 = pSVar8;
} while ((int)var_19 < (this->super_Pluginobj).nsyms_);
}
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: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (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))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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)))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (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: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) (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: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (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)))) alternative: (else_clause (compound_statement (expression_statement (assignment_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: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (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: (identifier))))) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (return_statement))))
| null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)
{
uint uVar1;
long lVar2;
char *__s;
long lVar3;
char cVar4;
ulong uVar5;
undefined8 uVar6;
undefined8 *puVar7;
size_t sVar8;
int iVar9;
long lVar10;
char *pcVar11;
ulong uVar12;
char *pcVar13;
undefined2 uVar14;
undefined1 uVar15;
char local_b4;
undefined4 *local_80;
undefined4 local_78;
char local_74;
undefined1 local_73;
undefined2 local_72;
undefined8 local_70;
undefined8 local_68;
undefined1 *local_58 [2];
undefined1 local_48 [24];
local_80 = &local_78;
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
iVar9 = *(int *)(param_1 + 0x50);
lVar10 = *(long *)(*(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058) + 0x180);
if (lVar10 != 0) {
FUN_002389d0(lVar10,param_1,iVar9,*(undefined8 *)(param_1 + 0x58));
iVar9 = *(int *)(param_1 + 0x50);
}
uVar12 = (ulong)iVar9;
uVar5 = *(long *)(param_1 + 0x68) - *(long *)(param_1 + 0x60) >> 3;
if (uVar5 < uVar12) {
FUN_00192f00(param_1 + 0x60,uVar12 - uVar5);
iVar9 = *(int *)(param_1 + 0x50);
}
else if ((uVar12 < uVar5) &&
(lVar10 = *(long *)(param_1 + 0x60) + uVar12 * 8, *(long *)(param_1 + 0x68) != lVar10)) {
*(long *)(param_1 + 0x68) = lVar10;
}
lVar10 = 0;
if (0 < iVar9) {
do {
puVar7 = (undefined8 *)(lVar10 * 0x30 + *(long *)(param_1 + 0x58));
pcVar11 = (char *)*puVar7;
pcVar13 = (char *)puVar7[1];
if ((pcVar11 != (char *)0x0) && (*pcVar11 == '\0')) {
pcVar11 = (char *)0x0;
}
if ((pcVar13 != (char *)0x0) && (*pcVar13 == '\0')) {
pcVar13 = (char *)0x0;
}
iVar9 = *(int *)(puVar7 + 2);
if (iVar9 == 1) {
local_b4 = '\x02';
uVar14 = 1;
goto LAB_0023e40f;
}
if (iVar9 == 3) {
cVar4 = '\x02';
LAB_0023e510:
local_b4 = cVar4;
uVar14 = 0;
}
else {
local_b4 = '\x01';
cVar4 = '\x01';
if (iVar9 < 0) goto LAB_0023e510;
if (iVar9 < 2) {
uVar14 = 1;
}
else {
uVar14 = 0xfff2;
if (iVar9 != 4) goto LAB_0023e510;
}
}
LAB_0023e40f:
uVar15 = 0;
uVar1 = *(int *)((long)puVar7 + 0x14) - 1;
if (uVar1 < 3) {
uVar15 = (undefined1)*(undefined4 *)(&DAT_00381ef8 + (ulong)uVar1 * 4);
}
__s = (char *)puVar7[4];
if ((__s != (char *)0x0) && (*__s != '\0')) {
local_58[0] = local_48;
sVar8 = strlen(__s);
FUN_001665c0(local_58,__s,__s + sVar8);
/* try { // try from 0023e56f to 0023e573 has its CatchHandler @ 0023e617 */
cVar4 = FUN_0023ba00(param_1,local_58,param_4);
if (cVar4 == '\0') {
if (local_58[0] != local_48) {
FUN_002dac70();
}
uVar14 = 0;
}
else if (local_58[0] != local_48) {
FUN_002dac70();
}
}
local_74 = local_b4 << 4;
lVar3 = *(long *)(param_1 + 0x60);
local_78 = 0;
local_70 = 0;
lVar2 = lVar10 * 8;
lVar10 = lVar10 + 1;
local_68 = 0;
local_73 = uVar15;
local_72 = uVar14;
uVar6 = FUN_00284990(param_2,param_1,pcVar11,pcVar13,&local_80);
*(undefined8 *)(lVar3 + lVar2) = uVar6;
} while ((int)lVar10 < *(int *)(param_1 + 0x50));
}
return;
}
|
260_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
|
find_or_add_kept_section
|
FUN_0013fb48
|
/* gold::Layout::find_or_add_kept_section(std::string const&, gold::Relobj*, unsigned int, bool,
bool, gold::Kept_section**) [clone .cold.762] */
void gold::Layout::find_or_add_kept_section
(string *param_1,Relobj *param_2,uint param_3,bool param_4,bool param_5,
Kept_section **param_6)
{
long unaff_RBX;
int __in_chrg;
void *in_stack_00000050;
__in_chrg = (int)param_2;
if (in_stack_00000050 != (void *)(unaff_RBX + 0x10)) {
operator_delete(in_stack_00000050);
}
Kept_section::~Kept_section((Kept_section *)&stack0x00000030,__in_chrg);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0013fb48(void)
{
long unaff_RBX;
long in_stack_00000050;
if (in_stack_00000050 != unaff_RBX + 0x10) {
FUN_00276d20();
}
FUN_00192e90(&stack0x00000030);
/* WARNING: Subroutine does not return */
FUN_00304990();
}
|
MOV RDI,qword ptr [RSP + 0x50]
ADD RBX,0x10
CMP RDI,RBX
JZ 0x0013fb5b
CALL 0x00276d20
LEA RDI,[RSP + 0x30]
CALL 0x00192e90
MOV RDI,RBP
CALL 0x00304990
| null | null | null | null |
[(u'CAST_-1207108607', u'INT_NOTEQUAL_-1207108754'), (u'INT_NOTEQUAL_-1207108754', u'CBRANCH_-1207108753'), (u'PTRSUB_-1207108592', u'CAST_-1207108592'), ('tmp_302', u'INT_ADD_-1207108763'), ('const-48', u'PTRSUB_-1207108592'), ('const-0', u'SUBPIECE_-1207108673'), (u'SUBPIECE_-1207108673', u'MULTIEQUAL_-1207108652'), ('tmp_109', u'SUBPIECE_-1207108673'), (u'INDIRECT_-1207108659', u'MULTIEQUAL_-1207108652'), (u'MULTIEQUAL_-1207108652', u'CALL_-1207108731'), ('const-16', u'INT_ADD_-1207108763'), ('const-1', u'RETURN_-1207108714'), (u'INT_ADD_-1207108763', u'CAST_-1207108607'), ('tmp_301', u'PTRSUB_-1207108592'), ('tmp_362', u'INT_NOTEQUAL_-1207108754'), ('tmp_362', u'CALL_-1207108746'), (u'CALL_-1207108746', u'INDIRECT_-1207108659'), ('tmp_62', u'CBRANCH_-1207108753'), (u'CAST_-1207108592', u'CALL_-1207108731')]
|
[(u'INT_NOTEQUAL_-1207108754', u'CBRANCH_-1207108753'), (u'CALL_-1207108746', u'INDIRECT_-1207108637'), (u'CALL_-1207108731', u'INDIRECT_-1207108626'), ('tmp_214', u'INT_ADD_-1207108763'), ('const-48', u'PTRSUB_-1207108618'), (u'CALL_-1207108719', u'INDIRECT_-1207108617'), ('const-16', u'INT_ADD_-1207108763'), (u'PTRSUB_-1207108618', u'CALL_-1207108731'), ('tmp_267', u'MULTIEQUAL_-1207108630'), (u'INDIRECT_-1207108637', u'MULTIEQUAL_-1207108630'), ('tmp_213', u'PTRSUB_-1207108618'), ('const-1', u'RETURN_-1207108714'), (u'INT_ADD_-1207108763', u'INT_NOTEQUAL_-1207108754'), ('tmp_267', u'INT_NOTEQUAL_-1207108754'), ('tmp_62', u'CBRANCH_-1207108753')]
| null | null |
0013fb48
|
x64
|
O2
|
(translation_unit "void FUN_0013fb48(void)\n\n{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}\n\n" (function_definition "void FUN_0013fb48(void)\n\n{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}" primitive_type (function_declarator "FUN_0013fb48(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000050;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }" if (parenthesized_expression "(in_stack_00000050 != unaff_RBX + 0x10)" ( (binary_expression "in_stack_00000050 != unaff_RBX + 0x10" identifier != (binary_expression "unaff_RBX + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00192e90(&stack0x00000030);" (call_expression "FUN_00192e90(&stack0x00000030)" identifier (argument_list "(&stack0x00000030)" ( (pointer_expression "&stack0x00000030" & identifier) ))) ;) comment (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* gold::Layout::find_or_add_kept_section(std::string const&, gold::Relobj*, unsigned int, bool,\n bool, gold::Kept_section**) [clone .cold.762] */\n\nvoid gold::Layout::find_or_add_kept_section\n (string *param_1,Relobj *param_2,uint param_3,bool param_4,bool param_5,\n Kept_section **param_6)\n\n{\n long unaff_RBX;\n int __in_chrg;\n void *in_stack_00000050;\n \n __in_chrg = (int)param_2;\n if (in_stack_00000050 != (void *)(unaff_RBX + 0x10)) {\n operator_delete(in_stack_00000050);\n }\n Kept_section::~Kept_section((Kept_section *)&stack0x00000030,__in_chrg);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void gold::Layout::find_or_add_kept_section\n (string *param_1,Relobj *param_2,uint param_3,bool param_4,bool param_5,\n Kept_section **param_6)\n\n{\n long unaff_RBX;\n int __in_chrg;\n void *in_stack_00000050;\n \n __in_chrg = (int)param_2;\n if (in_stack_00000050 != (void *)(unaff_RBX + 0x10)) {\n operator_delete(in_stack_00000050);\n }\n Kept_section::~Kept_section((Kept_section *)&stack0x00000030,__in_chrg);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "gold::Layout::" identifier : : identifier : :) (function_declarator "find_or_add_kept_section\n (string *param_1,Relobj *param_2,uint param_3,bool param_4,bool param_5,\n Kept_section **param_6)" identifier (parameter_list "(string *param_1,Relobj *param_2,uint param_3,bool param_4,bool param_5,\n Kept_section **param_6)" ( (parameter_declaration "string *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "Relobj *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "bool param_4" primitive_type identifier) , (parameter_declaration "bool param_5" primitive_type identifier) , (parameter_declaration "Kept_section **param_6" type_identifier (pointer_declarator "**param_6" * (pointer_declarator "*param_6" * identifier))) ))) (compound_statement "{\n long unaff_RBX;\n int __in_chrg;\n void *in_stack_00000050;\n \n __in_chrg = (int)param_2;\n if (in_stack_00000050 != (void *)(unaff_RBX + 0x10)) {\n operator_delete(in_stack_00000050);\n }\n Kept_section::~Kept_section((Kept_section *)&stack0x00000030,__in_chrg);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "int __in_chrg;" primitive_type identifier ;) (declaration "void *in_stack_00000050;" primitive_type (pointer_declarator "*in_stack_00000050" * identifier) ;) (expression_statement "__in_chrg = (int)param_2;" (assignment_expression "__in_chrg = (int)param_2" identifier = (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (in_stack_00000050 != (void *)(unaff_RBX + 0x10)) {\n operator_delete(in_stack_00000050);\n }" if (parenthesized_expression "(in_stack_00000050 != (void *)(unaff_RBX + 0x10))" ( (binary_expression "in_stack_00000050 != (void *)(unaff_RBX + 0x10)" identifier != (cast_expression "(void *)(unaff_RBX + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(in_stack_00000050);\n }" { (expression_statement "operator_delete(in_stack_00000050);" (call_expression "operator_delete(in_stack_00000050)" identifier (argument_list "(in_stack_00000050)" ( identifier ))) ;) })) (labeled_statement "Kept_section::~Kept_section((Kept_section *)&stack0x00000030,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~Kept_section((Kept_section *)&stack0x00000030,__in_chrg);" (unary_expression "~Kept_section((Kept_section *)&stack0x00000030,__in_chrg)" ~ (call_expression "Kept_section((Kept_section *)&stack0x00000030,__in_chrg)" identifier (argument_list "((Kept_section *)&stack0x00000030,__in_chrg)" ( (cast_expression "(Kept_section *)&stack0x00000030" ( (type_descriptor "Kept_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0x00000030" & identifier)) , identifier )))) ;)) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0013fb48(void)\n\n{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n \n FUN_00304990();\n}\n\n" (function_definition "void FUN_0013fb48(void)\n\n{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n \n FUN_00304990();\n}" primitive_type (function_declarator "FUN_0013fb48(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n \n FUN_00304990();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000050;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }" if (parenthesized_expression "(in_stack_00000050 != unaff_RBX + 0x10)" ( (binary_expression "in_stack_00000050 != unaff_RBX + 0x10" identifier != (binary_expression "unaff_RBX + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00192e90(&stack0x00000030);" (call_expression "FUN_00192e90(&stack0x00000030)" identifier (argument_list "(&stack0x00000030)" ( (pointer_expression "&stack0x00000030" & identifier) ))) ;) (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_0013fb48(void)\n\n{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n \n FUN_00304990();\n}" (primitive_type "void") (function_declarator "FUN_0013fb48(void)" (identifier "FUN_0013fb48") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n long in_stack_00000050;\n \n if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }\n FUN_00192e90(&stack0x00000030);\n \n FUN_00304990();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (declaration "long in_stack_00000050;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000050") (; ";")) (if_statement "if (in_stack_00000050 != unaff_RBX + 0x10) {\n FUN_00276d20();\n }" (if "if") (parenthesized_expression "(in_stack_00000050 != unaff_RBX + 0x10)" (( "(") (binary_expression "in_stack_00000050 != unaff_RBX + 0x10" (identifier "in_stack_00000050") (!= "!=") (binary_expression "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_00276d20();\n }" ({ "{") (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" (identifier "FUN_00276d20") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00192e90(&stack0x00000030);" (call_expression "FUN_00192e90(&stack0x00000030)" (identifier "FUN_00192e90") (argument_list "(&stack0x00000030)" (( "(") (pointer_expression "&stack0x00000030" (& "&") (identifier "stack0x00000030")) () ")"))) (; ";")) (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" (identifier "FUN_00304990") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* gold::Layout::find_or_add_kept_section(std::string const&, gold::Relobj*, unsigned int, bool,
bool, gold::Kept_section**) [clone .cold.762] */
void gold::Layout::function_1
(type_1 *param_1,type_2 *param_2,type_3 param_3,bool param_4,bool param_5,
type_4 **param_6)
{
long var_2;
int __in_chrg;
void *var_1;
__in_chrg = (int)param_2;
if (var_1 != (void *)(var_2 + 0x10)) {
var_3(var_1);
}
Kept_section::~type_4((type_4 *)&stack0x00000030,__in_chrg);
/* WARNING: Subroutine does not return */
var_4();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_RBX;
long in_stack_00000050;
if (in_stack_00000050 != unaff_RBX + 0x10) {
FUN_00276d20();
}
FUN_00192e90(&stack0x00000030);
/* WARNING: Subroutine does not return */
FUN_00304990();
}
|
4653_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
print
|
FUN_00204080
|
/* DWARF original prototype: void print(Memory_region * this, FILE * f) */
void __thiscall gold::Memory_region::print(Memory_region *this,FILE *f)
{
uint uVar1;
fprintf((FILE *)f," %s",(this->name_)._M_dataplus._M_p);
uVar1 = this->attributes_;
if (uVar1 != 0) {
fwrite(" (",1,2,(FILE *)f);
do {
switch(-uVar1 & uVar1) {
default:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");
case 1:
fputc(0x78,(FILE *)f);
break;
case 2:
fputc(0x77,(FILE *)f);
break;
case 4:
fputc(0x72,(FILE *)f);
break;
case 8:
fputc(0x61,(FILE *)f);
break;
case 0x10:
fputc(0x69,(FILE *)f);
}
uVar1 = uVar1 & uVar1 - 1;
} while (uVar1 != 0);
fputc(0x29,(FILE *)f);
}
fwrite(" : origin = ",1,0xc,(FILE *)f);
(*this->start_->_vptr_Expression[2])(this->start_,f);
fwrite(", length = ",1,0xb,(FILE *)f);
(*this->length_->_vptr_Expression[2])(this->length_,f);
fputc(10,(FILE *)f);
return;
}
|
void FUN_00204080(undefined8 *param_1,FILE *param_2)
{
uint uVar1;
fprintf(param_2," %s",*param_1);
uVar1 = *(uint *)(param_1 + 4);
if (uVar1 != 0) {
fwrite(" (",1,2,param_2);
do {
switch(-uVar1 & uVar1) {
default:
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");
case 1:
fputc(0x78,param_2);
break;
case 2:
fputc(0x77,param_2);
break;
case 4:
fputc(0x72,param_2);
break;
case 8:
fputc(0x61,param_2);
break;
case 0x10:
fputc(0x69,param_2);
}
uVar1 = uVar1 & uVar1 - 1;
} while (uVar1 != 0);
fputc(0x29,param_2);
}
fwrite(" : origin = ",1,0xc,param_2);
(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);
fwrite(", length = ",1,0xb,param_2);
(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);
fputc(10,param_2);
return;
}
|
PUSH R13
XOR EAX,EAX
PUSH R12
MOV R12,RDI
PUSH RBP
MOV RBP,RSI
LEA RSI,[0x31d8d5]
PUSH RBX
SUB RSP,0x8
MOV RDX,qword ptr [RDI]
MOV RDI,RBP
CALL 0x0013ea00
MOV R13D,dword ptr [R12 + 0x20]
TEST R13D,R13D
JZ 0x00204113
MOV RCX,RBP
MOV EDX,0x2
MOV ESI,0x1
LEA RDI,[0x31b5e7]
LEA RBX,[0x31cec8]
CALL 0x0013e9a0
NOP
MOV EAX,R13D
NEG EAX
AND EAX,R13D
CMP EAX,0x10
JA 0x002041da
MOVSXD RAX,dword ptr [RBX + RAX*0x4]
ADD RAX,RBX
JMP RAX
MOV RSI,RBP
MOV EDI,0x69
CALL 0x0013e450
LEA EAX,[R13 + -0x1]
AND R13D,EAX
JNZ 0x002040d0
MOV RSI,RBP
MOV EDI,0x29
CALL 0x0013e450
MOV RCX,RBP
MOV EDX,0xc
MOV ESI,0x1
LEA RDI,[0x31c832]
CALL 0x0013e9a0
MOV RDI,qword ptr [R12 + 0x28]
MOV RSI,RBP
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
MOV RCX,RBP
MOV EDX,0xb
MOV ESI,0x1
LEA RDI,[0x31c83f]
CALL 0x0013e9a0
MOV RDI,qword ptr [R12 + 0x30]
MOV RSI,RBP
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
ADD RSP,0x8
MOV RSI,RBP
MOV EDI,0xa
POP RBX
POP RBP
POP R12
POP R13
JMP 0x0013e450
MOV RSI,RBP
MOV EDI,0x61
CALL 0x0013e450
JMP 0x002040fd
MOV RSI,RBP
MOV EDI,0x72
CALL 0x0013e450
JMP 0x002040fd
MOV RSI,RBP
MOV EDI,0x77
CALL 0x0013e450
JMP 0x002040fd
MOV RSI,RBP
MOV EDI,0x78
CALL 0x0013e450
JMP 0x002040fd
LEA RDX,[0x31d393]
MOV ESI,0x110
LEA RDI,[0x31c74b]
CALL 0x0016cdf0
| null | null | null | null |
[('tmp_629', u'CALLIND_-1203813944'), (u'COPY_-1203813193', u'CALL_-1203813784'), ('tmp_139', u'CBRANCH_-1203814170'), ('tmp_570', u'BRANCH_-1203813723'), ('tmp_628', u'PTRSUB_-1203813454'), ('const-3266773', u'COPY_-1203813526'), ('const-0', u'PTRSUB_-1203813457'), (u'CAST_-1203813409', u'CALL_-1203814131'), ('tmp_557', u'BRANCH_-1203813753'), (u'CAST_-1203813268', u'CALL_-1203813915'), ('tmp_629', u'CALLIND_-1203813886'), ('const-8', u'PTRADD_-1203813305'), (u'MULTIEQUAL_-1203813528', u'INT_AND_-1203814084'), ('const-40', u'PTRSUB_-1203813317'), ('const-1', u'CALL_-1203813915'), (u'INT_NOTEQUAL_-1203813932', u'CBRANCH_-1203813930'), ('const-433', u'LOAD_-1203813913'), (u'LOAD_-1203813902', u'PTRADD_-1203813263'), ('const-433', u'LOAD_-1203813896'), (u'PTRSUB_-1203813466', u'PTRSUB_-1203813458'), ('const-433', u'LOAD_-1203813902'), (u'LOAD_-1203814193', u'MULTIEQUAL_-1203813528'), (u'LOAD_-1203814211', u'CALL_-1203814195'), ('const-3257831', u'COPY_-1203813489'), (u'LOAD_-1203813971', u'CALLIND_-1203813944'), (u'MULTIEQUAL_-1203813528', u'INT_SUB_-1203813522'), (u'PTRSUB_-1203813457', u'LOAD_-1203814211'), (u'CAST_-1203813308', u'CALL_-1203813973'), (u'PTRSUB_-1203813308', u'LOAD_-1203813960'), (u'LOAD_-1203814193', u'INT_NOTEQUAL_-1203814171'), ('const-0', u'INT_NOTEQUAL_-1203814171'), ('tmp_628', u'PTRSUB_-1203813466'), ('const-0', u'PTRSUB_-1203813458'), ('const-8', u'PTRADD_-1203813263'), ('tmp_544', u'BRANCH_-1203813783'), ('const-2', u'CALL_-1203814131'), (u'LOAD_-1203813896', u'CALLIND_-1203813886'), ('const-433', u'LOAD_-1203814211'), ('const-2', u'PTRADD_-1203813305'), (u'LOAD_-1203813960', u'PTRADD_-1203813305'), (u'CAST_-1203813334', u'CALL_-1203813913'), ('tmp_629', u'CAST_-1203813230'), ('const-433', u'LOAD_-1203814193'), (u'CAST_-1203813191', u'CALL_-1203813756'), (u'INT_AND_-1203813920', u'MULTIEQUAL_-1203813528'), ('const-12', u'CALL_-1203813973'), (u'INT_2COMP_-1203814099', u'INT_AND_-1203814084'), (u'LOAD_-1203813954', u'CALLIND_-1203813944'), (u'INT_AND_-1203813920', u'INT_NOTEQUAL_-1203813932'), ('tmp_629', u'CAST_-1203813166'), ('const-1', u'RETURN_-1203813779'), ('const-120', u'CALL_-1203813696'), ('tmp_583', u'BRANCH_-1203813693'), (u'COPY_-1203813526', u'CALL_-1203814195'), (u'CAST_-1203813141', u'CALL_-1203813696'), ('const-32', u'PTRSUB_-1203813454'), (u'CAST_-1203813361', u'CALL_-1203813955'), (u'COPY_-1203813196', u'CALL_-1203813784'), (u'PTRSUB_-1203813458', u'PTRSUB_-1203813457'), (u'COPY_-1203813393', u'CALL_-1203813973'), ('const-1', u'INT_SUB_-1203813522'), ('const-119', u'CALL_-1203813726'), (u'PTRSUB_-1203813275', u'LOAD_-1203813913'), ('const-272', u'CALL_-1203813784'), (u'LOAD_-1203813913', u'PTRSUB_-1203813266'), ('const-97', u'CALL_-1203813786'), (u'COPY_-1203813353', u'CALL_-1203813915'), ('tmp_629', u'CAST_-1203813141'), ('const-0', u'PTRSUB_-1203813266'), (u'CAST_-1203813230', u'CALL_-1203813838'), ('const-1', u'CALL_-1203814131'), ('tmp_629', u'CAST_-1203813268'), ('const-114', u'CALL_-1203813756'), ('const-0', u'RETURN_-1203813834'), (u'MULTIEQUAL_-1203813528', u'INT_2COMP_-1203814099'), ('const-0', u'INT_NOTEQUAL_-1203813932'), ('tmp_628', u'PTRSUB_-1203813317'), (u'MULTIEQUAL_-1203813528', u'INT_AND_-1203813920'), (u'PTRSUB_-1203813454', u'LOAD_-1203814193'), ('const-0', u'PTRSUB_-1203813308'), ('tmp_629', u'CAST_-1203813216'), ('tmp_629', u'CAST_-1203813361'), ('const-3262527', u'COPY_-1203813353'), ('const-433', u'LOAD_-1203813960'), ('const-10', u'CALL_-1203813838'), ('const-433', u'LOAD_-1203813971'), ('tmp_629', u'CAST_-1203813308'), (u'PTRADD_-1203813305', u'LOAD_-1203813954'), ('const-105', u'CALL_-1203813955'), ('const-3262514', u'COPY_-1203813393'), ('const-41', u'CALL_-1203813913'), ('const-0', u'PTRSUB_-1203813466'), ('const-3265427', u'COPY_-1203813193'), ('tmp_629', u'CAST_-1203813409'), (u'CAST_-1203813216', u'CALL_-1203813786'), ('const-11', u'CALL_-1203813915'), (u'PTRSUB_-1203813317', u'LOAD_-1203813971'), ('const-1', u'CALL_-1203813973'), ('tmp_629', u'CAST_-1203813191'), ('const-2', u'PTRADD_-1203813263'), (u'CAST_-1203813166', u'CALL_-1203813726'), (u'INT_SUB_-1203813522', u'INT_AND_-1203813920'), (u'COPY_-1203813489', u'CALL_-1203814131'), (u'CAST_-1203813452', u'CALL_-1203814195'), ('tmp_629', u'CAST_-1203813452'), (u'PTRADD_-1203813263', u'LOAD_-1203813896'), (u'LOAD_-1203813913', u'CALLIND_-1203813886'), (u'LOAD_-1203813971', u'PTRSUB_-1203813308'), (u'INT_NOTEQUAL_-1203814171', u'CBRANCH_-1203814170'), ('tmp_629', u'CAST_-1203813334'), ('const-3262283', u'COPY_-1203813196'), (u'INT_AND_-1203814084', u'BRANCHIND_-1203814052'), (u'PTRSUB_-1203813266', u'LOAD_-1203813902'), ('tmp_518', u'CBRANCH_-1203813930'), ('const-433', u'LOAD_-1203813954'), ('const-48', u'PTRSUB_-1203813275'), ('tmp_628', u'PTRSUB_-1203813275')]
|
[('tmp_139', u'CBRANCH_-1203814170'), ('tmp_570', u'BRANCH_-1203813723'), ('const-5', u'PTRADD_-1203813324'), ('tmp_1648', u'CALL_-1203814195'), ('tmp_557', u'BRANCH_-1203813753'), (u'INT_ADD_-1203813938', u'CAST_-1203813310'), ('tmp_1648', u'CALL_-1203814131'), ('const-11', u'CALL_-1203813915'), ('const-433', u'LOAD_-1203813971'), ('const-433', u'LOAD_-1203813960'), (u'INT_NOTEQUAL_-1203813932', u'CBRANCH_-1203813930'), (u'LOAD_-1203813913', u'CAST_-1203813281'), (u'MULTIEQUAL_-1203813533', u'INT_AND_-1203814084'), ('tmp_1648', u'CALL_-1203813915'), (u'CAST_-1203813459', u'LOAD_-1203814193'), ('const-3262514', u'COPY_-1203813398'), (u'CAST_-1203813281', u'CALLIND_-1203813886'), ('const-10', u'CALL_-1203813838'), (u'LOAD_-1203814211', u'CALL_-1203814195'), (u'LOAD_-1203813971', u'CAST_-1203813322'), ('tmp_1646', u'PTRADD_-1203813324'), ('const-3257831', u'COPY_-1203813494'), (u'COPY_-1203813201', u'CALL_-1203813784'), (u'MULTIEQUAL_-1203813533', u'INT_2COMP_-1203814099'), (u'LOAD_-1203813960', u'INT_ADD_-1203813938'), (u'LOAD_-1203814193', u'INT_NOTEQUAL_-1203814171'), ('const-0', u'INT_NOTEQUAL_-1203814171'), ('const-114', u'CALL_-1203813756'), ('const-272', u'CALL_-1203813784'), ('const-8', u'PTRADD_-1203813461'), ('const-1', u'INT_SUB_-1203813527'), (u'INT_AND_-1203813920', u'MULTIEQUAL_-1203813533'), ('const-97', u'CALL_-1203813786'), ('tmp_544', u'BRANCH_-1203813783'), (u'LOAD_-1203813896', u'CALLIND_-1203813886'), ('tmp_1648', u'CALL_-1203813756'), ('const-8', u'PTRADD_-1203813284'), ('const-3262283', u'COPY_-1203813201'), (u'PTRADD_-1203813284', u'LOAD_-1203813913'), ('tmp_1648', u'CALL_-1203813696'), ('const-16', u'INT_ADD_-1203813938'), ('tmp_1648', u'CALL_-1203813726'), (u'INT_2COMP_-1203814099', u'INT_AND_-1203814084'), (u'LOAD_-1203813954', u'CALLIND_-1203813944'), (u'INT_AND_-1203813920', u'INT_NOTEQUAL_-1203813932'), ('const-3262527', u'COPY_-1203813358'), ('const-1', u'RETURN_-1203813779'), ('tmp_583', u'BRANCH_-1203813693'), ('const-2', u'CALL_-1203814131'), (u'PTRADD_-1203813461', u'CAST_-1203813459'), ('const-433', u'LOAD_-1203814211'), ('tmp_1648', u'CALLIND_-1203813944'), ('tmp_1648', u'CALL_-1203813838'), (u'INT_SUB_-1203813527', u'INT_AND_-1203813920'), ('const-41', u'CALL_-1203813913'), ('const-433', u'LOAD_-1203813954'), (u'MULTIEQUAL_-1203813533', u'INT_SUB_-1203813527'), ('const-119', u'CALL_-1203813726'), ('const-8', u'PTRADD_-1203813324'), ('tmp_1646', u'LOAD_-1203814211'), ('const-16', u'INT_ADD_-1203813880'), ('const-4', u'PTRADD_-1203813461'), ('const-3266773', u'COPY_-1203813531'), ('const-433', u'LOAD_-1203813913'), ('const-0', u'RETURN_-1203813834'), ('const-0', u'INT_NOTEQUAL_-1203813932'), (u'INT_ADD_-1203813880', u'CAST_-1203813269'), ('const-105', u'CALL_-1203813955'), (u'CAST_-1203813269', u'LOAD_-1203813896'), (u'PTRADD_-1203813324', u'LOAD_-1203813971'), ('const-120', u'CALL_-1203813696'), (u'MULTIEQUAL_-1203813533', u'INT_AND_-1203813920'), ('const-3265427', u'COPY_-1203813198'), ('tmp_1648', u'CALL_-1203813973'), (u'COPY_-1203813494', u'CALL_-1203814131'), ('const-433', u'LOAD_-1203813896'), ('const-433', u'LOAD_-1203813902'), ('tmp_1646', u'PTRADD_-1203813461'), ('const-6', u'PTRADD_-1203813284'), (u'LOAD_-1203813902', u'INT_ADD_-1203813880'), (u'COPY_-1203813198', u'CALL_-1203813784'), ('const-433', u'LOAD_-1203814193'), (u'COPY_-1203813358', u'CALL_-1203813915'), ('tmp_1646', u'PTRADD_-1203813284'), ('tmp_1648', u'CALL_-1203813913'), (u'COPY_-1203813531', u'CALL_-1203814195'), ('tmp_1648', u'CALLIND_-1203813886'), (u'CAST_-1203813310', u'LOAD_-1203813954'), (u'CAST_-1203813281', u'LOAD_-1203813902'), (u'COPY_-1203813398', u'CALL_-1203813973'), (u'INT_NOTEQUAL_-1203814171', u'CBRANCH_-1203814170'), (u'CAST_-1203813322', u'CALLIND_-1203813944'), ('tmp_1648', u'CALL_-1203813786'), (u'CAST_-1203813322', u'LOAD_-1203813960'), ('const-1', u'CALL_-1203813973'), (u'INT_AND_-1203814084', u'BRANCHIND_-1203814052'), ('const-1', u'CALL_-1203813915'), ('tmp_1648', u'CALL_-1203813955'), (u'LOAD_-1203814193', u'MULTIEQUAL_-1203813533'), ('tmp_518', u'CBRANCH_-1203813930'), ('const-1', u'CALL_-1203814131'), ('const-12', u'CALL_-1203813973')]
| null | null |
00204080
|
x64
|
O2
|
(translation_unit "void FUN_00204080(undefined8 *param_1,FILE *param_2)\n\n{\n uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}\n\n" (function_definition "void FUN_00204080(undefined8 *param_1,FILE *param_2)\n\n{\n uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00204080(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 uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "fprintf(param_2," %s",*param_1);" (call_expression "fprintf(param_2," %s",*param_1)" identifier (argument_list "(param_2," %s",*param_1)" ( identifier , (string_literal "" %s"" " string_content ") , (pointer_expression "*param_1" * identifier) ))) ;) (expression_statement "uVar1 = *(uint *)(param_1 + 4);" (assignment_expression "uVar1 = *(uint *)(param_1 + 4)" identifier = (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (if_statement "if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }" { (expression_statement "fwrite(" (",1,2,param_2);" (call_expression "fwrite(" (",1,2,param_2)" identifier (argument_list "(" (",1,2,param_2)" ( (string_literal "" ("" " string_content ") , number_literal , number_literal , identifier ))) ;) (do_statement "do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);" do (compound_statement "{\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n }" { (switch_statement "switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }" switch (parenthesized_expression "(-uVar1 & uVar1)" ( (binary_expression "-uVar1 & uVar1" (unary_expression "-uVar1" - identifier) & identifier) )) (compound_statement "{\n default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }" { (case_statement "default:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");" default : comment (expression_statement "FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");" (call_expression "FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print")" identifier (argument_list "("../../gold/script-sections.cc",0x110,"print")" ( (string_literal ""../../gold/script-sections.cc"" " string_content ") , number_literal , (string_literal ""print"" " string_content ") ))) ;)) (case_statement "case 1:\n fputc(0x78,param_2);\n break;" case number_literal : (expression_statement "fputc(0x78,param_2);" (call_expression "fputc(0x78,param_2)" identifier (argument_list "(0x78,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 2:\n fputc(0x77,param_2);\n break;" case number_literal : (expression_statement "fputc(0x77,param_2);" (call_expression "fputc(0x77,param_2)" identifier (argument_list "(0x77,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 4:\n fputc(0x72,param_2);\n break;" case number_literal : (expression_statement "fputc(0x72,param_2);" (call_expression "fputc(0x72,param_2)" identifier (argument_list "(0x72,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 8:\n fputc(0x61,param_2);\n break;" case number_literal : (expression_statement "fputc(0x61,param_2);" (call_expression "fputc(0x61,param_2)" identifier (argument_list "(0x61,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 0x10:\n fputc(0x69,param_2);" case number_literal : (expression_statement "fputc(0x69,param_2);" (call_expression "fputc(0x69,param_2)" identifier (argument_list "(0x69,param_2)" ( number_literal , identifier ))) ;)) })) (expression_statement "uVar1 = uVar1 & uVar1 - 1;" (assignment_expression "uVar1 = uVar1 & uVar1 - 1" identifier = (binary_expression "uVar1 & uVar1 - 1" identifier & (binary_expression "uVar1 - 1" identifier - number_literal))) ;) }) while (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) })) (expression_statement "fwrite(" : origin = ",1,0xc,param_2);" (call_expression "fwrite(" : origin = ",1,0xc,param_2)" identifier (argument_list "(" : origin = ",1,0xc,param_2)" ( (string_literal "" : origin = "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);" (call_expression "(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2)" (parenthesized_expression "(**(code **)(*(long *)param_1[5] + 0x10))" ( (pointer_expression "**(code **)(*(long *)param_1[5] + 0x10)" * (pointer_expression "*(code **)(*(long *)param_1[5] + 0x10)" * (cast_expression "(code **)(*(long *)param_1[5] + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[5] + 0x10)" ( (binary_expression "*(long *)param_1[5] + 0x10" (pointer_expression "*(long *)param_1[5]" * (cast_expression "(long *)param_1[5]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "((long *)param_1[5],param_2)" ( (cast_expression "(long *)param_1[5]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) , identifier ))) ;) (expression_statement "fwrite(", length = ",1,0xb,param_2);" (call_expression "fwrite(", length = ",1,0xb,param_2)" identifier (argument_list "(", length = ",1,0xb,param_2)" ( (string_literal "", length = "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);" (call_expression "(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2)" (parenthesized_expression "(**(code **)(*(long *)param_1[6] + 0x10))" ( (pointer_expression "**(code **)(*(long *)param_1[6] + 0x10)" * (pointer_expression "*(code **)(*(long *)param_1[6] + 0x10)" * (cast_expression "(code **)(*(long *)param_1[6] + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[6] + 0x10)" ( (binary_expression "*(long *)param_1[6] + 0x10" (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) ))))) )) (argument_list "((long *)param_1[6],param_2)" ( (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 ])) , identifier ))) ;) (expression_statement "fputc(10,param_2);" (call_expression "fputc(10,param_2)" identifier (argument_list "(10,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void print(Memory_region * this, FILE * f) */\n\nvoid __thiscall gold::Memory_region::print(Memory_region *this,FILE *f)\n\n{\n uint uVar1;\n \n fprintf((FILE *)f," %s",(this->name_)._M_dataplus._M_p);\n uVar1 = this->attributes_;\n if (uVar1 != 0) {\n fwrite(" (",1,2,(FILE *)f);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,(FILE *)f);\n }\n fwrite(" : origin = ",1,0xc,(FILE *)f);\n (*this->start_->_vptr_Expression[2])(this->start_,f);\n fwrite(", length = ",1,0xb,(FILE *)f);\n (*this->length_->_vptr_Expression[2])(this->length_,f);\n fputc(10,(FILE *)f);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Memory_region::print(Memory_region *this,FILE *f)\n\n{\n uint uVar1;\n \n fprintf((FILE *)f," %s",(this->name_)._M_dataplus._M_p);\n uVar1 = this->attributes_;\n if (uVar1 != 0) {\n fwrite(" (",1,2,(FILE *)f);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,(FILE *)f);\n }\n fwrite(" : origin = ",1,0xc,(FILE *)f);\n (*this->start_->_vptr_Expression[2])(this->start_,f);\n fwrite(", length = ",1,0xb,(FILE *)f);\n (*this->length_->_vptr_Expression[2])(this->length_,f);\n fputc(10,(FILE *)f);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Memory_region::" identifier : : identifier : :) (function_declarator "print(Memory_region *this,FILE *f)" identifier (parameter_list "(Memory_region *this,FILE *f)" ( (parameter_declaration "Memory_region *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n uint uVar1;\n \n fprintf((FILE *)f," %s",(this->name_)._M_dataplus._M_p);\n uVar1 = this->attributes_;\n if (uVar1 != 0) {\n fwrite(" (",1,2,(FILE *)f);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,(FILE *)f);\n }\n fwrite(" : origin = ",1,0xc,(FILE *)f);\n (*this->start_->_vptr_Expression[2])(this->start_,f);\n fwrite(", length = ",1,0xb,(FILE *)f);\n (*this->length_->_vptr_Expression[2])(this->length_,f);\n fputc(10,(FILE *)f);\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "fprintf((FILE *)f," %s",(this->name_)._M_dataplus._M_p);" (call_expression "fprintf((FILE *)f," %s",(this->name_)._M_dataplus._M_p)" identifier (argument_list "((FILE *)f," %s",(this->name_)._M_dataplus._M_p)" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %s"" " string_content ") , (field_expression "(this->name_)._M_dataplus._M_p" (field_expression "(this->name_)._M_dataplus" (parenthesized_expression "(this->name_)" ( (field_expression "this->name_" identifier -> field_identifier) )) . field_identifier) . field_identifier) ))) ;) (expression_statement "uVar1 = this->attributes_;" (assignment_expression "uVar1 = this->attributes_" identifier = (field_expression "this->attributes_" identifier -> field_identifier)) ;) (if_statement "if (uVar1 != 0) {\n fwrite(" (",1,2,(FILE *)f);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,(FILE *)f);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n fwrite(" (",1,2,(FILE *)f);\n do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,(FILE *)f);\n }" { (expression_statement "fwrite(" (",1,2,(FILE *)f);" (call_expression "fwrite(" (",1,2,(FILE *)f)" identifier (argument_list "(" (",1,2,(FILE *)f)" ( (string_literal "" ("" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (do_statement "do {\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);" do (compound_statement "{\n switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }\n uVar1 = uVar1 & uVar1 - 1;\n }" { (switch_statement "switch(-uVar1 & uVar1) {\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }" switch (parenthesized_expression "(-uVar1 & uVar1)" ( (binary_expression "-uVar1 & uVar1" (unary_expression "-uVar1" - identifier) & identifier) )) (compound_statement "{\n default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,(FILE *)f);\n break;\n case 2:\n fputc(0x77,(FILE *)f);\n break;\n case 4:\n fputc(0x72,(FILE *)f);\n break;\n case 8:\n fputc(0x61,(FILE *)f);\n break;\n case 0x10:\n fputc(0x69,(FILE *)f);\n }" { (case_statement "default:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");" default : comment (expression_statement "do_gold_unreachable("../../gold/script-sections.cc",0x110,"print");" (call_expression "do_gold_unreachable("../../gold/script-sections.cc",0x110,"print")" identifier (argument_list "("../../gold/script-sections.cc",0x110,"print")" ( (string_literal ""../../gold/script-sections.cc"" " string_content ") , number_literal , (string_literal ""print"" " string_content ") ))) ;)) (case_statement "case 1:\n fputc(0x78,(FILE *)f);\n break;" case number_literal : (expression_statement "fputc(0x78,(FILE *)f);" (call_expression "fputc(0x78,(FILE *)f)" identifier (argument_list "(0x78,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (break_statement "break;" break ;)) (case_statement "case 2:\n fputc(0x77,(FILE *)f);\n break;" case number_literal : (expression_statement "fputc(0x77,(FILE *)f);" (call_expression "fputc(0x77,(FILE *)f)" identifier (argument_list "(0x77,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (break_statement "break;" break ;)) (case_statement "case 4:\n fputc(0x72,(FILE *)f);\n break;" case number_literal : (expression_statement "fputc(0x72,(FILE *)f);" (call_expression "fputc(0x72,(FILE *)f)" identifier (argument_list "(0x72,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (break_statement "break;" break ;)) (case_statement "case 8:\n fputc(0x61,(FILE *)f);\n break;" case number_literal : (expression_statement "fputc(0x61,(FILE *)f);" (call_expression "fputc(0x61,(FILE *)f)" identifier (argument_list "(0x61,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (break_statement "break;" break ;)) (case_statement "case 0x10:\n fputc(0x69,(FILE *)f);" case number_literal : (expression_statement "fputc(0x69,(FILE *)f);" (call_expression "fputc(0x69,(FILE *)f)" identifier (argument_list "(0x69,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) })) (expression_statement "uVar1 = uVar1 & uVar1 - 1;" (assignment_expression "uVar1 = uVar1 & uVar1 - 1" identifier = (binary_expression "uVar1 & uVar1 - 1" identifier & (binary_expression "uVar1 - 1" identifier - number_literal))) ;) }) while (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) ;) (expression_statement "fputc(0x29,(FILE *)f);" (call_expression "fputc(0x29,(FILE *)f)" identifier (argument_list "(0x29,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) })) (expression_statement "fwrite(" : origin = ",1,0xc,(FILE *)f);" (call_expression "fwrite(" : origin = ",1,0xc,(FILE *)f)" identifier (argument_list "(" : origin = ",1,0xc,(FILE *)f)" ( (string_literal "" : origin = "" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "(*this->start_->_vptr_Expression[2])(this->start_,f);" (call_expression "(*this->start_->_vptr_Expression[2])(this->start_,f)" (parenthesized_expression "(*this->start_->_vptr_Expression[2])" ( (pointer_expression "*this->start_->_vptr_Expression[2]" * (subscript_expression "this->start_->_vptr_Expression[2]" (field_expression "this->start_->_vptr_Expression" (field_expression "this->start_" identifier -> field_identifier) -> field_identifier) [ number_literal ])) )) (argument_list "(this->start_,f)" ( (field_expression "this->start_" identifier -> field_identifier) , identifier ))) ;) (expression_statement "fwrite(", length = ",1,0xb,(FILE *)f);" (call_expression "fwrite(", length = ",1,0xb,(FILE *)f)" identifier (argument_list "(", length = ",1,0xb,(FILE *)f)" ( (string_literal "", length = "" " string_content ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "(*this->length_->_vptr_Expression[2])(this->length_,f);" (call_expression "(*this->length_->_vptr_Expression[2])(this->length_,f)" (parenthesized_expression "(*this->length_->_vptr_Expression[2])" ( (pointer_expression "*this->length_->_vptr_Expression[2]" * (subscript_expression "this->length_->_vptr_Expression[2]" (field_expression "this->length_->_vptr_Expression" (field_expression "this->length_" identifier -> field_identifier) -> field_identifier) [ number_literal ])) )) (argument_list "(this->length_,f)" ( (field_expression "this->length_" identifier -> field_identifier) , identifier ))) ;) (expression_statement "fputc(10,(FILE *)f);" (call_expression "fputc(10,(FILE *)f)" identifier (argument_list "(10,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00204080(undefined8 *param_1,FILE *param_2)\n\n{\n uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}\n\n" (function_definition "void FUN_00204080(undefined8 *param_1,FILE *param_2)\n\n{\n uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00204080(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 uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "fprintf(param_2," %s",*param_1);" (call_expression "fprintf(param_2," %s",*param_1)" identifier (argument_list "(param_2," %s",*param_1)" ( identifier , (string_literal "" %s"" " string_content ") , (pointer_expression "*param_1" * identifier) ))) ;) (expression_statement "uVar1 = *(uint *)(param_1 + 4);" (assignment_expression "uVar1 = *(uint *)(param_1 + 4)" identifier = (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (if_statement "if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }" { (expression_statement "fwrite(" (",1,2,param_2);" (call_expression "fwrite(" (",1,2,param_2)" identifier (argument_list "(" (",1,2,param_2)" ( (string_literal "" ("" " string_content ") , number_literal , number_literal , identifier ))) ;) (do_statement "do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);" do (compound_statement "{\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n }" { (switch_statement "switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }" switch (parenthesized_expression "(-uVar1 & uVar1)" ( (binary_expression "-uVar1 & uVar1" (unary_expression "-uVar1" - identifier) & identifier) )) (compound_statement "{\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }" { (case_statement "default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");" default : (expression_statement "FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");" (call_expression "FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print")" identifier (argument_list "("../../gold/script-sections.cc",0x110,"print")" ( (string_literal ""../../gold/script-sections.cc"" " string_content ") , number_literal , (string_literal ""print"" " string_content ") ))) ;)) (case_statement "case 1:\n fputc(0x78,param_2);\n break;" case number_literal : (expression_statement "fputc(0x78,param_2);" (call_expression "fputc(0x78,param_2)" identifier (argument_list "(0x78,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 2:\n fputc(0x77,param_2);\n break;" case number_literal : (expression_statement "fputc(0x77,param_2);" (call_expression "fputc(0x77,param_2)" identifier (argument_list "(0x77,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 4:\n fputc(0x72,param_2);\n break;" case number_literal : (expression_statement "fputc(0x72,param_2);" (call_expression "fputc(0x72,param_2)" identifier (argument_list "(0x72,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 8:\n fputc(0x61,param_2);\n break;" case number_literal : (expression_statement "fputc(0x61,param_2);" (call_expression "fputc(0x61,param_2)" identifier (argument_list "(0x61,param_2)" ( number_literal , identifier ))) ;) (break_statement "break;" break ;)) (case_statement "case 0x10:\n fputc(0x69,param_2);" case number_literal : (expression_statement "fputc(0x69,param_2);" (call_expression "fputc(0x69,param_2)" identifier (argument_list "(0x69,param_2)" ( number_literal , identifier ))) ;)) })) (expression_statement "uVar1 = uVar1 & uVar1 - 1;" (assignment_expression "uVar1 = uVar1 & uVar1 - 1" identifier = (binary_expression "uVar1 & uVar1 - 1" identifier & (binary_expression "uVar1 - 1" identifier - number_literal))) ;) }) while (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) })) (expression_statement "fwrite(" : origin = ",1,0xc,param_2);" (call_expression "fwrite(" : origin = ",1,0xc,param_2)" identifier (argument_list "(" : origin = ",1,0xc,param_2)" ( (string_literal "" : origin = "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);" (call_expression "(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2)" (parenthesized_expression "(**(code **)(*(long *)param_1[5] + 0x10))" ( (pointer_expression "**(code **)(*(long *)param_1[5] + 0x10)" * (pointer_expression "*(code **)(*(long *)param_1[5] + 0x10)" * (cast_expression "(code **)(*(long *)param_1[5] + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[5] + 0x10)" ( (binary_expression "*(long *)param_1[5] + 0x10" (pointer_expression "*(long *)param_1[5]" * (cast_expression "(long *)param_1[5]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "((long *)param_1[5],param_2)" ( (cast_expression "(long *)param_1[5]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) , identifier ))) ;) (expression_statement "fwrite(", length = ",1,0xb,param_2);" (call_expression "fwrite(", length = ",1,0xb,param_2)" identifier (argument_list "(", length = ",1,0xb,param_2)" ( (string_literal "", length = "" " string_content ") , number_literal , number_literal , identifier ))) ;) (expression_statement "(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);" (call_expression "(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2)" (parenthesized_expression "(**(code **)(*(long *)param_1[6] + 0x10))" ( (pointer_expression "**(code **)(*(long *)param_1[6] + 0x10)" * (pointer_expression "*(code **)(*(long *)param_1[6] + 0x10)" * (cast_expression "(code **)(*(long *)param_1[6] + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[6] + 0x10)" ( (binary_expression "*(long *)param_1[6] + 0x10" (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) ))))) )) (argument_list "((long *)param_1[6],param_2)" ( (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 ])) , identifier ))) ;) (expression_statement "fputc(10,param_2);" (call_expression "fputc(10,param_2)" identifier (argument_list "(10,param_2)" ( 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 ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (pointer_expression * IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (do_statement do (compound_statement { (switch_statement switch (parenthesized_expression ( (binary_expression (unary_expression - IDENT) & IDENT) )) (compound_statement { (case_statement default : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & (binary_expression IDENT - LIT))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) + LIT) ))))) )) (argument_list ( (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) + LIT) ))))) )) (argument_list ( (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00204080(undefined8 *param_1,FILE *param_2)\n\n{\n uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00204080(undefined8 *param_1,FILE *param_2)" (identifier "FUN_00204080") (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 uint uVar1;\n \n fprintf(param_2," %s",*param_1);\n uVar1 = *(uint *)(param_1 + 4);\n if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }\n fwrite(" : origin = ",1,0xc,param_2);\n (**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);\n fwrite(", length = ",1,0xb,param_2);\n (**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);\n fputc(10,param_2);\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "fprintf(param_2," %s",*param_1);" (call_expression "fprintf(param_2," %s",*param_1)" (identifier "fprintf") (argument_list "(param_2," %s",*param_1)" (( "(") (identifier "param_2") (, ",") (string_literal "" %s"" (" """) (string_content " %s") (" """)) (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")"))) (; ";")) (expression_statement "uVar1 = *(uint *)(param_1 + 4);" (assignment_expression "uVar1 = *(uint *)(param_1 + 4)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(param_1 + 4)" (* "*") (cast_expression "(uint *)(param_1 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (uVar1 != 0) {\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }" (if "if") (parenthesized_expression "(uVar1 != 0)" (( "(") (binary_expression "uVar1 != 0" (identifier "uVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n fwrite(" (",1,2,param_2);\n do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);\n fputc(0x29,param_2);\n }" ({ "{") (expression_statement "fwrite(" (",1,2,param_2);" (call_expression "fwrite(" (",1,2,param_2)" (identifier "fwrite") (argument_list "(" (",1,2,param_2)" (( "(") (string_literal "" ("" (" """) (string_content " (") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "2") (, ",") (identifier "param_2") () ")"))) (; ";")) (do_statement "do {\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n } while (uVar1 != 0);" (do "do") (compound_statement "{\n switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }\n uVar1 = uVar1 & uVar1 - 1;\n }" ({ "{") (switch_statement "switch(-uVar1 & uVar1) {\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }" (switch "switch") (parenthesized_expression "(-uVar1 & uVar1)" (( "(") (binary_expression "-uVar1 & uVar1" (unary_expression "-uVar1" (- "-") (identifier "uVar1")) (& "&") (identifier "uVar1")) () ")")) (compound_statement "{\n default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");\n case 1:\n fputc(0x78,param_2);\n break;\n case 2:\n fputc(0x77,param_2);\n break;\n case 4:\n fputc(0x72,param_2);\n break;\n case 8:\n fputc(0x61,param_2);\n break;\n case 0x10:\n fputc(0x69,param_2);\n }" ({ "{") (case_statement "default:\n \n FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");" (default "default") (: ":") (expression_statement "FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");" (call_expression "FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/script-sections.cc",0x110,"print")" (( "(") (string_literal ""../../gold/script-sections.cc"" (" """) (string_content "../../gold/script-sections.cc") (" """)) (, ",") (number_literal "0x110") (, ",") (string_literal ""print"" (" """) (string_content "print") (" """)) () ")"))) (; ";"))) (case_statement "case 1:\n fputc(0x78,param_2);\n break;" (case "case") (number_literal "1") (: ":") (expression_statement "fputc(0x78,param_2);" (call_expression "fputc(0x78,param_2)" (identifier "fputc") (argument_list "(0x78,param_2)" (( "(") (number_literal "0x78") (, ",") (identifier "param_2") () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 2:\n fputc(0x77,param_2);\n break;" (case "case") (number_literal "2") (: ":") (expression_statement "fputc(0x77,param_2);" (call_expression "fputc(0x77,param_2)" (identifier "fputc") (argument_list "(0x77,param_2)" (( "(") (number_literal "0x77") (, ",") (identifier "param_2") () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 4:\n fputc(0x72,param_2);\n break;" (case "case") (number_literal "4") (: ":") (expression_statement "fputc(0x72,param_2);" (call_expression "fputc(0x72,param_2)" (identifier "fputc") (argument_list "(0x72,param_2)" (( "(") (number_literal "0x72") (, ",") (identifier "param_2") () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 8:\n fputc(0x61,param_2);\n break;" (case "case") (number_literal "8") (: ":") (expression_statement "fputc(0x61,param_2);" (call_expression "fputc(0x61,param_2)" (identifier "fputc") (argument_list "(0x61,param_2)" (( "(") (number_literal "0x61") (, ",") (identifier "param_2") () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 0x10:\n fputc(0x69,param_2);" (case "case") (number_literal "0x10") (: ":") (expression_statement "fputc(0x69,param_2);" (call_expression "fputc(0x69,param_2)" (identifier "fputc") (argument_list "(0x69,param_2)" (( "(") (number_literal "0x69") (, ",") (identifier "param_2") () ")"))) (; ";"))) (} "}"))) (expression_statement "uVar1 = uVar1 & uVar1 - 1;" (assignment_expression "uVar1 = uVar1 & uVar1 - 1" (identifier "uVar1") (= "=") (binary_expression "uVar1 & uVar1 - 1" (identifier "uVar1") (& "&") (binary_expression "uVar1 - 1" (identifier "uVar1") (- "-") (number_literal "1")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar1 != 0)" (( "(") (binary_expression "uVar1 != 0" (identifier "uVar1") (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" (identifier "fputc") (argument_list "(0x29,param_2)" (( "(") (number_literal "0x29") (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (expression_statement "fwrite(" : origin = ",1,0xc,param_2);" (call_expression "fwrite(" : origin = ",1,0xc,param_2)" (identifier "fwrite") (argument_list "(" : origin = ",1,0xc,param_2)" (( "(") (string_literal "" : origin = "" (" """) (string_content " : origin = ") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "0xc") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);" (call_expression "(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2)" (parenthesized_expression "(**(code **)(*(long *)param_1[5] + 0x10))" (( "(") (pointer_expression "**(code **)(*(long *)param_1[5] + 0x10)" (* "*") (pointer_expression "*(code **)(*(long *)param_1[5] + 0x10)" (* "*") (cast_expression "(code **)(*(long *)param_1[5] + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)param_1[5] + 0x10)" (( "(") (binary_expression "*(long *)param_1[5] + 0x10" (pointer_expression "*(long *)param_1[5]" (* "*") (cast_expression "(long *)param_1[5]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "((long *)param_1[5],param_2)" (( "(") (cast_expression "(long *)param_1[5]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fwrite(", length = ",1,0xb,param_2);" (call_expression "fwrite(", length = ",1,0xb,param_2)" (identifier "fwrite") (argument_list "(", length = ",1,0xb,param_2)" (( "(") (string_literal "", length = "" (" """) (string_content ", length = ") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "0xb") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);" (call_expression "(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2)" (parenthesized_expression "(**(code **)(*(long *)param_1[6] + 0x10))" (( "(") (pointer_expression "**(code **)(*(long *)param_1[6] + 0x10)" (* "*") (pointer_expression "*(code **)(*(long *)param_1[6] + 0x10)" (* "*") (cast_expression "(code **)(*(long *)param_1[6] + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)param_1[6] + 0x10)" (( "(") (binary_expression "*(long *)param_1[6] + 0x10" (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 "0x10")) () ")"))))) () ")")) (argument_list "((long *)param_1[6],param_2)" (( "(") (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") (] "]"))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fputc(10,param_2);" (call_expression "fputc(10,param_2)" (identifier "fputc") (argument_list "(10,param_2)" (( "(") (number_literal "10") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void print(Memory_region * this, FILE * f) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *f)
{
type_3 var_2;
var_1((type_2 *)f," %s",(this->name_)._M_dataplus._M_p);
var_2 = this->attributes_;
if (var_2 != 0) {
var_3(" (",1,2,(type_2 *)f);
do {
switch(-var_2 & var_2) {
default:
/* WARNING: Subroutine does not return */
var_4("../../gold/script-sections.cc",0x110,"print");
case 1:
var_5(0x78,(type_2 *)f);
break;
case 2:
var_5(0x77,(type_2 *)f);
break;
case 4:
var_5(0x72,(type_2 *)f);
break;
case 8:
var_5(0x61,(type_2 *)f);
break;
case 0x10:
var_5(0x69,(type_2 *)f);
}
var_2 = var_2 & var_2 - 1;
} while (var_2 != 0);
var_5(0x29,(type_2 *)f);
}
var_3(" : origin = ",1,0xc,(type_2 *)f);
(*this->start_->_vptr_Expression[2])(this->start_,f);
var_3(", length = ",1,0xb,(type_2 *)f);
(*this->length_->_vptr_Expression[2])(this->length_,f);
var_5(10,(type_2 *)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)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (do_statement body: (compound_statement (switch_statement condition: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (identifier))) body: (compound_statement (case_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (break_statement)) (case_statement value: (number_literal) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_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 (number_literal) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))))))) arguments: (argument_list (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))))))) arguments: (argument_list (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,FILE *param_2)
{
uint uVar1;
fprintf(param_2," %s",*param_1);
uVar1 = *(uint *)(param_1 + 4);
if (uVar1 != 0) {
fwrite(" (",1,2,param_2);
do {
switch(-uVar1 & uVar1) {
default:
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/script-sections.cc",0x110,"print");
case 1:
fputc(0x78,param_2);
break;
case 2:
fputc(0x77,param_2);
break;
case 4:
fputc(0x72,param_2);
break;
case 8:
fputc(0x61,param_2);
break;
case 0x10:
fputc(0x69,param_2);
}
uVar1 = uVar1 & uVar1 - 1;
} while (uVar1 != 0);
fputc(0x29,param_2);
}
fwrite(" : origin = ",1,0xc,param_2);
(**(code **)(*(long *)param_1[5] + 0x10))((long *)param_1[5],param_2);
fwrite(", length = ",1,0xb,param_2);
(**(code **)(*(long *)param_1[6] + 0x10))((long *)param_1[6],param_2);
fputc(10,param_2);
return;
}
|
9082_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
find_last_of
|
FUN_0030d250
|
/* std::string::find_last_of(std::string const&, unsigned long) const */
void __thiscall std::string::find_last_of(string *this,string *param_1,ulong param_2)
{
find_last_of(this,*(char **)param_1,param_2,*(ulong *)(*(char **)param_1 + -0x18));
return;
}
|
void FUN_0030d250(void)
{
FUN_0030d1c0();
return;
}
|
MOV RSI,qword ptr [RSI]
MOV RCX,qword ptr [RSI + -0x18]
JMP 0x0030d1c0
| null | null | null | null |
[(u'LOAD_-1204825518', u'CALL_-1204825501'), ('const-0', u'RETURN_-1204825497'), ('const-433', u'LOAD_-1204825518'), (u'CAST_-1204825440', u'LOAD_-1204825518'), (u'CAST_-1204825436', u'LOAD_-1204825512'), (u'PTRADD_-1204825450', u'CAST_-1204825436'), ('const--24', u'PTRADD_-1204825450'), (u'LOAD_-1204825512', u'CALL_-1204825501'), (u'LOAD_-1204825518', u'PTRADD_-1204825450'), ('const-433', u'LOAD_-1204825512'), ('const-1', u'PTRADD_-1204825450'), ('tmp_22', u'CAST_-1204825440'), ('tmp_21', u'CALL_-1204825501'), ('tmp_23', u'CALL_-1204825501')]
|
[('const-0', u'RETURN_-1204825497')]
| null | null |
0030d250
|
x64
|
O2
|
(translation_unit "void FUN_0030d250(void)\n\n{\n FUN_0030d1c0();\n return;\n}\n\n" (function_definition "void FUN_0030d250(void)\n\n{\n FUN_0030d1c0();\n return;\n}" primitive_type (function_declarator "FUN_0030d250(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0030d1c0();\n return;\n}" { (expression_statement "FUN_0030d1c0();" (call_expression "FUN_0030d1c0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::string::find_last_of(std::string const&, unsigned long) const */\n\nvoid __thiscall std::string::find_last_of(string *this,string *param_1,ulong param_2)\n\n{\n find_last_of(this,*(char **)param_1,param_2,*(ulong *)(*(char **)param_1 + -0x18));\n return;\n}\n\n" comment (function_definition "void __thiscall std::string::find_last_of(string *this,string *param_1,ulong param_2)\n\n{\n find_last_of(this,*(char **)param_1,param_2,*(ulong *)(*(char **)param_1 + -0x18));\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "find_last_of(string *this,string *param_1,ulong param_2)" identifier (parameter_list "(string *this,string *param_1,ulong param_2)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "string *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n find_last_of(this,*(char **)param_1,param_2,*(ulong *)(*(char **)param_1 + -0x18));\n return;\n}" { (expression_statement "find_last_of(this,*(char **)param_1,param_2,*(ulong *)(*(char **)param_1 + -0x18));" (call_expression "find_last_of(this,*(char **)param_1,param_2,*(ulong *)(*(char **)param_1 + -0x18))" identifier (argument_list "(this,*(char **)param_1,param_2,*(ulong *)(*(char **)param_1 + -0x18))" ( identifier , (pointer_expression "*(char **)param_1" * (cast_expression "(char **)param_1" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , (pointer_expression "*(ulong *)(*(char **)param_1 + -0x18)" * (cast_expression "(ulong *)(*(char **)param_1 + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(char **)param_1 + -0x18)" ( (binary_expression "*(char **)param_1 + -0x18" (pointer_expression "*(char **)param_1" * (cast_expression "(char **)param_1" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0030d250(void)\n\n{\n FUN_0030d1c0();\n return;\n}\n\n" (function_definition "void FUN_0030d250(void)\n\n{\n FUN_0030d1c0();\n return;\n}" primitive_type (function_declarator "FUN_0030d250(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0030d1c0();\n return;\n}" { (expression_statement "FUN_0030d1c0();" (call_expression "FUN_0030d1c0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0030d250(void)\n\n{\n FUN_0030d1c0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030d250(void)" (identifier "FUN_0030d250") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0030d1c0();\n return;\n}" ({ "{") (expression_statement "FUN_0030d1c0();" (call_expression "FUN_0030d1c0()" (identifier "FUN_0030d1c0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::string::find_last_of(std::string const&, unsigned long) const */
void __thiscall std::type_1::function_1(type_1 *this,type_1 *param_1,type_2 param_2)
{
function_1(this,*(char **)param_1,param_2,*(type_2 *)(*(char **)param_1 + -0x18));
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
FUN_0030d1c0();
return;
}
|
20_alpha-linux-gnu-c++filt_and_alpha-linux-gnu-c++filt_strip.c
|
strlen
|
strlen
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_001080a0)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t strlen(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_strlen_001080a0)();
return sVar1;
}
|
JMP qword ptr [0x001080a0]
| null | null | null | null |
[(u'INDIRECT_-1206967930', u'COPY_-1206967989'), ('tmp_32', u'CAST_-1206967925'), (u'CAST_-1206967925', u'CALLIND_-1206967992'), (u'CALLIND_-1206967992', u'INDIRECT_-1206967930'), (u'CALLIND_-1206967992', u'RETURN_-1206967989'), ('const-0', u'RETURN_-1206967989')]
|
[(u'INDIRECT_-1206967930', u'COPY_-1206967989'), ('tmp_32', u'CAST_-1206967925'), (u'CAST_-1206967925', u'CALLIND_-1206967992'), (u'CALLIND_-1206967992', u'INDIRECT_-1206967930'), (u'CALLIND_-1206967992', u'RETURN_-1206967989'), ('const-0', u'RETURN_-1206967989')]
| null | null |
00102140
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_strlen_001080a0)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_001080a0)()" identifier = (call_expression "(*(code *)PTR_strlen_001080a0)()" (parenthesized_expression "(*(code *)PTR_strlen_001080a0)" ( (pointer_expression "*(code *)PTR_strlen_001080a0" * (cast_expression "(code *)PTR_strlen_001080a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_strlen_001080a0)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_001080a0)()" identifier = (call_expression "(*(code *)PTR_strlen_001080a0)()" (parenthesized_expression "(*(code *)PTR_strlen_001080a0)" ( (pointer_expression "*(code *)PTR_strlen_001080a0" * (cast_expression "(code *)PTR_strlen_001080a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}\n\n" (function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_strlen_001080a0)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_001080a0)()" identifier = (call_expression "(*(code *)PTR_strlen_001080a0)()" (parenthesized_expression "(*(code *)PTR_strlen_001080a0)" ( (pointer_expression "*(code *)PTR_strlen_001080a0" * (cast_expression "(code *)PTR_strlen_001080a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "size_t strlen(char *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_strlen_001080a0)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_strlen_001080a0)();" (assignment_expression "sVar1 = (*(code *)PTR_strlen_001080a0)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_strlen_001080a0)()" (parenthesized_expression "(*(code *)PTR_strlen_001080a0)" (( "(") (pointer_expression "*(code *)PTR_strlen_001080a0" (* "*") (cast_expression "(code *)PTR_strlen_001080a0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_strlen_001080a0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(char *__s)
{
size_t sVar1;
sVar1 = (*(type_1 *)PTR_strlen_001080a0)();
return sVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(char *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_001080a0)();
return sVar1;
}
|
1851_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
|
parse_to_value
|
FUN_0015e1d0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_pie * this, char * option_name, char * arg,
Command_line * param_3, General_options * param_4) */
void __thiscall
gold::General_options::Struct_pie::parse_to_value
(Struct_pie *this,char *option_name,char *arg,Command_line *param_3,
General_options *param_4)
{
gold::options::parse_bool(option_name,arg,&this->value);
this->user_set_via_option = true;
return;
}
|
void FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001e5a40(param_2,param_3,param_1 + 0x61);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
|
PUSH RBX
MOV RBX,RDI
MOV RDI,RSI
MOV RSI,RDX
LEA RDX,[RBX + 0x61]
CALL 0x001e5a40
MOV byte ptr [RBX + 0x60],0x1
POP RBX
RET
| null | null | null | null |
[('tmp_59', u'CALL_-1207246353'), ('const-1', u'STORE_-1207246349'), (u'PTRSUB_-1207246272', u'CALL_-1207246353'), ('tmp_58', u'PTRSUB_-1207246262'), ('const-97', u'PTRSUB_-1207246272'), ('const-96', u'PTRSUB_-1207246262'), ('const-433', u'STORE_-1207246349'), (u'PTRSUB_-1207246262', u'STORE_-1207246349'), ('tmp_58', u'PTRSUB_-1207246272'), ('const-0', u'RETURN_-1207246330'), ('tmp_60', u'CALL_-1207246353')]
|
[(u'CAST_-1207246267', u'STORE_-1207246349'), ('tmp_85', u'CALL_-1207246353'), ('const-1', u'STORE_-1207246349'), ('tmp_84', u'INT_ADD_-1207246335'), ('tmp_84', u'INT_ADD_-1207246349'), (u'INT_ADD_-1207246335', u'CAST_-1207246267'), ('const-433', u'STORE_-1207246349'), ('const-97', u'INT_ADD_-1207246349'), ('const-96', u'INT_ADD_-1207246335'), ('tmp_86', u'CALL_-1207246353'), ('const-0', u'RETURN_-1207246330'), (u'INT_ADD_-1207246349', u'CALL_-1207246353')]
| null | null |
0015e1d0
|
x64
|
O2
|
(translation_unit "void FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001e5a40(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_001e5a40(param_2,param_3,param_1 + 0x61)" identifier (argument_list "(param_2,param_3,param_1 + 0x61)" ( identifier , identifier , (binary_expression "param_1 + 0x61" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_pie * this, char * option_name, char * arg,\n Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_pie::parse_to_value\n (Struct_pie *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_pie::parse_to_value\n (Struct_pie *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_pie::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_pie *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_pie *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_pie *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *option_name" primitive_type (pointer_declarator "*option_name" * identifier)) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "Command_line *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "General_options *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n gold::options::parse_bool(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" { (labeled_statement "gold::options::parse_bool(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (labeled_statement "options::parse_bool(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (expression_statement "parse_bool(option_name,arg,&this->value);" (call_expression "parse_bool(option_name,arg,&this->value)" identifier (argument_list "(option_name,arg,&this->value)" ( identifier , identifier , (pointer_expression "&this->value" & (field_expression "this->value" identifier -> field_identifier)) ))) ;))) (expression_statement "this->user_set_via_option = true;" (assignment_expression "this->user_set_via_option = true" (field_expression "this->user_set_via_option" identifier -> field_identifier) = true) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001e5a40(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_001e5a40(param_2,param_3,param_1 + 0x61)" identifier (argument_list "(param_2,param_3,param_1 + 0x61)" ( identifier , identifier , (binary_expression "param_1 + 0x61" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015e1d0(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_0015e1d0") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_001e5a40(param_2,param_3,param_1 + 0x61);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" ({ "{") (expression_statement "FUN_001e5a40(param_2,param_3,param_1 + 0x61);" (call_expression "FUN_001e5a40(param_2,param_3,param_1 + 0x61)" (identifier "FUN_001e5a40") (argument_list "(param_2,param_3,param_1 + 0x61)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 0x61" (identifier "param_1") (+ "+") (number_literal "0x61")) () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x60)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_pie * this, char * option_name, char * arg,
Command_line * param_3, General_options * param_4) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *option_name,char *arg,type_2 *param_3,
type_3 *param_4)
{
gold::options::var_1(option_name,arg,&this->value);
this->user_set_via_option = true;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
| null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001e5a40(param_2,param_3,param_1 + 0x61);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
|
4865_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
add_local_relative
|
FUN_00218e90
|
/* DWARF original prototype: void add_local_relative(Output_data_reloc<9,_false,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address, bool use_plt_offset) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_true>::add_local_relative
(Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,
uint type,Output_data *od,uint shndx,Address address,bool use_plt_offset)
{
Output_reloc<9,_false,_64,_true> OStack_48;
Output_reloc<9,_false,_64,_true>::Output_reloc
(&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset);
Output_data_reloc_base<9,_false,_64,_true>::add
(&this->super_Output_data_reloc_base<9,_false,_64,_true>,od,&OStack_48);
return;
}
|
void FUN_00218e90(undefined8 param_1)
{
undefined8 in_R8;
undefined1 auStack_48 [48];
FUN_00202690(auStack_48);
FUN_00218940(param_1,in_R8,auStack_48);
return;
}
|
PUSH R12
MOV R12,R8
MOV R8D,R9D
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x30
MOVZX EAX,byte ptr [RSP + 0x58]
MOV RBX,RSP
MOV RDI,RBX
PUSH RAX
PUSH 0x0
PUSH 0x1
PUSH 0x1
MOV R9,qword ptr [RSP + 0x70]
CALL 0x00202690
ADD RSP,0x20
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
CALL 0x00218940
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET
| null | null | null | null |
[('const-1', u'CALL_-1203859732'), ('const-1', u'CALL_-1203859732'), ('tmp_237', u'CALL_-1203859732'), ('const-0', u'RETURN_-1203859659'), ('tmp_235', u'CALL_-1203859732'), ('const--72', u'PTRSUB_-1203859571'), ('const--72', u'PTRSUB_-1203859570'), ('tmp_233', u'CALL_-1203859732'), ('tmp_239', u'CALL_-1203859732'), (u'PTRSUB_-1203859524', u'CALL_-1203859699'), ('tmp_381', u'PTRSUB_-1203859571'), ('const-0', u'CALL_-1203859732'), ('tmp_232', u'PTRSUB_-1203859524'), ('tmp_381', u'PTRSUB_-1203859570'), ('tmp_234', u'CALL_-1203859732'), ('tmp_238', u'CALL_-1203859732'), (u'PTRSUB_-1203859571', u'CALL_-1203859732'), ('tmp_236', u'CALL_-1203859699'), ('const-0', u'PTRSUB_-1203859524'), (u'PTRSUB_-1203859570', u'CALL_-1203859699')]
|
[('const-0', u'RETURN_-1203859659'), (u'PTRSUB_-1203859587', u'CALL_-1203859699'), ('tmp_347', u'PTRSUB_-1203859587'), ('tmp_351', u'CALL_-1203859699'), ('tmp_347', u'PTRSUB_-1203859588'), ('tmp_348', u'CALL_-1203859699'), (u'PTRSUB_-1203859588', u'CALL_-1203859732'), ('const--72', u'PTRSUB_-1203859587'), ('const--72', u'PTRSUB_-1203859588')]
| null | null |
00218e90
|
x64
|
O2
|
(translation_unit "void FUN_00218e90(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00218e90(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00218e90(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" { (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_00202690(auStack_48);" (call_expression "FUN_00202690(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_00218940(param_1,in_R8,auStack_48);" (call_expression "FUN_00218940(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_relative(Output_data_reloc<9,_false,_64,_true> * this,\n Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,\n Address address, bool use_plt_offset) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_64,_true>::add_local_relative\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address,bool use_plt_offset)\n\n{\n Output_reloc<9,_false,_64,_true> OStack_48;\n \n Output_reloc<9,_false,_64,_true>::Output_reloc\n (&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset);\n Output_data_reloc_base<9,_false,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_true>,od,&OStack_48);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_false,_64,_true>::add_local_relative\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address,bool use_plt_offset)\n\n{\n Output_reloc<9,_false,_64,_true> OStack_48;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::add_local_relative\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address,bool use_plt_offset)\n\n{" identifier > : : (function_declarator "add_local_relative\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address,bool use_plt_offset)" identifier (parameter_list "(Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,\n uint type,Output_data *od,uint shndx,Address address,bool use_plt_offset)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "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 "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "bool use_plt_offset" primitive_type identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>" identifier >) identifier ;) (expression_statement "Output_reloc<9,_false,_64,_true>::Output_reloc\n (&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset);" (update_expression "Output_reloc<9,_false,_64,_true>::Output_reloc\n (&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset)" (binary_expression "Output_reloc<9,_false,_64,_true>::Output_reloc\n (&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_false,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc\n (&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset)" identifier (argument_list "(&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset)" ( (pointer_expression "&OStack_48" & identifier) , identifier , identifier , identifier , identifier , identifier , true , true , false , identifier )))) --) ;) (expression_statement "Output_data_reloc_base<9,_false,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_true>,od,&OStack_48);" (update_expression "Output_data_reloc_base<9,_false,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9,_false,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_false,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) (ERROR ",_false,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_false,_64,_true>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_false,_64,_true>,od,&OStack_48)" ( (binary_expression "&this->super_Output_data_reloc_base<9" (pointer_expression "&this->super_Output_data_reloc_base" & (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier)) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , identifier , (pointer_expression "&OStack_48" & identifier) )))) --) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_00218e90(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00218e90(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00218e90(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" { (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_00202690(auStack_48);" (call_expression "FUN_00202690(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_00218940(param_1,in_R8,auStack_48);" (call_expression "FUN_00218940(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 (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_00218e90(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00218e90(undefined8 param_1)" (identifier "FUN_00218e90") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_00202690(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" ({ "{") (declaration "undefined8 in_R8;" (type_identifier "undefined8") (identifier "in_R8") (; ";")) (declaration "undefined1 auStack_48 [48];" (type_identifier "undefined1") (array_declarator "auStack_48 [48]" (identifier "auStack_48") ([ "[") (number_literal "48") (] "]")) (; ";")) (expression_statement "FUN_00202690(auStack_48);" (call_expression "FUN_00202690(auStack_48)" (identifier "FUN_00202690") (argument_list "(auStack_48)" (( "(") (identifier "auStack_48") () ")"))) (; ";")) (expression_statement "FUN_00218940(param_1,in_R8,auStack_48);" (call_expression "FUN_00218940(param_1,in_R8,auStack_48)" (identifier "FUN_00218940") (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_relative(Output_data_reloc<9,_false,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx,
Address address, bool use_plt_offset) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_true>::add_local_relative
(Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,uint param_2,
uint type,Output_data *od,uint shndx,Address address,bool use_plt_offset)
{
var_1<9,_false,_64,_true> OStack_48;
var_1<9,_false,_64,_true>::var_1
(&OStack_48,relobj,param_2,type,shndx,address,true,true,false,use_plt_offset);
var_2<9,_false,_64,_true>::var_3
(&this->super_Output_data_reloc_base<9,_false,_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: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 param_1)
{
undefined8 in_R8;
undefined1 auStack_48 [48];
FUN_00202690(auStack_48);
FUN_00218940(param_1,in_R8,auStack_48);
return;
}
|
157_i686-linux-gnu-addr2line_and_i686-linux-gnu-addr2line_strip.c
|
fputc
|
fputc
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputc@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206939334')]
|
[('const-1', u'RETURN_-1206939334')]
| null | null |
00109130
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputc@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputc@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputc@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fputc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE *__stream)" ( (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int fputc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fputc(int __c,FILE *__stream)" (identifier "fputc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputc@@GLIBC_2.2.5 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
509_hppa-linux-gnu-ld_and_hppa-linux-gnu-ld_strip.c
|
after_allocation_default
|
FUN_00123eb0
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void after_allocation_default(void)
{
lang_relax_sections(0);
return;
}
|
void FUN_00123eb0(void)
{
FUN_0011a2c0(0);
return;
}
|
XOR EDI,EDI
JMP 0x0011a2c0
| null | null | null | null |
[('const-0', u'CALL_-1207091517'), ('const-0', u'RETURN_-1207091513')]
|
[('const-0', u'CALL_-1207091517'), ('const-0', u'RETURN_-1207091513')]
| null | null |
00123eb0
|
x64
|
O2
|
(translation_unit "void FUN_00123eb0(void)\n\n{\n FUN_0011a2c0(0);\n return;\n}\n\n" (function_definition "void FUN_00123eb0(void)\n\n{\n FUN_0011a2c0(0);\n return;\n}" primitive_type (function_declarator "FUN_00123eb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0011a2c0(0);\n return;\n}" { (expression_statement "FUN_0011a2c0(0);" (call_expression "FUN_0011a2c0(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid after_allocation_default(void)\n\n{\n lang_relax_sections(0);\n return;\n}\n\n" comment (function_definition "void after_allocation_default(void)\n\n{\n lang_relax_sections(0);\n return;\n}" primitive_type (function_declarator "after_allocation_default(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n lang_relax_sections(0);\n return;\n}" { (expression_statement "lang_relax_sections(0);" (call_expression "lang_relax_sections(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00123eb0(void)\n\n{\n FUN_0011a2c0(0);\n return;\n}\n\n" (function_definition "void FUN_00123eb0(void)\n\n{\n FUN_0011a2c0(0);\n return;\n}" primitive_type (function_declarator "FUN_00123eb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_0011a2c0(0);\n return;\n}" { (expression_statement "FUN_0011a2c0(0);" (call_expression "FUN_0011a2c0(0)" identifier (argument_list "(0)" ( number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00123eb0(void)\n\n{\n FUN_0011a2c0(0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00123eb0(void)" (identifier "FUN_00123eb0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_0011a2c0(0);\n return;\n}" ({ "{") (expression_statement "FUN_0011a2c0(0);" (call_expression "FUN_0011a2c0(0)" (identifier "FUN_0011a2c0") (argument_list "(0)" (( "(") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1(0);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (return_statement))))
| null |
void MASKED(void)
{
FUN_0011a2c0(0);
return;
}
|
8999_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
|
~stdio_filebuf
|
FUN_0030c1f0
|
/* stdio_filebuf<char, std::char_traits<char> >::~stdio_filebuf() */
void __thiscall
stdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf
(stdio_filebuf<char,std::char_traits<char>> *this)
{
*(undefined ***)this = &PTR__filebuf_00439578;
std::filebuf::close((filebuf *)this);
std::__basic_file<char>::~__basic_file((__basic_file<char> *)(this + 0x68));
*(undefined ***)this = &PTR__streambuf_004386a0;
std::locale::~locale((locale *)(this + 0x38));
return;
}
|
void FUN_0030c1f0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00439578;
FUN_00306c60();
thunk_FUN_002db2e0(param_1 + 0xd);
*param_1 = &PTR_FUN_004386a0;
FUN_002dd1b0(param_1 + 7);
return;
}
|
LEA RAX,[0x439568]
PUSH RBX
MOV RBX,RDI
ADD RAX,0x10
MOV qword ptr [RDI],RAX
CALL 0x00306c60
LEA RDI,[RBX + 0x68]
CALL 0x002db330
LEA RAX,[0x438690]
LEA RDI,[RBX + 0x38]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
POP RBX
JMP 0x002dd1b0
| null | null | null | null |
[(u'PTRADD_-1204829583', u'CAST_-1204829517'), ('const-433', u'STORE_-1204829679'), (u'CAST_-1204829540', u'CALL_-1204829669'), ('const-0', u'PTRSUB_-1204829543'), ('const-1', u'PTRADD_-1204829583'), ('const-56', u'PTRADD_-1204829583'), ('const-0', u'PTRSUB_-1204829512'), ('tmp_126', u'CAST_-1204829508'), ('tmp_126', u'CAST_-1204829540'), (u'PTRADD_-1204829605', u'CAST_-1204829534'), ('const-4429176', u'PTRSUB_-1204829543'), ('const-104', u'PTRADD_-1204829605'), ('tmp_126', u'PTRADD_-1204829605'), (u'PTRSUB_-1204829512', u'STORE_-1204829625'), ('const-433', u'STORE_-1204829625'), (u'PTRSUB_-1204829543', u'STORE_-1204829679'), ('const-1', u'PTRADD_-1204829605'), (u'CAST_-1204829517', u'CALL_-1204829612'), ('tmp_126', u'CAST_-1204829544'), (u'CAST_-1204829544', u'STORE_-1204829679'), (u'CAST_-1204829534', u'CALL_-1204829655'), ('const-4425376', u'PTRSUB_-1204829512'), ('const-0', u'RETURN_-1204829608'), (u'CAST_-1204829508', u'STORE_-1204829625'), ('tmp_126', u'PTRADD_-1204829583')]
|
[('tmp_219', u'PTRADD_-1204829518'), (u'PTRSUB_-1204829512', u'STORE_-1204829625'), (u'PTRSUB_-1204829543', u'STORE_-1204829679'), (u'PTRADD_-1204829535', u'CALL_-1204829655'), ('const-13', u'PTRADD_-1204829535'), ('const-0', u'PTRSUB_-1204829543'), ('const-7', u'PTRADD_-1204829518'), ('tmp_219', u'STORE_-1204829625'), ('const-0', u'PTRSUB_-1204829512'), ('tmp_219', u'PTRADD_-1204829535'), ('const-433', u'STORE_-1204829625'), (u'PTRADD_-1204829518', u'CALL_-1204829612'), ('const-4429176', u'PTRSUB_-1204829543'), ('const-8', u'PTRADD_-1204829535'), ('const-4425376', u'PTRSUB_-1204829512'), ('const-0', u'RETURN_-1204829608'), ('const-433', u'STORE_-1204829679'), ('const-8', u'PTRADD_-1204829518'), ('tmp_219', u'STORE_-1204829679')]
| null | null |
0030c1f0
|
x64
|
O2
|
(translation_unit "void FUN_0030c1f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}\n\n" (function_definition "void FUN_0030c1f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}" primitive_type (function_declarator "FUN_0030c1f0(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_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00439578;" (assignment_expression "*param_1 = &PTR_FUN_00439578" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439578" & identifier)) ;) (expression_statement "FUN_00306c60();" (call_expression "FUN_00306c60()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002db2e0(param_1 + 0xd);" (call_expression "thunk_FUN_002db2e0(param_1 + 0xd)" identifier (argument_list "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) ))) ;) (expression_statement "*param_1 = &PTR_FUN_004386a0;" (assignment_expression "*param_1 = &PTR_FUN_004386a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004386a0" & identifier)) ;) (expression_statement "FUN_002dd1b0(param_1 + 7);" (call_expression "FUN_002dd1b0(param_1 + 7)" identifier (argument_list "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* stdio_filebuf<char, std::char_traits<char> >::~stdio_filebuf() */\n\nvoid __thiscall\nstdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)\n\n{\n *(undefined ***)this = &PTR__filebuf_00439578;\n std::filebuf::close((filebuf *)this);\n std::__basic_file<char>::~__basic_file((__basic_file<char> *)(this + 0x68));\n *(undefined ***)this = &PTR__streambuf_004386a0;\n std::locale::~locale((locale *)(this + 0x38));\n return;\n}\n\n" comment (declaration "void __thiscall\nstdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)\n\n{\n *(undefined ***)this = &PTR__filebuf_00439578;" primitive_type (ms_call_modifier "__thiscall" __thiscall) identifier (ERROR "<char" < primitive_type) , (ERROR "std::char_traits<char>>::~stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)\n\n{" identifier : : identifier < primitive_type >> : : ~ (function_declarator "stdio_filebuf\n (stdio_filebuf<char,std::char_traits<char>> *this)" identifier (parameter_list "(stdio_filebuf<char,std::char_traits<char>> *this)" ( (parameter_declaration "stdio_filebuf" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "std::char_traits<char>> *this" type_identifier (ERROR "::char_traits<char>>" : : identifier < primitive_type >>) (pointer_declarator "*this" * identifier)) ))) {) (init_declarator "*(undefined ***)this = &PTR__filebuf_00439578" (pointer_declarator "*(undefined ***)this" * (parenthesized_declarator "(undefined ***)this" ( (ERROR "undefined" identifier) (pointer_declarator "***)this" * (pointer_declarator "**)this" * (pointer_declarator "*)this" * (ERROR ")" )) identifier))) ))) = (pointer_expression "&PTR__filebuf_00439578" & identifier)) ;) (labeled_statement "std::filebuf::close((filebuf *)this);" statement_identifier : (ERROR ":" :) (labeled_statement "filebuf::close((filebuf *)this);" statement_identifier : (ERROR ":" :) (expression_statement "close((filebuf *)this);" (call_expression "close((filebuf *)this)" identifier (argument_list "((filebuf *)this)" ( (cast_expression "(filebuf *)this" ( (type_descriptor "filebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;))) (labeled_statement "std::__basic_file<char>::~__basic_file((__basic_file<char> *)(this + 0x68));" statement_identifier (ERROR "::__basic_file<char>:" : : (binary_expression "__basic_file<char" identifier < identifier) > :) : (expression_statement "~__basic_file((__basic_file<char> *)(this + 0x68));" (unary_expression "~__basic_file((__basic_file<char> *)(this + 0x68))" ~ (call_expression "__basic_file((__basic_file<char> *)(this + 0x68))" identifier (argument_list "((__basic_file<char> *)(this + 0x68))" ( (call_expression "(__basic_file<char> *)(this + 0x68)" (parenthesized_expression "(__basic_file<char> *)" ( (binary_expression "__basic_file<char> *" (binary_expression "__basic_file<char" identifier < identifier) > (pointer_expression "*" * identifier)) )) (argument_list "(this + 0x68)" ( (binary_expression "this + 0x68" identifier + number_literal) ))) )))) ;)) (expression_statement "*(undefined ***)this = &PTR__streambuf_004386a0;" (assignment_expression "*(undefined ***)this = &PTR__streambuf_004386a0" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__streambuf_004386a0" & identifier)) ;) (labeled_statement "std::locale::~locale((locale *)(this + 0x38));" statement_identifier : (ERROR ":" :) (labeled_statement "locale::~locale((locale *)(this + 0x38));" statement_identifier : (ERROR ":" :) (expression_statement "~locale((locale *)(this + 0x38));" (unary_expression "~locale((locale *)(this + 0x38))" ~ (call_expression "locale((locale *)(this + 0x38))" identifier (argument_list "((locale *)(this + 0x38))" ( (cast_expression "(locale *)(this + 0x38)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x38)" ( (binary_expression "this + 0x38" identifier + number_literal) ))) )))) ;))) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0030c1f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}\n\n" (function_definition "void FUN_0030c1f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}" primitive_type (function_declarator "FUN_0030c1f0(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_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00439578;" (assignment_expression "*param_1 = &PTR_FUN_00439578" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439578" & identifier)) ;) (expression_statement "FUN_00306c60();" (call_expression "FUN_00306c60()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002db2e0(param_1 + 0xd);" (call_expression "thunk_FUN_002db2e0(param_1 + 0xd)" identifier (argument_list "(param_1 + 0xd)" ( (binary_expression "param_1 + 0xd" identifier + number_literal) ))) ;) (expression_statement "*param_1 = &PTR_FUN_004386a0;" (assignment_expression "*param_1 = &PTR_FUN_004386a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004386a0" & identifier)) ;) (expression_statement "FUN_002dd1b0(param_1 + 7);" (call_expression "FUN_002dd1b0(param_1 + 7)" identifier (argument_list "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0030c1f0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030c1f0(undefined8 *param_1)" (identifier "FUN_0030c1f0") (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_00439578;\n FUN_00306c60();\n thunk_FUN_002db2e0(param_1 + 0xd);\n *param_1 = &PTR_FUN_004386a0;\n FUN_002dd1b0(param_1 + 7);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00439578;" (assignment_expression "*param_1 = &PTR_FUN_00439578" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00439578" (& "&") (identifier "PTR_FUN_00439578"))) (; ";")) (expression_statement "FUN_00306c60();" (call_expression "FUN_00306c60()" (identifier "FUN_00306c60") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "thunk_FUN_002db2e0(param_1 + 0xd);" (call_expression "thunk_FUN_002db2e0(param_1 + 0xd)" (identifier "thunk_FUN_002db2e0") (argument_list "(param_1 + 0xd)" (( "(") (binary_expression "param_1 + 0xd" (identifier "param_1") (+ "+") (number_literal "0xd")) () ")"))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_004386a0;" (assignment_expression "*param_1 = &PTR_FUN_004386a0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004386a0" (& "&") (identifier "PTR_FUN_004386a0"))) (; ";")) (expression_statement "FUN_002dd1b0(param_1 + 7);" (call_expression "FUN_002dd1b0(param_1 + 7)" (identifier "FUN_002dd1b0") (argument_list "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* stdio_filebuf<char, std::char_traits<char> >::~stdio_filebuf() */
void __thiscall
stdio_filebuf<char,std::char_traits<char>>::~stdio_filebuf
(stdio_filebuf<char,std::char_traits<char>> *var_4)
{
*(type_2 ***)var_4 = &PTR__filebuf_00439578;
std::filebuf::var_1((type_1 *)var_4);
std::var_2<var_3>::~var_2((var_2<var_3> *)(var_4 + 0x68));
*(type_2 ***)var_4 = &PTR__streambuf_004386a0;
std::locale::~var_5((var_5 *)(var_4 + 0x38));
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00439578;
FUN_00306c60();
thunk_FUN_002db2e0(param_1 + 0xd);
*param_1 = &PTR_FUN_004386a0;
FUN_002dd1b0(param_1 + 7);
return;
}
|
683_pageant_and_pageant_strip.c
|
index234
|
FUN_00130e90
|
void * index234(tree234 *t,int index)
{
int iVar1;
long extraout_RDX;
long lVar2;
uint uVar3;
ulong uVar4;
uVar4 = (ulong)(uint)index;
if (((-1 < index) && (t->root != (node234_conflict *)0x0)) &&
(iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1)) {
do {
if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {
lVar2 = *(long *)(lVar2 + 8);
}
else {
uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);
uVar4 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(void **)(lVar2 + 0x38);
}
if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {
lVar2 = *(long *)(lVar2 + 0x10);
}
else {
uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);
uVar4 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(void **)(lVar2 + 0x40);
}
if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {
lVar2 = *(long *)(lVar2 + 0x18);
}
else {
uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);
uVar4 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(void **)(lVar2 + 0x48);
}
lVar2 = *(long *)(lVar2 + 0x20);
}
}
}
} while (lVar2 != 0);
return (void *)0x0;
}
return (void *)0x0;
}
|
undefined8 FUN_00130e90(long *param_1,ulong param_2)
{
int iVar1;
long extraout_RDX;
long lVar2;
uint uVar3;
if (((-1 < (int)param_2) && (*param_1 != 0)) &&
(iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {
do {
if ((int)param_2 < *(int *)(lVar2 + 0x28)) {
lVar2 = *(long *)(lVar2 + 8);
}
else {
uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);
param_2 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(undefined8 *)(lVar2 + 0x38);
}
if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {
lVar2 = *(long *)(lVar2 + 0x10);
}
else {
uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);
param_2 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(undefined8 *)(lVar2 + 0x40);
}
if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {
lVar2 = *(long *)(lVar2 + 0x18);
}
else {
uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);
param_2 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(undefined8 *)(lVar2 + 0x48);
}
lVar2 = *(long *)(lVar2 + 0x20);
}
}
}
} while (lVar2 != 0);
return 0;
}
return 0;
}
|
MOV RDX,qword ptr [RDI]
TEST ESI,ESI
JS 0x00130f08
TEST RDX,RDX
JZ 0x00130f08
MOV RDI,RDX
CALL 0x0012fe90
CMP ESI,EAX
JL 0x00130eb9
JMP 0x00130f08
MOV RDX,qword ptr [RDX + 0x8]
TEST RDX,RDX
JZ 0x00130ed7
MOV EAX,dword ptr [RDX + 0x28]
CMP EAX,ESI
JG 0x00130eb0
ADD EAX,0x1
SUB ESI,EAX
JS 0x00130f10
MOV EAX,dword ptr [RDX + 0x2c]
CMP EAX,ESI
JLE 0x00130ee0
MOV RDX,qword ptr [RDX + 0x10]
TEST RDX,RDX
JNZ 0x00130eb9
MOV RAX,RDX
RET
ADD EAX,0x1
SUB ESI,EAX
JS 0x00130f18
MOV EAX,dword ptr [RDX + 0x30]
CMP EAX,ESI
JLE 0x00130ef8
MOV RDX,qword ptr [RDX + 0x18]
JMP 0x00130eb4
ADD EAX,0x1
SUB ESI,EAX
JS 0x00130f1e
MOV RDX,qword ptr [RDX + 0x20]
JMP 0x00130eb4
XOR EDX,EDX
MOV RAX,RDX
RET
MOV RDX,qword ptr [RDX + 0x38]
MOV RAX,RDX
RET
MOV RDX,qword ptr [RDX + 0x40]
JMP 0x00130ed7
MOV RDX,qword ptr [RDX + 0x48]
JMP 0x00130ed7
| null | null | null | null |
[('const-0', u'INT_SLESS_-1207169079'), (u'LOAD_-1207169295', u'INT_SLESS_-1207169264'), ('const-64', u'INT_ADD_-1207169029'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169226'), ('const-433', u'LOAD_-1207169218'), (u'INT_ADD_-1207169202', u'CAST_-1207168758'), ('const-0', u'RETURN_-1207169205'), (u'INT_ADD_-1207169027', u'CAST_-1207168671'), (u'CAST_-1207168767', u'LOAD_-1207169242'), (u'LOAD_-1207169390', u'INT_NOTEQUAL_-1207169357'), ('tmp_182', u'CBRANCH_-1207169271'), (u'LOAD_-1207169045', u'COPY_-1207168828'), (u'LOAD_-1207169218', u'MULTIEQUAL_-1207168810'), (u'SUBPIECE_-1207168928', u'INT_SLESS_-1207169321'), (u'INT_ADD_-1207169138', u'CAST_-1207168730'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169062'), (u'CAST_-1207168773', u'INT_SLESS_-1207169243'), ('const-433', u'LOAD_-1207169242'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169114'), (u'INT_SUB_-1207169238', u'CAST_-1207168773'), (u'INT_ADD_-1207169114', u'CAST_-1207168721'), (u'CAST_-1207168695', u'LOAD_-1207169049'), (u'LOAD_-1207169043', u'COPY_-1207168825'), ('const-0', u'INT_SLESS_-1207169243'), (u'INT_SUB_-1207169238', u'CAST_-1207168761'), ('const-1', u'INT_ADD_-1207169164'), ('const-56', u'INT_ADD_-1207169033'), ('const-0', u'INT_NOTEQUAL_-1207169357'), (u'CAST_-1207168682', u'LOAD_-1207169045'), (u'LOAD_-1207169154', u'INT_SLESS_-1207169124'), (u'INT_ADD_-1207169062', u'CAST_-1207168701'), (u'INT_ADD_-1207169226', u'CAST_-1207168767'), ('tmp_445', u'BRANCH_-1207169122'), (u'INT_ADD_-1207169122', u'CAST_-1207168793'), ('const-0', u'RETURN_-1207168815'), (u'INT_SUB_-1207169150', u'INT_SUB_-1207169074'), ('const-1', u'INT_ADD_-1207169252'), (u'INT_SUB_-1207169238', u'INT_SUB_-1207169150'), ('const-433', u'LOAD_-1207169043'), (u'INDIRECT_-1207168944', u'COPY_-1207168869'), (u'COPY_-1207168828', u'RETURN_-1207168815'), ('const-24', u'INT_ADD_-1207169114'), ('const-0', u'RETURN_-1207169029'), (u'CAST_-1207168721', u'LOAD_-1207169130'), ('tmp_593', u'PTRSUB_-1207168837'), ('const-433', u'LOAD_-1207169154'), (u'INT_ZEXT_-1207168851', u'MULTIEQUAL_-1207168809'), (u'SUBPIECE_-1207168902', u'INT_SLESS_-1207169264'), (u'CALL_-1207169345', u'INDIRECT_-1207168898'), (u'COPY_-1207168869', u'MULTIEQUAL_-1207168916'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169202'), (u'CALL_-1207169345', u'INT_SLESS_-1207169321'), ('const-433', u'LOAD_-1207169130'), (u'CAST_-1207168724', u'INT_SLESS_-1207169124'), (u'MULTIEQUAL_-1207168870', u'MULTIEQUAL_-1207168809'), (u'COPY_-1207168825', u'RETURN_-1207168812'), (u'CAST_-1207168671', u'LOAD_-1207169043'), (u'LOAD_-1207169130', u'MULTIEQUAL_-1207168810'), ('tmp_528', u'CBRANCH_-1207169079'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169027'), ('const-433', u'LOAD_-1207169390'), ('tmp_470', u'CBRANCH_-1207169170'), ('const-32', u'INT_ADD_-1207169062'), (u'LOAD_-1207169390', u'CALL_-1207169345'), (u'CAST_-1207168701', u'LOAD_-1207169078'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169033'), (u'INT_SLESS_-1207169212', u'CBRANCH_-1207169219'), (u'CAST_-1207168827', u'INT_ZEXT_-1207168997'), (u'CAST_-1207168793', u'LOAD_-1207169138'), ('tmp_29', u'CBRANCH_-1207169371'), ('const-0', u'SUBPIECE_-1207168902'), ('tmp_286', u'CBRANCH_-1207169219'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169279'), (u'CAST_-1207168761', u'INT_SLESS_-1207169212'), (u'INT_SUB_-1207169150', u'CAST_-1207168736'), (u'MULTIEQUAL_-1207168810', u'INT_NOTEQUAL_-1207169171'), (u'LOAD_-1207169138', u'MULTIEQUAL_-1207168810'), (u'CAST_-1207168707', u'INT_SLESS_-1207169079'), (u'LOAD_-1207169154', u'INT_ADD_-1207169088'), ('tmp_594', u'CAST_-1207168827'), (u'INT_SLESS_-1207169264', u'CBRANCH_-1207169271'), (u'INT_SUB_-1207169074', u'CAST_-1207168707'), (u'INT_SLESS_-1207169371', u'CBRANCH_-1207169371'), (u'INDIRECT_-1207168898', u'SUBPIECE_-1207168928'), ('const-1', u'INT_ADD_-1207169088'), (u'LOAD_-1207169049', u'COPY_-1207169044'), (u'MULTIEQUAL_-1207168870', u'SUBPIECE_-1207168902'), (u'INT_SLESS_-1207169321', u'CBRANCH_-1207169328'), (u'LOAD_-1207169242', u'INT_SLESS_-1207169212'), ('const-4294967295', u'INT_SLESS_-1207169371'), (u'INT_SLESS_-1207169079', u'CBRANCH_-1207169079'), ('tmp_594', u'INT_SLESS_-1207169371'), (u'INDIRECT_-1207168898', u'MULTIEQUAL_-1207168870'), (u'INT_SLESS_-1207169243', u'CBRANCH_-1207169243'), ('const-44', u'INT_ADD_-1207169226'), ('const-40', u'INT_ADD_-1207169279'), ('const-0', u'INT_NOTEQUAL_-1207169171'), (u'INT_SUB_-1207169238', u'INT_ZEXT_-1207168911'), (u'COPY_-1207169220', u'RETURN_-1207169205'), ('tmp_240', u'CBRANCH_-1207169243'), (u'INT_ADD_-1207169279', u'CAST_-1207168785'), ('const-433', u'LOAD_-1207169049'), ('tmp_55', u'CBRANCH_-1207169356'), ('const-0', u'SUBPIECE_-1207168928'), (u'INT_SLESS_-1207169124', u'CBRANCH_-1207169131'), ('const-433', u'LOAD_-1207169295'), (u'INT_NOTEQUAL_-1207169357', u'CBRANCH_-1207169356'), ('const-433', u'LOAD_-1207169045'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169122'), ('tmp_389', u'CBRANCH_-1207169155'), (u'INT_ADD_-1207169029', u'CAST_-1207168682'), (u'COPY_-1207169044', u'RETURN_-1207169029'), (u'INT_SUB_-1207169150', u'CAST_-1207168724'), ('const-0', u'RETURN_-1207169182'), (u'COPY_-1207169197', u'RETURN_-1207169182'), (u'LOAD_-1207169295', u'INT_ADD_-1207169252'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169138'), (u'INT_ZEXT_-1207168911', u'MULTIEQUAL_-1207168809'), (u'INT_ADD_-1207169033', u'CAST_-1207168695'), (u'INT_NOTEQUAL_-1207169171', u'CBRANCH_-1207169170'), ('const-8', u'INT_ADD_-1207169122'), (u'MULTIEQUAL_-1207168916', u'INT_ADD_-1207169029'), (u'CALL_-1207169345', u'INDIRECT_-1207168944'), (u'INT_ZEXT_-1207168877', u'MULTIEQUAL_-1207168809'), (u'INT_ADD_-1207169164', u'INT_SUB_-1207169150'), ('const-48', u'INT_ADD_-1207169138'), ('tmp_98', u'CBRANCH_-1207169328'), ('const-16', u'INT_ADD_-1207169202'), ('const-0', u'COPY_-1207169197'), ('const-0', u'COPY_-1207169220'), ('const-0', u'INT_SLESS_-1207169155'), (u'CAST_-1207168730', u'LOAD_-1207169154'), ('tmp_538', u'BRANCH_-1207169070'), (u'INT_SUB_-1207169074', u'INT_ZEXT_-1207168851'), ('const-433', u'LOAD_-1207169138'), ('const-0', u'RETURN_-1207168812'), (u'CAST_-1207168736', u'INT_SLESS_-1207169155'), ('tmp_435', u'CBRANCH_-1207169131'), (u'PTRSUB_-1207168837', u'LOAD_-1207169390'), (u'CAST_-1207168785', u'LOAD_-1207169295'), (u'INT_ADD_-1207169252', u'INT_SUB_-1207169238'), (u'LOAD_-1207169242', u'INT_ADD_-1207169164'), (u'INT_SLESS_-1207169155', u'CBRANCH_-1207169155'), (u'LOAD_-1207169078', u'MULTIEQUAL_-1207168810'), ('const-433', u'LOAD_-1207169078'), ('const-0', u'PTRSUB_-1207168837'), ('const-72', u'INT_ADD_-1207169027'), (u'INT_ADD_-1207169088', u'INT_SUB_-1207169074'), (u'MULTIEQUAL_-1207168810', u'MULTIEQUAL_-1207168916'), (u'CAST_-1207168758', u'LOAD_-1207169218'), (u'MULTIEQUAL_-1207168809', u'MULTIEQUAL_-1207168870'), (u'INT_SUB_-1207169150', u'INT_ZEXT_-1207168877'), (u'SUBPIECE_-1207168902', u'INT_SUB_-1207169238')]
|
[(u'CAST_-1207168778', u'INT_SLESS_-1207169243'), ('const-0', u'INT_SLESS_-1207169079'), ('const-433', u'LOAD_-1207169242'), (u'LOAD_-1207169295', u'INT_SLESS_-1207169264'), ('const-64', u'INT_ADD_-1207169029'), (u'CAST_-1207168790', u'LOAD_-1207169295'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169138'), ('const-0', u'RETURN_-1207169205'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169033'), (u'LOAD_-1207169390', u'INT_NOTEQUAL_-1207169357'), (u'INT_ADD_-1207169122', u'CAST_-1207168798'), ('tmp_182', u'CBRANCH_-1207169271'), (u'CAST_-1207168706', u'LOAD_-1207169078'), ('const-0', u'INT_SLESS_-1207169243'), ('const-0', u'RETURN_-1207168816'), (u'MULTIEQUAL_-1207168813', u'INT_NOTEQUAL_-1207169171'), (u'CAST_-1207168700', u'LOAD_-1207169049'), ('const-1', u'INT_ADD_-1207169164'), ('const-56', u'INT_ADD_-1207169033'), ('const-0', u'INT_NOTEQUAL_-1207169357'), (u'INT_SUB_-1207169150', u'CAST_-1207168741'), (u'LOAD_-1207169154', u'INT_SLESS_-1207169124'), (u'MULTIEQUAL_-1207168813', u'MULTIEQUAL_-1207168918'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169029'), (u'COPY_-1207168829', u'RETURN_-1207168816'), (u'LOAD_-1207169138', u'MULTIEQUAL_-1207168813'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169202'), ('tmp_445', u'BRANCH_-1207169122'), (u'INT_SUB_-1207169150', u'INT_ZEXT_-1207168880'), (u'INT_SUB_-1207169150', u'INT_SUB_-1207169074'), ('const-0', u'COPY_-1207169220'), (u'SUBPIECE_-1207168950', u'INT_SLESS_-1207169371'), ('const-1', u'INT_ADD_-1207169252'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169279'), (u'INT_SUB_-1207169238', u'INT_SUB_-1207169150'), (u'CALL_-1207169345', u'INDIRECT_-1207168901'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169122'), ('const-24', u'INT_ADD_-1207169114'), ('tmp_1245', u'LOAD_-1207169390'), ('const-0', u'RETURN_-1207169029'), (u'LOAD_-1207169078', u'MULTIEQUAL_-1207168813'), (u'CALL_-1207169345', u'INT_SLESS_-1207169321'), (u'CAST_-1207168741', u'INT_SLESS_-1207169155'), ('const-433', u'LOAD_-1207169390'), (u'INDIRECT_-1207168901', u'MULTIEQUAL_-1207168873'), ('const-433', u'LOAD_-1207169154'), (u'CAST_-1207168712', u'INT_SLESS_-1207169079'), ('const-0', u'COPY_-1207169197'), ('tmp_528', u'CBRANCH_-1207169079'), (u'LOAD_-1207169043', u'COPY_-1207168829'), (u'INT_SUB_-1207169238', u'INT_ZEXT_-1207168914'), ('const-433', u'LOAD_-1207169218'), ('tmp_470', u'CBRANCH_-1207169170'), ('const-32', u'INT_ADD_-1207169062'), (u'SUBPIECE_-1207168931', u'INT_SLESS_-1207169321'), (u'LOAD_-1207169390', u'CALL_-1207169345'), (u'COPY_-1207168873', u'MULTIEQUAL_-1207168918'), (u'INT_ADD_-1207169033', u'CAST_-1207168700'), ('const-433', u'LOAD_-1207169049'), (u'SUBPIECE_-1207168905', u'INT_SUB_-1207169238'), (u'CAST_-1207168735', u'LOAD_-1207169154'), (u'INT_SLESS_-1207169212', u'CBRANCH_-1207169219'), (u'INT_SUB_-1207169150', u'CAST_-1207168729'), (u'CAST_-1207168766', u'INT_SLESS_-1207169212'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169062'), ('const-433', u'LOAD_-1207169043'), ('tmp_29', u'CBRANCH_-1207169371'), (u'INT_SUB_-1207169238', u'CAST_-1207168778'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169114'), (u'INT_ADD_-1207169279', u'CAST_-1207168790'), ('tmp_286', u'CBRANCH_-1207169219'), (u'INT_ZEXT_-1207168880', u'MULTIEQUAL_-1207168812'), (u'INT_SUB_-1207169238', u'CAST_-1207168766'), ('const-433', u'LOAD_-1207169045'), (u'SUBPIECE_-1207168905', u'INT_SLESS_-1207169264'), (u'LOAD_-1207169154', u'INT_ADD_-1207169088'), (u'INT_SLESS_-1207169264', u'CBRANCH_-1207169271'), (u'INDIRECT_-1207168901', u'SUBPIECE_-1207168931'), (u'INT_SLESS_-1207169371', u'CBRANCH_-1207169371'), ('const-1', u'INT_ADD_-1207169088'), (u'LOAD_-1207169049', u'COPY_-1207169044'), (u'LOAD_-1207169130', u'MULTIEQUAL_-1207168813'), (u'CAST_-1207168726', u'LOAD_-1207169130'), (u'INT_ADD_-1207169226', u'CAST_-1207168772'), (u'INT_SLESS_-1207169321', u'CBRANCH_-1207169328'), (u'LOAD_-1207169242', u'INT_SLESS_-1207169212'), (u'MULTIEQUAL_-1207168873', u'MULTIEQUAL_-1207168812'), ('const-433', u'LOAD_-1207169130'), (u'INT_ADD_-1207169114', u'CAST_-1207168726'), (u'INT_SLESS_-1207169079', u'CBRANCH_-1207169079'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169027'), (u'MULTIEQUAL_-1207168873', u'SUBPIECE_-1207168905'), (u'LOAD_-1207169045', u'COPY_-1207168832'), (u'INT_SLESS_-1207169243', u'CBRANCH_-1207169243'), (u'CAST_-1207168763', u'LOAD_-1207169218'), ('const-44', u'INT_ADD_-1207169226'), (u'INT_ADD_-1207169027', u'CAST_-1207168676'), ('const-40', u'INT_ADD_-1207169279'), (u'INT_ADD_-1207169029', u'CAST_-1207168687'), ('const-0', u'INT_NOTEQUAL_-1207169171'), (u'INT_ADD_-1207169202', u'CAST_-1207168763'), (u'COPY_-1207169220', u'RETURN_-1207169205'), ('tmp_240', u'CBRANCH_-1207169243'), (u'INDIRECT_-1207168946', u'COPY_-1207168873'), ('tmp_55', u'CBRANCH_-1207169356'), ('tmp_1246', u'SUBPIECE_-1207168950'), (u'INT_SLESS_-1207169124', u'CBRANCH_-1207169131'), (u'INT_SUB_-1207169074', u'INT_ZEXT_-1207168854'), (u'INT_NOTEQUAL_-1207169357', u'CBRANCH_-1207169356'), ('tmp_389', u'CBRANCH_-1207169155'), ('const-0', u'SUBPIECE_-1207168950'), (u'COPY_-1207169044', u'RETURN_-1207169029'), (u'CAST_-1207168772', u'LOAD_-1207169242'), (u'COPY_-1207169197', u'RETURN_-1207169182'), ('const-0', u'RETURN_-1207169182'), ('const-433', u'LOAD_-1207169138'), (u'LOAD_-1207169295', u'INT_ADD_-1207169252'), (u'INT_ZEXT_-1207168854', u'MULTIEQUAL_-1207168812'), ('const-433', u'LOAD_-1207169295'), ('const-433', u'LOAD_-1207169078'), (u'MULTIEQUAL_-1207168918', u'INT_ADD_-1207169226'), (u'INT_NOTEQUAL_-1207169171', u'CBRANCH_-1207169170'), (u'INT_ADD_-1207169138', u'CAST_-1207168735'), ('const-8', u'INT_ADD_-1207169122'), (u'CAST_-1207168798', u'LOAD_-1207169138'), (u'INT_ADD_-1207169164', u'INT_SUB_-1207169150'), ('const-48', u'INT_ADD_-1207169138'), (u'CAST_-1207168729', u'INT_SLESS_-1207169124'), ('tmp_98', u'CBRANCH_-1207169328'), (u'INT_SUB_-1207169074', u'CAST_-1207168712'), ('const-0', u'SUBPIECE_-1207168905'), ('const-16', u'INT_ADD_-1207169202'), ('const-0', u'INT_SLESS_-1207169155'), (u'INT_ADD_-1207169062', u'CAST_-1207168706'), ('tmp_538', u'BRANCH_-1207169070'), ('const-0', u'SUBPIECE_-1207168931'), ('const-0', u'RETURN_-1207168819'), ('tmp_435', u'CBRANCH_-1207169131'), (u'INT_ADD_-1207169252', u'INT_SUB_-1207169238'), (u'INT_ZEXT_-1207168914', u'MULTIEQUAL_-1207168812'), (u'LOAD_-1207169242', u'INT_ADD_-1207169164'), (u'INT_SLESS_-1207169155', u'CBRANCH_-1207169155'), (u'LOAD_-1207169218', u'MULTIEQUAL_-1207168813'), (u'MULTIEQUAL_-1207168812', u'MULTIEQUAL_-1207168873'), (u'CAST_-1207168687', u'LOAD_-1207169045'), ('const-72', u'INT_ADD_-1207169027'), (u'INT_ADD_-1207169088', u'INT_SUB_-1207169074'), (u'CALL_-1207169345', u'INDIRECT_-1207168946'), ('const-4294967295', u'INT_SLESS_-1207169371'), (u'CAST_-1207168676', u'LOAD_-1207169043'), (u'COPY_-1207168832', u'RETURN_-1207168819')]
| null | null |
00130e90
|
x64
|
O2
|
(translation_unit "undefined8 FUN_00130e90(long *param_1,ulong param_2)\n\n{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00130e90(long *param_1,ulong param_2)\n\n{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_00130e90(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 int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long extraout_RDX;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (if_statement "if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }" if (parenthesized_expression "(((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1))" ( (binary_expression "((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)" (parenthesized_expression "((-1 < (int)param_2) && (*param_1 != 0))" ( (binary_expression "(-1 < (int)param_2) && (*param_1 != 0)" (parenthesized_expression "(-1 < (int)param_2)" ( (binary_expression "-1 < (int)param_2" number_literal < (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) )) && (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) ))) )) && (parenthesized_expression "(iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)" ( (comma_expression "iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1" (assignment_expression "iVar1 = FUN_0012fe90(*param_1)" identifier = (call_expression "FUN_0012fe90(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) )))) , (comma_expression "lVar2 = extraout_RDX, (int)param_2 < iVar1" (assignment_expression "lVar2 = extraout_RDX" identifier = identifier) , (binary_expression "(int)param_2 < iVar1" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) < identifier))) ))) )) (compound_statement "{\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }" { (do_statement "do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);" do (compound_statement "{\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n }" { (if_statement "if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" if (parenthesized_expression "((int)param_2 < *(int *)(lVar2 + 0x28))" ( (binary_expression "(int)param_2 < *(int *)(lVar2 + 0x28)" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x28)" * (cast_expression "(int *)(lVar2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 8);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 8);" (assignment_expression "lVar2 = *(long *)(lVar2 + 8)" identifier = (pointer_expression "*(long *)(lVar2 + 8)" * (cast_expression "(long *)(lVar2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" else (compound_statement "{\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" { (expression_statement "uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);" (assignment_expression "uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1)" identifier = (binary_expression "(int)param_2 - (*(int *)(lVar2 + 0x28) + 1)" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) - (parenthesized_expression "(*(int *)(lVar2 + 0x28) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x28) + 1" (pointer_expression "*(int *)(lVar2 + 0x28)" * (cast_expression "(int *)(lVar2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x38);\n }" { (return_statement "return *(undefined8 *)(lVar2 + 0x38);" return (pointer_expression "*(undefined8 *)(lVar2 + 0x38)" * (cast_expression "(undefined8 *)(lVar2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x38)" ( (binary_expression "lVar2 + 0x38" identifier + number_literal) )))) ;) })) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" if (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x2c))" ( (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x2c)" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x2c)" * (cast_expression "(int *)(lVar2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2c)" ( (binary_expression "lVar2 + 0x2c" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x10);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x10)" identifier = (pointer_expression "*(long *)(lVar2 + 0x10)" * (cast_expression "(long *)(lVar2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x10)" ( (binary_expression "lVar2 + 0x10" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" else (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" { (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" identifier = (binary_expression "uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" identifier - (parenthesized_expression "(*(int *)(lVar2 + 0x2c) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x2c) + 1" (pointer_expression "*(int *)(lVar2 + 0x2c)" * (cast_expression "(int *)(lVar2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2c)" ( (binary_expression "lVar2 + 0x2c" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x40);\n }" { (return_statement "return *(undefined8 *)(lVar2 + 0x40);" return (pointer_expression "*(undefined8 *)(lVar2 + 0x40)" * (cast_expression "(undefined8 *)(lVar2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x40)" ( (binary_expression "lVar2 + 0x40" identifier + number_literal) )))) ;) })) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" if (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x30))" ( (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x30)" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x30)" * (cast_expression "(int *)(lVar2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x18);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 0x18);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x18)" identifier = (pointer_expression "*(long *)(lVar2 + 0x18)" * (cast_expression "(long *)(lVar2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" else (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" { (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1)" identifier = (binary_expression "uVar3 - (*(int *)(lVar2 + 0x30) + 1)" identifier - (parenthesized_expression "(*(int *)(lVar2 + 0x30) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x30) + 1" (pointer_expression "*(int *)(lVar2 + 0x30)" * (cast_expression "(int *)(lVar2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x48);\n }" { (return_statement "return *(undefined8 *)(lVar2 + 0x48);" return (pointer_expression "*(undefined8 *)(lVar2 + 0x48)" * (cast_expression "(undefined8 *)(lVar2 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x48)" ( (binary_expression "lVar2 + 0x48" identifier + number_literal) )))) ;) })) (expression_statement "lVar2 = *(long *)(lVar2 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x20)" identifier = (pointer_expression "*(long *)(lVar2 + 0x20)" * (cast_expression "(long *)(lVar2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) ))))) ;) }))) }))) }))) }) while (parenthesized_expression "(lVar2 != 0)" ( (binary_expression "lVar2 != 0" identifier != number_literal) )) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "void * index234(tree234 *t,int index)\n\n{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n \n uVar4 = (ulong)(uint)index;\n if (((-1 < index) && (t->root != (node234_conflict *)0x0)) &&\n (iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1)) {\n do {\n if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return (void *)0x0;\n }\n return (void *)0x0;\n}\n\n" (function_definition "void * index234(tree234 *t,int index)\n\n{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n \n uVar4 = (ulong)(uint)index;\n if (((-1 < index) && (t->root != (node234_conflict *)0x0)) &&\n (iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1)) {\n do {\n if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return (void *)0x0;\n }\n return (void *)0x0;\n}" primitive_type (pointer_declarator "* index234(tree234 *t,int index)" * (function_declarator "index234(tree234 *t,int index)" identifier (parameter_list "(tree234 *t,int index)" ( (parameter_declaration "tree234 *t" type_identifier (pointer_declarator "*t" * identifier)) , (parameter_declaration "int index" primitive_type identifier) )))) (compound_statement "{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n \n uVar4 = (ulong)(uint)index;\n if (((-1 < index) && (t->root != (node234_conflict *)0x0)) &&\n (iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1)) {\n do {\n if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return (void *)0x0;\n }\n return (void *)0x0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long extraout_RDX;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (expression_statement "uVar4 = (ulong)(uint)index;" (assignment_expression "uVar4 = (ulong)(uint)index" identifier = (cast_expression "(ulong)(uint)index" ( (type_descriptor "ulong" type_identifier) ) (cast_expression "(uint)index" ( (type_descriptor "uint" type_identifier) ) identifier))) ;) (if_statement "if (((-1 < index) && (t->root != (node234_conflict *)0x0)) &&\n (iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1)) {\n do {\n if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return (void *)0x0;\n }" if (parenthesized_expression "(((-1 < index) && (t->root != (node234_conflict *)0x0)) &&\n (iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1))" ( (binary_expression "((-1 < index) && (t->root != (node234_conflict *)0x0)) &&\n (iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1)" (parenthesized_expression "((-1 < index) && (t->root != (node234_conflict *)0x0))" ( (binary_expression "(-1 < index) && (t->root != (node234_conflict *)0x0)" (parenthesized_expression "(-1 < index)" ( (binary_expression "-1 < index" number_literal < identifier) )) && (parenthesized_expression "(t->root != (node234_conflict *)0x0)" ( (binary_expression "t->root != (node234_conflict *)0x0" (field_expression "t->root" identifier -> field_identifier) != (cast_expression "(node234_conflict *)0x0" ( (type_descriptor "node234_conflict *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) && (parenthesized_expression "(iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1)" ( (comma_expression "iVar1 = countnode234(t->root), lVar2 = extraout_RDX, (int)uVar4 < iVar1" (assignment_expression "iVar1 = countnode234(t->root)" identifier = (call_expression "countnode234(t->root)" identifier (argument_list "(t->root)" ( (field_expression "t->root" identifier -> field_identifier) )))) , (comma_expression "lVar2 = extraout_RDX, (int)uVar4 < iVar1" (assignment_expression "lVar2 = extraout_RDX" identifier = identifier) , (binary_expression "(int)uVar4 < iVar1" (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier) < identifier))) ))) )) (compound_statement "{\n do {\n if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return (void *)0x0;\n }" { (do_statement "do {\n if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);" do (compound_statement "{\n if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n }" { (if_statement "if ((int)uVar4 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" if (parenthesized_expression "((int)uVar4 < *(int *)(lVar2 + 0x28))" ( (binary_expression "(int)uVar4 < *(int *)(lVar2 + 0x28)" (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x28)" * (cast_expression "(int *)(lVar2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 8);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 8);" (assignment_expression "lVar2 = *(long *)(lVar2 + 8)" identifier = (pointer_expression "*(long *)(lVar2 + 8)" * (cast_expression "(long *)(lVar2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" else (compound_statement "{\n uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" { (expression_statement "uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1);" (assignment_expression "uVar3 = (int)uVar4 - (*(int *)(lVar2 + 0x28) + 1)" identifier = (binary_expression "(int)uVar4 - (*(int *)(lVar2 + 0x28) + 1)" (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier) - (parenthesized_expression "(*(int *)(lVar2 + 0x28) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x28) + 1" (pointer_expression "*(int *)(lVar2 + 0x28)" * (cast_expression "(int *)(lVar2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "uVar4 = (ulong)uVar3;" (assignment_expression "uVar4 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x38);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(void **)(lVar2 + 0x38);\n }" { (return_statement "return *(void **)(lVar2 + 0x38);" return (pointer_expression "*(void **)(lVar2 + 0x38)" * (cast_expression "(void **)(lVar2 + 0x38)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x38)" ( (binary_expression "lVar2 + 0x38" identifier + number_literal) )))) ;) })) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" if (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x2c))" ( (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x2c)" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x2c)" * (cast_expression "(int *)(lVar2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2c)" ( (binary_expression "lVar2 + 0x2c" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x10);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x10)" identifier = (pointer_expression "*(long *)(lVar2 + 0x10)" * (cast_expression "(long *)(lVar2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x10)" ( (binary_expression "lVar2 + 0x10" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" else (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" { (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" identifier = (binary_expression "uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" identifier - (parenthesized_expression "(*(int *)(lVar2 + 0x2c) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x2c) + 1" (pointer_expression "*(int *)(lVar2 + 0x2c)" * (cast_expression "(int *)(lVar2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2c)" ( (binary_expression "lVar2 + 0x2c" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "uVar4 = (ulong)uVar3;" (assignment_expression "uVar4 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x40);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(void **)(lVar2 + 0x40);\n }" { (return_statement "return *(void **)(lVar2 + 0x40);" return (pointer_expression "*(void **)(lVar2 + 0x40)" * (cast_expression "(void **)(lVar2 + 0x40)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x40)" ( (binary_expression "lVar2 + 0x40" identifier + number_literal) )))) ;) })) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" if (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x30))" ( (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x30)" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x30)" * (cast_expression "(int *)(lVar2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x18);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 0x18);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x18)" identifier = (pointer_expression "*(long *)(lVar2 + 0x18)" * (cast_expression "(long *)(lVar2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" else (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n uVar4 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" { (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1)" identifier = (binary_expression "uVar3 - (*(int *)(lVar2 + 0x30) + 1)" identifier - (parenthesized_expression "(*(int *)(lVar2 + 0x30) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x30) + 1" (pointer_expression "*(int *)(lVar2 + 0x30)" * (cast_expression "(int *)(lVar2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "uVar4 = (ulong)uVar3;" (assignment_expression "uVar4 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(void **)(lVar2 + 0x48);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(void **)(lVar2 + 0x48);\n }" { (return_statement "return *(void **)(lVar2 + 0x48);" return (pointer_expression "*(void **)(lVar2 + 0x48)" * (cast_expression "(void **)(lVar2 + 0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar2 + 0x48)" ( (binary_expression "lVar2 + 0x48" identifier + number_literal) )))) ;) })) (expression_statement "lVar2 = *(long *)(lVar2 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x20)" identifier = (pointer_expression "*(long *)(lVar2 + 0x20)" * (cast_expression "(long *)(lVar2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) ))))) ;) }))) }))) }))) }) while (parenthesized_expression "(lVar2 != 0)" ( (binary_expression "lVar2 != 0" identifier != number_literal) )) ;) (return_statement "return (void *)0x0;" return (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (return_statement "return (void *)0x0;" return (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
|
(translation_unit "undefined8 FUN_00130e90(long *param_1,ulong param_2)\n\n{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00130e90(long *param_1,ulong param_2)\n\n{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}" type_identifier (function_declarator "FUN_00130e90(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 int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "long extraout_RDX;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (if_statement "if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }" if (parenthesized_expression "(((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1))" ( (binary_expression "((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)" (parenthesized_expression "((-1 < (int)param_2) && (*param_1 != 0))" ( (binary_expression "(-1 < (int)param_2) && (*param_1 != 0)" (parenthesized_expression "(-1 < (int)param_2)" ( (binary_expression "-1 < (int)param_2" number_literal < (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) )) && (parenthesized_expression "(*param_1 != 0)" ( (binary_expression "*param_1 != 0" (pointer_expression "*param_1" * identifier) != number_literal) ))) )) && (parenthesized_expression "(iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)" ( (comma_expression "iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1" (assignment_expression "iVar1 = FUN_0012fe90(*param_1)" identifier = (call_expression "FUN_0012fe90(*param_1)" identifier (argument_list "(*param_1)" ( (pointer_expression "*param_1" * identifier) )))) , (comma_expression "lVar2 = extraout_RDX, (int)param_2 < iVar1" (assignment_expression "lVar2 = extraout_RDX" identifier = identifier) , (binary_expression "(int)param_2 < iVar1" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) < identifier))) ))) )) (compound_statement "{\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }" { (do_statement "do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);" do (compound_statement "{\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n }" { (if_statement "if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" if (parenthesized_expression "((int)param_2 < *(int *)(lVar2 + 0x28))" ( (binary_expression "(int)param_2 < *(int *)(lVar2 + 0x28)" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x28)" * (cast_expression "(int *)(lVar2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 8);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 8);" (assignment_expression "lVar2 = *(long *)(lVar2 + 8)" identifier = (pointer_expression "*(long *)(lVar2 + 8)" * (cast_expression "(long *)(lVar2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" else (compound_statement "{\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" { (expression_statement "uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);" (assignment_expression "uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1)" identifier = (binary_expression "(int)param_2 - (*(int *)(lVar2 + 0x28) + 1)" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) - (parenthesized_expression "(*(int *)(lVar2 + 0x28) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x28) + 1" (pointer_expression "*(int *)(lVar2 + 0x28)" * (cast_expression "(int *)(lVar2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x28)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x38);\n }" { (return_statement "return *(undefined8 *)(lVar2 + 0x38);" return (pointer_expression "*(undefined8 *)(lVar2 + 0x38)" * (cast_expression "(undefined8 *)(lVar2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x38)" ( (binary_expression "lVar2 + 0x38" identifier + number_literal) )))) ;) })) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" if (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x2c))" ( (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x2c)" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x2c)" * (cast_expression "(int *)(lVar2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2c)" ( (binary_expression "lVar2 + 0x2c" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x10);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x10)" identifier = (pointer_expression "*(long *)(lVar2 + 0x10)" * (cast_expression "(long *)(lVar2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x10)" ( (binary_expression "lVar2 + 0x10" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" else (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" { (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" identifier = (binary_expression "uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" identifier - (parenthesized_expression "(*(int *)(lVar2 + 0x2c) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x2c) + 1" (pointer_expression "*(int *)(lVar2 + 0x2c)" * (cast_expression "(int *)(lVar2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x2c)" ( (binary_expression "lVar2 + 0x2c" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x40);\n }" { (return_statement "return *(undefined8 *)(lVar2 + 0x40);" return (pointer_expression "*(undefined8 *)(lVar2 + 0x40)" * (cast_expression "(undefined8 *)(lVar2 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x40)" ( (binary_expression "lVar2 + 0x40" identifier + number_literal) )))) ;) })) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" if (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x30))" ( (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x30)" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < (pointer_expression "*(int *)(lVar2 + 0x30)" * (cast_expression "(int *)(lVar2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) ))))) )) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x18);\n }" { (expression_statement "lVar2 = *(long *)(lVar2 + 0x18);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x18)" identifier = (pointer_expression "*(long *)(lVar2 + 0x18)" * (cast_expression "(long *)(lVar2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x18)" ( (binary_expression "lVar2 + 0x18" identifier + number_literal) ))))) ;) }) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" else (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" { (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1)" identifier = (binary_expression "uVar3 - (*(int *)(lVar2 + 0x30) + 1)" identifier - (parenthesized_expression "(*(int *)(lVar2 + 0x30) + 1)" ( (binary_expression "*(int *)(lVar2 + 0x30) + 1" (pointer_expression "*(int *)(lVar2 + 0x30)" * (cast_expression "(int *)(lVar2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x30)" ( (binary_expression "lVar2 + 0x30" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" identifier = (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }" if (parenthesized_expression "((int)uVar3 < 0)" ( (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x48);\n }" { (return_statement "return *(undefined8 *)(lVar2 + 0x48);" return (pointer_expression "*(undefined8 *)(lVar2 + 0x48)" * (cast_expression "(undefined8 *)(lVar2 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x48)" ( (binary_expression "lVar2 + 0x48" identifier + number_literal) )))) ;) })) (expression_statement "lVar2 = *(long *)(lVar2 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x20)" identifier = (pointer_expression "*(long *)(lVar2 + 0x20)" * (cast_expression "(long *)(lVar2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) ))))) ;) }))) }))) }))) }) while (parenthesized_expression "(lVar2 != 0)" ( (binary_expression "lVar2 != 0" identifier != number_literal) )) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < IDENT))) ))) )) (compound_statement { (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (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) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (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) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (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) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) }))) }))) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (return_statement return LIT ;) })) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_00130e90(long *param_1,ulong param_2)\n\n{\n int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_00130e90(long *param_1,ulong param_2)" (identifier "FUN_00130e90") (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 int iVar1;\n long extraout_RDX;\n long lVar2;\n uint uVar3;\n \n if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }\n return 0;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "long extraout_RDX;" (sized_type_specifier "long" (long "long")) (identifier "extraout_RDX") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (if_statement "if (((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }" (if "if") (parenthesized_expression "(((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1))" (( "(") (binary_expression "((-1 < (int)param_2) && (*param_1 != 0)) &&\n (iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)" (parenthesized_expression "((-1 < (int)param_2) && (*param_1 != 0))" (( "(") (binary_expression "(-1 < (int)param_2) && (*param_1 != 0)" (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")) () ")") (identifier "param_2"))) () ")")) (&& "&&") (parenthesized_expression "(*param_1 != 0)" (( "(") (binary_expression "*param_1 != 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)" (( "(") (comma_expression "iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1" (assignment_expression "iVar1 = FUN_0012fe90(*param_1)" (identifier "iVar1") (= "=") (call_expression "FUN_0012fe90(*param_1)" (identifier "FUN_0012fe90") (argument_list "(*param_1)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) () ")")))) (, ",") (comma_expression "lVar2 = extraout_RDX, (int)param_2 < iVar1" (assignment_expression "lVar2 = extraout_RDX" (identifier "lVar2") (= "=") (identifier "extraout_RDX")) (, ",") (binary_expression "(int)param_2 < iVar1" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (< "<") (identifier "iVar1")))) () ")"))) () ")")) (compound_statement "{\n do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);\n return 0;\n }" ({ "{") (do_statement "do {\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n } while (lVar2 != 0);" (do "do") (compound_statement "{\n if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }\n }" ({ "{") (if_statement "if ((int)param_2 < *(int *)(lVar2 + 0x28)) {\n lVar2 = *(long *)(lVar2 + 8);\n }\n else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" (if "if") (parenthesized_expression "((int)param_2 < *(int *)(lVar2 + 0x28))" (( "(") (binary_expression "(int)param_2 < *(int *)(lVar2 + 0x28)" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (< "<") (pointer_expression "*(int *)(lVar2 + 0x28)" (* "*") (cast_expression "(int *)(lVar2 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x28)" (( "(") (binary_expression "lVar2 + 0x28" (identifier "lVar2") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 8);\n }" ({ "{") (expression_statement "lVar2 = *(long *)(lVar2 + 8);" (assignment_expression "lVar2 = *(long *)(lVar2 + 8)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar2 + 8)" (* "*") (cast_expression "(long *)(lVar2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 8)" (( "(") (binary_expression "lVar2 + 8" (identifier "lVar2") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" (else "else") (compound_statement "{\n uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }\n }" ({ "{") (expression_statement "uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);" (assignment_expression "uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1)" (identifier "uVar3") (= "=") (binary_expression "(int)param_2 - (*(int *)(lVar2 + 0x28) + 1)" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (- "-") (parenthesized_expression "(*(int *)(lVar2 + 0x28) + 1)" (( "(") (binary_expression "*(int *)(lVar2 + 0x28) + 1" (pointer_expression "*(int *)(lVar2 + 0x28)" (* "*") (cast_expression "(int *)(lVar2 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x28)" (( "(") (binary_expression "lVar2 + 0x28" (identifier "lVar2") (+ "+") (number_literal "0x28")) () ")")))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" (identifier "param_2") (= "=") (cast_expression "(ulong)uVar3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar3"))) (; ";")) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x38);\n }" (if "if") (parenthesized_expression "((int)uVar3 < 0)" (( "(") (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x38);\n }" ({ "{") (return_statement "return *(undefined8 *)(lVar2 + 0x38);" (return "return") (pointer_expression "*(undefined8 *)(lVar2 + 0x38)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x38)" (( "(") (binary_expression "lVar2 + 0x38" (identifier "lVar2") (+ "+") (number_literal "0x38")) () ")")))) (; ";")) (} "}"))) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {\n lVar2 = *(long *)(lVar2 + 0x10);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" (if "if") (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x2c))" (( "(") (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x2c)" (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")) (< "<") (pointer_expression "*(int *)(lVar2 + 0x2c)" (* "*") (cast_expression "(int *)(lVar2 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x2c)" (( "(") (binary_expression "lVar2 + 0x2c" (identifier "lVar2") (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x10);\n }" ({ "{") (expression_statement "lVar2 = *(long *)(lVar2 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar2 + 0x10)" (* "*") (cast_expression "(long *)(lVar2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x10)" (( "(") (binary_expression "lVar2 + 0x10" (identifier "lVar2") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" (else "else") (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }\n if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }\n }" ({ "{") (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" (identifier "uVar3") (= "=") (binary_expression "uVar3 - (*(int *)(lVar2 + 0x2c) + 1)" (identifier "uVar3") (- "-") (parenthesized_expression "(*(int *)(lVar2 + 0x2c) + 1)" (( "(") (binary_expression "*(int *)(lVar2 + 0x2c) + 1" (pointer_expression "*(int *)(lVar2 + 0x2c)" (* "*") (cast_expression "(int *)(lVar2 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x2c)" (( "(") (binary_expression "lVar2 + 0x2c" (identifier "lVar2") (+ "+") (number_literal "0x2c")) () ")")))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" (identifier "param_2") (= "=") (cast_expression "(ulong)uVar3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar3"))) (; ";")) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x40);\n }" (if "if") (parenthesized_expression "((int)uVar3 < 0)" (( "(") (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x40);\n }" ({ "{") (return_statement "return *(undefined8 *)(lVar2 + 0x40);" (return "return") (pointer_expression "*(undefined8 *)(lVar2 + 0x40)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x40)" (( "(") (binary_expression "lVar2 + 0x40" (identifier "lVar2") (+ "+") (number_literal "0x40")) () ")")))) (; ";")) (} "}"))) (if_statement "if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {\n lVar2 = *(long *)(lVar2 + 0x18);\n }\n else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" (if "if") (parenthesized_expression "((int)uVar3 < *(int *)(lVar2 + 0x30))" (( "(") (binary_expression "(int)uVar3 < *(int *)(lVar2 + 0x30)" (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")) (< "<") (pointer_expression "*(int *)(lVar2 + 0x30)" (* "*") (cast_expression "(int *)(lVar2 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x30)" (( "(") (binary_expression "lVar2 + 0x30" (identifier "lVar2") (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (compound_statement "{\n lVar2 = *(long *)(lVar2 + 0x18);\n }" ({ "{") (expression_statement "lVar2 = *(long *)(lVar2 + 0x18);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x18)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar2 + 0x18)" (* "*") (cast_expression "(long *)(lVar2 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x18)" (( "(") (binary_expression "lVar2 + 0x18" (identifier "lVar2") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" (else "else") (compound_statement "{\n uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);\n param_2 = (ulong)uVar3;\n if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }\n lVar2 = *(long *)(lVar2 + 0x20);\n }" ({ "{") (expression_statement "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);" (assignment_expression "uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1)" (identifier "uVar3") (= "=") (binary_expression "uVar3 - (*(int *)(lVar2 + 0x30) + 1)" (identifier "uVar3") (- "-") (parenthesized_expression "(*(int *)(lVar2 + 0x30) + 1)" (( "(") (binary_expression "*(int *)(lVar2 + 0x30) + 1" (pointer_expression "*(int *)(lVar2 + 0x30)" (* "*") (cast_expression "(int *)(lVar2 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x30)" (( "(") (binary_expression "lVar2 + 0x30" (identifier "lVar2") (+ "+") (number_literal "0x30")) () ")")))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "param_2 = (ulong)uVar3;" (assignment_expression "param_2 = (ulong)uVar3" (identifier "param_2") (= "=") (cast_expression "(ulong)uVar3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar3"))) (; ";")) (if_statement "if ((int)uVar3 < 0) {\n return *(undefined8 *)(lVar2 + 0x48);\n }" (if "if") (parenthesized_expression "((int)uVar3 < 0)" (( "(") (binary_expression "(int)uVar3 < 0" (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3")) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n return *(undefined8 *)(lVar2 + 0x48);\n }" ({ "{") (return_statement "return *(undefined8 *)(lVar2 + 0x48);" (return "return") (pointer_expression "*(undefined8 *)(lVar2 + 0x48)" (* "*") (cast_expression "(undefined8 *)(lVar2 + 0x48)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x48)" (( "(") (binary_expression "lVar2 + 0x48" (identifier "lVar2") (+ "+") (number_literal "0x48")) () ")")))) (; ";")) (} "}"))) (expression_statement "lVar2 = *(long *)(lVar2 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar2 + 0x20)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar2 + 0x20)" (* "*") (cast_expression "(long *)(lVar2 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (} "}")))) (} "}")))) (} "}")))) (} "}")) (while "while") (parenthesized_expression "(lVar2 != 0)" (( "(") (binary_expression "lVar2 != 0" (identifier "lVar2") (!= "!=") (number_literal "0")) () ")")) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
void * function_1(type_1 *t,int var_1)
{
int var_3;
long extraout_RDX;
long var_4;
type_2 var_5;
type_3 uVar4;
uVar4 = (type_3)(type_2)var_1;
if (((-1 < var_1) && (t->root != (type_4 *)0x0)) &&
(var_3 = var_2(t->root), var_4 = extraout_RDX, (int)uVar4 < var_3)) {
do {
if ((int)uVar4 < *(int *)(var_4 + 0x28)) {
var_4 = *(long *)(var_4 + 8);
}
else {
var_5 = (int)uVar4 - (*(int *)(var_4 + 0x28) + 1);
uVar4 = (type_3)var_5;
if ((int)var_5 < 0) {
return *(void **)(var_4 + 0x38);
}
if ((int)var_5 < *(int *)(var_4 + 0x2c)) {
var_4 = *(long *)(var_4 + 0x10);
}
else {
var_5 = var_5 - (*(int *)(var_4 + 0x2c) + 1);
uVar4 = (type_3)var_5;
if ((int)var_5 < 0) {
return *(void **)(var_4 + 0x40);
}
if ((int)var_5 < *(int *)(var_4 + 0x30)) {
var_4 = *(long *)(var_4 + 0x18);
}
else {
var_5 = var_5 - (*(int *)(var_4 + 0x30) + 1);
uVar4 = (type_3)var_5;
if ((int)var_5 < 0) {
return *(void **)(var_4 + 0x48);
}
var_4 = *(long *)(var_4 + 0x20);
}
}
}
} while (var_4 != 0);
return (void *)0x0;
}
return (void *)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: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) 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: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))))) consequence: (compound_statement (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) 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)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (pointer_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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) 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)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) 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)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (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))))))))))))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (return_statement (number_literal)))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(long *param_1,ulong param_2)
{
int iVar1;
long extraout_RDX;
long lVar2;
uint uVar3;
if (((-1 < (int)param_2) && (*param_1 != 0)) &&
(iVar1 = FUN_0012fe90(*param_1), lVar2 = extraout_RDX, (int)param_2 < iVar1)) {
do {
if ((int)param_2 < *(int *)(lVar2 + 0x28)) {
lVar2 = *(long *)(lVar2 + 8);
}
else {
uVar3 = (int)param_2 - (*(int *)(lVar2 + 0x28) + 1);
param_2 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(undefined8 *)(lVar2 + 0x38);
}
if ((int)uVar3 < *(int *)(lVar2 + 0x2c)) {
lVar2 = *(long *)(lVar2 + 0x10);
}
else {
uVar3 = uVar3 - (*(int *)(lVar2 + 0x2c) + 1);
param_2 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(undefined8 *)(lVar2 + 0x40);
}
if ((int)uVar3 < *(int *)(lVar2 + 0x30)) {
lVar2 = *(long *)(lVar2 + 0x18);
}
else {
uVar3 = uVar3 - (*(int *)(lVar2 + 0x30) + 1);
param_2 = (ulong)uVar3;
if ((int)uVar3 < 0) {
return *(undefined8 *)(lVar2 + 0x48);
}
lVar2 = *(long *)(lVar2 + 0x20);
}
}
}
} while (lVar2 != 0);
return 0;
}
return 0;
}
|
18_x86_64-linux-gnux32-addr2line_and_x86_64-linux-gnux32-addr2line_strip.c
|
cplus_demangle_set_style
|
cplus_demangle_set_style
|
void cplus_demangle_set_style(void)
{
(*(code *)PTR_cplus_demangle_set_style_00108090)();
return;
}
|
void cplus_demangle_set_style(void)
{
(*(code *)PTR_cplus_demangle_set_style_00108090)();
return;
}
|
JMP qword ptr [0x00108090]
| null | null | null | null |
[(u'CAST_-1206967959', u'CALLIND_-1206968024'), ('const-0', u'RETURN_-1206968021'), ('tmp_22', u'CAST_-1206967959'), (u'CALLIND_-1206968024', u'INDIRECT_-1206967964'), (u'INDIRECT_-1206967964', u'COPY_-1206968023')]
|
[(u'CAST_-1206967959', u'CALLIND_-1206968024'), ('const-0', u'RETURN_-1206968021'), ('tmp_22', u'CAST_-1206967959'), (u'CALLIND_-1206968024', u'INDIRECT_-1206967964'), (u'INDIRECT_-1206967964', u'COPY_-1206968023')]
| null | null |
00102120
|
x64
|
O2
|
(translation_unit "void cplus_demangle_set_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}\n\n" (function_definition "void cplus_demangle_set_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_set_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_set_style_00108090)();" (call_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)" ( (pointer_expression "*(code *)PTR_cplus_demangle_set_style_00108090" * (cast_expression "(code *)PTR_cplus_demangle_set_style_00108090" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void cplus_demangle_set_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}\n\n" (function_definition "void cplus_demangle_set_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_set_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_set_style_00108090)();" (call_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)" ( (pointer_expression "*(code *)PTR_cplus_demangle_set_style_00108090" * (cast_expression "(code *)PTR_cplus_demangle_set_style_00108090" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void cplus_demangle_set_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}\n\n" (function_definition "void cplus_demangle_set_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_set_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_set_style_00108090)();" (call_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)" ( (pointer_expression "*(code *)PTR_cplus_demangle_set_style_00108090" * (cast_expression "(code *)PTR_cplus_demangle_set_style_00108090" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void cplus_demangle_set_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" (primitive_type "void") (function_declarator "cplus_demangle_set_style(void)" (identifier "cplus_demangle_set_style") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_set_style_00108090)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_cplus_demangle_set_style_00108090)();" (call_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_set_style_00108090)" (( "(") (pointer_expression "*(code *)PTR_cplus_demangle_set_style_00108090" (* "*") (cast_expression "(code *)PTR_cplus_demangle_set_style_00108090" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_cplus_demangle_set_style_00108090"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_cplus_demangle_set_style_00108090)();
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_00108090)();
return;
}
|
3279_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
|
__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>
|
FUN_001b9750
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,
std::vector<gold::Output_segment*> >, long int, gold::Output_segment**,
__gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments> > */
void std::
__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>
(__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>
__first,__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>
__middle,
__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>
__last,long __len1,long __len2,Output_segment **__buffer,long __buffer_size,
_Iter_comp_iter<gold::Layout::Compare_segments> __comp)
{
Output_segment *pOVar1;
bool bVar2;
long lVar3;
__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>
__last_00;
Output_segment **ppOVar4;
Output_segment **ppOVar5;
size_t __n;
long local_68;
long local_60;
__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>
local_58;
__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>
local_50;
while( true ) {
lVar3 = __buffer_size;
if (__len2 <= __buffer_size) {
lVar3 = __len2;
}
if (__len1 <= lVar3) {
__n = (long)__middle._M_current - (long)__first._M_current;
if (__middle._M_current != __first._M_current) {
memmove(__buffer,__first._M_current,__n);
}
ppOVar5 = (Output_segment **)((long)__buffer + __n);
if (__buffer == ppOVar5) {
return;
}
if (__last._M_current != __middle._M_current) {
do {
bVar2 = gold::Layout::segment_precedes
((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);
if (bVar2) {
pOVar1 = *__middle._M_current;
__middle._M_current = __middle._M_current + 1;
*__first._M_current = pOVar1;
}
else {
pOVar1 = *__buffer;
__buffer = __buffer + 1;
*__first._M_current = pOVar1;
}
if (ppOVar5 == __buffer) {
return;
}
__first._M_current = __first._M_current + 1;
} while (__last._M_current != __middle._M_current);
__n = (long)ppOVar5 - (long)__buffer;
}
goto LAB_001b99d2;
}
if (__len2 <= __buffer_size) break;
if (__len2 < __len1) {
local_60 = __len1 / 2;
local_58._M_current = __first._M_current + local_60;
local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>
(__middle,__last,local_58._M_current,
(_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_);
local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3;
}
else {
local_68 = __len2 / 2;
local_50._M_current = __middle._M_current + local_68;
local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>
(__first,__middle,local_50._M_current,
(_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);
local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;
}
__len1 = __len1 - local_60;
__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment**,_long_int>
(local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size);
__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>
(__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp);
__len2 = __len2 - local_68;
__middle._M_current = local_50._M_current;
__first = __last_00;
}
__n = (long)__last._M_current - (long)__middle._M_current;
if (__last._M_current != __middle._M_current) {
memmove(__buffer,__middle._M_current,__n);
}
ppOVar5 = (Output_segment **)((long)__buffer + __n);
if (__middle._M_current == __first._M_current) {
if (__buffer != ppOVar5) {
__first._M_current = __last._M_current - __n;
LAB_001b99d2:
memmove(__first._M_current,__buffer,__n);
return;
}
}
else if (__buffer != ppOVar5) {
ppOVar4 = __middle._M_current + -1;
ppOVar5 = ppOVar5 + -1;
while( true ) {
while( true ) {
__last._M_current = __last._M_current + -1;
bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);
if (bVar2) break;
*__last._M_current = *ppOVar5;
if (__buffer == ppOVar5) {
return;
}
ppOVar5 = ppOVar5 + -1;
}
*__last._M_current = *ppOVar4;
if (ppOVar4 == __first._M_current) break;
ppOVar4 = ppOVar4 + -1;
}
if (__buffer != ppOVar5 + 1) {
__n = (long)(ppOVar5 + 1) - (long)__buffer;
__first._M_current = __last._M_current - __n;
goto LAB_001b99d2;
}
}
return;
}
|
void FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,
long param_5,undefined8 *param_6,long param_7,undefined8 param_8)
{
undefined8 uVar1;
char cVar2;
long lVar3;
undefined8 *puVar4;
size_t __n;
long local_68;
long local_60;
undefined8 *local_58;
undefined8 *local_50;
while( true ) {
lVar3 = param_7;
if (param_5 <= param_7) {
lVar3 = param_5;
}
if (param_4 <= lVar3) {
__n = (long)param_2 - (long)param_1;
if (param_2 != param_1) {
memmove(param_6,param_1,__n);
}
puVar4 = (undefined8 *)((long)param_6 + __n);
if (param_6 == puVar4) {
return;
}
if (param_3 != param_2) {
do {
cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);
if (cVar2 == '\0') {
uVar1 = *param_6;
param_6 = param_6 + 1;
*param_1 = uVar1;
}
else {
uVar1 = *param_2;
param_2 = param_2 + 1;
*param_1 = uVar1;
}
if (puVar4 == param_6) {
return;
}
param_1 = param_1 + 1;
} while (param_3 != param_2);
__n = (long)puVar4 - (long)param_6;
}
goto LAB_001b99d2;
}
if (param_5 <= param_7) break;
if (param_5 < param_4) {
local_60 = param_4 / 2;
local_58 = param_1 + local_60;
local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);
local_68 = (long)local_50 - (long)param_2 >> 3;
}
else {
local_68 = param_5 / 2;
local_50 = param_2 + local_68;
local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);
local_60 = (long)local_58 - (long)param_1 >> 3;
}
param_4 = param_4 - local_60;
puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);
FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);
param_5 = param_5 - local_68;
param_2 = local_50;
param_1 = puVar4;
}
__n = (long)param_3 - (long)param_2;
if (param_3 != param_2) {
memmove(param_6,param_2,__n);
}
puVar4 = (undefined8 *)((long)param_6 + __n);
if (param_2 == param_1) {
if (param_6 != puVar4) {
param_1 = (undefined8 *)((long)param_3 - __n);
LAB_001b99d2:
memmove(param_1,param_6,__n);
return;
}
}
else if (param_6 != puVar4) {
param_2 = param_2 + -1;
puVar4 = puVar4 + -1;
while( true ) {
while( true ) {
param_3 = param_3 + -1;
cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);
if (cVar2 != '\0') break;
*param_3 = *puVar4;
if (param_6 == puVar4) {
return;
}
puVar4 = puVar4 + -1;
}
*param_3 = *param_2;
if (param_2 == param_1) break;
param_2 = param_2 + -1;
}
if (param_6 != puVar4 + 1) {
__n = (long)(puVar4 + 1) - (long)param_6;
param_1 = (undefined8 *)((long)param_3 - __n);
goto LAB_001b99d2;
}
}
return;
}
|
PUSH R15
PUSH R14
PUSH R13
MOV R13,R8
PUSH R12
MOV R12,RDX
PUSH RBP
MOV RBP,R9
PUSH RBX
MOV RBX,RSI
SUB RSP,0x38
MOV R14,qword ptr [RSP + 0x70]
MOV R15,qword ptr [RSP + 0x78]
CMP R8,R14
MOV RAX,R14
CMOVLE RAX,R8
CMP RCX,RAX
JG 0x001b9830
MOV R14,RSI
MOV R8,RDI
MOV RCX,RSI
SUB R14,RDI
CMP RSI,RDI
JZ 0x001b97b8
MOV qword ptr [RSP + 0x8],RSI
MOV RDX,R14
MOV RSI,RDI
MOV qword ptr [RSP],RDI
MOV RDI,R9
CALL 0x001476d0
MOV RCX,qword ptr [RSP + 0x8]
MOV R8,qword ptr [RSP]
LEA R13,[RBP + R14*0x1]
CMP RBP,R13
JZ 0x001b981d
CMP R12,RBX
JZ 0x001b99c9
MOV RBX,RCX
MOV R14,R8
JMP 0x001b97f5
MOV RAX,qword ptr [RBX]
ADD R14,0x8
ADD RBX,0x8
MOV qword ptr [R14 + -0x8],RAX
CMP R13,RBP
JZ 0x001b981d
CMP R12,RBX
JZ 0x001b99c0
MOV RDX,qword ptr [RBP]
MOV RSI,qword ptr [RBX]
MOV RDI,R15
CALL 0x001a5c70
TEST AL,AL
JNZ 0x001b97d8
MOV RAX,qword ptr [RBP]
ADD RBP,0x8
ADD R14,0x8
MOV qword ptr [R14 + -0x8],RAX
CMP R13,RBP
JNZ 0x001b97ec
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV R10,RDI
CMP R8,R14
JG 0x001b98c8
MOV R14,RDX
SUB R14,RSI
CMP RDX,RSI
JZ 0x001b985a
MOV qword ptr [RSP],RDI
MOV RDX,R14
MOV RDI,R9
CALL 0x001476d0
MOV R10,qword ptr [RSP]
LEA R13,[RBP + R14*0x1]
CMP RBX,R10
JZ 0x001b9a60
CMP RBP,R13
JZ 0x001b981d
SUB RBX,0x8
SUB R13,0x8
SUB R12,0x8
MOV R14,R10
JMP 0x001b9898
MOV RAX,qword ptr [RBX]
MOV qword ptr [R12],RAX
CMP RBX,R14
JZ 0x001b9a40
SUB RBX,0x8
SUB R12,0x8
MOV RDX,qword ptr [RBX]
MOV RSI,qword ptr [R13]
MOV RDI,R15
CALL 0x001a5c70
TEST AL,AL
JNZ 0x001b9880
MOV RAX,qword ptr [R13]
MOV qword ptr [R12],RAX
CMP RBP,R13
JZ 0x001b981d
SUB R13,0x8
JMP 0x001b9894
CMP RCX,R8
JG 0x001b99e8
MOV RAX,R8
MOV qword ptr [RSP + 0x20],RCX
MOV RCX,R15
SHR RAX,0x3f
MOV qword ptr [RSP + 0x8],RDI
ADD RAX,R8
SAR RAX,0x1
MOV qword ptr [RSP],RAX
LEA RAX,[RSI + RAX*0x8]
MOV RDX,RAX
MOV qword ptr [RSP + 0x18],RAX
CALL 0x001b91d0
MOV R10,qword ptr [RSP + 0x8]
MOV R11,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x10],RAX
SUB RAX,R10
SAR RAX,0x3
MOV qword ptr [RSP + 0x8],RAX
SUB R11,qword ptr [RSP + 0x8]
MOV qword ptr [RSP + 0x28],R10
MOV R9,RBP
MOV RSI,RBX
SUB RSP,0x8
MOV RCX,R11
PUSH R14
MOV R8,qword ptr [RSP + 0x10]
MOV RDI,qword ptr [RSP + 0x20]
MOV RDX,qword ptr [RSP + 0x28]
MOV qword ptr [RSP + 0x30],R11
CALL 0x001b9640
MOV R9,RBP
MOV RBX,RAX
POP RAX
POP RDX
PUSH R15
PUSH R14
MOV R10,qword ptr [RSP + 0x38]
MOV RDX,RBX
MOV R8,qword ptr [RSP + 0x10]
MOV RCX,qword ptr [RSP + 0x18]
MOV RSI,qword ptr [RSP + 0x20]
MOV RDI,R10
CALL 0x001b9750
MOV R11,qword ptr [RSP + 0x30]
MOV R8,R13
MOV R9,RBP
SUB R8,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RSP + 0x28]
MOV RDX,R12
MOV RDI,RBX
MOV qword ptr [RSP + 0x88],R15
MOV RCX,R11
MOV qword ptr [RSP + 0x80],R14
ADD RSP,0x48
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
JMP 0x001b9750
MOV R8,R14
MOV R14,R13
SUB R14,RBP
MOV RDX,R14
MOV RSI,RBP
MOV RDI,R8
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
JMP 0x001476d0
MOV RAX,RCX
MOV qword ptr [RSP + 0x28],RCX
MOV RSI,R12
SHR RAX,0x3f
MOV qword ptr [RSP + 0x20],RDI
ADD RAX,RCX
MOV RCX,R15
SAR RAX,0x1
MOV qword ptr [RSP + 0x8],RAX
LEA RAX,[RDI + RAX*0x8]
MOV RDI,RBX
MOV RDX,RAX
MOV qword ptr [RSP + 0x10],RAX
CALL 0x001b9150
MOV R10,qword ptr [RSP + 0x20]
MOV R11,qword ptr [RSP + 0x28]
MOV qword ptr [RSP + 0x18],RAX
SUB RAX,RBX
SAR RAX,0x3
MOV qword ptr [RSP],RAX
JMP 0x001b991b
LEA RDX,[R13 + 0x8]
CMP RBP,RDX
JZ 0x001b981d
SUB RDX,RBP
MOV RDI,R12
MOV RSI,RBP
SUB RDI,RDX
JMP 0x001b99d2
CMP RBP,R13
JZ 0x001b981d
MOV RDI,R12
MOV RDX,R14
MOV RSI,RBP
SUB RDI,R14
JMP 0x001b99d2
| null | null | null | null |
[('const-1', u'PTRADD_-1207656521'), (u'MULTIEQUAL_-1207656383', u'CALL_-1207657418'), (u'MULTIEQUAL_-1207657335', u'INT_SLESSEQUAL_-1207658543'), (u'CAST_-1207656383', u'PTRADD_-1207656385'), ('tmp_178', u'CBRANCH_-1207658551'), (u'INT_NOTEQUAL_-1207658274', u'CBRANCH_-1207658273'), (u'INT_SUB_-1207658076', u'CALL_-1207658047'), (u'CAST_-1207656594', u'INT_SUB_-1207658515'), (u'MULTIEQUAL_-1207656880', u'PTRADD_-1207655916'), (u'MULTIEQUAL_-1207657364', u'INT_SLESSEQUAL_-1207658543'), (u'MULTIEQUAL_-1207657174', u'MULTIEQUAL_-1207656532'), (u'PTRADD_-1207656488', u'MULTIEQUAL_-1207656530'), (u'INT_SUB_-1207657301', u'MULTIEQUAL_-1207657269'), ('const-433', u'LOAD_-1207658332'), (u'MULTIEQUAL_-1207657160', u'LOAD_-1207658370'), ('const-433', u'LOAD_-1207657919'), (u'MULTIEQUAL_-1207657305', u'INT_NOTEQUAL_-1207658508'), ('const--1', u'PTRADD_-1207656385'), ('const-433', u'STORE_-1207657888'), (u'LOAD_-1207658249', u'STORE_-1207658215'), ('const--1', u'PTRADD_-1207656390'), (u'PTRADD_-1207656380', u'INT_SUB_-1207657357'), (u'INT_SUB_-1207657782', u'MULTIEQUAL_-1207656711'), ('const-0', u'RETURN_-1207656502'), ('const-8', u'PTRADD_-1207656390'), ('tmp_2617', u'BRANCH_-1207656950'), (u'MULTIEQUAL_-1207657160', u'PTRADD_-1207656488'), ('tmp_1111', u'BRANCH_-1207657951'), ('tmp_2653', u'CALL_-1207657418'), (u'CAST_-1207656552', u'CAST_-1207656024'), (u'MULTIEQUAL_-1207657174', u'PTRADD_-1207656535'), (u'COPY_-1207656111', u'MULTIEQUAL_-1207657288'), ('tmp_2650', u'INT_NOTEQUAL_-1207658274'), ('const-0', u'RETURN_-1207657722'), ('tmp_2653', u'CAST_-1207656553'), (u'COPY_-1207656684', u'MULTIEQUAL_-1207657335'), (u'INT_SUB_-1207658515', u'INT_ADD_-1207658441'), (u'MULTIEQUAL_-1207657305', u'MULTIEQUAL_-1207657174'), (u'MULTIEQUAL_-1207656401', u'CALL_-1207657418'), (u'MULTIEQUAL_-1207657364', u'INT_SUB_-1207657489'), (u'MULTIEQUAL_-1207657288', u'INT_NOTEQUAL_-1207658508'), (u'CALL_-1207657418', u'COPY_-1207656111'), (u'MULTIEQUAL_-1207657288', u'INT_EQUAL_-1207657870'), ('tmp_2654', u'INT_SLESSEQUAL_-1207658096'), (u'MULTIEQUAL_-1207656419', u'INT_SUB_-1207657489'), (u'LOAD_-1207658364', u'CALL_-1207658348'), (u'PTRADD_-1207656255', u'MULTIEQUAL_-1207656383'), ('const-1', u'PTRADD_-1207655916'), ('tmp_2653', u'MULTIEQUAL_-1207657160'), ('const-0', u'RETURN_-1207656501'), ('tmp_1198', u'CBRANCH_-1207657858'), (u'INT_SUB_-1207658076', u'MULTIEQUAL_-1207656711'), (u'MULTIEQUAL_-1207657305', u'INT_NOTEQUAL_-1207658069'), (u'PTRADD_-1207655916', u'INT_NOTEQUAL_-1207657402'), ('tmp_2651', u'MULTIEQUAL_-1207657364'), (u'INT_SDIV_-1207657606', u'MULTIEQUAL_-1207656438'), ('const-8', u'PTRADD_-1207656255'), (u'CALL_-1207657596', u'CAST_-1207656194'), (u'INT_NOTEQUAL_-1207658069', u'CBRANCH_-1207658068'), (u'INT_SLESSEQUAL_-1207658096', u'CBRANCH_-1207658104'), (u'MULTIEQUAL_-1207657269', u'INT_SUB_-1207657301'), (u'COPY_-1207656685', u'MULTIEQUAL_-1207657335'), (u'MULTIEQUAL_-1207657288', u'CAST_-1207656193'), (u'LOAD_-1207657886', u'STORE_-1207657878'), (u'INT_SRIGHT_-1207657528', u'MULTIEQUAL_-1207656419'), (u'MULTIEQUAL_-1207656711', u'CALL_-1207657726'), (u'INT_SUB_-1207657377', u'INT_SUB_-1207657357'), (u'PTRADD_-1207656352', u'MULTIEQUAL_-1207657015'), (u'INT_SLESSEQUAL_-1207658543', u'CBRANCH_-1207658551'), (u'MULTIEQUAL_-1207657288', u'CALL_-1207657342'), (u'MULTIEQUAL_-1207657305', u'CAST_-1207656595'), ('tmp_1158', u'CBRANCH_-1207657886'), ('tmp_2653', u'MULTIEQUAL_-1207656670'), ('const-433', u'LOAD_-1207658249'), (u'MULTIEQUAL_-1207657015', u'LOAD_-1207657895'), ('tmp_2655', u'CALL_-1207657342'), (u'MULTIEQUAL_-1207657015', u'LOAD_-1207657924'), (u'CAST_-1207656595', u'INT_SUB_-1207658515'), (u'INT_ADD_-1207658441', u'CAST_-1207656552'), ('const-1', u'PTRADD_-1207656488'), ('tmp_2654', u'CALL_-1207657418'), (u'INT_SDIV_-1207657049', u'PTRADD_-1207655971'), (u'MULTIEQUAL_-1207657015', u'INT_EQUAL_-1207657870'), ('const-8', u'PTRADD_-1207656380'), (u'INT_NOTEQUAL_-1207658508', u'CBRANCH_-1207658507'), ('tmp_2650', u'CAST_-1207656413'), (u'CAST_-1207655911', u'INT_SUB_-1207656988'), ('const--1', u'PTRADD_-1207656380'), ('tmp_2250', u'BRANCH_-1207657216'), ('tmp_2650', u'INT_NOTEQUAL_-1207658069'), ('tmp_841', u'CBRANCH_-1207658195'), ('tmp_2653', u'CAST_-1207656384'), ('const-433', u'STORE_-1207657878'), (u'INT_SUB_-1207657489', u'MULTIEQUAL_-1207657364'), ('tmp_2655', u'CAST_-1207655932'), (u'MULTIEQUAL_-1207656532', u'INT_NOTEQUAL_-1207658274'), (u'CAST_-1207656384', u'INT_ADD_-1207658022'), ('tmp_2649', u'COPY_-1207656725'), (u'COPY_-1207656112', u'MULTIEQUAL_-1207657305'), (u'MULTIEQUAL_-1207656670', u'CALL_-1207657726'), (u'MULTIEQUAL_-1207657015', u'MULTIEQUAL_-1207657015'), (u'INT_NOTEQUAL_-1207658420', u'CBRANCH_-1207658419'), (u'PTRADD_-1207656380', u'STORE_-1207657878'), ('const-8', u'PTRADD_-1207656307'), ('tmp_1226', u'BRANCH_-1207657839'), (u'INT_NOTEQUAL_-1207657342', u'CBRANCH_-1207657341'), (u'INT_EQUAL_-1207658437', u'CBRANCH_-1207658435'), ('const-8', u'PTRADD_-1207656521'), (u'MULTIEQUAL_-1207656438', u'INT_SUB_-1207657301'), (u'INT_SLESSEQUAL_-1207658565', u'CBRANCH_-1207658573'), (u'PTRADD_-1207656255', u'CALL_-1207657596'), ('const-2', u'INT_SDIV_-1207657049'), ('tmp_1510', u'CBRANCH_-1207657722'), (u'INT_NOTEQUAL_-1207657402', u'CBRANCH_-1207657401'), (u'CALL_-1207657902', u'CBRANCH_-1207657886'), (u'CALL_-1207657418', u'CALL_-1207657342'), (u'PTRADD_-1207656521', u'MULTIEQUAL_-1207657036'), ('tmp_1410', u'BRANCH_-1207657363'), (u'PTRADD_-1207656390', u'MULTIEQUAL_-1207657015'), (u'MULTIEQUAL_-1207657269', u'INT_SLESS_-1207657715'), ('tmp_2650', u'MULTIEQUAL_-1207656677'), (u'MULTIEQUAL_-1207657160', u'LOAD_-1207658332'), (u'MULTIEQUAL_-1207657174', u'LOAD_-1207658364'), (u'MULTIEQUAL_-1207656532', u'MULTIEQUAL_-1207657174'), (u'MULTIEQUAL_-1207657269', u'INT_SLESSEQUAL_-1207658565'), (u'INT_NOTEQUAL_-1207657997', u'CBRANCH_-1207657996'), (u'INT_ADD_-1207658022', u'CAST_-1207656383'), (u'CAST_-1207656480', u'CALL_-1207658348'), (u'MULTIEQUAL_-1207657269', u'INT_SDIV_-1207657606'), (u'CAST_-1207656215', u'CALL_-1207657596'), (u'INT_EQUAL_-1207657860', u'CBRANCH_-1207657858'), (u'LOAD_-1207657924', u'CALL_-1207657902'), (u'MULTIEQUAL_-1207657305', u'PTRADD_-1207656390'), ('const-433', u'LOAD_-1207657895'), (u'MULTIEQUAL_-1207657364', u'INT_SLESS_-1207657715'), (u'MULTIEQUAL_-1207656530', u'MULTIEQUAL_-1207657160'), (u'MULTIEQUAL_-1207657288', u'CALL_-1207658474'), (u'CAST_-1207656412', u'INT_SUB_-1207658076'), ('tmp_999', u'CBRANCH_-1207658016'), (u'LOAD_-1207657919', u'CALL_-1207657902'), ('const-0', u'RETURN_-1207656500'), (u'INT_SUB_-1207658515', u'MULTIEQUAL_-1207656711'), ('tmp_2655', u'CAST_-1207656480'), (u'CAST_-1207656383', u'INT_NOTEQUAL_-1207657997'), ('tmp_2652', u'MULTIEQUAL_-1207657269'), ('const-8', u'PTRADD_-1207656488'), (u'CAST_-1207656023', u'INT_SUB_-1207657782'), ('tmp_2648', u'MULTIEQUAL_-1207657288'), (u'MULTIEQUAL_-1207656419', u'CALL_-1207657342'), ('const--1', u'PTRADD_-1207656307'), (u'MULTIEQUAL_-1207656880', u'MULTIEQUAL_-1207656880'), (u'INT_SUB_-1207657357', u'MULTIEQUAL_-1207656652'), ('tmp_401', u'CBRANCH_-1207658332'), ('tmp_318', u'CBRANCH_-1207658435'), ('const-8', u'PTRADD_-1207656352'), (u'MULTIEQUAL_-1207656530', u'INT_EQUAL_-1207658197'), ('tmp_2654', u'CALL_-1207657342'), ('tmp_2653', u'INT_EQUAL_-1207658437'), ('tmp_1473', u'BRANCH_-1207657311'), ('tmp_2650', u'CALL_-1207657033'), (u'MULTIEQUAL_-1207657305', u'INT_NOTEQUAL_-1207658420'), (u'MULTIEQUAL_-1207656438', u'CALL_-1207657418'), ('const-433', u'LOAD_-1207658364'), (u'INT_SUB_-1207657305', u'MULTIEQUAL_-1207656652'), ('tmp_881', u'CBRANCH_-1207658104'), (u'MULTIEQUAL_-1207656652', u'CALL_-1207657726'), (u'MULTIEQUAL_-1207657036', u'PTRADD_-1207656521'), (u'MULTIEQUAL_-1207657288', u'MULTIEQUAL_-1207657036'), ('tmp_348', u'CBRANCH_-1207658419'), (u'MULTIEQUAL_-1207656880', u'PTRADD_-1207656307'), (u'PTRADD_-1207656380', u'MULTIEQUAL_-1207656677'), (u'MULTIEQUAL_-1207657305', u'CALL_-1207658047'), ('tmp_621', u'CBRANCH_-1207658273'), (u'LOAD_-1207658370', u'CALL_-1207658348'), (u'PTRADD_-1207655916', u'CAST_-1207655882'), (u'MULTIEQUAL_-1207656530', u'CAST_-1207656023'), (u'MULTIEQUAL_-1207657305', u'CAST_-1207656412'), ('tmp_1439', u'CBRANCH_-1207657341'), (u'INT_SDIV_-1207657606', u'PTRADD_-1207656255'), ('const-0', u'RETURN_-1207658219'), (u'INT_EQUAL_-1207657870', u'CBRANCH_-1207657868'), ('const-2', u'INT_SDIV_-1207657606'), (u'MULTIEQUAL_-1207656383', u'COPY_-1207656112'), (u'CAST_-1207655881', u'INT_SUB_-1207657377'), ('tmp_1291', u'CBRANCH_-1207657868'), (u'MULTIEQUAL_-1207657305', u'CAST_-1207655910'), (u'INT_EQUAL_-1207658018', u'CBRANCH_-1207658016'), (u'PTRADD_-1207656535', u'MULTIEQUAL_-1207656532'), (u'INT_SLESS_-1207657715', u'CBRANCH_-1207657722'), (u'PTRADD_-1207656521', u'MULTIEQUAL_-1207656652'), ('const-3', u'INT_SRIGHT_-1207656965'), (u'COPY_-1207656725', u'MULTIEQUAL_-1207657305'), ('const-8', u'PTRADD_-1207656385'), ('const-8', u'PTRADD_-1207656535'), (u'CAST_-1207656193', u'INT_SUB_-1207657551'), (u'MULTIEQUAL_-1207657305', u'CALL_-1207657596'), ('tmp_2654', u'COPY_-1207656685'), (u'CAST_-1207655882', u'INT_SUB_-1207657377'), (u'CAST_-1207656310', u'CALL_-1207657902'), ('tmp_1029', u'CBRANCH_-1207657996'), ('const-433', u'LOAD_-1207657924'), ('tmp_1352', u'CBRANCH_-1207657401'), (u'INT_SUB_-1207657551', u'INT_SRIGHT_-1207657528'), (u'LOAD_-1207657895', u'STORE_-1207657888'), ('tmp_2655', u'CAST_-1207656215'), (u'CAST_-1207656553', u'INT_ADD_-1207658441'), ('tmp_939', u'CBRANCH_-1207658068'), (u'LOAD_-1207658332', u'STORE_-1207658297'), ('tmp_2653', u'CALL_-1207658047'), (u'MULTIEQUAL_-1207657364', u'INT_SDIV_-1207657049'), (u'INT_SUB_-1207658076', u'INT_ADD_-1207658022'), (u'PTRADD_-1207656307', u'MULTIEQUAL_-1207656880'), (u'CAST_-1207655932', u'CALL_-1207657033'), (u'INT_SUB_-1207658076', u'INT_SUB_-1207657305'), ('tmp_2653', u'INT_NOTEQUAL_-1207657402'), (u'INT_SUB_-1207658515', u'CALL_-1207658474'), (u'CAST_-1207655910', u'INT_SUB_-1207656988'), ('const-8', u'PTRADD_-1207655971'), (u'MULTIEQUAL_-1207657305', u'CALL_-1207657033'), ('const-433', u'LOAD_-1207658370'), ('tmp_2655', u'CAST_-1207656310'), (u'CAST_-1207656552', u'INT_EQUAL_-1207658437'), (u'CAST_-1207656024', u'INT_SUB_-1207657782'), (u'MULTIEQUAL_-1207657305', u'PTRADD_-1207656255'), ('const-433', u'STORE_-1207658215'), (u'MULTIEQUAL_-1207657288', u'INT_EQUAL_-1207658018'), (u'PTRADD_-1207656380', u'STORE_-1207657888'), (u'INT_SRIGHT_-1207656965', u'MULTIEQUAL_-1207656438'), (u'CAST_-1207656552', u'INT_EQUAL_-1207658197'), (u'MULTIEQUAL_-1207657305', u'INT_EQUAL_-1207658018'), (u'PTRADD_-1207656385', u'MULTIEQUAL_-1207656880'), (u'INT_SDIV_-1207657049', u'MULTIEQUAL_-1207656419'), (u'MULTIEQUAL_-1207656401', u'CALL_-1207657342'), (u'MULTIEQUAL_-1207656880', u'LOAD_-1207657886'), ('const--1', u'PTRADD_-1207656352'), ('const-433', u'LOAD_-1207657886'), ('tmp_2653', u'INT_EQUAL_-1207657860'), (u'MULTIEQUAL_-1207656530', u'MULTIEQUAL_-1207656670'), ('const-433', u'STORE_-1207658297'), (u'MULTIEQUAL_-1207656677', u'PTRADD_-1207656380'), ('tmp_240', u'CBRANCH_-1207658507'), (u'INT_EQUAL_-1207658197', u'CBRANCH_-1207658195'), (u'MULTIEQUAL_-1207657036', u'STORE_-1207658215'), (u'PTRADD_-1207655971', u'CALL_-1207657033'), ('const-8', u'PTRADD_-1207655916'), (u'MULTIEQUAL_-1207657288', u'MULTIEQUAL_-1207656652'), (u'INT_SUB_-1207657489', u'CALL_-1207657418'), (u'MULTIEQUAL_-1207657015', u'PTRADD_-1207656352'), (u'CAST_-1207656413', u'INT_SUB_-1207658076'), ('tmp_2653', u'CAST_-1207655881'), (u'MULTIEQUAL_-1207657036', u'STORE_-1207658297'), (u'MULTIEQUAL_-1207656438', u'CALL_-1207657342'), (u'CAST_-1207656194', u'INT_SUB_-1207657551'), ('const-3', u'INT_SRIGHT_-1207657528'), ('const-1', u'PTRADD_-1207656535'), ('tmp_2653', u'INT_NOTEQUAL_-1207657997'), ('tmp_2654', u'INT_SLESSEQUAL_-1207658565'), (u'MULTIEQUAL_-1207657288', u'CALL_-1207657596'), ('tmp_2650', u'INT_NOTEQUAL_-1207658420'), (u'MULTIEQUAL_-1207657174', u'LOAD_-1207658249'), (u'CALL_-1207657033', u'MULTIEQUAL_-1207656383'), ('tmp_2653', u'CALL_-1207658474'), (u'PTRADD_-1207655971', u'MULTIEQUAL_-1207656401'), (u'MULTIEQUAL_-1207656880', u'LOAD_-1207657919'), (u'CALL_-1207657596', u'MULTIEQUAL_-1207656401'), (u'MULTIEQUAL_-1207656880', u'INT_EQUAL_-1207657860'), (u'INT_SUB_-1207656988', u'INT_SRIGHT_-1207656965'), (u'INT_SUB_-1207657377', u'MULTIEQUAL_-1207656711'), (u'MULTIEQUAL_-1207657269', u'COPY_-1207656684'), (u'MULTIEQUAL_-1207657160', u'MULTIEQUAL_-1207656530'), ('tmp_138', u'CBRANCH_-1207658573'), (u'CAST_-1207656383', u'INT_NOTEQUAL_-1207657342'), (u'MULTIEQUAL_-1207657269', u'INT_SLESSEQUAL_-1207658096'), ('tmp_2653', u'CALL_-1207657342'), ('tmp_2653', u'INT_NOTEQUAL_-1207657342'), (u'CALL_-1207658348', u'CBRANCH_-1207658332'), (u'MULTIEQUAL_-1207657288', u'CAST_-1207656594'), (u'MULTIEQUAL_-1207657288', u'PTRADD_-1207655971'), (u'MULTIEQUAL_-1207657305', u'CALL_-1207657418'), (u'CALL_-1207657033', u'CAST_-1207655911'), ('tmp_2650', u'INT_SUB_-1207657305')]
|
[(u'INT_SUB_-1207657301', u'MULTIEQUAL_-1207657272'), ('const-433', u'LOAD_-1207658249'), ('tmp_178', u'CBRANCH_-1207658551'), (u'INT_NOTEQUAL_-1207658274', u'CBRANCH_-1207658273'), (u'INT_SUB_-1207658076', u'CALL_-1207658047'), (u'MULTIEQUAL_-1207657308', u'CALL_-1207657418'), ('const-8', u'PTRADD_-1207656524'), (u'COPY_-1207656687', u'MULTIEQUAL_-1207657338'), (u'CAST_-1207655912', u'INT_SUB_-1207656988'), ('tmp_4617', u'CAST_-1207656417'), (u'CAST_-1207656136', u'COPY_-1207656114'), ('const-8', u'PTRADD_-1207656355'), ('tmp_4617', u'CAST_-1207655850'), ('tmp_6224', u'CALL_-1207658348'), (u'INT_SUB_-1207657782', u'MULTIEQUAL_-1207656714'), (u'MULTIEQUAL_-1207656883', u'INT_EQUAL_-1207657860'), (u'MULTIEQUAL_-1207657308', u'INT_EQUAL_-1207658018'), (u'CAST_-1207656387', u'PTRADD_-1207656388'), (u'MULTIEQUAL_-1207657291', u'INT_EQUAL_-1207658018'), (u'MULTIEQUAL_-1207657018', u'INT_EQUAL_-1207657870'), ('tmp_6224', u'CALL_-1207657342'), (u'PTRADD_-1207656383', u'CAST_-1207655874'), (u'MULTIEQUAL_-1207656535', u'INT_NOTEQUAL_-1207658274'), (u'MULTIEQUAL_-1207656404', u'CALL_-1207657342'), (u'CAST_-1207655850', u'INT_SUB_-1207657305'), (u'CAST_-1207656556', u'INT_ADD_-1207658441'), (u'LOAD_-1207658249', u'STORE_-1207658215'), ('tmp_4617', u'INT_NOTEQUAL_-1207658420'), ('tmp_4617', u'CALL_-1207657033'), ('const-3', u'INT_SRIGHT_-1207656965'), (u'MULTIEQUAL_-1207657338', u'INT_SLESSEQUAL_-1207658543'), (u'MULTIEQUAL_-1207657308', u'INT_NOTEQUAL_-1207658069'), ('const-0', u'RETURN_-1207656505'), ('tmp_2617', u'BRANCH_-1207656950'), ('const-1', u'PTRADD_-1207656491'), ('tmp_1111', u'BRANCH_-1207657951'), (u'MULTIEQUAL_-1207657291', u'CALL_-1207658474'), ('const-433', u'STORE_-1207657888'), (u'MULTIEQUAL_-1207657272', u'INT_SUB_-1207657301'), ('tmp_4610', u'MULTIEQUAL_-1207657163'), (u'MULTIEQUAL_-1207657272', u'INT_SDIV_-1207657606'), (u'MULTIEQUAL_-1207656883', u'MULTIEQUAL_-1207656883'), (u'MULTIEQUAL_-1207656441', u'INT_SUB_-1207657301'), (u'INT_SUB_-1207657357', u'CAST_-1207655873'), ('tmp_4610', u'CALL_-1207658474'), (u'MULTIEQUAL_-1207657272', u'COPY_-1207656687'), (u'MULTIEQUAL_-1207657163', u'LOAD_-1207658332'), (u'MULTIEQUAL_-1207657272', u'INT_SLESSEQUAL_-1207658565'), ('const-0', u'RETURN_-1207657722'), (u'MULTIEQUAL_-1207657367', u'INT_SDIV_-1207657049'), (u'INT_SUB_-1207658515', u'INT_ADD_-1207658441'), (u'COPY_-1207656114', u'MULTIEQUAL_-1207657291'), ('tmp_4610', u'CALL_-1207658047'), (u'MULTIEQUAL_-1207656441', u'CALL_-1207657418'), (u'INT_SDIV_-1207657049', u'MULTIEQUAL_-1207656422'), ('tmp_4617', u'INT_NOTEQUAL_-1207658069'), (u'PTRADD_-1207656383', u'STORE_-1207657878'), ('tmp_6224', u'CALL_-1207657033'), ('tmp_4613', u'COPY_-1207656728'), (u'INT_SUB_-1207658515', u'MULTIEQUAL_-1207656714'), (u'MULTIEQUAL_-1207657291', u'PTRADD_-1207655974'), (u'LOAD_-1207658364', u'CALL_-1207658348'), (u'MULTIEQUAL_-1207657308', u'INT_NOTEQUAL_-1207658508'), (u'CAST_-1207656028', u'INT_SUB_-1207657782'), (u'CAST_-1207656598', u'INT_SUB_-1207658515'), ('tmp_1198', u'CBRANCH_-1207657858'), (u'MULTIEQUAL_-1207656655', u'CALL_-1207657726'), (u'MULTIEQUAL_-1207657367', u'INT_SUB_-1207657489'), ('const-1', u'PTRADD_-1207656524'), (u'INT_NOTEQUAL_-1207658069', u'CBRANCH_-1207658068'), (u'INT_SLESSEQUAL_-1207658096', u'CBRANCH_-1207658104'), ('const-0', u'INT_EQUAL_-1207658334'), (u'PTRADD_-1207655919', u'INT_NOTEQUAL_-1207657402'), ('tmp_4610', u'CAST_-1207656556'), (u'LOAD_-1207657886', u'STORE_-1207657878'), (u'PTRADD_-1207655974', u'CALL_-1207657033'), (u'INT_SUB_-1207657377', u'INT_SUB_-1207657357'), (u'CALL_-1207657902', u'INT_NOTEQUAL_-1207657887'), (u'INT_SLESSEQUAL_-1207658543', u'CBRANCH_-1207658551'), (u'CAST_-1207656388', u'INT_ADD_-1207658022'), (u'INT_SUB_-1207658076', u'MULTIEQUAL_-1207656714'), ('const-1', u'PTRADD_-1207656538'), (u'MULTIEQUAL_-1207656441', u'CALL_-1207657342'), ('tmp_1158', u'CBRANCH_-1207657886'), (u'PTRADD_-1207656538', u'MULTIEQUAL_-1207656535'), (u'MULTIEQUAL_-1207656422', u'CALL_-1207657342'), (u'MULTIEQUAL_-1207657272', u'INT_SLESS_-1207657715'), (u'MULTIEQUAL_-1207657308', u'CALL_-1207657596'), ('const-433', u'LOAD_-1207657924'), (u'PTRADD_-1207656355', u'MULTIEQUAL_-1207657018'), (u'INT_NOTEQUAL_-1207658508', u'CBRANCH_-1207658507'), ('tmp_4610', u'CAST_-1207656388'), (u'CAST_-1207656555', u'INT_EQUAL_-1207658197'), (u'CAST_-1207656136', u'CALL_-1207657342'), ('tmp_4612', u'MULTIEQUAL_-1207657291'), ('tmp_4611', u'MULTIEQUAL_-1207657272'), (u'INT_EQUAL_-1207658334', u'CBRANCH_-1207658332'), ('const-8', u'PTRADD_-1207656388'), (u'CAST_-1207655911', u'INT_SUB_-1207656988'), (u'MULTIEQUAL_-1207657308', u'PTRADD_-1207656393'), ('tmp_2250', u'BRANCH_-1207657216'), (u'CAST_-1207656555', u'CAST_-1207656028'), (u'INT_SUB_-1207657489', u'MULTIEQUAL_-1207657367'), ('tmp_6225', u'CALL_-1207657342'), (u'MULTIEQUAL_-1207656883', u'PTRADD_-1207656310'), ('tmp_841', u'CBRANCH_-1207658195'), (u'PTRADD_-1207656524', u'MULTIEQUAL_-1207657039'), (u'MULTIEQUAL_-1207656422', u'INT_SUB_-1207657489'), (u'MULTIEQUAL_-1207657367', u'INT_SLESSEQUAL_-1207658543'), (u'MULTIEQUAL_-1207657018', u'PTRADD_-1207656355'), ('const-433', u'LOAD_-1207658370'), ('tmp_6224', u'CALL_-1207657902'), (u'CAST_-1207656195', u'INT_SUB_-1207657551'), (u'PTRADD_-1207656524', u'MULTIEQUAL_-1207656655'), ('tmp_6225', u'INT_SLESSEQUAL_-1207658565'), (u'CALL_-1207657418', u'CAST_-1207656136'), (u'MULTIEQUAL_-1207657308', u'CAST_-1207655911'), ('const-0', u'RETURN_-1207656504'), ('tmp_4610', u'INT_EQUAL_-1207657860'), (u'MULTIEQUAL_-1207657308', u'CAST_-1207656416'), (u'INT_NOTEQUAL_-1207658420', u'CBRANCH_-1207658419'), ('tmp_1226', u'BRANCH_-1207657839'), (u'MULTIEQUAL_-1207657308', u'CALL_-1207658047'), (u'INT_NOTEQUAL_-1207657342', u'CBRANCH_-1207657341'), (u'CAST_-1207655849', u'MULTIEQUAL_-1207656655'), (u'INT_EQUAL_-1207658437', u'CBRANCH_-1207658435'), ('const-433', u'LOAD_-1207658364'), (u'COPY_-1207656728', u'MULTIEQUAL_-1207657308'), (u'MULTIEQUAL_-1207657039', u'PTRADD_-1207656524'), (u'MULTIEQUAL_-1207657367', u'INT_SLESS_-1207657715'), (u'INT_SLESSEQUAL_-1207658565', u'CBRANCH_-1207658573'), ('const-8', u'PTRADD_-1207656491'), (u'INT_SDIV_-1207657049', u'PTRADD_-1207655974'), ('tmp_1510', u'CBRANCH_-1207657722'), (u'INT_NOTEQUAL_-1207657402', u'CBRANCH_-1207657401'), (u'MULTIEQUAL_-1207656714', u'CALL_-1207657726'), (u'CALL_-1207657033', u'CAST_-1207655933'), ('tmp_4617', u'MULTIEQUAL_-1207656680'), ('tmp_1410', u'BRANCH_-1207657363'), (u'MULTIEQUAL_-1207657291', u'MULTIEQUAL_-1207657039'), ('tmp_4610', u'CALL_-1207657418'), ('tmp_6225', u'INT_SLESSEQUAL_-1207658096'), (u'INT_SUB_-1207657377', u'MULTIEQUAL_-1207656714'), (u'MULTIEQUAL_-1207657291', u'INT_NOTEQUAL_-1207658508'), (u'INT_SDIV_-1207657606', u'PTRADD_-1207656258'), (u'INT_NOTEQUAL_-1207657997', u'CBRANCH_-1207657996'), ('const-2', u'INT_SDIV_-1207657606'), (u'INT_SDIV_-1207657606', u'MULTIEQUAL_-1207656441'), (u'MULTIEQUAL_-1207657308', u'MULTIEQUAL_-1207657177'), ('const-8', u'PTRADD_-1207655974'), (u'INT_EQUAL_-1207657860', u'CBRANCH_-1207657858'), (u'MULTIEQUAL_-1207656535', u'MULTIEQUAL_-1207657177'), (u'MULTIEQUAL_-1207657039', u'STORE_-1207658215'), (u'LOAD_-1207657924', u'CALL_-1207657902'), (u'MULTIEQUAL_-1207657163', u'PTRADD_-1207656491'), ('const-433', u'LOAD_-1207657886'), (u'CAST_-1207655884', u'INT_SUB_-1207657377'), ('tmp_999', u'CBRANCH_-1207658016'), (u'CAST_-1207656216', u'MULTIEQUAL_-1207656404'), (u'LOAD_-1207657919', u'CALL_-1207657902'), ('const-433', u'STORE_-1207658215'), ('const-1', u'PTRADD_-1207655919'), (u'MULTIEQUAL_-1207656404', u'CALL_-1207657418'), ('tmp_4610', u'INT_NOTEQUAL_-1207657997'), (u'PTRADD_-1207655919', u'CAST_-1207655885'), (u'CAST_-1207656416', u'INT_SUB_-1207658076'), ('const-3', u'INT_SRIGHT_-1207657528'), ('const-8', u'PTRADD_-1207656258'), ('tmp_401', u'CBRANCH_-1207658332'), (u'CAST_-1207655874', u'INT_SUB_-1207657357'), ('tmp_318', u'CBRANCH_-1207658435'), (u'PTRADD_-1207656393', u'MULTIEQUAL_-1207657018'), (u'CAST_-1207655885', u'INT_SUB_-1207657377'), (u'PTRADD_-1207656383', u'STORE_-1207657888'), ('tmp_1473', u'BRANCH_-1207657311'), ('const-8', u'PTRADD_-1207656393'), (u'MULTIEQUAL_-1207657177', u'LOAD_-1207658364'), (u'MULTIEQUAL_-1207657163', u'MULTIEQUAL_-1207656533'), (u'CAST_-1207656387', u'INT_NOTEQUAL_-1207657997'), ('tmp_881', u'CBRANCH_-1207658104'), (u'CAST_-1207655933', u'CAST_-1207655912'), ('const-8', u'PTRADD_-1207655919'), (u'MULTIEQUAL_-1207657039', u'STORE_-1207658297'), (u'MULTIEQUAL_-1207657177', u'MULTIEQUAL_-1207656535'), ('tmp_4617', u'INT_NOTEQUAL_-1207658274'), ('const-8', u'PTRADD_-1207656383'), ('tmp_348', u'CBRANCH_-1207658419'), ('tmp_6224', u'CALL_-1207657596'), (u'MULTIEQUAL_-1207656533', u'MULTIEQUAL_-1207656673'), (u'MULTIEQUAL_-1207657291', u'INT_EQUAL_-1207657870'), ('tmp_6225', u'CALL_-1207657418'), ('tmp_621', u'CBRANCH_-1207658273'), ('const-433', u'STORE_-1207658297'), (u'LOAD_-1207658370', u'CALL_-1207658348'), (u'PTRADD_-1207655974', u'MULTIEQUAL_-1207656404'), ('const-8', u'PTRADD_-1207656538'), ('tmp_1439', u'CBRANCH_-1207657341'), (u'PTRADD_-1207656491', u'MULTIEQUAL_-1207656533'), ('const-0', u'RETURN_-1207658219'), ('const--1', u'PTRADD_-1207656383'), (u'PTRADD_-1207656310', u'MULTIEQUAL_-1207656883'), (u'INT_EQUAL_-1207657870', u'CBRANCH_-1207657868'), ('const-0', u'INT_NOTEQUAL_-1207657887'), ('tmp_1291', u'CBRANCH_-1207657868'), (u'PTRADD_-1207656258', u'CALL_-1207657596'), (u'INT_EQUAL_-1207658018', u'CBRANCH_-1207658016'), (u'INT_SLESS_-1207657715', u'CBRANCH_-1207657722'), (u'MULTIEQUAL_-1207657308', u'INT_NOTEQUAL_-1207658420'), (u'MULTIEQUAL_-1207657018', u'MULTIEQUAL_-1207657018'), (u'MULTIEQUAL_-1207657291', u'CALL_-1207657596'), (u'MULTIEQUAL_-1207657291', u'CAST_-1207656194'), ('tmp_1029', u'CBRANCH_-1207657996'), ('tmp_1352', u'CBRANCH_-1207657401'), ('tmp_4610', u'INT_EQUAL_-1207658437'), (u'INT_SUB_-1207657551', u'INT_SRIGHT_-1207657528'), (u'LOAD_-1207657895', u'STORE_-1207657888'), (u'MULTIEQUAL_-1207656883', u'PTRADD_-1207655919'), ('tmp_939', u'CBRANCH_-1207658068'), (u'MULTIEQUAL_-1207656680', u'PTRADD_-1207656383'), (u'MULTIEQUAL_-1207657308', u'PTRADD_-1207656258'), (u'LOAD_-1207658332', u'STORE_-1207658297'), (u'PTRADD_-1207656383', u'MULTIEQUAL_-1207656680'), (u'CALL_-1207658348', u'INT_EQUAL_-1207658334'), ('const--1', u'PTRADD_-1207656388'), (u'INT_SUB_-1207658076', u'INT_ADD_-1207658022'), ('const-433', u'LOAD_-1207657919'), (u'INT_SUB_-1207658076', u'INT_SUB_-1207657305'), (u'INT_SUB_-1207658515', u'CALL_-1207658474'), ('tmp_4618', u'MULTIEQUAL_-1207657367'), (u'MULTIEQUAL_-1207656533', u'CAST_-1207656027'), ('const-8', u'PTRADD_-1207656310'), (u'MULTIEQUAL_-1207656386', u'CALL_-1207657418'), (u'CAST_-1207656555', u'INT_EQUAL_-1207658437'), (u'COPY_-1207656688', u'MULTIEQUAL_-1207657338'), (u'INT_SUB_-1207657305', u'CAST_-1207655849'), ('tmp_6225', u'COPY_-1207656688'), ('const--1', u'PTRADD_-1207656310'), ('const-2', u'INT_SDIV_-1207657049'), (u'CAST_-1207656417', u'INT_SUB_-1207658076'), ('tmp_4610', u'MULTIEQUAL_-1207656673'), (u'CAST_-1207656597', u'INT_SUB_-1207658515'), (u'MULTIEQUAL_-1207657163', u'LOAD_-1207658370'), ('const--1', u'PTRADD_-1207656393'), (u'CAST_-1207656387', u'INT_NOTEQUAL_-1207657342'), (u'CAST_-1207656027', u'INT_SUB_-1207657782'), (u'MULTIEQUAL_-1207656533', u'MULTIEQUAL_-1207657163'), (u'CAST_-1207655873', u'MULTIEQUAL_-1207656655'), ('tmp_4610', u'CAST_-1207655884'), ('tmp_240', u'CBRANCH_-1207658507'), (u'INT_EQUAL_-1207658197', u'CBRANCH_-1207658195'), (u'INT_SRIGHT_-1207657528', u'MULTIEQUAL_-1207656422'), ('const--1', u'PTRADD_-1207656355'), (u'PTRADD_-1207656388', u'MULTIEQUAL_-1207656883'), (u'MULTIEQUAL_-1207656533', u'INT_EQUAL_-1207658197'), (u'INT_SUB_-1207657489', u'CALL_-1207657418'), (u'PTRADD_-1207656258', u'MULTIEQUAL_-1207656386'), (u'CAST_-1207655933', u'MULTIEQUAL_-1207656386'), (u'MULTIEQUAL_-1207657291', u'CAST_-1207656597'), (u'MULTIEQUAL_-1207657018', u'LOAD_-1207657895'), (u'INT_SRIGHT_-1207656965', u'MULTIEQUAL_-1207656441'), (u'MULTIEQUAL_-1207657018', u'LOAD_-1207657924'), ('const-433', u'LOAD_-1207658332'), (u'CAST_-1207656194', u'INT_SUB_-1207657551'), (u'MULTIEQUAL_-1207656673', u'CALL_-1207657726'), (u'MULTIEQUAL_-1207657308', u'CAST_-1207656598'), (u'CALL_-1207657596', u'CAST_-1207656216'), (u'MULTIEQUAL_-1207657177', u'PTRADD_-1207656538'), (u'MULTIEQUAL_-1207657291', u'MULTIEQUAL_-1207656655'), (u'MULTIEQUAL_-1207656883', u'LOAD_-1207657919'), (u'MULTIEQUAL_-1207657308', u'CALL_-1207657033'), (u'INT_ADD_-1207658022', u'CAST_-1207656387'), ('tmp_4610', u'CALL_-1207657342'), ('tmp_4610', u'INT_NOTEQUAL_-1207657342'), (u'INT_ADD_-1207658441', u'CAST_-1207656555'), (u'COPY_-1207656115', u'MULTIEQUAL_-1207657308'), (u'MULTIEQUAL_-1207657291', u'CALL_-1207657342'), (u'MULTIEQUAL_-1207657177', u'LOAD_-1207658249'), (u'INT_SUB_-1207656988', u'INT_SRIGHT_-1207656965'), ('tmp_138', u'CBRANCH_-1207658573'), (u'MULTIEQUAL_-1207657272', u'INT_SLESSEQUAL_-1207658096'), (u'MULTIEQUAL_-1207656883', u'LOAD_-1207657886'), ('tmp_4610', u'INT_NOTEQUAL_-1207657402'), ('const-433', u'STORE_-1207657878'), (u'INT_NOTEQUAL_-1207657887', u'CBRANCH_-1207657886'), ('const-0', u'RETURN_-1207656503'), (u'CAST_-1207656216', u'CAST_-1207656195'), ('const-433', u'LOAD_-1207657895'), (u'MULTIEQUAL_-1207656386', u'COPY_-1207656115')]
| null | null |
001b9750
|
x64
|
O2
|
(translation_unit "void FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)\n\n{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)\n\n{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "long param_7" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long local_68;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "undefined8 *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (while_statement "while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }" { (expression_statement "lVar3 = param_7;" (assignment_expression "lVar3 = param_7" identifier = identifier) ;) (if_statement "if (param_5 <= param_7) {\n lVar3 = param_5;\n }" if (parenthesized_expression "(param_5 <= param_7)" ( (binary_expression "param_5 <= param_7" identifier <= identifier) )) (compound_statement "{\n lVar3 = param_5;\n }" { (expression_statement "lVar3 = param_5;" (assignment_expression "lVar3 = param_5" identifier = identifier) ;) })) (if_statement "if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }" if (parenthesized_expression "(param_4 <= lVar3)" ( (binary_expression "param_4 <= lVar3" identifier <= identifier) )) (compound_statement "{\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }" { (expression_statement "__n = (long)param_2 - (long)param_1;" (assignment_expression "__n = (long)param_2 - (long)param_1" identifier = (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }" if (parenthesized_expression "(param_2 != param_1)" ( (binary_expression "param_2 != param_1" identifier != identifier) )) (compound_statement "{\n memmove(param_6,param_1,__n);\n }" { (expression_statement "memmove(param_6,param_1,__n);" (call_expression "memmove(param_6,param_1,__n)" identifier (argument_list "(param_6,param_1,__n)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "puVar4 = (undefined8 *)((long)param_6 + __n);" (assignment_expression "puVar4 = (undefined8 *)((long)param_6 + __n)" identifier = (cast_expression "(undefined8 *)((long)param_6 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_6 + __n)" ( (binary_expression "(long)param_6 + __n" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) ;) (if_statement "if (param_6 == puVar4) {\n return;\n }" if (parenthesized_expression "(param_6 == puVar4)" ( (binary_expression "param_6 == puVar4" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }" if (parenthesized_expression "(param_3 != param_2)" ( (binary_expression "param_3 != param_2" identifier != identifier) )) (compound_statement "{\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }" { (do_statement "do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);" do (compound_statement "{\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n }" { (expression_statement "cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);" (assignment_expression "cVar2 = FUN_001a5c70(param_8,*param_2,*param_6)" identifier = (call_expression "FUN_001a5c70(param_8,*param_2,*param_6)" identifier (argument_list "(param_8,*param_2,*param_6)" ( identifier , (pointer_expression "*param_2" * identifier) , (pointer_expression "*param_6" * identifier) )))) ;) (if_statement "if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }" { (expression_statement "uVar1 = *param_6;" (assignment_expression "uVar1 = *param_6" identifier = (pointer_expression "*param_6" * identifier)) ;) (expression_statement "param_6 = param_6 + 1;" (assignment_expression "param_6 = param_6 + 1" identifier = (binary_expression "param_6 + 1" identifier + number_literal)) ;) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) }) (else_clause "else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" else (compound_statement "{\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" { (expression_statement "uVar1 = *param_2;" (assignment_expression "uVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) }))) (if_statement "if (puVar4 == param_6) {\n return;\n }" if (parenthesized_expression "(puVar4 == param_6)" ( (binary_expression "puVar4 == param_6" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_3 != param_2)" ( (binary_expression "param_3 != param_2" identifier != identifier) )) ;) (expression_statement "__n = (long)puVar4 - (long)param_6;" (assignment_expression "__n = (long)puVar4 - (long)param_6" identifier = (binary_expression "(long)puVar4 - (long)param_6" (cast_expression "(long)puVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) })) (goto_statement "goto LAB_001b99d2;" goto statement_identifier ;) })) (if_statement "if (param_5 <= param_7) break;" if (parenthesized_expression "(param_5 <= param_7)" ( (binary_expression "param_5 <= param_7" identifier <= identifier) )) (break_statement "break;" break ;)) (if_statement "if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" if (parenthesized_expression "(param_5 < param_4)" ( (binary_expression "param_5 < param_4" identifier < identifier) )) (compound_statement "{\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }" { (expression_statement "local_60 = param_4 / 2;" (assignment_expression "local_60 = param_4 / 2" identifier = (binary_expression "param_4 / 2" identifier / number_literal)) ;) (expression_statement "local_58 = param_1 + local_60;" (assignment_expression "local_58 = param_1 + local_60" identifier = (binary_expression "param_1 + local_60" identifier + identifier)) ;) (expression_statement "local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);" (assignment_expression "local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8)" identifier = (cast_expression "(undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001b9150(param_2,param_3,local_58,param_8)" identifier (argument_list "(param_2,param_3,local_58,param_8)" ( identifier , identifier , identifier , identifier ))))) ;) (expression_statement "local_68 = (long)local_50 - (long)param_2 >> 3;" (assignment_expression "local_68 = (long)local_50 - (long)param_2 >> 3" identifier = (binary_expression "(long)local_50 - (long)param_2 >> 3" (binary_expression "(long)local_50 - (long)param_2" (cast_expression "(long)local_50" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) }) (else_clause "else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" else (compound_statement "{\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" { (expression_statement "local_68 = param_5 / 2;" (assignment_expression "local_68 = param_5 / 2" identifier = (binary_expression "param_5 / 2" identifier / number_literal)) ;) (expression_statement "local_50 = param_2 + local_68;" (assignment_expression "local_50 = param_2 + local_68" identifier = (binary_expression "param_2 + local_68" identifier + identifier)) ;) (expression_statement "local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);" (assignment_expression "local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8)" identifier = (cast_expression "(undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001b91d0(param_1,param_2,local_50,param_8)" identifier (argument_list "(param_1,param_2,local_50,param_8)" ( identifier , identifier , identifier , identifier ))))) ;) (expression_statement "local_60 = (long)local_58 - (long)param_1 >> 3;" (assignment_expression "local_60 = (long)local_58 - (long)param_1 >> 3" identifier = (binary_expression "(long)local_58 - (long)param_1 >> 3" (binary_expression "(long)local_58 - (long)param_1" (cast_expression "(long)local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) }))) (expression_statement "param_4 = param_4 - local_60;" (assignment_expression "param_4 = param_4 - local_60" identifier = (binary_expression "param_4 - local_60" identifier - identifier)) ;) (expression_statement "puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);" (assignment_expression "puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" identifier = (cast_expression "(undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" identifier (argument_list "(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier ))))) ;) (expression_statement "FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);" (call_expression "FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8)" identifier (argument_list "(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "param_5 = param_5 - local_68;" (assignment_expression "param_5 = param_5 - local_68" identifier = (binary_expression "param_5 - local_68" identifier - identifier)) ;) (expression_statement "param_2 = local_50;" (assignment_expression "param_2 = local_50" identifier = identifier) ;) (expression_statement "param_1 = puVar4;" (assignment_expression "param_1 = puVar4" identifier = identifier) ;) })) (expression_statement "__n = (long)param_3 - (long)param_2;" (assignment_expression "__n = (long)param_3 - (long)param_2" identifier = (binary_expression "(long)param_3 - (long)param_2" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }" if (parenthesized_expression "(param_3 != param_2)" ( (binary_expression "param_3 != param_2" identifier != identifier) )) (compound_statement "{\n memmove(param_6,param_2,__n);\n }" { (expression_statement "memmove(param_6,param_2,__n);" (call_expression "memmove(param_6,param_2,__n)" identifier (argument_list "(param_6,param_2,__n)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "puVar4 = (undefined8 *)((long)param_6 + __n);" (assignment_expression "puVar4 = (undefined8 *)((long)param_6 + __n)" identifier = (cast_expression "(undefined8 *)((long)param_6 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_6 + __n)" ( (binary_expression "(long)param_6 + __n" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) ;) (if_statement "if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" if (parenthesized_expression "(param_2 == param_1)" ( (binary_expression "param_2 == param_1" identifier == identifier) )) (compound_statement "{\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }" { (if_statement "if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }" if (parenthesized_expression "(param_6 != puVar4)" ( (binary_expression "param_6 != puVar4" identifier != identifier) )) (compound_statement "{\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }" { (expression_statement "param_1 = (undefined8 *)((long)param_3 - __n);" (assignment_expression "param_1 = (undefined8 *)((long)param_3 - __n)" identifier = (cast_expression "(undefined8 *)((long)param_3 - __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 - __n)" ( (binary_expression "(long)param_3 - __n" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (labeled_statement "LAB_001b99d2:\n memmove(param_1,param_6,__n);" statement_identifier : (expression_statement "memmove(param_1,param_6,__n);" (call_expression "memmove(param_1,param_6,__n)" identifier (argument_list "(param_1,param_6,__n)" ( identifier , identifier , identifier ))) ;)) (return_statement "return;" return ;) })) }) (else_clause "else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" else (if_statement "if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" if (parenthesized_expression "(param_6 != puVar4)" ( (binary_expression "param_6 != puVar4" identifier != identifier) )) (compound_statement "{\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" { (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) (expression_statement "puVar4 = puVar4 + -1;" (assignment_expression "puVar4 = puVar4 + -1" identifier = (binary_expression "puVar4 + -1" identifier + number_literal)) ;) (while_statement "while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }" { (while_statement "while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }" { (expression_statement "param_3 = param_3 + -1;" (assignment_expression "param_3 = param_3 + -1" identifier = (binary_expression "param_3 + -1" identifier + number_literal)) ;) (expression_statement "cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);" (assignment_expression "cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2)" identifier = (call_expression "FUN_001a5c70(param_8,*puVar4,*param_2)" identifier (argument_list "(param_8,*puVar4,*param_2)" ( identifier , (pointer_expression "*puVar4" * identifier) , (pointer_expression "*param_2" * identifier) )))) ;) (if_statement "if (cVar2 != '\0') break;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "*param_3 = *puVar4;" (assignment_expression "*param_3 = *puVar4" (pointer_expression "*param_3" * identifier) = (pointer_expression "*puVar4" * identifier)) ;) (if_statement "if (param_6 == puVar4) {\n return;\n }" if (parenthesized_expression "(param_6 == puVar4)" ( (binary_expression "param_6 == puVar4" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar4 = puVar4 + -1;" (assignment_expression "puVar4 = puVar4 + -1" identifier = (binary_expression "puVar4 + -1" identifier + number_literal)) ;) })) (expression_statement "*param_3 = *param_2;" (assignment_expression "*param_3 = *param_2" (pointer_expression "*param_3" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (param_2 == param_1) break;" if (parenthesized_expression "(param_2 == param_1)" ( (binary_expression "param_2 == param_1" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) })) (if_statement "if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }" if (parenthesized_expression "(param_6 != puVar4 + 1)" ( (binary_expression "param_6 != puVar4 + 1" identifier != (binary_expression "puVar4 + 1" identifier + number_literal)) )) (compound_statement "{\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }" { (expression_statement "__n = (long)(puVar4 + 1) - (long)param_6;" (assignment_expression "__n = (long)(puVar4 + 1) - (long)param_6" identifier = (binary_expression "(long)(puVar4 + 1) - (long)param_6" (cast_expression "(long)(puVar4 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(puVar4 + 1)" ( (binary_expression "puVar4 + 1" identifier + number_literal) ))) - (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "param_1 = (undefined8 *)((long)param_3 - __n);" (assignment_expression "param_1 = (undefined8 *)((long)param_3 - __n)" identifier = (cast_expression "(undefined8 *)((long)param_3 - __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 - __n)" ( (binary_expression "(long)param_3 - __n" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (goto_statement "goto LAB_001b99d2;" goto statement_identifier ;) })) })))) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,\n std::vector<gold::Output_segment*> >, long int, gold::Output_segment**,\n __gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments> > */\n\nvoid std::\n __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __first,__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __middle,\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last,long __len1,long __len2,Output_segment **__buffer,long __buffer_size,\n _Iter_comp_iter<gold::Layout::Compare_segments> __comp)\n\n{\n Output_segment *pOVar1;\n bool bVar2;\n long lVar3;\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last_00;\n Output_segment **ppOVar4;\n Output_segment **ppOVar5;\n size_t __n;\n long local_68;\n long local_60;\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_58;\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_50;\n \n while( true ) {\n lVar3 = __buffer_size;\n if (__len2 <= __buffer_size) {\n lVar3 = __len2;\n }\n if (__len1 <= lVar3) {\n __n = (long)__middle._M_current - (long)__first._M_current;\n if (__middle._M_current != __first._M_current) {\n memmove(__buffer,__first._M_current,__n);\n }\n ppOVar5 = (Output_segment **)((long)__buffer + __n);\n if (__buffer == ppOVar5) {\n return;\n }\n if (__last._M_current != __middle._M_current) {\n do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);\n __n = (long)ppOVar5 - (long)__buffer;\n }\n goto LAB_001b99d2;\n }\n if (__len2 <= __buffer_size) break;\n if (__len2 < __len1) {\n local_60 = __len1 / 2;\n local_58._M_current = __first._M_current + local_60;\n local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>\n (__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3;\n }\n else {\n local_68 = __len2 / 2;\n local_50._M_current = __middle._M_current + local_68;\n local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;\n }\n __len1 = __len1 - local_60;\n __last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment**,_long_int>\n (local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size);\n __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp);\n __len2 = __len2 - local_68;\n __middle._M_current = local_50._M_current;\n __first = __last_00;\n }\n __n = (long)__last._M_current - (long)__middle._M_current;\n if (__last._M_current != __middle._M_current) {\n memmove(__buffer,__middle._M_current,__n);\n }\n ppOVar5 = (Output_segment **)((long)__buffer + __n);\n if (__middle._M_current == __first._M_current) {\n if (__buffer != ppOVar5) {\n __first._M_current = __last._M_current - __n;\nLAB_001b99d2:\n memmove(__first._M_current,__buffer,__n);\n return;\n }\n }\n else if (__buffer != ppOVar5) {\n ppOVar4 = __middle._M_current + -1;\n ppOVar5 = ppOVar5 + -1;\n while( true ) {\n while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }\n *__last._M_current = *ppOVar4;\n if (ppOVar4 == __first._M_current) break;\n ppOVar4 = ppOVar4 + -1;\n }\n if (__buffer != ppOVar5 + 1) {\n __n = (long)(ppOVar5 + 1) - (long)__buffer;\n __first._M_current = __last._M_current - __n;\n goto LAB_001b99d2;\n }\n }\n return;\n}\n\n" comment comment comment (declaration "void std::\n __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __first,__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __middle,\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last,long __len1,long __len2,Output_segment **__buffer,long __buffer_size,\n _Iter_comp_iter<gold::Layout::Compare_segments> __comp)\n\n{\n Output_segment *pOVar1;" primitive_type (ERROR "std::\n __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment" identifier : : identifier < identifier : : identifier < identifier : : identifier) (pointer_declarator "**,_std::vector<gold::Output_segment*>_" * (pointer_declarator "*,_std::vector<gold::Output_segment*>_" * (ERROR ",_std::vector<gold::Output_segment*>" , identifier : : identifier < identifier : : identifier * >) identifier)) (ERROR ">" >) , identifier , (ERROR "_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __first,__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __middle,\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last,long __len1,long __len2,Output_segment **__buffer,long __buffer_size,\n _Iter_comp_iter<gold::Layout::Compare_segments> __comp)\n\n{\n Output_segment" identifier : : identifier (pointer_declarator "**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __first,__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __middle,\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last,long __len1,long __len2,Output_segment **__buffer,long __buffer_size,\n _Iter_comp_iter<gold::Layout::Compare_segments> __comp)" * (function_declarator "*,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __first,__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __middle,\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last,long __len1,long __len2,Output_segment **__buffer,long __buffer_size,\n _Iter_comp_iter<gold::Layout::Compare_segments> __comp)" (pointer_declarator "*,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_" * (ERROR ",___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>" , identifier : : identifier : : identifier < identifier : : identifier : : identifier >) identifier) (ERROR ">" >) (parameter_list "(__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __first,__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __middle,\n __normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last,long __len1,long __len2,Output_segment **__buffer,long __buffer_size,\n _Iter_comp_iter<gold::Layout::Compare_segments> __comp)" ( (parameter_declaration "__normal_iterator<gold::Output_segment**" type_identifier (ERROR "<gold::Output_segment" < identifier : : identifier) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) , (parameter_declaration "_std::vector<gold::Output_segment*" type_identifier (ERROR "::vector<gold::Output_segment" : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Output_segment*>_>_>\n __first" type_identifier (ERROR "::allocator<gold::Output_segment*>_>_>" : : identifier < identifier : : identifier * > identifier > identifier >) identifier) , (parameter_declaration "__normal_iterator<gold::Output_segment**" type_identifier (ERROR "<gold::Output_segment" < identifier : : identifier) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) , (parameter_declaration "_std::vector<gold::Output_segment*" type_identifier (ERROR "::vector<gold::Output_segment" : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Output_segment*>_>_>\n __middle" type_identifier (ERROR "::allocator<gold::Output_segment*>_>_>" : : identifier < identifier : : identifier * > identifier > identifier >) identifier) , (parameter_declaration "__normal_iterator<gold::Output_segment**" type_identifier (ERROR "<gold::Output_segment" < identifier : : identifier) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) , (parameter_declaration "_std::vector<gold::Output_segment*" type_identifier (ERROR "::vector<gold::Output_segment" : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Output_segment*>_>_>\n __last" type_identifier (ERROR "::allocator<gold::Output_segment*>_>_>" : : identifier < identifier : : identifier * > identifier > identifier >) identifier) , (parameter_declaration "long __len1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long __len2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "Output_segment **__buffer" type_identifier (pointer_declarator "**__buffer" * (pointer_declarator "*__buffer" * identifier))) , (parameter_declaration "long __buffer_size" (sized_type_specifier "long" long) identifier) , (parameter_declaration "_Iter_comp_iter<gold::Layout::Compare_segments> __comp" type_identifier (ERROR "<gold::Layout::Compare_segments>" < identifier : : identifier : : identifier >) identifier) )))) { identifier) (pointer_declarator "*pOVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last_00;" (update_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last_00" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n __last_00" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold" (binary_expression "__normal_iterator<gold::Output_segment**,_std" (binary_expression "__normal_iterator<gold" identifier < identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > identifier) > identifier) --) ;) (declaration "Output_segment **ppOVar4;" type_identifier (pointer_declarator "**ppOVar4" * (pointer_declarator "*ppOVar4" * identifier)) ;) (declaration "Output_segment **ppOVar5;" type_identifier (pointer_declarator "**ppOVar5" * (pointer_declarator "*ppOVar5" * identifier)) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long local_68;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (expression_statement "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_58;" (update_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_58" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_58" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold" (binary_expression "__normal_iterator<gold::Output_segment**,_std" (binary_expression "__normal_iterator<gold" identifier < identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > identifier) > identifier) --) ;) (expression_statement "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_50;" (update_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_50" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_>\n local_50" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_>_" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold::Output_segment*>_" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std::allocator<gold" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*,_std" (binary_expression "__normal_iterator<gold::Output_segment**,_std::vector<gold" (binary_expression "__normal_iterator<gold::Output_segment**,_std" (binary_expression "__normal_iterator<gold" identifier < identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > identifier) > identifier) --) ;) (while_statement "while( true ) {\n lVar3 = __buffer_size;\n if (__len2 <= __buffer_size) {\n lVar3 = __len2;\n }\n if (__len1 <= lVar3) {\n __n = (long)__middle._M_current - (long)__first._M_current;\n if (__middle._M_current != __first._M_current) {\n memmove(__buffer,__first._M_current,__n);\n }\n ppOVar5 = (Output_segment **)((long)__buffer + __n);\n if (__buffer == ppOVar5) {\n return;\n }\n if (__last._M_current != __middle._M_current) {\n do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);\n __n = (long)ppOVar5 - (long)__buffer;\n }\n goto LAB_001b99d2;\n }\n if (__len2 <= __buffer_size) break;\n if (__len2 < __len1) {\n local_60 = __len1 / 2;\n local_58._M_current = __first._M_current + local_60;\n local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>\n (__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3;\n }\n else {\n local_68 = __len2 / 2;\n local_50._M_current = __middle._M_current + local_68;\n local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;\n }\n __len1 = __len1 - local_60;\n __last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment**,_long_int>\n (local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size);\n __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp);\n __len2 = __len2 - local_68;\n __middle._M_current = local_50._M_current;\n __first = __last_00;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n lVar3 = __buffer_size;\n if (__len2 <= __buffer_size) {\n lVar3 = __len2;\n }\n if (__len1 <= lVar3) {\n __n = (long)__middle._M_current - (long)__first._M_current;\n if (__middle._M_current != __first._M_current) {\n memmove(__buffer,__first._M_current,__n);\n }\n ppOVar5 = (Output_segment **)((long)__buffer + __n);\n if (__buffer == ppOVar5) {\n return;\n }\n if (__last._M_current != __middle._M_current) {\n do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);\n __n = (long)ppOVar5 - (long)__buffer;\n }\n goto LAB_001b99d2;\n }\n if (__len2 <= __buffer_size) break;\n if (__len2 < __len1) {\n local_60 = __len1 / 2;\n local_58._M_current = __first._M_current + local_60;\n local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>\n (__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3;\n }\n else {\n local_68 = __len2 / 2;\n local_50._M_current = __middle._M_current + local_68;\n local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;\n }\n __len1 = __len1 - local_60;\n __last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment**,_long_int>\n (local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size);\n __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp);\n __len2 = __len2 - local_68;\n __middle._M_current = local_50._M_current;\n __first = __last_00;\n }" { (expression_statement "lVar3 = __buffer_size;" (assignment_expression "lVar3 = __buffer_size" identifier = identifier) ;) (if_statement "if (__len2 <= __buffer_size) {\n lVar3 = __len2;\n }" if (parenthesized_expression "(__len2 <= __buffer_size)" ( (binary_expression "__len2 <= __buffer_size" identifier <= identifier) )) (compound_statement "{\n lVar3 = __len2;\n }" { (expression_statement "lVar3 = __len2;" (assignment_expression "lVar3 = __len2" identifier = identifier) ;) })) (if_statement "if (__len1 <= lVar3) {\n __n = (long)__middle._M_current - (long)__first._M_current;\n if (__middle._M_current != __first._M_current) {\n memmove(__buffer,__first._M_current,__n);\n }\n ppOVar5 = (Output_segment **)((long)__buffer + __n);\n if (__buffer == ppOVar5) {\n return;\n }\n if (__last._M_current != __middle._M_current) {\n do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);\n __n = (long)ppOVar5 - (long)__buffer;\n }\n goto LAB_001b99d2;\n }" if (parenthesized_expression "(__len1 <= lVar3)" ( (binary_expression "__len1 <= lVar3" identifier <= identifier) )) (compound_statement "{\n __n = (long)__middle._M_current - (long)__first._M_current;\n if (__middle._M_current != __first._M_current) {\n memmove(__buffer,__first._M_current,__n);\n }\n ppOVar5 = (Output_segment **)((long)__buffer + __n);\n if (__buffer == ppOVar5) {\n return;\n }\n if (__last._M_current != __middle._M_current) {\n do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);\n __n = (long)ppOVar5 - (long)__buffer;\n }\n goto LAB_001b99d2;\n }" { (expression_statement "__n = (long)__middle._M_current - (long)__first._M_current;" (assignment_expression "__n = (long)__middle._M_current - (long)__first._M_current" identifier = (binary_expression "(long)__middle._M_current - (long)__first._M_current" (cast_expression "(long)__middle._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__middle._M_current" identifier . field_identifier)) - (cast_expression "(long)__first._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__first._M_current" identifier . field_identifier)))) ;) (if_statement "if (__middle._M_current != __first._M_current) {\n memmove(__buffer,__first._M_current,__n);\n }" if (parenthesized_expression "(__middle._M_current != __first._M_current)" ( (binary_expression "__middle._M_current != __first._M_current" (field_expression "__middle._M_current" identifier . field_identifier) != (field_expression "__first._M_current" identifier . field_identifier)) )) (compound_statement "{\n memmove(__buffer,__first._M_current,__n);\n }" { (expression_statement "memmove(__buffer,__first._M_current,__n);" (call_expression "memmove(__buffer,__first._M_current,__n)" identifier (argument_list "(__buffer,__first._M_current,__n)" ( identifier , (field_expression "__first._M_current" identifier . field_identifier) , identifier ))) ;) })) (expression_statement "ppOVar5 = (Output_segment **)((long)__buffer + __n);" (assignment_expression "ppOVar5 = (Output_segment **)((long)__buffer + __n)" identifier = (cast_expression "(Output_segment **)((long)__buffer + __n)" ( (type_descriptor "Output_segment **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__buffer + __n)" ( (binary_expression "(long)__buffer + __n" (cast_expression "(long)__buffer" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) ;) (if_statement "if (__buffer == ppOVar5) {\n return;\n }" if (parenthesized_expression "(__buffer == ppOVar5)" ( (binary_expression "__buffer == ppOVar5" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (__last._M_current != __middle._M_current) {\n do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);\n __n = (long)ppOVar5 - (long)__buffer;\n }" if (parenthesized_expression "(__last._M_current != __middle._M_current)" ( (binary_expression "__last._M_current != __middle._M_current" (field_expression "__last._M_current" identifier . field_identifier) != (field_expression "__middle._M_current" identifier . field_identifier)) )) (compound_statement "{\n do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);\n __n = (long)ppOVar5 - (long)__buffer;\n }" { (do_statement "do {\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n } while (__last._M_current != __middle._M_current);" do (compound_statement "{\n bVar2 = gold::Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);\n if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }\n if (ppOVar5 == __buffer) {\n return;\n }\n __first._M_current = __first._M_current + 1;\n }" { (ERROR "bVar2 = gold::" (assignment_expression "bVar2 = gold" identifier = identifier) : :) (labeled_statement "Layout::segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);" statement_identifier : (ERROR ":" :) (expression_statement "segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer);" (call_expression "segment_precedes\n ((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer)" identifier (argument_list "((Layout *)__comp._M_comp.layout_,*__middle._M_current,*__buffer)" ( (cast_expression "(Layout *)__comp._M_comp.layout_" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "__comp._M_comp.layout_" (field_expression "__comp._M_comp" identifier . field_identifier) . field_identifier)) , (pointer_expression "*__middle._M_current" * (field_expression "__middle._M_current" identifier . field_identifier)) , (pointer_expression "*__buffer" * identifier) ))) ;)) (if_statement "if (bVar2) {\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }\n else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }" if (parenthesized_expression "(bVar2)" ( identifier )) (compound_statement "{\n pOVar1 = *__middle._M_current;\n __middle._M_current = __middle._M_current + 1;\n *__first._M_current = pOVar1;\n }" { (expression_statement "pOVar1 = *__middle._M_current;" (assignment_expression "pOVar1 = *__middle._M_current" identifier = (pointer_expression "*__middle._M_current" * (field_expression "__middle._M_current" identifier . field_identifier))) ;) (expression_statement "__middle._M_current = __middle._M_current + 1;" (assignment_expression "__middle._M_current = __middle._M_current + 1" (field_expression "__middle._M_current" identifier . field_identifier) = (binary_expression "__middle._M_current + 1" (field_expression "__middle._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "*__first._M_current = pOVar1;" (assignment_expression "*__first._M_current = pOVar1" (pointer_expression "*__first._M_current" * (field_expression "__first._M_current" identifier . field_identifier)) = identifier) ;) }) (else_clause "else {\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }" else (compound_statement "{\n pOVar1 = *__buffer;\n __buffer = __buffer + 1;\n *__first._M_current = pOVar1;\n }" { (expression_statement "pOVar1 = *__buffer;" (assignment_expression "pOVar1 = *__buffer" identifier = (pointer_expression "*__buffer" * identifier)) ;) (expression_statement "__buffer = __buffer + 1;" (assignment_expression "__buffer = __buffer + 1" identifier = (binary_expression "__buffer + 1" identifier + number_literal)) ;) (expression_statement "*__first._M_current = pOVar1;" (assignment_expression "*__first._M_current = pOVar1" (pointer_expression "*__first._M_current" * (field_expression "__first._M_current" identifier . field_identifier)) = identifier) ;) }))) (if_statement "if (ppOVar5 == __buffer) {\n return;\n }" if (parenthesized_expression "(ppOVar5 == __buffer)" ( (binary_expression "ppOVar5 == __buffer" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "__first._M_current = __first._M_current + 1;" (assignment_expression "__first._M_current = __first._M_current + 1" (field_expression "__first._M_current" identifier . field_identifier) = (binary_expression "__first._M_current + 1" (field_expression "__first._M_current" identifier . field_identifier) + number_literal)) ;) }) while (parenthesized_expression "(__last._M_current != __middle._M_current)" ( (binary_expression "__last._M_current != __middle._M_current" (field_expression "__last._M_current" identifier . field_identifier) != (field_expression "__middle._M_current" identifier . field_identifier)) )) ;) (expression_statement "__n = (long)ppOVar5 - (long)__buffer;" (assignment_expression "__n = (long)ppOVar5 - (long)__buffer" identifier = (binary_expression "(long)ppOVar5 - (long)__buffer" (cast_expression "(long)ppOVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)__buffer" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) })) (goto_statement "goto LAB_001b99d2;" goto statement_identifier ;) })) (if_statement "if (__len2 <= __buffer_size) break;" if (parenthesized_expression "(__len2 <= __buffer_size)" ( (binary_expression "__len2 <= __buffer_size" identifier <= identifier) )) (break_statement "break;" break ;)) (if_statement "if (__len2 < __len1) {\n local_60 = __len1 / 2;\n local_58._M_current = __first._M_current + local_60;\n local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>\n (__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3;\n }\n else {\n local_68 = __len2 / 2;\n local_50._M_current = __middle._M_current + local_68;\n local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;\n }" if (parenthesized_expression "(__len2 < __len1)" ( (binary_expression "__len2 < __len1" identifier < identifier) )) (compound_statement "{\n local_60 = __len1 / 2;\n local_58._M_current = __first._M_current + local_60;\n local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>\n (__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3;\n }" { (expression_statement "local_60 = __len1 / 2;" (assignment_expression "local_60 = __len1 / 2" identifier = (binary_expression "__len1 / 2" identifier / number_literal)) ;) (expression_statement "local_58._M_current = __first._M_current + local_60;" (assignment_expression "local_58._M_current = __first._M_current + local_60" (field_expression "local_58._M_current" identifier . field_identifier) = (binary_expression "__first._M_current + local_60" (field_expression "__first._M_current" identifier . field_identifier) + identifier)) ;) (expression_statement "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>\n (__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_);" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_>\n (__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold::Layout::Compare_segments>_" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Iter_comp_val<gold" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std" (binary_expression "local_50 = __lower_bound<__gnu_cxx::__normal_iterator<gold" (assignment_expression "local_50 = __lower_bound<__gnu_cxx" identifier = (binary_expression "__lower_bound<__gnu_cxx" identifier < identifier)) (ERROR "::__normal_iterator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > (ERROR "," ,) identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::__ops::_Iter_comp_val" : : identifier : : identifier) < identifier) (ERROR "::Layout::Compare_segments" : : identifier : : identifier) > identifier) > (parenthesized_expression "(__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" ( (comma_expression "__middle,__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" identifier , (comma_expression "__last,local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" identifier , (comma_expression "local_58._M_current,\n (_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" (field_expression "local_58._M_current" identifier . field_identifier) , (parenthesized_expression "(_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" ( (binary_expression "_Iter_comp_val<gold::Layout::Compare_segments>)__comp._M_comp.layout_" (binary_expression "_Iter_comp_val<gold" identifier < identifier) (ERROR "::Layout::Compare_segments" : : identifier : : identifier) > (ERROR ")" )) (field_expression "__comp._M_comp.layout_" (field_expression "__comp._M_comp" identifier . field_identifier) . field_identifier)) ))))) ))) ;) (expression_statement "local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3;" (assignment_expression "local_68 = (long)local_50._M_current - (long)__middle._M_current >> 3" identifier = (binary_expression "(long)local_50._M_current - (long)__middle._M_current >> 3" (binary_expression "(long)local_50._M_current - (long)__middle._M_current" (cast_expression "(long)local_50._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "local_50._M_current" identifier . field_identifier)) - (cast_expression "(long)__middle._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__middle._M_current" identifier . field_identifier))) >> number_literal)) ;) }) (else_clause "else {\n local_68 = __len2 / 2;\n local_50._M_current = __middle._M_current + local_68;\n local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;\n }" else (compound_statement "{\n local_68 = __len2 / 2;\n local_50._M_current = __middle._M_current + local_68;\n local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);\n local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;\n }" { (expression_statement "local_68 = __len2 / 2;" (assignment_expression "local_68 = __len2 / 2" identifier = (binary_expression "__len2 / 2" identifier / number_literal)) ;) (expression_statement "local_50._M_current = __middle._M_current + local_68;" (assignment_expression "local_50._M_current = __middle._M_current + local_68" (field_expression "local_50._M_current" identifier . field_identifier) = (binary_expression "__middle._M_current + local_68" (field_expression "__middle._M_current" identifier . field_identifier) + identifier)) ;) (expression_statement "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_);" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_>\n (__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold::Layout::Compare_segments>_" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx::__ops::_Val_comp_iter<gold" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment*,___gnu_cxx" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std" (binary_expression "local_58 = __upper_bound<__gnu_cxx::__normal_iterator<gold" (assignment_expression "local_58 = __upper_bound<__gnu_cxx" identifier = (binary_expression "__upper_bound<__gnu_cxx" identifier < identifier)) (ERROR "::__normal_iterator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > (ERROR "," ,) identifier) (ERROR "::Output_segment" : : identifier) * (ERROR "," ,) identifier) (ERROR "::__ops::_Val_comp_iter" : : identifier : : identifier) < identifier) (ERROR "::Layout::Compare_segments" : : identifier : : identifier) > identifier) > (parenthesized_expression "(__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" ( (comma_expression "__first,__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" identifier , (comma_expression "__middle,local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" identifier , (comma_expression "local_50._M_current,\n (_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" (field_expression "local_50._M_current" identifier . field_identifier) , (parenthesized_expression "(_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_)" ( (binary_expression "_Val_comp_iter<gold::Layout::Compare_segments>)__comp._M_comp.layout_" (binary_expression "_Val_comp_iter<gold" identifier < identifier) (ERROR "::Layout::Compare_segments" : : identifier : : identifier) > (ERROR ")" )) (field_expression "__comp._M_comp.layout_" (field_expression "__comp._M_comp" identifier . field_identifier) . field_identifier)) ))))) ))) ;) (expression_statement "local_60 = (long)local_58._M_current - (long)__first._M_current >> 3;" (assignment_expression "local_60 = (long)local_58._M_current - (long)__first._M_current >> 3" identifier = (binary_expression "(long)local_58._M_current - (long)__first._M_current >> 3" (binary_expression "(long)local_58._M_current - (long)__first._M_current" (cast_expression "(long)local_58._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "local_58._M_current" identifier . field_identifier)) - (cast_expression "(long)__first._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__first._M_current" identifier . field_identifier))) >> number_literal)) ;) }))) (expression_statement "__len1 = __len1 - local_60;" (assignment_expression "__len1 = __len1 - local_60" identifier = (binary_expression "__len1 - local_60" identifier - identifier)) ;) (expression_statement "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment**,_long_int>\n (local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size);" (binary_expression "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment**,_long_int>\n (local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size)" (binary_expression "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold::Output_segment**,_long_int" (binary_expression "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_gold" (binary_expression "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_" (binary_expression "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold" (binary_expression "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std" (binary_expression "__last_00 = __rotate_adaptive<__gnu_cxx::__normal_iterator<gold" (assignment_expression "__last_00 = __rotate_adaptive<__gnu_cxx" identifier = (binary_expression "__rotate_adaptive<__gnu_cxx" identifier < identifier)) (ERROR "::__normal_iterator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > (ERROR "," ,) identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_long_int" * (ERROR "," ,) identifier)) > (parenthesized_expression "(local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size)" ( (comma_expression "local_58,__middle,local_50,__len1,local_68,__buffer,__buffer_size" identifier , (comma_expression "__middle,local_50,__len1,local_68,__buffer,__buffer_size" identifier , (comma_expression "local_50,__len1,local_68,__buffer,__buffer_size" identifier , (comma_expression "__len1,local_68,__buffer,__buffer_size" identifier , (comma_expression "local_68,__buffer,__buffer_size" identifier , (comma_expression "__buffer,__buffer_size" identifier , identifier)))))) ))) ;) (ERROR "__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold::Output_segment**,___gnu_cxx::" (comma_expression "__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int,_gold" (binary_expression "__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_>,_long_int" (binary_expression "__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold::Output_segment*>_" (binary_expression "__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std::vector<gold" (binary_expression "__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,_std" (binary_expression "__merge_adaptive<__gnu_cxx::__normal_iterator<gold" (binary_expression "__merge_adaptive<__gnu_cxx" identifier < identifier) (ERROR "::__normal_iterator" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (pointer_expression "*,_std" * (ERROR "," ,) identifier)) (ERROR "::vector" : : identifier) < identifier) (ERROR "::Output_segment" : : identifier) * (ERROR ">" >) identifier) > (ERROR "," ,) identifier) , identifier) : : (binary_expression "Output_segment**,___gnu_cxx" identifier * (pointer_expression "*,___gnu_cxx" * (ERROR "," ,) identifier)) : :) (labeled_statement "__ops::_Iter_comp_iter<gold::Layout::Compare_segments>_>\n (__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp);" statement_identifier (ERROR "::_Iter_comp_iter<gold:" : : (binary_expression "_Iter_comp_iter<gold" identifier < identifier) :) : (labeled_statement "Layout::Compare_segments>_>\n (__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp);" statement_identifier : (ERROR ":" :) (expression_statement "Compare_segments>_>\n (__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp);" (binary_expression "Compare_segments>_>\n (__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp)" (binary_expression "Compare_segments>_" identifier > identifier) > (parenthesized_expression "(__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp)" ( (comma_expression "__first,local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp" identifier , (comma_expression "local_58,__last_00,local_60,local_68,__buffer,__buffer_size,__comp" identifier , (comma_expression "__last_00,local_60,local_68,__buffer,__buffer_size,__comp" identifier , (comma_expression "local_60,local_68,__buffer,__buffer_size,__comp" identifier , (comma_expression "local_68,__buffer,__buffer_size,__comp" identifier , (comma_expression "__buffer,__buffer_size,__comp" identifier , (comma_expression "__buffer_size,__comp" identifier , identifier))))))) ))) ;))) (expression_statement "__len2 = __len2 - local_68;" (assignment_expression "__len2 = __len2 - local_68" identifier = (binary_expression "__len2 - local_68" identifier - identifier)) ;) (expression_statement "__middle._M_current = local_50._M_current;" (assignment_expression "__middle._M_current = local_50._M_current" (field_expression "__middle._M_current" identifier . field_identifier) = (field_expression "local_50._M_current" identifier . field_identifier)) ;) (expression_statement "__first = __last_00;" (assignment_expression "__first = __last_00" identifier = identifier) ;) })) (expression_statement "__n = (long)__last._M_current - (long)__middle._M_current;" (assignment_expression "__n = (long)__last._M_current - (long)__middle._M_current" identifier = (binary_expression "(long)__last._M_current - (long)__middle._M_current" (cast_expression "(long)__last._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__last._M_current" identifier . field_identifier)) - (cast_expression "(long)__middle._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__middle._M_current" identifier . field_identifier)))) ;) (if_statement "if (__last._M_current != __middle._M_current) {\n memmove(__buffer,__middle._M_current,__n);\n }" if (parenthesized_expression "(__last._M_current != __middle._M_current)" ( (binary_expression "__last._M_current != __middle._M_current" (field_expression "__last._M_current" identifier . field_identifier) != (field_expression "__middle._M_current" identifier . field_identifier)) )) (compound_statement "{\n memmove(__buffer,__middle._M_current,__n);\n }" { (expression_statement "memmove(__buffer,__middle._M_current,__n);" (call_expression "memmove(__buffer,__middle._M_current,__n)" identifier (argument_list "(__buffer,__middle._M_current,__n)" ( identifier , (field_expression "__middle._M_current" identifier . field_identifier) , identifier ))) ;) })) (expression_statement "ppOVar5 = (Output_segment **)((long)__buffer + __n);" (assignment_expression "ppOVar5 = (Output_segment **)((long)__buffer + __n)" identifier = (cast_expression "(Output_segment **)((long)__buffer + __n)" ( (type_descriptor "Output_segment **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)__buffer + __n)" ( (binary_expression "(long)__buffer + __n" (cast_expression "(long)__buffer" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) ;) (if_statement "if (__middle._M_current == __first._M_current) {\n if (__buffer != ppOVar5) {\n __first._M_current = __last._M_current - __n;\nLAB_001b99d2:\n memmove(__first._M_current,__buffer,__n);\n return;\n }\n }\n else if (__buffer != ppOVar5) {\n ppOVar4 = __middle._M_current + -1;\n ppOVar5 = ppOVar5 + -1;\n while( true ) {\n while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }\n *__last._M_current = *ppOVar4;\n if (ppOVar4 == __first._M_current) break;\n ppOVar4 = ppOVar4 + -1;\n }\n if (__buffer != ppOVar5 + 1) {\n __n = (long)(ppOVar5 + 1) - (long)__buffer;\n __first._M_current = __last._M_current - __n;\n goto LAB_001b99d2;\n }\n }" if (parenthesized_expression "(__middle._M_current == __first._M_current)" ( (binary_expression "__middle._M_current == __first._M_current" (field_expression "__middle._M_current" identifier . field_identifier) == (field_expression "__first._M_current" identifier . field_identifier)) )) (compound_statement "{\n if (__buffer != ppOVar5) {\n __first._M_current = __last._M_current - __n;\nLAB_001b99d2:\n memmove(__first._M_current,__buffer,__n);\n return;\n }\n }" { (if_statement "if (__buffer != ppOVar5) {\n __first._M_current = __last._M_current - __n;\nLAB_001b99d2:\n memmove(__first._M_current,__buffer,__n);\n return;\n }" if (parenthesized_expression "(__buffer != ppOVar5)" ( (binary_expression "__buffer != ppOVar5" identifier != identifier) )) (compound_statement "{\n __first._M_current = __last._M_current - __n;\nLAB_001b99d2:\n memmove(__first._M_current,__buffer,__n);\n return;\n }" { (expression_statement "__first._M_current = __last._M_current - __n;" (assignment_expression "__first._M_current = __last._M_current - __n" (field_expression "__first._M_current" identifier . field_identifier) = (binary_expression "__last._M_current - __n" (field_expression "__last._M_current" identifier . field_identifier) - identifier)) ;) (labeled_statement "LAB_001b99d2:\n memmove(__first._M_current,__buffer,__n);" statement_identifier : (expression_statement "memmove(__first._M_current,__buffer,__n);" (call_expression "memmove(__first._M_current,__buffer,__n)" identifier (argument_list "(__first._M_current,__buffer,__n)" ( (field_expression "__first._M_current" identifier . field_identifier) , identifier , identifier ))) ;)) (return_statement "return;" return ;) })) }) (else_clause "else if (__buffer != ppOVar5) {\n ppOVar4 = __middle._M_current + -1;\n ppOVar5 = ppOVar5 + -1;\n while( true ) {\n while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }\n *__last._M_current = *ppOVar4;\n if (ppOVar4 == __first._M_current) break;\n ppOVar4 = ppOVar4 + -1;\n }\n if (__buffer != ppOVar5 + 1) {\n __n = (long)(ppOVar5 + 1) - (long)__buffer;\n __first._M_current = __last._M_current - __n;\n goto LAB_001b99d2;\n }\n }" else (if_statement "if (__buffer != ppOVar5) {\n ppOVar4 = __middle._M_current + -1;\n ppOVar5 = ppOVar5 + -1;\n while( true ) {\n while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }\n *__last._M_current = *ppOVar4;\n if (ppOVar4 == __first._M_current) break;\n ppOVar4 = ppOVar4 + -1;\n }\n if (__buffer != ppOVar5 + 1) {\n __n = (long)(ppOVar5 + 1) - (long)__buffer;\n __first._M_current = __last._M_current - __n;\n goto LAB_001b99d2;\n }\n }" if (parenthesized_expression "(__buffer != ppOVar5)" ( (binary_expression "__buffer != ppOVar5" identifier != identifier) )) (compound_statement "{\n ppOVar4 = __middle._M_current + -1;\n ppOVar5 = ppOVar5 + -1;\n while( true ) {\n while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }\n *__last._M_current = *ppOVar4;\n if (ppOVar4 == __first._M_current) break;\n ppOVar4 = ppOVar4 + -1;\n }\n if (__buffer != ppOVar5 + 1) {\n __n = (long)(ppOVar5 + 1) - (long)__buffer;\n __first._M_current = __last._M_current - __n;\n goto LAB_001b99d2;\n }\n }" { (expression_statement "ppOVar4 = __middle._M_current + -1;" (assignment_expression "ppOVar4 = __middle._M_current + -1" identifier = (binary_expression "__middle._M_current + -1" (field_expression "__middle._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "ppOVar5 = ppOVar5 + -1;" (assignment_expression "ppOVar5 = ppOVar5 + -1" identifier = (binary_expression "ppOVar5 + -1" identifier + number_literal)) ;) (while_statement "while( true ) {\n while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }\n *__last._M_current = *ppOVar4;\n if (ppOVar4 == __first._M_current) break;\n ppOVar4 = ppOVar4 + -1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }\n *__last._M_current = *ppOVar4;\n if (ppOVar4 == __first._M_current) break;\n ppOVar4 = ppOVar4 + -1;\n }" { (while_statement "while( true ) {\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n __last._M_current = __last._M_current + -1;\n bVar2 = gold::Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);\n if (bVar2) break;\n *__last._M_current = *ppOVar5;\n if (__buffer == ppOVar5) {\n return;\n }\n ppOVar5 = ppOVar5 + -1;\n }" { (expression_statement "__last._M_current = __last._M_current + -1;" (assignment_expression "__last._M_current = __last._M_current + -1" (field_expression "__last._M_current" identifier . field_identifier) = (binary_expression "__last._M_current + -1" (field_expression "__last._M_current" identifier . field_identifier) + number_literal)) ;) (ERROR "bVar2 = gold::" (assignment_expression "bVar2 = gold" identifier = identifier) : :) (labeled_statement "Layout::segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);" statement_identifier : (ERROR ":" :) (expression_statement "segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4);" (call_expression "segment_precedes((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4)" identifier (argument_list "((Layout *)__comp._M_comp.layout_,*ppOVar5,*ppOVar4)" ( (cast_expression "(Layout *)__comp._M_comp.layout_" ( (type_descriptor "Layout *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "__comp._M_comp.layout_" (field_expression "__comp._M_comp" identifier . field_identifier) . field_identifier)) , (pointer_expression "*ppOVar5" * identifier) , (pointer_expression "*ppOVar4" * identifier) ))) ;)) (if_statement "if (bVar2) break;" if (parenthesized_expression "(bVar2)" ( identifier )) (break_statement "break;" break ;)) (expression_statement "*__last._M_current = *ppOVar5;" (assignment_expression "*__last._M_current = *ppOVar5" (pointer_expression "*__last._M_current" * (field_expression "__last._M_current" identifier . field_identifier)) = (pointer_expression "*ppOVar5" * identifier)) ;) (if_statement "if (__buffer == ppOVar5) {\n return;\n }" if (parenthesized_expression "(__buffer == ppOVar5)" ( (binary_expression "__buffer == ppOVar5" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "ppOVar5 = ppOVar5 + -1;" (assignment_expression "ppOVar5 = ppOVar5 + -1" identifier = (binary_expression "ppOVar5 + -1" identifier + number_literal)) ;) })) (expression_statement "*__last._M_current = *ppOVar4;" (assignment_expression "*__last._M_current = *ppOVar4" (pointer_expression "*__last._M_current" * (field_expression "__last._M_current" identifier . field_identifier)) = (pointer_expression "*ppOVar4" * identifier)) ;) (if_statement "if (ppOVar4 == __first._M_current) break;" if (parenthesized_expression "(ppOVar4 == __first._M_current)" ( (binary_expression "ppOVar4 == __first._M_current" identifier == (field_expression "__first._M_current" identifier . field_identifier)) )) (break_statement "break;" break ;)) (expression_statement "ppOVar4 = ppOVar4 + -1;" (assignment_expression "ppOVar4 = ppOVar4 + -1" identifier = (binary_expression "ppOVar4 + -1" identifier + number_literal)) ;) })) (if_statement "if (__buffer != ppOVar5 + 1) {\n __n = (long)(ppOVar5 + 1) - (long)__buffer;\n __first._M_current = __last._M_current - __n;\n goto LAB_001b99d2;\n }" if (parenthesized_expression "(__buffer != ppOVar5 + 1)" ( (binary_expression "__buffer != ppOVar5 + 1" identifier != (binary_expression "ppOVar5 + 1" identifier + number_literal)) )) (compound_statement "{\n __n = (long)(ppOVar5 + 1) - (long)__buffer;\n __first._M_current = __last._M_current - __n;\n goto LAB_001b99d2;\n }" { (expression_statement "__n = (long)(ppOVar5 + 1) - (long)__buffer;" (assignment_expression "__n = (long)(ppOVar5 + 1) - (long)__buffer" identifier = (binary_expression "(long)(ppOVar5 + 1) - (long)__buffer" (cast_expression "(long)(ppOVar5 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(ppOVar5 + 1)" ( (binary_expression "ppOVar5 + 1" identifier + number_literal) ))) - (cast_expression "(long)__buffer" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "__first._M_current = __last._M_current - __n;" (assignment_expression "__first._M_current = __last._M_current - __n" (field_expression "__first._M_current" identifier . field_identifier) = (binary_expression "__last._M_current - __n" (field_expression "__last._M_current" identifier . field_identifier) - identifier)) ;) (goto_statement "goto LAB_001b99d2;" goto statement_identifier ;) })) })))) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)\n\n{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)\n\n{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "long param_7" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long local_68;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "undefined8 *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (while_statement "while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }" { (expression_statement "lVar3 = param_7;" (assignment_expression "lVar3 = param_7" identifier = identifier) ;) (if_statement "if (param_5 <= param_7) {\n lVar3 = param_5;\n }" if (parenthesized_expression "(param_5 <= param_7)" ( (binary_expression "param_5 <= param_7" identifier <= identifier) )) (compound_statement "{\n lVar3 = param_5;\n }" { (expression_statement "lVar3 = param_5;" (assignment_expression "lVar3 = param_5" identifier = identifier) ;) })) (if_statement "if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }" if (parenthesized_expression "(param_4 <= lVar3)" ( (binary_expression "param_4 <= lVar3" identifier <= identifier) )) (compound_statement "{\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }" { (expression_statement "__n = (long)param_2 - (long)param_1;" (assignment_expression "__n = (long)param_2 - (long)param_1" identifier = (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }" if (parenthesized_expression "(param_2 != param_1)" ( (binary_expression "param_2 != param_1" identifier != identifier) )) (compound_statement "{\n memmove(param_6,param_1,__n);\n }" { (expression_statement "memmove(param_6,param_1,__n);" (call_expression "memmove(param_6,param_1,__n)" identifier (argument_list "(param_6,param_1,__n)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "puVar4 = (undefined8 *)((long)param_6 + __n);" (assignment_expression "puVar4 = (undefined8 *)((long)param_6 + __n)" identifier = (cast_expression "(undefined8 *)((long)param_6 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_6 + __n)" ( (binary_expression "(long)param_6 + __n" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) ;) (if_statement "if (param_6 == puVar4) {\n return;\n }" if (parenthesized_expression "(param_6 == puVar4)" ( (binary_expression "param_6 == puVar4" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }" if (parenthesized_expression "(param_3 != param_2)" ( (binary_expression "param_3 != param_2" identifier != identifier) )) (compound_statement "{\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }" { (do_statement "do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);" do (compound_statement "{\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n }" { (expression_statement "cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);" (assignment_expression "cVar2 = FUN_001a5c70(param_8,*param_2,*param_6)" identifier = (call_expression "FUN_001a5c70(param_8,*param_2,*param_6)" identifier (argument_list "(param_8,*param_2,*param_6)" ( identifier , (pointer_expression "*param_2" * identifier) , (pointer_expression "*param_6" * identifier) )))) ;) (if_statement "if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }" { (expression_statement "uVar1 = *param_6;" (assignment_expression "uVar1 = *param_6" identifier = (pointer_expression "*param_6" * identifier)) ;) (expression_statement "param_6 = param_6 + 1;" (assignment_expression "param_6 = param_6 + 1" identifier = (binary_expression "param_6 + 1" identifier + number_literal)) ;) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) }) (else_clause "else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" else (compound_statement "{\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" { (expression_statement "uVar1 = *param_2;" (assignment_expression "uVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" * identifier) = identifier) ;) }))) (if_statement "if (puVar4 == param_6) {\n return;\n }" if (parenthesized_expression "(puVar4 == param_6)" ( (binary_expression "puVar4 == param_6" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_3 != param_2)" ( (binary_expression "param_3 != param_2" identifier != identifier) )) ;) (expression_statement "__n = (long)puVar4 - (long)param_6;" (assignment_expression "__n = (long)puVar4 - (long)param_6" identifier = (binary_expression "(long)puVar4 - (long)param_6" (cast_expression "(long)puVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) })) (goto_statement "goto LAB_001b99d2;" goto statement_identifier ;) })) (if_statement "if (param_5 <= param_7) break;" if (parenthesized_expression "(param_5 <= param_7)" ( (binary_expression "param_5 <= param_7" identifier <= identifier) )) (break_statement "break;" break ;)) (if_statement "if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" if (parenthesized_expression "(param_5 < param_4)" ( (binary_expression "param_5 < param_4" identifier < identifier) )) (compound_statement "{\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }" { (expression_statement "local_60 = param_4 / 2;" (assignment_expression "local_60 = param_4 / 2" identifier = (binary_expression "param_4 / 2" identifier / number_literal)) ;) (expression_statement "local_58 = param_1 + local_60;" (assignment_expression "local_58 = param_1 + local_60" identifier = (binary_expression "param_1 + local_60" identifier + identifier)) ;) (expression_statement "local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);" (assignment_expression "local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8)" identifier = (cast_expression "(undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001b9150(param_2,param_3,local_58,param_8)" identifier (argument_list "(param_2,param_3,local_58,param_8)" ( identifier , identifier , identifier , identifier ))))) ;) (expression_statement "local_68 = (long)local_50 - (long)param_2 >> 3;" (assignment_expression "local_68 = (long)local_50 - (long)param_2 >> 3" identifier = (binary_expression "(long)local_50 - (long)param_2 >> 3" (binary_expression "(long)local_50 - (long)param_2" (cast_expression "(long)local_50" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) }) (else_clause "else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" else (compound_statement "{\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" { (expression_statement "local_68 = param_5 / 2;" (assignment_expression "local_68 = param_5 / 2" identifier = (binary_expression "param_5 / 2" identifier / number_literal)) ;) (expression_statement "local_50 = param_2 + local_68;" (assignment_expression "local_50 = param_2 + local_68" identifier = (binary_expression "param_2 + local_68" identifier + identifier)) ;) (expression_statement "local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);" (assignment_expression "local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8)" identifier = (cast_expression "(undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001b91d0(param_1,param_2,local_50,param_8)" identifier (argument_list "(param_1,param_2,local_50,param_8)" ( identifier , identifier , identifier , identifier ))))) ;) (expression_statement "local_60 = (long)local_58 - (long)param_1 >> 3;" (assignment_expression "local_60 = (long)local_58 - (long)param_1 >> 3" identifier = (binary_expression "(long)local_58 - (long)param_1 >> 3" (binary_expression "(long)local_58 - (long)param_1" (cast_expression "(long)local_58" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) }))) (expression_statement "param_4 = param_4 - local_60;" (assignment_expression "param_4 = param_4 - local_60" identifier = (binary_expression "param_4 - local_60" identifier - identifier)) ;) (expression_statement "puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);" (assignment_expression "puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" identifier = (cast_expression "(undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" identifier (argument_list "(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier ))))) ;) (expression_statement "FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);" (call_expression "FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8)" identifier (argument_list "(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "param_5 = param_5 - local_68;" (assignment_expression "param_5 = param_5 - local_68" identifier = (binary_expression "param_5 - local_68" identifier - identifier)) ;) (expression_statement "param_2 = local_50;" (assignment_expression "param_2 = local_50" identifier = identifier) ;) (expression_statement "param_1 = puVar4;" (assignment_expression "param_1 = puVar4" identifier = identifier) ;) })) (expression_statement "__n = (long)param_3 - (long)param_2;" (assignment_expression "__n = (long)param_3 - (long)param_2" identifier = (binary_expression "(long)param_3 - (long)param_2" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }" if (parenthesized_expression "(param_3 != param_2)" ( (binary_expression "param_3 != param_2" identifier != identifier) )) (compound_statement "{\n memmove(param_6,param_2,__n);\n }" { (expression_statement "memmove(param_6,param_2,__n);" (call_expression "memmove(param_6,param_2,__n)" identifier (argument_list "(param_6,param_2,__n)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "puVar4 = (undefined8 *)((long)param_6 + __n);" (assignment_expression "puVar4 = (undefined8 *)((long)param_6 + __n)" identifier = (cast_expression "(undefined8 *)((long)param_6 + __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_6 + __n)" ( (binary_expression "(long)param_6 + __n" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) ;) (if_statement "if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" if (parenthesized_expression "(param_2 == param_1)" ( (binary_expression "param_2 == param_1" identifier == identifier) )) (compound_statement "{\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }" { (if_statement "if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }" if (parenthesized_expression "(param_6 != puVar4)" ( (binary_expression "param_6 != puVar4" identifier != identifier) )) (compound_statement "{\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }" { (expression_statement "param_1 = (undefined8 *)((long)param_3 - __n);" (assignment_expression "param_1 = (undefined8 *)((long)param_3 - __n)" identifier = (cast_expression "(undefined8 *)((long)param_3 - __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 - __n)" ( (binary_expression "(long)param_3 - __n" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (labeled_statement "LAB_001b99d2:\n memmove(param_1,param_6,__n);" statement_identifier : (expression_statement "memmove(param_1,param_6,__n);" (call_expression "memmove(param_1,param_6,__n)" identifier (argument_list "(param_1,param_6,__n)" ( identifier , identifier , identifier ))) ;)) (return_statement "return;" return ;) })) }) (else_clause "else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" else (if_statement "if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" if (parenthesized_expression "(param_6 != puVar4)" ( (binary_expression "param_6 != puVar4" identifier != identifier) )) (compound_statement "{\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" { (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) (expression_statement "puVar4 = puVar4 + -1;" (assignment_expression "puVar4 = puVar4 + -1" identifier = (binary_expression "puVar4 + -1" identifier + number_literal)) ;) (while_statement "while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }" { (while_statement "while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }" { (expression_statement "param_3 = param_3 + -1;" (assignment_expression "param_3 = param_3 + -1" identifier = (binary_expression "param_3 + -1" identifier + number_literal)) ;) (expression_statement "cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);" (assignment_expression "cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2)" identifier = (call_expression "FUN_001a5c70(param_8,*puVar4,*param_2)" identifier (argument_list "(param_8,*puVar4,*param_2)" ( identifier , (pointer_expression "*puVar4" * identifier) , (pointer_expression "*param_2" * identifier) )))) ;) (if_statement "if (cVar2 != '\0') break;" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "*param_3 = *puVar4;" (assignment_expression "*param_3 = *puVar4" (pointer_expression "*param_3" * identifier) = (pointer_expression "*puVar4" * identifier)) ;) (if_statement "if (param_6 == puVar4) {\n return;\n }" if (parenthesized_expression "(param_6 == puVar4)" ( (binary_expression "param_6 == puVar4" identifier == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar4 = puVar4 + -1;" (assignment_expression "puVar4 = puVar4 + -1" identifier = (binary_expression "puVar4 + -1" identifier + number_literal)) ;) })) (expression_statement "*param_3 = *param_2;" (assignment_expression "*param_3 = *param_2" (pointer_expression "*param_3" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (param_2 == param_1) break;" if (parenthesized_expression "(param_2 == param_1)" ( (binary_expression "param_2 == param_1" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" identifier = (binary_expression "param_2 + -1" identifier + number_literal)) ;) })) (if_statement "if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }" if (parenthesized_expression "(param_6 != puVar4 + 1)" ( (binary_expression "param_6 != puVar4 + 1" identifier != (binary_expression "puVar4 + 1" identifier + number_literal)) )) (compound_statement "{\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }" { (expression_statement "__n = (long)(puVar4 + 1) - (long)param_6;" (assignment_expression "__n = (long)(puVar4 + 1) - (long)param_6" identifier = (binary_expression "(long)(puVar4 + 1) - (long)param_6" (cast_expression "(long)(puVar4 + 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(puVar4 + 1)" ( (binary_expression "puVar4 + 1" identifier + number_literal) ))) - (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "param_1 = (undefined8 *)((long)param_3 - __n);" (assignment_expression "param_1 = (undefined8 *)((long)param_3 - __n)" identifier = (cast_expression "(undefined8 *)((long)param_3 - __n)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 - __n)" ( (binary_expression "(long)param_3 - __n" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - identifier) )))) ;) (goto_statement "goto LAB_001b99d2;" goto statement_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)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (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))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) , (pointer_expression * IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (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))) ;) })) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (break_statement break ;)) (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 = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , 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)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT / LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , 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)) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = 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))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - IDENT) )))) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;)) (return_statement return ;) })) }) (else_clause else (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 = (binary_expression IDENT + LIT)) ;) (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 = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) , (pointer_expression * IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (break_statement break ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - IDENT) )))) ;) (goto_statement goto statement_identifier ;) })) })))) (return_statement return ;) })))
|
(function_definition "void FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)\n\n{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001b9750(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)" (identifier "FUN_001b9750") (parameter_list "(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,\n long param_5,undefined8 *param_6,long param_7,undefined8 param_8)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (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")) (, ",") (parameter_declaration "undefined8 *param_6" (type_identifier "undefined8") (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) (, ",") (parameter_declaration "long param_7" (sized_type_specifier "long" (long "long")) (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n char cVar2;\n long lVar3;\n undefined8 *puVar4;\n size_t __n;\n long local_68;\n long local_60;\n undefined8 *local_58;\n undefined8 *local_50;\n \n while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }\n __n = (long)param_3 - (long)param_2;\n if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined8 *puVar4;" (type_identifier "undefined8") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "long local_68;" (sized_type_specifier "long" (long "long")) (identifier "local_68") (; ";")) (declaration "long local_60;" (sized_type_specifier "long" (long "long")) (identifier "local_60") (; ";")) (declaration "undefined8 *local_58;" (type_identifier "undefined8") (pointer_declarator "*local_58" (* "*") (identifier "local_58")) (; ";")) (declaration "undefined8 *local_50;" (type_identifier "undefined8") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (while_statement "while( true ) {\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n lVar3 = param_7;\n if (param_5 <= param_7) {\n lVar3 = param_5;\n }\n if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }\n if (param_5 <= param_7) break;\n if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }\n param_4 = param_4 - local_60;\n puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);\n FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);\n param_5 = param_5 - local_68;\n param_2 = local_50;\n param_1 = puVar4;\n }" ({ "{") (expression_statement "lVar3 = param_7;" (assignment_expression "lVar3 = param_7" (identifier "lVar3") (= "=") (identifier "param_7")) (; ";")) (if_statement "if (param_5 <= param_7) {\n lVar3 = param_5;\n }" (if "if") (parenthesized_expression "(param_5 <= param_7)" (( "(") (binary_expression "param_5 <= param_7" (identifier "param_5") (<= "<=") (identifier "param_7")) () ")")) (compound_statement "{\n lVar3 = param_5;\n }" ({ "{") (expression_statement "lVar3 = param_5;" (assignment_expression "lVar3 = param_5" (identifier "lVar3") (= "=") (identifier "param_5")) (; ";")) (} "}"))) (if_statement "if (param_4 <= lVar3) {\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }" (if "if") (parenthesized_expression "(param_4 <= lVar3)" (( "(") (binary_expression "param_4 <= lVar3" (identifier "param_4") (<= "<=") (identifier "lVar3")) () ")")) (compound_statement "{\n __n = (long)param_2 - (long)param_1;\n if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }\n puVar4 = (undefined8 *)((long)param_6 + __n);\n if (param_6 == puVar4) {\n return;\n }\n if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }\n goto LAB_001b99d2;\n }" ({ "{") (expression_statement "__n = (long)param_2 - (long)param_1;" (assignment_expression "__n = (long)param_2 - (long)param_1" (identifier "__n") (= "=") (binary_expression "(long)param_2 - (long)param_1" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (- "-") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")))) (; ";")) (if_statement "if (param_2 != param_1) {\n memmove(param_6,param_1,__n);\n }" (if "if") (parenthesized_expression "(param_2 != param_1)" (( "(") (binary_expression "param_2 != param_1" (identifier "param_2") (!= "!=") (identifier "param_1")) () ")")) (compound_statement "{\n memmove(param_6,param_1,__n);\n }" ({ "{") (expression_statement "memmove(param_6,param_1,__n);" (call_expression "memmove(param_6,param_1,__n)" (identifier "memmove") (argument_list "(param_6,param_1,__n)" (( "(") (identifier "param_6") (, ",") (identifier "param_1") (, ",") (identifier "__n") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar4 = (undefined8 *)((long)param_6 + __n);" (assignment_expression "puVar4 = (undefined8 *)((long)param_6 + __n)" (identifier "puVar4") (= "=") (cast_expression "(undefined8 *)((long)param_6 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_6 + __n)" (( "(") (binary_expression "(long)param_6 + __n" (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6")) (+ "+") (identifier "__n")) () ")")))) (; ";")) (if_statement "if (param_6 == puVar4) {\n return;\n }" (if "if") (parenthesized_expression "(param_6 == puVar4)" (( "(") (binary_expression "param_6 == puVar4" (identifier "param_6") (== "==") (identifier "puVar4")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (param_3 != param_2) {\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }" (if "if") (parenthesized_expression "(param_3 != param_2)" (( "(") (binary_expression "param_3 != param_2" (identifier "param_3") (!= "!=") (identifier "param_2")) () ")")) (compound_statement "{\n do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);\n __n = (long)puVar4 - (long)param_6;\n }" ({ "{") (do_statement "do {\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n } while (param_3 != param_2);" (do "do") (compound_statement "{\n cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);\n if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }\n if (puVar4 == param_6) {\n return;\n }\n param_1 = param_1 + 1;\n }" ({ "{") (expression_statement "cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);" (assignment_expression "cVar2 = FUN_001a5c70(param_8,*param_2,*param_6)" (identifier "cVar2") (= "=") (call_expression "FUN_001a5c70(param_8,*param_2,*param_6)" (identifier "FUN_001a5c70") (argument_list "(param_8,*param_2,*param_6)" (( "(") (identifier "param_8") (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (pointer_expression "*param_6" (* "*") (identifier "param_6")) () ")")))) (; ";")) (if_statement "if (cVar2 == '\0') {\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }\n else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar1 = *param_6;\n param_6 = param_6 + 1;\n *param_1 = uVar1;\n }" ({ "{") (expression_statement "uVar1 = *param_6;" (assignment_expression "uVar1 = *param_6" (identifier "uVar1") (= "=") (pointer_expression "*param_6" (* "*") (identifier "param_6"))) (; ";")) (expression_statement "param_6 = param_6 + 1;" (assignment_expression "param_6 = param_6 + 1" (identifier "param_6") (= "=") (binary_expression "param_6 + 1" (identifier "param_6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "uVar1")) (; ";")) (} "}")) (else_clause "else {\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" (else "else") (compound_statement "{\n uVar1 = *param_2;\n param_2 = param_2 + 1;\n *param_1 = uVar1;\n }" ({ "{") (expression_statement "uVar1 = *param_2;" (assignment_expression "uVar1 = *param_2" (identifier "uVar1") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "param_2 = param_2 + 1;" (assignment_expression "param_2 = param_2 + 1" (identifier "param_2") (= "=") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_1 = uVar1;" (assignment_expression "*param_1 = uVar1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "uVar1")) (; ";")) (} "}")))) (if_statement "if (puVar4 == param_6) {\n return;\n }" (if "if") (parenthesized_expression "(puVar4 == param_6)" (( "(") (binary_expression "puVar4 == param_6" (identifier "puVar4") (== "==") (identifier "param_6")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" (identifier "param_1") (= "=") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_3 != param_2)" (( "(") (binary_expression "param_3 != param_2" (identifier "param_3") (!= "!=") (identifier "param_2")) () ")")) (; ";")) (expression_statement "__n = (long)puVar4 - (long)param_6;" (assignment_expression "__n = (long)puVar4 - (long)param_6" (identifier "__n") (= "=") (binary_expression "(long)puVar4 - (long)param_6" (cast_expression "(long)puVar4" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar4")) (- "-") (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6")))) (; ";")) (} "}"))) (goto_statement "goto LAB_001b99d2;" (goto "goto") (statement_identifier "LAB_001b99d2") (; ";")) (} "}"))) (if_statement "if (param_5 <= param_7) break;" (if "if") (parenthesized_expression "(param_5 <= param_7)" (( "(") (binary_expression "param_5 <= param_7" (identifier "param_5") (<= "<=") (identifier "param_7")) () ")")) (break_statement "break;" (break "break") (; ";"))) (if_statement "if (param_5 < param_4) {\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }\n else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" (if "if") (parenthesized_expression "(param_5 < param_4)" (( "(") (binary_expression "param_5 < param_4" (identifier "param_5") (< "<") (identifier "param_4")) () ")")) (compound_statement "{\n local_60 = param_4 / 2;\n local_58 = param_1 + local_60;\n local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);\n local_68 = (long)local_50 - (long)param_2 >> 3;\n }" ({ "{") (expression_statement "local_60 = param_4 / 2;" (assignment_expression "local_60 = param_4 / 2" (identifier "local_60") (= "=") (binary_expression "param_4 / 2" (identifier "param_4") (/ "/") (number_literal "2"))) (; ";")) (expression_statement "local_58 = param_1 + local_60;" (assignment_expression "local_58 = param_1 + local_60" (identifier "local_58") (= "=") (binary_expression "param_1 + local_60" (identifier "param_1") (+ "+") (identifier "local_60"))) (; ";")) (expression_statement "local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);" (assignment_expression "local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8)" (identifier "local_50") (= "=") (cast_expression "(undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001b9150(param_2,param_3,local_58,param_8)" (identifier "FUN_001b9150") (argument_list "(param_2,param_3,local_58,param_8)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "local_58") (, ",") (identifier "param_8") () ")"))))) (; ";")) (expression_statement "local_68 = (long)local_50 - (long)param_2 >> 3;" (assignment_expression "local_68 = (long)local_50 - (long)param_2 >> 3" (identifier "local_68") (= "=") (binary_expression "(long)local_50 - (long)param_2 >> 3" (binary_expression "(long)local_50 - (long)param_2" (cast_expression "(long)local_50" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_50")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) (>> ">>") (number_literal "3"))) (; ";")) (} "}")) (else_clause "else {\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" (else "else") (compound_statement "{\n local_68 = param_5 / 2;\n local_50 = param_2 + local_68;\n local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);\n local_60 = (long)local_58 - (long)param_1 >> 3;\n }" ({ "{") (expression_statement "local_68 = param_5 / 2;" (assignment_expression "local_68 = param_5 / 2" (identifier "local_68") (= "=") (binary_expression "param_5 / 2" (identifier "param_5") (/ "/") (number_literal "2"))) (; ";")) (expression_statement "local_50 = param_2 + local_68;" (assignment_expression "local_50 = param_2 + local_68" (identifier "local_50") (= "=") (binary_expression "param_2 + local_68" (identifier "param_2") (+ "+") (identifier "local_68"))) (; ";")) (expression_statement "local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);" (assignment_expression "local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8)" (identifier "local_58") (= "=") (cast_expression "(undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001b91d0(param_1,param_2,local_50,param_8)" (identifier "FUN_001b91d0") (argument_list "(param_1,param_2,local_50,param_8)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "local_50") (, ",") (identifier "param_8") () ")"))))) (; ";")) (expression_statement "local_60 = (long)local_58 - (long)param_1 >> 3;" (assignment_expression "local_60 = (long)local_58 - (long)param_1 >> 3" (identifier "local_60") (= "=") (binary_expression "(long)local_58 - (long)param_1 >> 3" (binary_expression "(long)local_58 - (long)param_1" (cast_expression "(long)local_58" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_58")) (- "-") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1"))) (>> ">>") (number_literal "3"))) (; ";")) (} "}")))) (expression_statement "param_4 = param_4 - local_60;" (assignment_expression "param_4 = param_4 - local_60" (identifier "param_4") (= "=") (binary_expression "param_4 - local_60" (identifier "param_4") (- "-") (identifier "local_60"))) (; ";")) (expression_statement "puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);" (assignment_expression "puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" (identifier "puVar4") (= "=") (cast_expression "(undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" (identifier "FUN_001b9640") (argument_list "(local_58,param_2,local_50,param_4,local_68,param_6,param_7)" (( "(") (identifier "local_58") (, ",") (identifier "param_2") (, ",") (identifier "local_50") (, ",") (identifier "param_4") (, ",") (identifier "local_68") (, ",") (identifier "param_6") (, ",") (identifier "param_7") () ")"))))) (; ";")) (expression_statement "FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);" (call_expression "FUN_001b9750(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8)" (identifier "FUN_001b9750") (argument_list "(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8)" (( "(") (identifier "param_1") (, ",") (identifier "local_58") (, ",") (identifier "puVar4") (, ",") (identifier "local_60") (, ",") (identifier "local_68") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") () ")"))) (; ";")) (expression_statement "param_5 = param_5 - local_68;" (assignment_expression "param_5 = param_5 - local_68" (identifier "param_5") (= "=") (binary_expression "param_5 - local_68" (identifier "param_5") (- "-") (identifier "local_68"))) (; ";")) (expression_statement "param_2 = local_50;" (assignment_expression "param_2 = local_50" (identifier "param_2") (= "=") (identifier "local_50")) (; ";")) (expression_statement "param_1 = puVar4;" (assignment_expression "param_1 = puVar4" (identifier "param_1") (= "=") (identifier "puVar4")) (; ";")) (} "}"))) (expression_statement "__n = (long)param_3 - (long)param_2;" (assignment_expression "__n = (long)param_3 - (long)param_2" (identifier "__n") (= "=") (binary_expression "(long)param_3 - (long)param_2" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")))) (; ";")) (if_statement "if (param_3 != param_2) {\n memmove(param_6,param_2,__n);\n }" (if "if") (parenthesized_expression "(param_3 != param_2)" (( "(") (binary_expression "param_3 != param_2" (identifier "param_3") (!= "!=") (identifier "param_2")) () ")")) (compound_statement "{\n memmove(param_6,param_2,__n);\n }" ({ "{") (expression_statement "memmove(param_6,param_2,__n);" (call_expression "memmove(param_6,param_2,__n)" (identifier "memmove") (argument_list "(param_6,param_2,__n)" (( "(") (identifier "param_6") (, ",") (identifier "param_2") (, ",") (identifier "__n") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar4 = (undefined8 *)((long)param_6 + __n);" (assignment_expression "puVar4 = (undefined8 *)((long)param_6 + __n)" (identifier "puVar4") (= "=") (cast_expression "(undefined8 *)((long)param_6 + __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_6 + __n)" (( "(") (binary_expression "(long)param_6 + __n" (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6")) (+ "+") (identifier "__n")) () ")")))) (; ";")) (if_statement "if (param_2 == param_1) {\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }\n else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" (if "if") (parenthesized_expression "(param_2 == param_1)" (( "(") (binary_expression "param_2 == param_1" (identifier "param_2") (== "==") (identifier "param_1")) () ")")) (compound_statement "{\n if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }\n }" ({ "{") (if_statement "if (param_6 != puVar4) {\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }" (if "if") (parenthesized_expression "(param_6 != puVar4)" (( "(") (binary_expression "param_6 != puVar4" (identifier "param_6") (!= "!=") (identifier "puVar4")) () ")")) (compound_statement "{\n param_1 = (undefined8 *)((long)param_3 - __n);\nLAB_001b99d2:\n memmove(param_1,param_6,__n);\n return;\n }" ({ "{") (expression_statement "param_1 = (undefined8 *)((long)param_3 - __n);" (assignment_expression "param_1 = (undefined8 *)((long)param_3 - __n)" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)((long)param_3 - __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 - __n)" (( "(") (binary_expression "(long)param_3 - __n" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (- "-") (identifier "__n")) () ")")))) (; ";")) (labeled_statement "LAB_001b99d2:\n memmove(param_1,param_6,__n);" (statement_identifier "LAB_001b99d2") (: ":") (expression_statement "memmove(param_1,param_6,__n);" (call_expression "memmove(param_1,param_6,__n)" (identifier "memmove") (argument_list "(param_1,param_6,__n)" (( "(") (identifier "param_1") (, ",") (identifier "param_6") (, ",") (identifier "__n") () ")"))) (; ";"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (else_clause "else if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" (else "else") (if_statement "if (param_6 != puVar4) {\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" (if "if") (parenthesized_expression "(param_6 != puVar4)" (( "(") (binary_expression "param_6 != puVar4" (identifier "param_6") (!= "!=") (identifier "puVar4")) () ")")) (compound_statement "{\n param_2 = param_2 + -1;\n puVar4 = puVar4 + -1;\n while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }\n if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }\n }" ({ "{") (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" (identifier "param_2") (= "=") (binary_expression "param_2 + -1" (identifier "param_2") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "puVar4 = puVar4 + -1;" (assignment_expression "puVar4 = puVar4 + -1" (identifier "puVar4") (= "=") (binary_expression "puVar4 + -1" (identifier "puVar4") (+ "+") (number_literal "-1"))) (; ";")) (while_statement "while( true ) {\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }\n *param_3 = *param_2;\n if (param_2 == param_1) break;\n param_2 = param_2 + -1;\n }" ({ "{") (while_statement "while( true ) {\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n param_3 = param_3 + -1;\n cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);\n if (cVar2 != '\0') break;\n *param_3 = *puVar4;\n if (param_6 == puVar4) {\n return;\n }\n puVar4 = puVar4 + -1;\n }" ({ "{") (expression_statement "param_3 = param_3 + -1;" (assignment_expression "param_3 = param_3 + -1" (identifier "param_3") (= "=") (binary_expression "param_3 + -1" (identifier "param_3") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);" (assignment_expression "cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2)" (identifier "cVar2") (= "=") (call_expression "FUN_001a5c70(param_8,*puVar4,*param_2)" (identifier "FUN_001a5c70") (argument_list "(param_8,*puVar4,*param_2)" (( "(") (identifier "param_8") (, ",") (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")")))) (; ";")) (if_statement "if (cVar2 != '\0') break;" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "*param_3 = *puVar4;" (assignment_expression "*param_3 = *puVar4" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (pointer_expression "*puVar4" (* "*") (identifier "puVar4"))) (; ";")) (if_statement "if (param_6 == puVar4) {\n return;\n }" (if "if") (parenthesized_expression "(param_6 == puVar4)" (( "(") (binary_expression "param_6 == puVar4" (identifier "param_6") (== "==") (identifier "puVar4")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "puVar4 = puVar4 + -1;" (assignment_expression "puVar4 = puVar4 + -1" (identifier "puVar4") (= "=") (binary_expression "puVar4 + -1" (identifier "puVar4") (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (expression_statement "*param_3 = *param_2;" (assignment_expression "*param_3 = *param_2" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (if_statement "if (param_2 == param_1) break;" (if "if") (parenthesized_expression "(param_2 == param_1)" (( "(") (binary_expression "param_2 == param_1" (identifier "param_2") (== "==") (identifier "param_1")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "param_2 = param_2 + -1;" (assignment_expression "param_2 = param_2 + -1" (identifier "param_2") (= "=") (binary_expression "param_2 + -1" (identifier "param_2") (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if (param_6 != puVar4 + 1) {\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }" (if "if") (parenthesized_expression "(param_6 != puVar4 + 1)" (( "(") (binary_expression "param_6 != puVar4 + 1" (identifier "param_6") (!= "!=") (binary_expression "puVar4 + 1" (identifier "puVar4") (+ "+") (number_literal "1"))) () ")")) (compound_statement "{\n __n = (long)(puVar4 + 1) - (long)param_6;\n param_1 = (undefined8 *)((long)param_3 - __n);\n goto LAB_001b99d2;\n }" ({ "{") (expression_statement "__n = (long)(puVar4 + 1) - (long)param_6;" (assignment_expression "__n = (long)(puVar4 + 1) - (long)param_6" (identifier "__n") (= "=") (binary_expression "(long)(puVar4 + 1) - (long)param_6" (cast_expression "(long)(puVar4 + 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(puVar4 + 1)" (( "(") (binary_expression "puVar4 + 1" (identifier "puVar4") (+ "+") (number_literal "1")) () ")"))) (- "-") (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6")))) (; ";")) (expression_statement "param_1 = (undefined8 *)((long)param_3 - __n);" (assignment_expression "param_1 = (undefined8 *)((long)param_3 - __n)" (identifier "param_1") (= "=") (cast_expression "(undefined8 *)((long)param_3 - __n)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 - __n)" (( "(") (binary_expression "(long)param_3 - __n" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (- "-") (identifier "__n")) () ")")))) (; ";")) (goto_statement "goto LAB_001b99d2;" (goto "goto") (statement_identifier "LAB_001b99d2") (; ";")) (} "}"))) (} "}"))))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Output_segment**,
std::vector<gold::Output_segment*> >, long int, gold::Output_segment**,
__gnu_cxx::__ops::_Iter_comp_iter<gold::Layout::Compare_segments> > */
void std::
__merge_adaptive<var_19::var_1<var_2::type_1**,var_3::vector<var_2::type_1*>var_4>,_long_int,var_20::type_1**,var_21::__ops::_Iter_comp_iter<var_2::type_2::var_27>var_4>
(var_1<var_2::type_1**,var_3::vector<var_2::type_1*,var_3::allocator<var_2::type_1*>var_4>var_4>
__first,var_1<var_2::type_1**,var_3::vector<var_2::type_1*,var_3::allocator<var_2::type_1*>var_4>var_4>
__middle,
var_1<var_2::type_1**,var_3::vector<var_2::type_1*,var_3::allocator<var_2::type_1*>var_4>var_4>
__last,long var_10,long var_8,type_1 **var_14,long var_9,
_Iter_comp_iter<var_2::type_2::var_27> __comp)
{
type_1 *pOVar1;
bool bVar2;
long var_11;
var_1<var_2::type_1**,var_3::vector<var_2::type_1*,var_3::allocator<var_2::type_1*>var_4>var_4>
var_5;
type_1 **var_28;
type_1 **var_15;
size_t var_13;
long var_23;
long var_17;
var_1<var_2::type_1**,var_3::vector<var_2::type_1*,var_3::allocator<var_2::type_1*>var_4>var_4>
var_6;
var_1<var_2::type_1**,var_3::vector<var_2::type_1*,var_3::allocator<var_2::type_1*>var_4>var_4>
var_7;
while( true ) {
var_11 = var_9;
if (var_8 <= var_9) {
var_11 = var_8;
}
if (var_10 <= var_11) {
var_13 = (long)__middle._M_current - (long)__first._M_current;
if (__middle._M_current != __first._M_current) {
var_12(var_14,__first._M_current,var_13);
}
var_15 = (type_1 **)((long)var_14 + var_13);
if (var_14 == var_15) {
return;
}
if (__last._M_current != __middle._M_current) {
do {
bVar2 = var_2::Layout::var_16
((type_2 *)__comp._M_comp.layout_,*__middle._M_current,*var_14);
if (bVar2) {
pOVar1 = *__middle._M_current;
__middle._M_current = __middle._M_current + 1;
*__first._M_current = pOVar1;
}
else {
pOVar1 = *var_14;
var_14 = var_14 + 1;
*__first._M_current = pOVar1;
}
if (var_15 == var_14) {
return;
}
__first._M_current = __first._M_current + 1;
} while (__last._M_current != __middle._M_current);
var_13 = (long)var_15 - (long)var_14;
}
goto LAB_001b99d2;
}
if (var_8 <= var_9) break;
if (var_8 < var_10) {
var_17 = var_10 / 2;
var_6._M_current = __first._M_current + var_17;
var_7 = var_18<var_19::var_1<var_2::type_1**,var_3::vector<var_2::type_1*>var_4>,var_20::type_1*,var_21::__ops::var_22<var_2::type_2::var_27>var_4>
(__middle,__last,var_6._M_current,
(var_22<var_2::type_2::var_27>)__comp._M_comp.layout_);
var_23 = (long)var_7._M_current - (long)__middle._M_current >> 3;
}
else {
var_23 = var_8 / 2;
var_7._M_current = __middle._M_current + var_23;
var_6 = var_24<var_19::var_1<var_2::type_1**,var_3::vector<var_2::type_1*>var_4>,var_20::type_1*,var_21::__ops::var_25<var_2::type_2::var_27>var_4>
(__first,__middle,var_7._M_current,
(var_25<var_2::type_2::var_27>)__comp._M_comp.layout_);
var_17 = (long)var_6._M_current - (long)__first._M_current >> 3;
}
var_10 = var_10 - var_17;
var_5 = var_26<var_19::var_1<var_2::type_1**,var_3::vector<var_2::type_1*>var_4>,var_20::type_1**,_long_int>
(var_6,__middle,var_7,var_10,var_23,var_14,var_9);
__merge_adaptive<var_19::var_1<var_2::type_1**,var_3::vector<var_2::type_1*>var_4>,_long_int,var_20::type_1**,var_21::__ops::_Iter_comp_iter<var_2::Layout::var_27>var_4>
(__first,var_6,var_5,var_17,var_23,var_14,var_9,__comp);
var_8 = var_8 - var_23;
__middle._M_current = var_7._M_current;
__first = var_5;
}
var_13 = (long)__last._M_current - (long)__middle._M_current;
if (__last._M_current != __middle._M_current) {
var_12(var_14,__middle._M_current,var_13);
}
var_15 = (type_1 **)((long)var_14 + var_13);
if (__middle._M_current == __first._M_current) {
if (var_14 != var_15) {
__first._M_current = __last._M_current - var_13;
LAB_001b99d2:
var_12(__first._M_current,var_14,var_13);
return;
}
}
else if (var_14 != var_15) {
var_28 = __middle._M_current + -1;
var_15 = var_15 + -1;
while( true ) {
while( true ) {
__last._M_current = __last._M_current + -1;
bVar2 = var_2::Layout::var_16((type_2 *)__comp._M_comp.layout_,*var_15,*var_28);
if (bVar2) break;
*__last._M_current = *var_15;
if (var_14 == var_15) {
return;
}
var_15 = var_15 + -1;
}
*__last._M_current = *var_28;
if (var_28 == __first._M_current) break;
var_28 = var_28 + -1;
}
if (var_14 != var_15 + 1) {
var_13 = (long)(var_15 + 1) - (long)var_14;
__first._M_current = __last._M_current - var_13;
goto LAB_001b99d2;
}
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (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: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (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))))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)) (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: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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))))) 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: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (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))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_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: (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))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (return_statement)))) alternative: (else_clause (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: (binary_expression left: (identifier) right: (number_literal)))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_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: (pointer_expression argument: (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)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (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)))))) (goto_statement label: (statement_identifier)))))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,undefined8 *param_2,undefined8 *param_3,long param_4,
long param_5,undefined8 *param_6,long param_7,undefined8 param_8)
{
undefined8 uVar1;
char cVar2;
long lVar3;
undefined8 *puVar4;
size_t __n;
long local_68;
long local_60;
undefined8 *local_58;
undefined8 *local_50;
while( true ) {
lVar3 = param_7;
if (param_5 <= param_7) {
lVar3 = param_5;
}
if (param_4 <= lVar3) {
__n = (long)param_2 - (long)param_1;
if (param_2 != param_1) {
memmove(param_6,param_1,__n);
}
puVar4 = (undefined8 *)((long)param_6 + __n);
if (param_6 == puVar4) {
return;
}
if (param_3 != param_2) {
do {
cVar2 = FUN_001a5c70(param_8,*param_2,*param_6);
if (cVar2 == '\0') {
uVar1 = *param_6;
param_6 = param_6 + 1;
*param_1 = uVar1;
}
else {
uVar1 = *param_2;
param_2 = param_2 + 1;
*param_1 = uVar1;
}
if (puVar4 == param_6) {
return;
}
param_1 = param_1 + 1;
} while (param_3 != param_2);
__n = (long)puVar4 - (long)param_6;
}
goto LAB_001b99d2;
}
if (param_5 <= param_7) break;
if (param_5 < param_4) {
local_60 = param_4 / 2;
local_58 = param_1 + local_60;
local_50 = (undefined8 *)FUN_001b9150(param_2,param_3,local_58,param_8);
local_68 = (long)local_50 - (long)param_2 >> 3;
}
else {
local_68 = param_5 / 2;
local_50 = param_2 + local_68;
local_58 = (undefined8 *)FUN_001b91d0(param_1,param_2,local_50,param_8);
local_60 = (long)local_58 - (long)param_1 >> 3;
}
param_4 = param_4 - local_60;
puVar4 = (undefined8 *)FUN_001b9640(local_58,param_2,local_50,param_4,local_68,param_6,param_7);
MASKED(param_1,local_58,puVar4,local_60,local_68,param_6,param_7,param_8);
param_5 = param_5 - local_68;
param_2 = local_50;
param_1 = puVar4;
}
__n = (long)param_3 - (long)param_2;
if (param_3 != param_2) {
memmove(param_6,param_2,__n);
}
puVar4 = (undefined8 *)((long)param_6 + __n);
if (param_2 == param_1) {
if (param_6 != puVar4) {
param_1 = (undefined8 *)((long)param_3 - __n);
LAB_001b99d2:
memmove(param_1,param_6,__n);
return;
}
}
else if (param_6 != puVar4) {
param_2 = param_2 + -1;
puVar4 = puVar4 + -1;
while( true ) {
while( true ) {
param_3 = param_3 + -1;
cVar2 = FUN_001a5c70(param_8,*puVar4,*param_2);
if (cVar2 != '\0') break;
*param_3 = *puVar4;
if (param_6 == puVar4) {
return;
}
puVar4 = puVar4 + -1;
}
*param_3 = *param_2;
if (param_2 == param_1) break;
param_2 = param_2 + -1;
}
if (param_6 != puVar4 + 1) {
__n = (long)(puVar4 + 1) - (long)param_6;
param_1 = (undefined8 *)((long)param_3 - __n);
goto LAB_001b99d2;
}
}
return;
}
|
2928_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
|
global_symbol
|
FUN_001a6610
|
/* DWARF original prototype: Symbol * global_symbol(Sized_incremental_binary<32,_false> * this, uint
symndx) */
Symbol * __thiscall
gold::Sized_incremental_binary<32,_false>::global_symbol
(Sized_incremental_binary<32,_false> *this,uint symndx)
{
return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.
_M_impl._M_start[symndx];
}
|
undefined8 FUN_001a6610(long param_1,uint param_2)
{
return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);
}
|
MOV RAX,qword ptr [RDI + 0xa8]
MOV ESI,ESI
MOV RAX,qword ptr [RAX + RSI*0x8]
RET
| null | null | null | null |
[(u'PTRADD_-1207605648', u'LOAD_-1207605726'), (u'LOAD_-1207605726', u'COPY_-1207605726'), ('tmp_34', u'PTRSUB_-1207605660'), (u'PTRSUB_-1207605657', u'LOAD_-1207605741'), ('tmp_35', u'INT_ZEXT_-1207605703'), ('const-8', u'PTRADD_-1207605648'), (u'PTRSUB_-1207605658', u'PTRSUB_-1207605657'), ('const-0', u'PTRSUB_-1207605658'), (u'INT_ZEXT_-1207605703', u'PTRADD_-1207605648'), (u'LOAD_-1207605741', u'PTRADD_-1207605648'), ('const-0', u'PTRSUB_-1207605659'), (u'PTRSUB_-1207605660', u'PTRSUB_-1207605659'), ('const-0', u'RETURN_-1207605710'), ('const-433', u'LOAD_-1207605726'), (u'COPY_-1207605726', u'RETURN_-1207605710'), ('const-168', u'PTRSUB_-1207605660'), (u'PTRSUB_-1207605659', u'PTRSUB_-1207605658'), ('const-0', u'PTRSUB_-1207605657'), ('const-433', u'LOAD_-1207605741')]
|
[(u'LOAD_-1207605726', u'COPY_-1207605726'), ('const-168', u'INT_ADD_-1207605725'), (u'LOAD_-1207605741', u'INT_ADD_-1207605710'), (u'INT_ADD_-1207605725', u'CAST_-1207605663'), (u'CAST_-1207605653', u'LOAD_-1207605726'), ('tmp_48', u'INT_ZEXT_-1207605704'), (u'INT_MULT_-1207605698', u'INT_ADD_-1207605710'), ('const-433', u'LOAD_-1207605726'), ('const-433', u'LOAD_-1207605741'), (u'CAST_-1207605663', u'LOAD_-1207605741'), (u'INT_ZEXT_-1207605704', u'INT_MULT_-1207605698'), ('const-8', u'INT_MULT_-1207605698'), (u'INT_ADD_-1207605710', u'CAST_-1207605653'), ('const-0', u'RETURN_-1207605710'), (u'COPY_-1207605726', u'RETURN_-1207605710'), ('tmp_42', u'INT_ADD_-1207605725')]
| null | null |
001a6610
|
x64
|
O2
|
(translation_unit "undefined8 FUN_001a6610(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}\n\n" (function_definition "undefined8 FUN_001a6610(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}" type_identifier (function_declarator "FUN_001a6610(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}" { (return_statement "return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);" return (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0xa8)" * (cast_expression "(long *)(param_1 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) })))
|
(translation_unit "/* DWARF original prototype: Symbol * global_symbol(Sized_incremental_binary<32,_false> * this, uint\n symndx) */\n\nSymbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[symndx];\n}\n\n" comment (expression_statement "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[symndx];" (subscript_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[symndx]" (field_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold::Symbol*,_std" (binary_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base<gold" (binary_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32,_false>::global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base" (binary_expression "Symbol * __thiscall\ngold::Sized_incremental_binary<32" (binary_expression "Symbol * __thiscall" identifier * identifier) (ERROR "gold::Sized_incremental_binary" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (field_expression "global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_).super__Vector_base" (call_expression "global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)\n\n{\n return (this->symbol_map_)" (call_expression "global_symbol\n (Sized_incremental_binary<32,_false> *this,uint symndx)" identifier (argument_list "(Sized_incremental_binary<32,_false> *this,uint symndx)" ( (binary_expression "Sized_incremental_binary<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier ))) (ERROR "{\n return" { return) (argument_list "(this->symbol_map_)" ( (field_expression "this->symbol_map_" identifier -> field_identifier) ))) . field_identifier)) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ identifier ]) ;) (ERROR "}" }))
|
(translation_unit "undefined8 FUN_001a6610(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}\n\n" (function_definition "undefined8 FUN_001a6610(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}" type_identifier (function_declarator "FUN_001a6610(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}" { (return_statement "return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);" return (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0xa8)" * (cast_expression "(long *)(param_1 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (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) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) ;) })))
|
(function_definition "undefined8 FUN_001a6610(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}" (type_identifier "undefined8") (function_declarator "FUN_001a6610(long param_1,uint param_2)" (identifier "FUN_001a6610") (parameter_list "(long param_1,uint param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);\n}" ({ "{") (return_statement "return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);" (return "return") (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0xa8)" (* "*") (cast_expression "(long *)(param_1 + 0xa8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (+ "+") (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "8"))) () ")")))) (; ";")) (} "}")))
|
/* DWARF original prototype: Symbol * global_symbol(Sized_incremental_binary<32,_false> * this, uint
symndx) */
var_1 * var_2
var_6::var_4<32,var_5>::var_3
(var_4<32,var_5> *this,uint symndx)
{
return (this->symbol_map_).super__Vector_base<var_6::var_1*,var_7::allocator<var_6::var_1*>var_8>.
_M_impl._M_start[symndx];
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))))))
| null |
undefined8 MASKED(long param_1,uint param_2)
{
return *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8);
}
|
1517_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
|
nghttp2_pack_settings_payload
|
nghttp2_pack_settings_payload
|
/* WARNING: Control flow encountered bad instruction data */
void nghttp2_pack_settings_payload(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void nghttp2_pack_settings_payload(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207562110')]
|
[('const-1', u'RETURN_-1207562110')]
| null | null |
00191078
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid nghttp2_pack_settings_payload(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void nghttp2_pack_settings_payload(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "nghttp2_pack_settings_payload(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 nghttp2_pack_settings_payload(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void nghttp2_pack_settings_payload(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "nghttp2_pack_settings_payload(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 nghttp2_pack_settings_payload(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void nghttp2_pack_settings_payload(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "nghttp2_pack_settings_payload(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 nghttp2_pack_settings_payload(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "nghttp2_pack_settings_payload(void)" (identifier "nghttp2_pack_settings_payload") (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();
}
|
2933_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
do_plt_address_for_local
|
FUN_001a92a0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_plt_address_for_local(Target_x86_64<32> * this, Relobj *
relobj, uint symndx) */
uint64_t __thiscall
anon_unknown.dwarf_358c2b::Target_x86_64<32>::do_plt_address_for_local
(Target_x86_64<32> *this,Relobj *relobj,uint symndx)
{
long *plVar1;
uint64_t uVar2;
plVar1 = (long *)(this->x86_64_info).abi_pagesize;
if (plVar1 != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar2 = (**(code **)(*plVar1 + 0xf0))();
return uVar2;
}
/* WARNING: Subroutine does not return */
plt_section((Target_x86_64<32> *)0x0);
}
|
void FUN_001a92a0(long param_1)
{
if (*(long **)(param_1 + 0x28) != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();
return;
}
/* WARNING: Subroutine does not return */
FUN_001a9280();
}
|
MOV RDI,qword ptr [RDI + 0x28]
TEST RDI,RDI
JZ 0x001a92b2
MOV RAX,qword ptr [RDI]
JMP qword ptr [RAX + 0xf0]
PUSH RAX
CALL 0x001a9280
| null | null | null | null |
[('const-433', u'LOAD_-1207594333'), ('const-433', u'LOAD_-1207594312'), (u'PTRSUB_-1207594210', u'PTRSUB_-1207594208'), (u'INT_NOTEQUAL_-1207594313', u'CBRANCH_-1207594312'), ('const-240', u'INT_ADD_-1207594290'), ('const-433', u'LOAD_-1207594306'), ('const-1', u'RETURN_-1207594282'), (u'LOAD_-1207594333', u'CAST_-1207594209'), (u'LOAD_-1207594306', u'CALLIND_-1207594299'), ('const-40', u'PTRSUB_-1207594208'), (u'CAST_-1207594209', u'INT_NOTEQUAL_-1207594313'), ('const-1', u'RETURN_-1207594288'), ('tmp_32', u'CBRANCH_-1207594312'), ('tmp_74', u'PTRSUB_-1207594210'), (u'INT_ADD_-1207594290', u'CAST_-1207594196'), (u'CAST_-1207594209', u'LOAD_-1207594312'), (u'CAST_-1207594196', u'LOAD_-1207594306'), (u'PTRSUB_-1207594208', u'LOAD_-1207594333'), ('const-0', u'PTRSUB_-1207594210'), (u'CALLIND_-1207594299', u'RETURN_-1207594288'), ('const-0', u'CALL_-1207594287'), ('const-0', u'INT_NOTEQUAL_-1207594313'), (u'LOAD_-1207594312', u'INT_ADD_-1207594290')]
|
[('const-433', u'LOAD_-1207594333'), (u'INT_NOTEQUAL_-1207594313', u'CBRANCH_-1207594312'), (u'LOAD_-1207594333', u'INT_NOTEQUAL_-1207594313'), ('const-240', u'INT_ADD_-1207594290'), (u'CAST_-1207594202', u'LOAD_-1207594306'), ('const-1', u'RETURN_-1207594282'), (u'LOAD_-1207594306', u'CALLIND_-1207594299'), (u'CAST_-1207594215', u'LOAD_-1207594333'), ('const-1', u'RETURN_-1207594288'), ('tmp_32', u'CBRANCH_-1207594312'), ('const-433', u'LOAD_-1207594306'), (u'INT_ADD_-1207594317', u'CAST_-1207594215'), ('tmp_134', u'INT_ADD_-1207594317'), (u'INT_ADD_-1207594290', u'CAST_-1207594202'), (u'LOAD_-1207594333', u'LOAD_-1207594312'), ('const-433', u'LOAD_-1207594312'), ('const-40', u'INT_ADD_-1207594317'), ('const-0', u'INT_NOTEQUAL_-1207594313'), (u'LOAD_-1207594312', u'INT_ADD_-1207594290')]
| null | null |
001a92a0
|
x64
|
O2
|
(translation_unit "void FUN_001a92a0(long param_1)\n\n{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001a9280();\n}\n\n" (function_definition "void FUN_001a92a0(long param_1)\n\n{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001a9280();\n}" primitive_type (function_declarator "FUN_001a92a0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001a9280();\n}" { (if_statement "if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }" if (parenthesized_expression "(*(long **)(param_1 + 0x28) != (long *)0x0)" ( (binary_expression "*(long **)(param_1 + 0x28) != (long *)0x0" (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }" { comment comment (expression_statement "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();" (call_expression "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x28) + 0xf0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x28) + 0xf0)" * (cast_expression "(code **)(**(long **)(param_1 + 0x28) + 0xf0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x28) + 0xf0)" ( (binary_expression "**(long **)(param_1 + 0x28) + 0xf0" (pointer_expression "**(long **)(param_1 + 0x28)" * (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_001a9280();" (call_expression "FUN_001a9280()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_plt_address_for_local(Target_x86_64<32> * this, Relobj *\n relobj, uint symndx) */\n\nuint64_t __thiscall\nanon_unknown.dwarf_358c2b::Target_x86_64<32>::do_plt_address_for_local\n (Target_x86_64<32> *this,Relobj *relobj,uint symndx)\n\n{\n long *plVar1;\n uint64_t uVar2;\n \n plVar1 = (long *)(this->x86_64_info).abi_pagesize;\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (**(code **)(*plVar1 + 0xf0))();\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n plt_section((Target_x86_64<32> *)0x0);\n}\n\n" comment comment (function_definition "uint64_t __thiscall\nanon_unknown.dwarf_358c2b::Target_x86_64<32>::do_plt_address_for_local\n (Target_x86_64<32> *this,Relobj *relobj,uint symndx)\n\n{\n long *plVar1;\n uint64_t uVar2;\n \n plVar1 = (long *)(this->x86_64_info).abi_pagesize;\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (**(code **)(*plVar1 + 0xf0))();\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n plt_section((Target_x86_64<32> *)0x0);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_358c2b::Target_x86_64<32>::" identifier . identifier : : identifier < number_literal > : :) (function_declarator "do_plt_address_for_local\n (Target_x86_64<32> *this,Relobj *relobj,uint symndx)" identifier (parameter_list "(Target_x86_64<32> *this,Relobj *relobj,uint symndx)" ( (parameter_declaration "Target_x86_64<32> *this" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *relobj" type_identifier (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint symndx" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n uint64_t uVar2;\n \n plVar1 = (long *)(this->x86_64_info).abi_pagesize;\n if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (**(code **)(*plVar1 + 0xf0))();\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n plt_section((Target_x86_64<32> *)0x0);\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "uint64_t uVar2;" primitive_type identifier ;) (expression_statement "plVar1 = (long *)(this->x86_64_info).abi_pagesize;" (assignment_expression "plVar1 = (long *)(this->x86_64_info).abi_pagesize" identifier = (cast_expression "(long *)(this->x86_64_info).abi_pagesize" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (field_expression "(this->x86_64_info).abi_pagesize" (parenthesized_expression "(this->x86_64_info)" ( (field_expression "this->x86_64_info" identifier -> field_identifier) )) . field_identifier))) ;) (if_statement "if (plVar1 != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (**(code **)(*plVar1 + 0xf0))();\n return uVar2;\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: Could not recover jumptable at 0x001a92ac. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (**(code **)(*plVar1 + 0xf0))();\n return uVar2;\n }" { comment comment (expression_statement "uVar2 = (**(code **)(*plVar1 + 0xf0))();" (assignment_expression "uVar2 = (**(code **)(*plVar1 + 0xf0))()" identifier = (call_expression "(**(code **)(*plVar1 + 0xf0))()" (parenthesized_expression "(**(code **)(*plVar1 + 0xf0))" ( (pointer_expression "**(code **)(*plVar1 + 0xf0)" * (pointer_expression "*(code **)(*plVar1 + 0xf0)" * (cast_expression "(code **)(*plVar1 + 0xf0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0xf0)" ( (binary_expression "*plVar1 + 0xf0" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar2;" return identifier ;) })) comment (expression_statement "plt_section((Target_x86_64<32> *)0x0);" (call_expression "plt_section((Target_x86_64<32> *)0x0)" identifier (argument_list "((Target_x86_64<32> *)0x0)" ( (parenthesized_expression "(Target_x86_64<32> *)0x0)" ( (binary_expression "Target_x86_64<32> *)0x0" (binary_expression "Target_x86_64<32" identifier < number_literal) > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal)) )) ))) ;) })))
|
(translation_unit "void FUN_001a92a0(long param_1)\n\n{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n \n FUN_001a9280();\n}\n\n" (function_definition "void FUN_001a92a0(long param_1)\n\n{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n \n FUN_001a9280();\n}" primitive_type (function_declarator "FUN_001a92a0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n \n FUN_001a9280();\n}" { (if_statement "if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }" if (parenthesized_expression "(*(long **)(param_1 + 0x28) != (long *)0x0)" ( (binary_expression "*(long **)(param_1 + 0x28) != (long *)0x0" (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }" { (expression_statement "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();" (call_expression "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x28) + 0xf0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x28) + 0xf0)" * (cast_expression "(code **)(**(long **)(param_1 + 0x28) + 0xf0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x28) + 0xf0)" ( (binary_expression "**(long **)(param_1 + 0x28) + 0xf0" (pointer_expression "**(long **)(param_1 + 0x28)" * (pointer_expression "*(long **)(param_1 + 0x28)" * (cast_expression "(long **)(param_1 + 0x28)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001a9280();" (call_expression "FUN_001a9280()" identifier (argument_list "()" ( ))) ;) })))
|
(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 (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_001a92a0(long param_1)\n\n{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n \n FUN_001a9280();\n}" (primitive_type "void") (function_declarator "FUN_001a92a0(long param_1)" (identifier "FUN_001a92a0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }\n \n FUN_001a9280();\n}" ({ "{") (if_statement "if (*(long **)(param_1 + 0x28) != (long *)0x0) {\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }" (if "if") (parenthesized_expression "(*(long **)(param_1 + 0x28) != (long *)0x0)" (( "(") (binary_expression "*(long **)(param_1 + 0x28) != (long *)0x0" (pointer_expression "*(long **)(param_1 + 0x28)" (* "*") (cast_expression "(long **)(param_1 + 0x28)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n \n (**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();\n return;\n }" ({ "{") (expression_statement "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();" (call_expression "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x28) + 0xf0)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x28) + 0xf0)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x28) + 0xf0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x28) + 0xf0)" (( "(") (binary_expression "**(long **)(param_1 + 0x28) + 0xf0" (pointer_expression "**(long **)(param_1 + 0x28)" (* "*") (pointer_expression "*(long **)(param_1 + 0x28)" (* "*") (cast_expression "(long **)(param_1 + 0x28)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) (+ "+") (number_literal "0xf0")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_001a9280();" (call_expression "FUN_001a9280()" (identifier "FUN_001a9280") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_plt_address_for_local(Target_x86_64<32> * this, Relobj *
relobj, uint symndx) */
uint64_t __thiscall
anon_unknown.dwarf_358c2b::type_1<32>::function_1
(type_1<32> *this,type_2 *relobj,type_3 symndx)
{
long *var_1;
uint64_t uVar2;
var_1 = (long *)(this->x86_64_info).abi_pagesize;
if (var_1 != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar2 = (**(type_4 **)(*var_1 + 0xf0))();
return uVar2;
}
/* WARNING: Subroutine does not return */
var_2((type_1<32> *)0x0);
}
| 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: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(long param_1)
{
if (*(long **)(param_1 + 0x28) != (long *)0x0) {
/* WARNING: Could not recover jumptable at 0x001a92ac. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(**(long **)(param_1 + 0x28) + 0xf0))();
return;
}
/* WARNING: Subroutine does not return */
FUN_001a9280();
}
|
1158_bash_and_bash_strip.c
|
array_patsub
|
array_patsub
|
char * array_patsub(ARRAY *a,char *pat,char *rep,int mflags)
{
WORD_LIST *list;
char *pcVar1;
word_list *pwVar2;
WORD_DESC *pWVar3;
if ((((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)) ||
(list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0)) {
pcVar1 = (char *)0x0;
}
else {
do {
pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);
pWVar3 = pwVar2->word;
if (pWVar3->word != (char *)0x0) {
free(pWVar3->word);
pWVar3 = pwVar2->word;
}
pwVar2 = pwVar2->next;
pWVar3->word = pcVar1;
} while (pwVar2 != (word_list *)0x0);
pcVar1 = string_list_pos_params
((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);
dispose_words(list);
}
return pcVar1;
}
|
undefined8 array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)
{
long *plVar1;
undefined8 uVar2;
long *plVar3;
undefined8 *puVar4;
if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||
(plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {
uVar2 = 0;
}
else {
do {
uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);
puVar4 = (undefined8 *)plVar3[1];
if ((void *)*puVar4 != (void *)0x0) {
free((void *)*puVar4);
puVar4 = (undefined8 *)plVar3[1];
}
plVar3 = (long *)*plVar3;
*puVar4 = uVar2;
} while (plVar3 != (long *)0x0);
uVar2 = string_list_pos_params
((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);
dispose_words(plVar1);
}
return uVar2;
}
|
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x8
TEST RDI,RDI
JZ 0x00179d50
CMP qword ptr [RDI + 0x20],0x0
JZ 0x00179d50
MOV EAX,dword ptr [RDI + 0x10]
TEST EAX,EAX
JZ 0x00179d50
MOV EBP,ECX
MOV R13,RDX
MOV R12,RSI
CALL 0x00179b10
MOV R14,RAX
TEST RAX,RAX
JZ 0x00179d50
MOV RBX,RAX
NOP dword ptr [RAX]
MOV RAX,qword ptr [RBX + 0x8]
MOV ECX,EBP
MOV RDX,R13
MOV RSI,R12
MOV RDI,qword ptr [RAX]
CALL 0x001668b0
MOV R8,qword ptr [RBX + 0x8]
MOV R15,RAX
MOV RDI,qword ptr [R8]
TEST RDI,RDI
JZ 0x00179d04
CALL 0x0012d080
MOV R8,qword ptr [RBX + 0x8]
MOV RBX,qword ptr [RBX]
MOV qword ptr [R8],R15
TEST RBX,RBX
JNZ 0x00179cd8
MOV EAX,EBP
MOV EDX,EBP
MOV RSI,R14
AND EAX,0x80
CMP EAX,0x1
SBB EDI,EDI
SAR EDX,0x5
AND EDI,0x16
AND EDX,0x1
ADD EDI,0x2a
CALL 0x00165a10
MOV RDI,R14
MOV RBX,RAX
CALL 0x00142a30
ADD RSP,0x8
MOV RAX,RBX
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
XOR EBX,EBX
JMP 0x00179d3c
| null | null | null | null |
[('const-0', u'INT_NOTEQUAL_-1207394925'), (u'COPY_-1207394384', u'MULTIEQUAL_-1207394577'), (u'INT_EQUAL_-1207395078', u'CBRANCH_-1207395077'), (u'LOAD_-1207395121', u'INT_EQUAL_-1207395106'), ('tmp_214', u'CBRANCH_-1207395034'), (u'LOAD_-1207395008', u'CALL_-1207394996'), (u'LOAD_-1207394994', u'MULTIEQUAL_-1207394467'), ('tmp_791', u'CALL_-1207394996'), (u'MULTIEQUAL_-1207394577', u'PTRSUB_-1207394301'), ('tmp_286', u'CBRANCH_-1207394964'), (u'PTRSUB_-1207394323', u'LOAD_-1207395026'), (u'INT_EQUAL_-1207395036', u'CBRANCH_-1207395034'), ('const-0', u'INT_EQUAL_-1207395036'), ('tmp_769', u'BRANCH_-1207394693'), ('const-0', u'PTRSUB_-1207394270'), (u'INT_ADD_-1207394782', u'CALL_-1207394781'), (u'INT_ZEXT_-1207394868', u'INT_2COMP_-1207394379'), ('tmp_789', u'PTRSUB_-1207394362'), (u'CALL_-1207395054', u'INT_EQUAL_-1207395036'), (u'PTRSUB_-1207394274', u'LOAD_-1207394949'), ('tmp_340', u'CBRANCH_-1207394923'), (u'MULTIEQUAL_-1207394478', u'COPY_-1207394752'), (u'PTRSUB_-1207394270', u'STORE_-1207394942'), ('tmp_792', u'INT_AND_-1207394884'), ('const-128', u'INT_AND_-1207394884'), ('const-0', u'PTRSUB_-1207394310'), (u'PTRSUB_-1207394362', u'LOAD_-1207395097'), (u'PTRSUB_-1207394293', u'LOAD_-1207394984'), ('tmp_792', u'CALL_-1207394996'), (u'INT_AND_-1207394884', u'INT_EQUAL_-1207394886'), ('const-433', u'LOAD_-1207395121'), ('const-8', u'PTRSUB_-1207394279'), ('const-5', u'INT_SRIGHT_-1207394834'), (u'PTRSUB_-1207394374', u'LOAD_-1207395121'), ('const-0', u'INT_EQUAL_-1207395078'), ('const-433', u'LOAD_-1207394949'), (u'PTRSUB_-1207394279', u'LOAD_-1207394955'), ('tmp_789', u'CALL_-1207395054'), (u'MULTIEQUAL_-1207394577', u'PTRSUB_-1207394323'), (u'INT_EQUAL_-1207394886', u'INT_ZEXT_-1207394868'), ('const-16', u'PTRSUB_-1207394362'), (u'CALL_-1207394996', u'STORE_-1207394942'), ('const-32', u'PTRSUB_-1207394374'), ('const-0', u'PTRSUB_-1207394293'), ('const-0', u'PTRSUB_-1207394274'), (u'INT_2COMP_-1207394379', u'INT_AND_-1207394800'), ('const-8', u'PTRSUB_-1207394323'), ('const-0', u'INT_EQUAL_-1207395106'), ('tmp_170', u'CBRANCH_-1207395077'), (u'INT_AND_-1207394787', u'CALL_-1207394781'), (u'CALL_-1207395054', u'CALL_-1207394765'), ('tmp_790', u'CALL_-1207394996'), ('const-433', u'LOAD_-1207394984'), (u'LOAD_-1207394994', u'PTRSUB_-1207394293'), ('const-42', u'INT_ADD_-1207394782'), (u'MULTIEQUAL_-1207394577', u'PTRSUB_-1207394279'), (u'INT_EQUAL_-1207395106', u'CBRANCH_-1207395102'), (u'MULTIEQUAL_-1207394577', u'PTRSUB_-1207394274'), (u'LOAD_-1207395097', u'INT_EQUAL_-1207395078'), ('const-0', u'INT_EQUAL_-1207395128'), (u'CALL_-1207395054', u'COPY_-1207394384'), (u'COPY_-1207394752', u'RETURN_-1207394703'), ('tmp_134', u'CBRANCH_-1207395102'), ('tmp_789', u'INT_EQUAL_-1207395128'), ('tmp_789', u'PTRSUB_-1207394374'), ('const-0', u'COPY_-1207394518'), ('const-22', u'INT_AND_-1207394800'), (u'CALL_-1207394781', u'MULTIEQUAL_-1207394478'), (u'COPY_-1207394324', u'MULTIEQUAL_-1207394577'), (u'INT_AND_-1207394800', u'INT_ADD_-1207394782'), ('const-433', u'LOAD_-1207394955'), (u'INT_NOTEQUAL_-1207394925', u'CBRANCH_-1207394923'), ('tmp_792', u'INT_SRIGHT_-1207394834'), (u'INT_SRIGHT_-1207394834', u'INT_AND_-1207394787'), (u'LOAD_-1207394984', u'CALL_-1207394957'), (u'LOAD_-1207394984', u'INT_NOTEQUAL_-1207394965'), ('const-0', u'RETURN_-1207394703'), ('const-433', u'LOAD_-1207395097'), ('const-0', u'INT_NOTEQUAL_-1207394965'), ('const-433', u'LOAD_-1207394994'), ('const-8', u'PTRSUB_-1207394301'), (u'PTRSUB_-1207394310', u'LOAD_-1207395008'), ('const-433', u'LOAD_-1207395026'), ('const-433', u'LOAD_-1207395008'), ('tmp_98', u'CBRANCH_-1207395126'), ('const-0', u'INT_EQUAL_-1207394886'), (u'INT_NOTEQUAL_-1207394965', u'CBRANCH_-1207394964'), ('const-433', u'STORE_-1207394942'), (u'LOAD_-1207394955', u'MULTIEQUAL_-1207394467'), (u'PTRSUB_-1207394301', u'LOAD_-1207394994'), (u'LOAD_-1207394949', u'INT_NOTEQUAL_-1207394925'), (u'MULTIEQUAL_-1207394467', u'PTRSUB_-1207394270'), (u'COPY_-1207394518', u'MULTIEQUAL_-1207394478'), (u'LOAD_-1207394949', u'COPY_-1207394324'), ('const-1', u'INT_AND_-1207394787'), (u'CALL_-1207395054', u'CALL_-1207394781'), (u'LOAD_-1207395026', u'PTRSUB_-1207394310'), (u'INT_EQUAL_-1207395128', u'CBRANCH_-1207395126')]
|
[(u'MULTIEQUAL_-1207394468', u'STORE_-1207394942'), (u'CAST_-1207394298', u'LOAD_-1207394984'), ('const-0', u'INT_NOTEQUAL_-1207394925'), (u'INT_EQUAL_-1207395078', u'CBRANCH_-1207395077'), (u'LOAD_-1207395121', u'INT_EQUAL_-1207395106'), ('tmp_214', u'CBRANCH_-1207395034'), (u'CAST_-1207394371', u'LOAD_-1207395121'), (u'LOAD_-1207395026', u'CAST_-1207394319'), (u'LOAD_-1207395008', u'CALL_-1207394996'), (u'MULTIEQUAL_-1207394577', u'PTRADD_-1207394309'), (u'PTRADD_-1207394330', u'LOAD_-1207395026'), ('const-1', u'PTRADD_-1207394309'), ('tmp_286', u'CBRANCH_-1207394964'), (u'INT_AND_-1207394299', u'INT_ADD_-1207394300'), (u'INT_EQUAL_-1207395036', u'CBRANCH_-1207395034'), ('const-0', u'INT_EQUAL_-1207395036'), ('tmp_769', u'BRANCH_-1207394693'), (u'COPY_-1207394394', u'MULTIEQUAL_-1207394577'), (u'CAST_-1207394339', u'COPY_-1207394394'), ('tmp_340', u'CBRANCH_-1207394923'), ('const-8', u'PTRADD_-1207394330'), (u'MULTIEQUAL_-1207394478', u'COPY_-1207394752'), (u'MULTIEQUAL_-1207394577', u'PTRADD_-1207394330'), ('const-1', u'PTRADD_-1207394288'), (u'LOAD_-1207394994', u'CAST_-1207394298'), ('const-32', u'INT_ADD_-1207395105'), ('tmp_2185', u'CAST_-1207394242'), (u'LOAD_-1207394949', u'CAST_-1207394271'), (u'CALL_-1207395054', u'CAST_-1207394339'), (u'MULTIEQUAL_-1207394577', u'LOAD_-1207394949'), ('tmp_1707', u'INT_ADD_-1207395081'), ('const-5', u'INT_SRIGHT_-1207394834'), ('const-433', u'LOAD_-1207394955'), ('const-0', u'INT_EQUAL_-1207395078'), (u'PTRADD_-1207394309', u'LOAD_-1207394994'), (u'LOAD_-1207394955', u'CAST_-1207394276'), (u'PTRADD_-1207394288', u'LOAD_-1207394955'), (u'CAST_-1207394339', u'INT_EQUAL_-1207395036'), (u'INT_AND_-1207394307', u'INT_EQUAL_-1207394886'), ('const-433', u'LOAD_-1207395008'), (u'LOAD_-1207394984', u'CAST_-1207394290'), ('tmp_1707', u'INT_EQUAL_-1207395128'), (u'CAST_-1207394359', u'LOAD_-1207395097'), ('tmp_1710', u'CALL_-1207394996'), (u'INT_ADD_-1207395081', u'CAST_-1207394359'), (u'CALL_-1207394996', u'STORE_-1207394942'), ('const-0', u'COPY_-1207394518'), (u'CAST_-1207394242', u'INT_SRIGHT_-1207394834'), (u'INT_EQUAL_-1207394886', u'INT_2COMP_-1207394308'), ('const-433', u'LOAD_-1207394949'), ('const-8', u'PTRADD_-1207394309'), ('tmp_170', u'CBRANCH_-1207395077'), ('const-8', u'PTRADD_-1207394288'), (u'INT_AND_-1207394787', u'CALL_-1207394781'), ('const-42', u'INT_ADD_-1207394300'), (u'COPY_-1207394334', u'MULTIEQUAL_-1207394577'), ('const-16', u'INT_ADD_-1207395081'), (u'CAST_-1207394319', u'LOAD_-1207395008'), ('const-0', u'INT_EQUAL_-1207395106'), (u'CAST_-1207394290', u'INT_NOTEQUAL_-1207394965'), (u'INT_EQUAL_-1207395106', u'CBRANCH_-1207395102'), ('tmp_1711', u'CALL_-1207394996'), ('const-128', u'INT_AND_-1207394307'), (u'LOAD_-1207395097', u'INT_EQUAL_-1207395078'), ('const-0', u'INT_EQUAL_-1207395128'), (u'COPY_-1207394752', u'RETURN_-1207394703'), ('tmp_134', u'CBRANCH_-1207395102'), (u'INT_ADD_-1207394300', u'CALL_-1207394781'), ('const-0', u'INT_EQUAL_-1207394886'), ('const-433', u'LOAD_-1207395097'), (u'CALL_-1207394781', u'MULTIEQUAL_-1207394478'), (u'INT_2COMP_-1207394308', u'INT_AND_-1207394299'), ('const-433', u'LOAD_-1207395026'), (u'INT_NOTEQUAL_-1207394925', u'CBRANCH_-1207394923'), ('tmp_2185', u'INT_AND_-1207394307'), (u'INT_SRIGHT_-1207394834', u'INT_AND_-1207394787'), ('const-433', u'LOAD_-1207395121'), ('const-0', u'RETURN_-1207394703'), ('const-0', u'INT_NOTEQUAL_-1207394965'), (u'CAST_-1207394339', u'CALL_-1207394765'), ('const-1', u'PTRADD_-1207394330'), ('tmp_98', u'CBRANCH_-1207395126'), (u'INT_NOTEQUAL_-1207394965', u'CBRANCH_-1207394964'), ('const-433', u'STORE_-1207394942'), (u'CAST_-1207394276', u'MULTIEQUAL_-1207394468'), ('const-22', u'INT_AND_-1207394299'), (u'CAST_-1207394339', u'CALL_-1207394781'), (u'CAST_-1207394271', u'INT_NOTEQUAL_-1207394925'), (u'CAST_-1207394271', u'COPY_-1207394334'), (u'COPY_-1207394518', u'MULTIEQUAL_-1207394478'), (u'INT_ADD_-1207395105', u'CAST_-1207394371'), ('const-433', u'LOAD_-1207394984'), (u'MULTIEQUAL_-1207394577', u'PTRADD_-1207394288'), ('const-1', u'INT_AND_-1207394787'), ('tmp_1707', u'INT_ADD_-1207395105'), (u'CAST_-1207394298', u'MULTIEQUAL_-1207394468'), ('tmp_2185', u'CALL_-1207394996'), (u'CAST_-1207394290', u'CALL_-1207394957'), (u'INT_EQUAL_-1207395128', u'CBRANCH_-1207395126'), ('const-433', u'LOAD_-1207394994')]
| null | null |
00179c90
|
x64
|
O2
|
(translation_unit "undefined8 array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)\n\n{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}\n\n" (function_definition "undefined8 array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)\n\n{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}" type_identifier (function_declarator "array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,uint 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 "uint param_4" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (if_statement "if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" if (parenthesized_expression "((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0))" ( (binary_expression "(((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)" (parenthesized_expression "(((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0))" ( (binary_expression "((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)" (parenthesized_expression "((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0))" ( (binary_expression "(param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)" (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) || (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" ( (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 0x10) == 0)" ( (binary_expression "*(int *)(param_1 + 0x10) == 0" (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) ))) )) || (parenthesized_expression "(plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)" ( (comma_expression "plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0" (assignment_expression "plVar1 = (long *)array_to_word_list()" identifier = (cast_expression "(long *)array_to_word_list()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "array_to_word_list()" identifier (argument_list "()" ( ))))) , (comma_expression "plVar3 = plVar1, plVar1 == (long *)0x0" (assignment_expression "plVar3 = plVar1" identifier = identifier) , (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 uVar2 = 0;\n }" { (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) }) (else_clause "else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" else (compound_statement "{\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" { (do_statement "do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);" do (compound_statement "{\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n }" { (expression_statement "uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);" (assignment_expression "uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" identifier = (call_expression "pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" identifier (argument_list "(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" ( (pointer_expression "*(undefined8 *)plVar3[1]" * (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) , identifier , identifier , identifier )))) ;) (expression_statement "puVar4 = (undefined8 *)plVar3[1];" (assignment_expression "puVar4 = (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 ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }" if (parenthesized_expression "((void *)*puVar4 != (void *)0x0)" ( (binary_expression "(void *)*puVar4 != (void *)0x0" (cast_expression "(void *)*puVar4" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier)) != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }" { (expression_statement "free((void *)*puVar4);" (call_expression "free((void *)*puVar4)" identifier (argument_list "((void *)*puVar4)" ( (cast_expression "(void *)*puVar4" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier)) ))) ;) (expression_statement "puVar4 = (undefined8 *)plVar3[1];" (assignment_expression "puVar4 = (undefined8 *)plVar3[1]" identifier = (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) ;) })) (expression_statement "plVar3 = (long *)*plVar3;" (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))) ;) (expression_statement "*puVar4 = uVar2;" (assignment_expression "*puVar4 = uVar2" (pointer_expression "*puVar4" * identifier) = identifier) ;) }) while (parenthesized_expression "(plVar3 != (long *)0x0)" ( (binary_expression "plVar3 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);" (assignment_expression "uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" identifier = (call_expression "string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" identifier (argument_list "((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" ( (binary_expression "(-((param_4 & 0x80) == 0) & 0x16U) + 0x2a" (parenthesized_expression "(-((param_4 & 0x80) == 0) & 0x16U)" ( (binary_expression "-((param_4 & 0x80) == 0) & 0x16U" (unary_expression "-((param_4 & 0x80) == 0)" - (parenthesized_expression "((param_4 & 0x80) == 0)" ( (binary_expression "(param_4 & 0x80) == 0" (parenthesized_expression "(param_4 & 0x80)" ( (binary_expression "param_4 & 0x80" identifier & number_literal) )) == number_literal) ))) & number_literal) )) + number_literal) , identifier , (binary_expression "(int)param_4 >> 5 & 1" (binary_expression "(int)param_4 >> 5" (cast_expression "(int)param_4" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) & number_literal) )))) ;) (expression_statement "dispose_words(plVar1);" (call_expression "dispose_words(plVar1)" identifier (argument_list "(plVar1)" ( identifier ))) ;) }))) (return_statement "return uVar2;" return identifier ;) })))
|
(translation_unit "char * array_patsub(ARRAY *a,char *pat,char *rep,int mflags)\n\n{\n WORD_LIST *list;\n char *pcVar1;\n word_list *pwVar2;\n WORD_DESC *pWVar3;\n \n if ((((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)) ||\n (list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0)) {\n pcVar1 = (char *)0x0;\n }\n else {\n do {\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n } while (pwVar2 != (word_list *)0x0);\n pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);\n dispose_words(list);\n }\n return pcVar1;\n}\n\n" (function_definition "char * array_patsub(ARRAY *a,char *pat,char *rep,int mflags)\n\n{\n WORD_LIST *list;\n char *pcVar1;\n word_list *pwVar2;\n WORD_DESC *pWVar3;\n \n if ((((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)) ||\n (list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0)) {\n pcVar1 = (char *)0x0;\n }\n else {\n do {\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n } while (pwVar2 != (word_list *)0x0);\n pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);\n dispose_words(list);\n }\n return pcVar1;\n}" primitive_type (pointer_declarator "* array_patsub(ARRAY *a,char *pat,char *rep,int mflags)" * (function_declarator "array_patsub(ARRAY *a,char *pat,char *rep,int mflags)" identifier (parameter_list "(ARRAY *a,char *pat,char *rep,int mflags)" ( (parameter_declaration "ARRAY *a" type_identifier (pointer_declarator "*a" * identifier)) , (parameter_declaration "char *pat" primitive_type (pointer_declarator "*pat" * identifier)) , (parameter_declaration "char *rep" primitive_type (pointer_declarator "*rep" * identifier)) , (parameter_declaration "int mflags" primitive_type identifier) )))) (compound_statement "{\n WORD_LIST *list;\n char *pcVar1;\n word_list *pwVar2;\n WORD_DESC *pWVar3;\n \n if ((((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)) ||\n (list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0)) {\n pcVar1 = (char *)0x0;\n }\n else {\n do {\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n } while (pwVar2 != (word_list *)0x0);\n pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);\n dispose_words(list);\n }\n return pcVar1;\n}" { (declaration "WORD_LIST *list;" type_identifier (pointer_declarator "*list" * identifier) ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "word_list *pwVar2;" type_identifier (pointer_declarator "*pwVar2" * identifier) ;) (declaration "WORD_DESC *pWVar3;" type_identifier (pointer_declarator "*pWVar3" * identifier) ;) (if_statement "if ((((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)) ||\n (list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0)) {\n pcVar1 = (char *)0x0;\n }\n else {\n do {\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n } while (pwVar2 != (word_list *)0x0);\n pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);\n dispose_words(list);\n }" if (parenthesized_expression "((((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)) ||\n (list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0))" ( (binary_expression "(((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)) ||\n (list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0)" (parenthesized_expression "(((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0))" ( (binary_expression "((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)) || (a->num_elements == 0)" (parenthesized_expression "((a == (ARRAY *)0x0) || (a->head == (array_element *)0x0))" ( (binary_expression "(a == (ARRAY *)0x0) || (a->head == (array_element *)0x0)" (parenthesized_expression "(a == (ARRAY *)0x0)" ( (binary_expression "a == (ARRAY *)0x0" identifier == (cast_expression "(ARRAY *)0x0" ( (type_descriptor "ARRAY *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(a->head == (array_element *)0x0)" ( (binary_expression "a->head == (array_element *)0x0" (field_expression "a->head" identifier -> field_identifier) == (cast_expression "(array_element *)0x0" ( (type_descriptor "array_element *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) || (parenthesized_expression "(a->num_elements == 0)" ( (binary_expression "a->num_elements == 0" (field_expression "a->num_elements" identifier -> field_identifier) == number_literal) ))) )) || (parenthesized_expression "(list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0)" ( (comma_expression "list = array_to_word_list(a), pwVar2 = list, list == (WORD_LIST *)0x0" (assignment_expression "list = array_to_word_list(a)" identifier = (call_expression "array_to_word_list(a)" identifier (argument_list "(a)" ( identifier )))) , (comma_expression "pwVar2 = list, list == (WORD_LIST *)0x0" (assignment_expression "pwVar2 = list" identifier = identifier) , (binary_expression "list == (WORD_LIST *)0x0" identifier == (cast_expression "(WORD_LIST *)0x0" ( (type_descriptor "WORD_LIST *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)))) ))) )) (compound_statement "{\n pcVar1 = (char *)0x0;\n }" { (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }) (else_clause "else {\n do {\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n } while (pwVar2 != (word_list *)0x0);\n pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);\n dispose_words(list);\n }" else (compound_statement "{\n do {\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n } while (pwVar2 != (word_list *)0x0);\n pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);\n dispose_words(list);\n }" { (do_statement "do {\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n } while (pwVar2 != (word_list *)0x0);" do (compound_statement "{\n pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);\n pWVar3 = pwVar2->word;\n if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }\n pwVar2 = pwVar2->next;\n pWVar3->word = pcVar1;\n }" { (expression_statement "pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags);" (assignment_expression "pcVar1 = pat_subst(pwVar2->word->word,pat,rep,mflags)" identifier = (call_expression "pat_subst(pwVar2->word->word,pat,rep,mflags)" identifier (argument_list "(pwVar2->word->word,pat,rep,mflags)" ( (field_expression "pwVar2->word->word" (field_expression "pwVar2->word" identifier -> field_identifier) -> field_identifier) , identifier , identifier , identifier )))) ;) (expression_statement "pWVar3 = pwVar2->word;" (assignment_expression "pWVar3 = pwVar2->word" identifier = (field_expression "pwVar2->word" identifier -> field_identifier)) ;) (if_statement "if (pWVar3->word != (char *)0x0) {\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }" if (parenthesized_expression "(pWVar3->word != (char *)0x0)" ( (binary_expression "pWVar3->word != (char *)0x0" (field_expression "pWVar3->word" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(pWVar3->word);\n pWVar3 = pwVar2->word;\n }" { (expression_statement "free(pWVar3->word);" (call_expression "free(pWVar3->word)" identifier (argument_list "(pWVar3->word)" ( (field_expression "pWVar3->word" identifier -> field_identifier) ))) ;) (expression_statement "pWVar3 = pwVar2->word;" (assignment_expression "pWVar3 = pwVar2->word" identifier = (field_expression "pwVar2->word" identifier -> field_identifier)) ;) })) (expression_statement "pwVar2 = pwVar2->next;" (assignment_expression "pwVar2 = pwVar2->next" identifier = (field_expression "pwVar2->next" identifier -> field_identifier)) ;) (expression_statement "pWVar3->word = pcVar1;" (assignment_expression "pWVar3->word = pcVar1" (field_expression "pWVar3->word" identifier -> field_identifier) = identifier) ;) }) while (parenthesized_expression "(pwVar2 != (word_list *)0x0)" ( (binary_expression "pwVar2 != (word_list *)0x0" identifier != (cast_expression "(word_list *)0x0" ( (type_descriptor "word_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1);" (assignment_expression "pcVar1 = string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1)" identifier = (call_expression "string_list_pos_params\n ((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1)" identifier (argument_list "((-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*',list,mflags >> 5 & 1)" ( (binary_expression "(-(uint)((mflags & 0x80U) == 0) & 0x16) + L'*'" (parenthesized_expression "(-(uint)((mflags & 0x80U) == 0) & 0x16)" ( (binary_expression "-(uint)((mflags & 0x80U) == 0) & 0x16" (unary_expression "-(uint)((mflags & 0x80U) == 0)" - (call_expression "(uint)((mflags & 0x80U) == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((mflags & 0x80U) == 0)" ( (binary_expression "(mflags & 0x80U) == 0" (parenthesized_expression "(mflags & 0x80U)" ( (binary_expression "mflags & 0x80U" identifier & number_literal) )) == number_literal) )))) & number_literal) )) + (char_literal "L'*'" L' character ')) , identifier , (binary_expression "mflags >> 5 & 1" (binary_expression "mflags >> 5" identifier >> number_literal) & number_literal) )))) ;) (expression_statement "dispose_words(list);" (call_expression "dispose_words(list)" identifier (argument_list "(list)" ( identifier ))) ;) }))) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "undefined8 array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)\n\n{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}\n\n" (function_definition "undefined8 array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)\n\n{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}" type_identifier (function_declarator "array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,uint 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 "uint param_4" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "undefined8 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (if_statement "if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" if (parenthesized_expression "((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0))" ( (binary_expression "(((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)" (parenthesized_expression "(((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0))" ( (binary_expression "((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)" (parenthesized_expression "((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0))" ( (binary_expression "(param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)" (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) || (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" ( (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" * (cast_expression "(long *)(param_1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) == number_literal) ))) )) || (parenthesized_expression "(*(int *)(param_1 + 0x10) == 0)" ( (binary_expression "*(int *)(param_1 + 0x10) == 0" (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) ))) )) || (parenthesized_expression "(plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)" ( (comma_expression "plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0" (assignment_expression "plVar1 = (long *)array_to_word_list()" identifier = (cast_expression "(long *)array_to_word_list()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "array_to_word_list()" identifier (argument_list "()" ( ))))) , (comma_expression "plVar3 = plVar1, plVar1 == (long *)0x0" (assignment_expression "plVar3 = plVar1" identifier = identifier) , (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 uVar2 = 0;\n }" { (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) }) (else_clause "else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" else (compound_statement "{\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" { (do_statement "do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);" do (compound_statement "{\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n }" { (expression_statement "uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);" (assignment_expression "uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" identifier = (call_expression "pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" identifier (argument_list "(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" ( (pointer_expression "*(undefined8 *)plVar3[1]" * (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) , identifier , identifier , identifier )))) ;) (expression_statement "puVar4 = (undefined8 *)plVar3[1];" (assignment_expression "puVar4 = (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 ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }" if (parenthesized_expression "((void *)*puVar4 != (void *)0x0)" ( (binary_expression "(void *)*puVar4 != (void *)0x0" (cast_expression "(void *)*puVar4" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier)) != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }" { (expression_statement "free((void *)*puVar4);" (call_expression "free((void *)*puVar4)" identifier (argument_list "((void *)*puVar4)" ( (cast_expression "(void *)*puVar4" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar4" * identifier)) ))) ;) (expression_statement "puVar4 = (undefined8 *)plVar3[1];" (assignment_expression "puVar4 = (undefined8 *)plVar3[1]" identifier = (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) ;) })) (expression_statement "plVar3 = (long *)*plVar3;" (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))) ;) (expression_statement "*puVar4 = uVar2;" (assignment_expression "*puVar4 = uVar2" (pointer_expression "*puVar4" * identifier) = identifier) ;) }) while (parenthesized_expression "(plVar3 != (long *)0x0)" ( (binary_expression "plVar3 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);" (assignment_expression "uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" identifier = (call_expression "string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" identifier (argument_list "((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" ( (binary_expression "(-((param_4 & 0x80) == 0) & 0x16U) + 0x2a" (parenthesized_expression "(-((param_4 & 0x80) == 0) & 0x16U)" ( (binary_expression "-((param_4 & 0x80) == 0) & 0x16U" (unary_expression "-((param_4 & 0x80) == 0)" - (parenthesized_expression "((param_4 & 0x80) == 0)" ( (binary_expression "(param_4 & 0x80) == 0" (parenthesized_expression "(param_4 & 0x80)" ( (binary_expression "param_4 & 0x80" identifier & number_literal) )) == number_literal) ))) & number_literal) )) + number_literal) , identifier , (binary_expression "(int)param_4 >> 5 & 1" (binary_expression "(int)param_4 >> 5" (cast_expression "(int)param_4" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) & number_literal) )))) ;) (expression_statement "dispose_words(plVar1);" (call_expression "dispose_words(plVar1)" identifier (argument_list "(plVar1)" ( identifier ))) ;) }))) (return_statement "return uVar2;" 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) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) , IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression - (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) & LIT) )) + LIT) , IDENT , (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) & LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }))) (return_statement return IDENT ;) })))
|
(function_definition "undefined8 array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)\n\n{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}" (type_identifier "undefined8") (function_declarator "array_patsub(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)" (identifier "array_patsub") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,uint 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 "uint param_4" (type_identifier "uint") (identifier "param_4")) () ")"))) (compound_statement "{\n long *plVar1;\n undefined8 uVar2;\n long *plVar3;\n undefined8 *puVar4;\n \n if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }\n return uVar2;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "undefined8 *puVar4;" (type_identifier "undefined8") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (if_statement "if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {\n uVar2 = 0;\n }\n else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" (if "if") (parenthesized_expression "((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0))" (( "(") (binary_expression "(((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||\n (plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)" (parenthesized_expression "(((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0))" (( "(") (binary_expression "((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)" (parenthesized_expression "((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0))" (( "(") (binary_expression "(param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)" (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_1 + 0x20) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x20) == 0" (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(*(int *)(param_1 + 0x10) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x10) == 0" (pointer_expression "*(int *)(param_1 + 0x10)" (* "*") (cast_expression "(int *)(param_1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)" (( "(") (comma_expression "plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0" (assignment_expression "plVar1 = (long *)array_to_word_list()" (identifier "plVar1") (= "=") (cast_expression "(long *)array_to_word_list()" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "array_to_word_list()" (identifier "array_to_word_list") (argument_list "()" (( "(") () ")"))))) (, ",") (comma_expression "plVar3 = plVar1, plVar1 == (long *)0x0" (assignment_expression "plVar3 = plVar1" (identifier "plVar3") (= "=") (identifier "plVar1")) (, ",") (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 uVar2 = 0;\n }" ({ "{") (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" (identifier "uVar2") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" (else "else") (compound_statement "{\n do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);\n uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);\n dispose_words(plVar1);\n }" ({ "{") (do_statement "do {\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n } while (plVar3 != (long *)0x0);" (do "do") (compound_statement "{\n uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);\n puVar4 = (undefined8 *)plVar3[1];\n if ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }\n plVar3 = (long *)*plVar3;\n *puVar4 = uVar2;\n }" ({ "{") (expression_statement "uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);" (assignment_expression "uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" (identifier "uVar2") (= "=") (call_expression "pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" (identifier "pat_subst") (argument_list "(*(undefined8 *)plVar3[1],param_2,param_3,param_4)" (( "(") (pointer_expression "*(undefined8 *)plVar3[1]" (* "*") (cast_expression "(undefined8 *)plVar3[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")))) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")")))) (; ";")) (expression_statement "puVar4 = (undefined8 *)plVar3[1];" (assignment_expression "puVar4 = (undefined8 *)plVar3[1]" (identifier "puVar4") (= "=") (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 ((void *)*puVar4 != (void *)0x0) {\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }" (if "if") (parenthesized_expression "((void *)*puVar4 != (void *)0x0)" (( "(") (binary_expression "(void *)*puVar4 != (void *)0x0" (cast_expression "(void *)*puVar4" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar4" (* "*") (identifier "puVar4"))) (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free((void *)*puVar4);\n puVar4 = (undefined8 *)plVar3[1];\n }" ({ "{") (expression_statement "free((void *)*puVar4);" (call_expression "free((void *)*puVar4)" (identifier "free") (argument_list "((void *)*puVar4)" (( "(") (cast_expression "(void *)*puVar4" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar4" (* "*") (identifier "puVar4"))) () ")"))) (; ";")) (expression_statement "puVar4 = (undefined8 *)plVar3[1];" (assignment_expression "puVar4 = (undefined8 *)plVar3[1]" (identifier "puVar4") (= "=") (cast_expression "(undefined8 *)plVar3[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")))) (; ";")) (} "}"))) (expression_statement "plVar3 = (long *)*plVar3;" (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")))) (; ";")) (expression_statement "*puVar4 = uVar2;" (assignment_expression "*puVar4 = uVar2" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "uVar2")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar3 != (long *)0x0)" (( "(") (binary_expression "plVar3 != (long *)0x0" (identifier "plVar3") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (expression_statement "uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);" (assignment_expression "uVar2 = string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" (identifier "uVar2") (= "=") (call_expression "string_list_pos_params\n ((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" (identifier "string_list_pos_params") (argument_list "((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1)" (( "(") (binary_expression "(-((param_4 & 0x80) == 0) & 0x16U) + 0x2a" (parenthesized_expression "(-((param_4 & 0x80) == 0) & 0x16U)" (( "(") (binary_expression "-((param_4 & 0x80) == 0) & 0x16U" (unary_expression "-((param_4 & 0x80) == 0)" (- "-") (parenthesized_expression "((param_4 & 0x80) == 0)" (( "(") (binary_expression "(param_4 & 0x80) == 0" (parenthesized_expression "(param_4 & 0x80)" (( "(") (binary_expression "param_4 & 0x80" (identifier "param_4") (& "&") (number_literal "0x80")) () ")")) (== "==") (number_literal "0")) () ")"))) (& "&") (number_literal "0x16U")) () ")")) (+ "+") (number_literal "0x2a")) (, ",") (identifier "plVar1") (, ",") (binary_expression "(int)param_4 >> 5 & 1" (binary_expression "(int)param_4 >> 5" (cast_expression "(int)param_4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_4")) (>> ">>") (number_literal "5")) (& "&") (number_literal "1")) () ")")))) (; ";")) (expression_statement "dispose_words(plVar1);" (call_expression "dispose_words(plVar1)" (identifier "dispose_words") (argument_list "(plVar1)" (( "(") (identifier "plVar1") () ")"))) (; ";")) (} "}")))) (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}")))
|
char * function_1(type_1 *var_1,char *pat,char *rep,int var_8)
{
type_2 *var_3;
char *pcVar1;
type_3 *var_6;
type_4 *pWVar3;
if ((((var_1 == (type_1 *)0x0) || (var_1->head == (type_5 *)0x0)) || (var_1->num_elements == 0)) ||
(var_3 = var_2(var_1), var_6 = var_3, var_3 == (type_2 *)0x0)) {
pcVar1 = (char *)0x0;
}
else {
do {
pcVar1 = var_4(var_6->word->word,pat,rep,var_8);
pWVar3 = var_6->word;
if (pWVar3->word != (char *)0x0) {
var_5(pWVar3->word);
pWVar3 = var_6->word;
}
var_6 = var_6->next;
pWVar3->word = pcVar1;
} while (var_6 != (type_3 *)0x0);
pcVar1 = var_7
((-(uint)((var_8 & 0x80U) == 0) & 0x16) + L'*',var_3,var_8 >> 5 & 1);
var_9(var_3);
}
return pcVar1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (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 (comma_expression left: (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)))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) right: (number_literal))) right: (number_literal)) (identifier) (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (return_statement (identifier)))))
| null |
undefined8 MASKED(long param_1,undefined8 param_2,undefined8 param_3,uint param_4)
{
long *plVar1;
undefined8 uVar2;
long *plVar3;
undefined8 *puVar4;
if ((((param_1 == 0) || (*(long *)(param_1 + 0x20) == 0)) || (*(int *)(param_1 + 0x10) == 0)) ||
(plVar1 = (long *)array_to_word_list(), plVar3 = plVar1, plVar1 == (long *)0x0)) {
uVar2 = 0;
}
else {
do {
uVar2 = pat_subst(*(undefined8 *)plVar3[1],param_2,param_3,param_4);
puVar4 = (undefined8 *)plVar3[1];
if ((void *)*puVar4 != (void *)0x0) {
free((void *)*puVar4);
puVar4 = (undefined8 *)plVar3[1];
}
plVar3 = (long *)*plVar3;
*puVar4 = uVar2;
} while (plVar3 != (long *)0x0);
uVar2 = string_list_pos_params
((-((param_4 & 0x80) == 0) & 0x16U) + 0x2a,plVar1,(int)param_4 >> 5 & 1);
dispose_words(plVar1);
}
return uVar2;
}
|
7378_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
|
wios
|
FUN_0029d990
|
/* std::wios::wios(std::wstreambuf*) */
void __thiscall std::wios::wios(wios *this,wstreambuf *param_1)
{
ios_base::ios_base((ios_base *)this);
*(undefined8 *)(this + 0xd8) = 0;
*(undefined4 *)(this + 0xe0) = 0;
*(undefined ***)this = &PTR__wios_003b9488;
this[0xe4] = (wios)0x0;
*(undefined8 *)(this + 0xe8) = 0;
*(undefined8 *)(this + 0xf0) = 0;
*(undefined8 *)(this + 0xf8) = 0;
*(undefined8 *)(this + 0x100) = 0;
/* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */
init(this,param_1);
return;
}
|
void FUN_0029d990(undefined8 *param_1,undefined8 param_2)
{
FUN_002b4a80();
param_1[0x1b] = 0;
*(undefined4 *)(param_1 + 0x1c) = 0;
*param_1 = &PTR_FUN_003b9488;
*(undefined1 *)((long)param_1 + 0xe4) = 0;
param_1[0x1d] = 0;
param_1[0x1e] = 0;
param_1[0x1f] = 0;
param_1[0x20] = 0;
/* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */
FUN_0029d930(param_1,param_2);
return;
}
|
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
CALL 0x002b4a80
LEA RAX,[0x3b9478]
MOV RSI,RBP
MOV RDI,RBX
MOV qword ptr [RBX + 0xd8],0x0
ADD RAX,0x10
MOV dword ptr [RBX + 0xe0],0x0
MOV qword ptr [RBX],RAX
MOV byte ptr [RBX + 0xe4],0x0
MOV qword ptr [RBX + 0xe8],0x0
MOV qword ptr [RBX + 0xf0],0x0
MOV qword ptr [RBX + 0xf8],0x0
MOV qword ptr [RBX + 0x100],0x0
CALL 0x0029d930
ADD RSP,0x8
POP RBX
POP RBP
RET
| null | null | null | null |
[('const-228', u'PTRADD_-1204364749'), ('const-0', u'STORE_-1204364799'), (u'PTRSUB_-1204364675', u'STORE_-1204364815'), ('const-0', u'STORE_-1204364757'), ('const-0', u'STORE_-1204364785'), (u'PTRADD_-1204364739', u'CAST_-1204364662'), ('const-0', u'STORE_-1204364827'), ('tmp_217', u'PTRADD_-1204364711'), ('const-0', u'STORE_-1204364809'), ('const-1', u'PTRADD_-1204364725'), ('const-248', u'PTRADD_-1204364711'), (u'PTRADD_-1204364711', u'CAST_-1204364638'), (u'PTRADD_-1204364697', u'CAST_-1204364626'), (u'PTRADD_-1204364767', u'CAST_-1204364684'), ('const-1', u'PTRADD_-1204364739'), (u'CAST_-1204364650', u'STORE_-1204364785'), ('const-433', u'STORE_-1204364799'), ('const-256', u'PTRADD_-1204364697'), ('const-433', u'STORE_-1204364771'), ('tmp_217', u'CAST_-1204364673'), (u'CAST_-1204364673', u'STORE_-1204364815'), ('const-433', u'STORE_-1204364815'), ('const-1', u'PTRADD_-1204364794'), ('const-216', u'PTRADD_-1204364794'), ('const-0', u'STORE_-1204364771'), (u'PTRADD_-1204364749', u'STORE_-1204364809'), ('tmp_217', u'PTRADD_-1204364749'), ('const-232', u'PTRADD_-1204364739'), ('const-240', u'PTRADD_-1204364725'), ('const-1', u'PTRADD_-1204364711'), ('const-433', u'STORE_-1204364785'), ('tmp_217', u'PTRADD_-1204364725'), ('const-0', u'RETURN_-1204364705'), (u'CAST_-1204364719', u'CALL_-1204364874'), ('const-433', u'STORE_-1204364757'), ('tmp_217', u'PTRADD_-1204364794'), ('tmp_217', u'CAST_-1204364719'), ('tmp_218', u'CALL_-1204364739'), ('const-1', u'PTRADD_-1204364697'), ('const-3904648', u'PTRSUB_-1204364675'), ('tmp_217', u'PTRADD_-1204364739'), ('tmp_217', u'CALL_-1204364739'), (u'CAST_-1204364700', u'STORE_-1204364854'), (u'CAST_-1204364684', u'STORE_-1204364827'), ('tmp_217', u'PTRADD_-1204364767'), ('const-433', u'STORE_-1204364809'), ('const-1', u'PTRADD_-1204364767'), ('const-0', u'STORE_-1204364854'), ('const-1', u'PTRADD_-1204364749'), (u'PTRADD_-1204364794', u'CAST_-1204364700'), ('const-0', u'PTRSUB_-1204364675'), (u'CAST_-1204364662', u'STORE_-1204364799'), ('tmp_217', u'PTRADD_-1204364697'), ('const-433', u'STORE_-1204364827'), ('const-433', u'STORE_-1204364854'), ('const-224', u'PTRADD_-1204364767'), (u'CAST_-1204364638', u'STORE_-1204364771'), (u'CAST_-1204364626', u'STORE_-1204364757'), (u'PTRADD_-1204364725', u'CAST_-1204364650')]
|
[('const-433', u'STORE_-1204364815'), (u'PTRSUB_-1204364675', u'STORE_-1204364815'), ('const-3904648', u'PTRSUB_-1204364675'), ('const-0', u'STORE_-1204364827'), ('const-433', u'STORE_-1204364854'), ('const-228', u'INT_ADD_-1204364795'), ('tmp_296', u'STORE_-1204364815'), (u'PTRADD_-1204364627', u'STORE_-1204364757'), ('const-433', u'STORE_-1204364757'), ('const-433', u'STORE_-1204364785'), ('const-29', u'PTRADD_-1204364663'), ('const-28', u'PTRADD_-1204364684'), ('tmp_294', u'CALL_-1204364739'), ('const-433', u'STORE_-1204364827'), ('tmp_296', u'PTRADD_-1204364663'), ('const-8', u'PTRADD_-1204364663'), (u'CAST_-1204364666', u'INT_ADD_-1204364795'), ('const-0', u'STORE_-1204364799'), (u'PTRADD_-1204364663', u'STORE_-1204364799'), ('const-8', u'PTRADD_-1204364700'), ('const-433', u'STORE_-1204364809'), (u'CAST_-1204364680', u'STORE_-1204364827'), ('const-433', u'STORE_-1204364799'), (u'PTRADD_-1204364639', u'STORE_-1204364771'), ('tmp_296', u'PTRADD_-1204364684'), ('const-30', u'PTRADD_-1204364651'), ('const-433', u'STORE_-1204364771'), ('const-0', u'RETURN_-1204364705'), (u'PTRADD_-1204364651', u'STORE_-1204364785'), ('const-0', u'STORE_-1204364785'), ('const-8', u'PTRADD_-1204364651'), ('const-32', u'PTRADD_-1204364627'), ('const-0', u'STORE_-1204364854'), ('const-8', u'PTRADD_-1204364639'), ('const-0', u'STORE_-1204364809'), ('const-8', u'PTRADD_-1204364627'), (u'PTRADD_-1204364700', u'STORE_-1204364854'), ('const-31', u'PTRADD_-1204364639'), ('tmp_296', u'PTRADD_-1204364639'), ('const-0', u'PTRSUB_-1204364675'), (u'CAST_-1204364665', u'STORE_-1204364809'), ('const-0', u'STORE_-1204364771'), ('const-27', u'PTRADD_-1204364700'), ('tmp_296', u'CAST_-1204364666'), ('tmp_296', u'PTRADD_-1204364700'), (u'INT_ADD_-1204364795', u'CAST_-1204364665'), ('const-8', u'PTRADD_-1204364684'), (u'PTRADD_-1204364684', u'CAST_-1204364680'), ('tmp_296', u'PTRADD_-1204364651'), ('tmp_296', u'PTRADD_-1204364627'), ('tmp_296', u'CALL_-1204364739'), ('const-0', u'STORE_-1204364757')]
| null | null |
0029d990
|
x64
|
O2
|
(translation_unit "void FUN_0029d990(undefined8 *param_1,undefined8 param_2)\n\n{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n /* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */\n FUN_0029d930(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0029d990(undefined8 *param_1,undefined8 param_2)\n\n{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n /* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */\n FUN_0029d930(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0029d990(undefined8 *param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n /* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */\n FUN_0029d930(param_1,param_2);\n return;\n}" { (expression_statement "FUN_002b4a80();" (call_expression "FUN_002b4a80()" identifier (argument_list "()" ( ))) ;) (expression_statement "param_1[0x1b] = 0;" (assignment_expression "param_1[0x1b] = 0" (subscript_expression "param_1[0x1b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" * (cast_expression "(undefined4 *)(param_1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*param_1 = &PTR_FUN_003b9488;" (assignment_expression "*param_1 = &PTR_FUN_003b9488" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003b9488" & identifier)) ;) (expression_statement "*(undefined1 *)((long)param_1 + 0xe4) = 0;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xe4) = 0" (pointer_expression "*(undefined1 *)((long)param_1 + 0xe4)" * (cast_expression "(undefined1 *)((long)param_1 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xe4)" ( (binary_expression "(long)param_1 + 0xe4" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1d] = 0;" (assignment_expression "param_1[0x1d] = 0" (subscript_expression "param_1[0x1d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" identifier [ number_literal ]) = number_literal) ;) comment (expression_statement "FUN_0029d930(param_1,param_2);" (call_expression "FUN_0029d930(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::wios::wios(std::wstreambuf*) */\n\nvoid __thiscall std::wios::wios(wios *this,wstreambuf *param_1)\n\n{\n ios_base::ios_base((ios_base *)this);\n *(undefined8 *)(this + 0xd8) = 0;\n *(undefined4 *)(this + 0xe0) = 0;\n *(undefined ***)this = &PTR__wios_003b9488;\n this[0xe4] = (wios)0x0;\n *(undefined8 *)(this + 0xe8) = 0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)(this + 0x100) = 0;\n /* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */\n init(this,param_1);\n return;\n}\n\n" comment (function_definition "void __thiscall std::wios::wios(wios *this,wstreambuf *param_1)\n\n{\n ios_base::ios_base((ios_base *)this);\n *(undefined8 *)(this + 0xd8) = 0;\n *(undefined4 *)(this + 0xe0) = 0;\n *(undefined ***)this = &PTR__wios_003b9488;\n this[0xe4] = (wios)0x0;\n *(undefined8 *)(this + 0xe8) = 0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)(this + 0x100) = 0;\n /* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */\n init(this,param_1);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wios::" identifier : : identifier : :) (function_declarator "wios(wios *this,wstreambuf *param_1)" identifier (parameter_list "(wios *this,wstreambuf *param_1)" ( (parameter_declaration "wios *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "wstreambuf *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ios_base::ios_base((ios_base *)this);\n *(undefined8 *)(this + 0xd8) = 0;\n *(undefined4 *)(this + 0xe0) = 0;\n *(undefined ***)this = &PTR__wios_003b9488;\n this[0xe4] = (wios)0x0;\n *(undefined8 *)(this + 0xe8) = 0;\n *(undefined8 *)(this + 0xf0) = 0;\n *(undefined8 *)(this + 0xf8) = 0;\n *(undefined8 *)(this + 0x100) = 0;\n /* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */\n init(this,param_1);\n return;\n}" { (labeled_statement "ios_base::ios_base((ios_base *)this);" statement_identifier : (ERROR ":" :) (expression_statement "ios_base((ios_base *)this);" (call_expression "ios_base((ios_base *)this)" identifier (argument_list "((ios_base *)this)" ( (cast_expression "(ios_base *)this" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "*(undefined8 *)(this + 0xd8) = 0;" (assignment_expression "*(undefined8 *)(this + 0xd8) = 0" (pointer_expression "*(undefined8 *)(this + 0xd8)" * (cast_expression "(undefined8 *)(this + 0xd8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xd8)" ( (binary_expression "this + 0xd8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this + 0xe0) = 0;" (assignment_expression "*(undefined4 *)(this + 0xe0) = 0" (pointer_expression "*(undefined4 *)(this + 0xe0)" * (cast_expression "(undefined4 *)(this + 0xe0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe0)" ( (binary_expression "this + 0xe0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined ***)this = &PTR__wios_003b9488;" (assignment_expression "*(undefined ***)this = &PTR__wios_003b9488" (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__wios_003b9488" & identifier)) ;) (expression_statement "this[0xe4] = (wios)0x0;" (assignment_expression "this[0xe4] = (wios)0x0" (subscript_expression "this[0xe4]" identifier [ number_literal ]) = (cast_expression "(wios)0x0" ( (type_descriptor "wios" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined8 *)(this + 0xe8) = 0;" (assignment_expression "*(undefined8 *)(this + 0xe8) = 0" (pointer_expression "*(undefined8 *)(this + 0xe8)" * (cast_expression "(undefined8 *)(this + 0xe8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xe8)" ( (binary_expression "this + 0xe8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xf0) = 0;" (assignment_expression "*(undefined8 *)(this + 0xf0) = 0" (pointer_expression "*(undefined8 *)(this + 0xf0)" * (cast_expression "(undefined8 *)(this + 0xf0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf0)" ( (binary_expression "this + 0xf0" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0xf8) = 0;" (assignment_expression "*(undefined8 *)(this + 0xf8) = 0" (pointer_expression "*(undefined8 *)(this + 0xf8)" * (cast_expression "(undefined8 *)(this + 0xf8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0xf8)" ( (binary_expression "this + 0xf8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(this + 0x100) = 0;" (assignment_expression "*(undefined8 *)(this + 0x100) = 0" (pointer_expression "*(undefined8 *)(this + 0x100)" * (cast_expression "(undefined8 *)(this + 0x100)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x100)" ( (binary_expression "this + 0x100" identifier + number_literal) )))) = number_literal) ;) comment (expression_statement "init(this,param_1);" (call_expression "init(this,param_1)" identifier (argument_list "(this,param_1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0029d990(undefined8 *param_1,undefined8 param_2)\n\n{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n \n FUN_0029d930(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0029d990(undefined8 *param_1,undefined8 param_2)\n\n{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n \n FUN_0029d930(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0029d990(undefined8 *param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n \n FUN_0029d930(param_1,param_2);\n return;\n}" { (expression_statement "FUN_002b4a80();" (call_expression "FUN_002b4a80()" identifier (argument_list "()" ( ))) ;) (expression_statement "param_1[0x1b] = 0;" (assignment_expression "param_1[0x1b] = 0" (subscript_expression "param_1[0x1b]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" * (cast_expression "(undefined4 *)(param_1 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*param_1 = &PTR_FUN_003b9488;" (assignment_expression "*param_1 = &PTR_FUN_003b9488" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003b9488" & identifier)) ;) (expression_statement "*(undefined1 *)((long)param_1 + 0xe4) = 0;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xe4) = 0" (pointer_expression "*(undefined1 *)((long)param_1 + 0xe4)" * (cast_expression "(undefined1 *)((long)param_1 + 0xe4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0xe4)" ( (binary_expression "(long)param_1 + 0xe4" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "param_1[0x1d] = 0;" (assignment_expression "param_1[0x1d] = 0" (subscript_expression "param_1[0x1d]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "FUN_0029d930(param_1,param_2);" (call_expression "FUN_0029d930(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0029d990(undefined8 *param_1,undefined8 param_2)\n\n{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n \n FUN_0029d930(param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0029d990(undefined8 *param_1,undefined8 param_2)" (identifier "FUN_0029d990") (parameter_list "(undefined8 *param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_002b4a80();\n param_1[0x1b] = 0;\n *(undefined4 *)(param_1 + 0x1c) = 0;\n *param_1 = &PTR_FUN_003b9488;\n *(undefined1 *)((long)param_1 + 0xe4) = 0;\n param_1[0x1d] = 0;\n param_1[0x1e] = 0;\n param_1[0x1f] = 0;\n param_1[0x20] = 0;\n \n FUN_0029d930(param_1,param_2);\n return;\n}" ({ "{") (expression_statement "FUN_002b4a80();" (call_expression "FUN_002b4a80()" (identifier "FUN_002b4a80") (argument_list "()" (( "(") () ")"))) (; ";")) (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 "*(undefined4 *)(param_1 + 0x1c) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x1c) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_003b9488;" (assignment_expression "*param_1 = &PTR_FUN_003b9488" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003b9488" (& "&") (identifier "PTR_FUN_003b9488"))) (; ";")) (expression_statement "*(undefined1 *)((long)param_1 + 0xe4) = 0;" (assignment_expression "*(undefined1 *)((long)param_1 + 0xe4) = 0" (pointer_expression "*(undefined1 *)((long)param_1 + 0xe4)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + 0xe4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0xe4)" (( "(") (binary_expression "(long)param_1 + 0xe4" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0xe4")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1d] = 0;" (assignment_expression "param_1[0x1d] = 0" (subscript_expression "param_1[0x1d]" (identifier "param_1") ([ "[") (number_literal "0x1d") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1e] = 0;" (assignment_expression "param_1[0x1e] = 0" (subscript_expression "param_1[0x1e]" (identifier "param_1") ([ "[") (number_literal "0x1e") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x1f] = 0;" (assignment_expression "param_1[0x1f] = 0" (subscript_expression "param_1[0x1f]" (identifier "param_1") ([ "[") (number_literal "0x1f") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[0x20] = 0;" (assignment_expression "param_1[0x20] = 0" (subscript_expression "param_1[0x20]" (identifier "param_1") ([ "[") (number_literal "0x20") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_0029d930(param_1,param_2);" (call_expression "FUN_0029d930(param_1,param_2)" (identifier "FUN_0029d930") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::wios::wios(std::wstreambuf*) */
void __thiscall std::function_1::function_1(function_1 *var_2,type_1 *param_1)
{
ios_base::var_1((var_1 *)var_2);
*(type_2 *)(var_2 + 0xd8) = 0;
*(type_3 *)(var_2 + 0xe0) = 0;
*(type_4 ***)var_2 = &PTR__wios_003b9488;
var_2[0xe4] = (function_1)0x0;
*(type_2 *)(var_2 + 0xe8) = 0;
*(type_2 *)(var_2 + 0xf0) = 0;
*(type_2 *)(var_2 + 0xf8) = 0;
*(type_2 *)(var_2 + 0x100) = 0;
/* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */
var_3(var_2,param_1);
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: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,undefined8 param_2)
{
FUN_002b4a80();
param_1[0x1b] = 0;
*(undefined4 *)(param_1 + 0x1c) = 0;
*param_1 = &PTR_FUN_003b9488;
*(undefined1 *)((long)param_1 + 0xe4) = 0;
param_1[0x1d] = 0;
param_1[0x1e] = 0;
param_1[0x1f] = 0;
param_1[0x20] = 0;
/* try { // try from 0029d9fd to 0029da01 has its CatchHandler @ 0029da09 */
FUN_0029d930(param_1,param_2);
return;
}
|
6896_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
|
do_initialize_xindex
|
FUN_002a45b0
|
/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_dynobj<64,_true> * this) */
Xindex * __thiscall gold::Sized_dynobj<64,_true>::do_initialize_xindex(Sized_dynobj<64,_true> *this)
{
int iVar1;
uint symtab_shndx;
Xindex *this_00;
if (this->dynsym_shndx_ != 0xffffffff) {
elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);
iVar1 = (this->elf_file_).large_shndx_offset_;
this_00 = (Xindex *)operator_new(0x20);
symtab_shndx = this->dynsym_shndx_;
this_00->large_shndx_offset_ = iVar1;
(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.
_M_impl._M_start = (pointer)0x0;
(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.
_M_impl._M_finish = (pointer)0x0;
(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.
_M_impl._M_end_of_storage = (pointer)0x0;
Xindex::initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx);
return this_00;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");
}
|
undefined4 * FUN_002a45b0(long param_1)
{
undefined4 uVar1;
undefined4 uVar2;
undefined4 *puVar3;
if (*(int *)(param_1 + 0xb0) != -1) {
FUN_00167b70(param_1 + 0x90);
uVar1 = *(undefined4 *)(param_1 + 0xa8);
puVar3 = (undefined4 *)FUN_002d94a0(0x20);
uVar2 = *(undefined4 *)(param_1 + 0xb0);
*puVar3 = uVar1;
*(undefined8 *)(puVar3 + 2) = 0;
*(undefined8 *)(puVar3 + 4) = 0;
*(undefined8 *)(puVar3 + 6) = 0;
FUN_001ce560(puVar3,param_1,uVar2);
return puVar3;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");
}
|
PUSH R12
PUSH RBP
PUSH RBX
CMP dword ptr [RDI + 0xb0],-0x1
JZ 0x002a4614
MOV RBP,RDI
LEA RDI,[RDI + 0x90]
CALL 0x00167b70
MOV R12D,dword ptr [RBP + 0xa8]
MOV EDI,0x20
CALL 0x002d94a0
MOV EDX,dword ptr [RBP + 0xb0]
MOV RSI,RBP
MOV dword ptr [RAX],R12D
MOV RBX,RAX
MOV RDI,RAX
MOV qword ptr [RAX + 0x8],0x0
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [RAX + 0x18],0x0
CALL 0x001ce560
MOV RAX,RBX
POP RBX
POP RBP
POP R12
RET
LEA RDX,[0x38b9a0]
MOV ESI,0x1cf
LEA RDI,[0x38b402]
CALL 0x0017c650
| null | null | null | null |
[(u'PTRSUB_-1204467980', u'STORE_-1204468191'), (u'PTRSUB_-1204467972', u'PTRSUB_-1204467966'), ('const-1', u'RETURN_-1204468095'), ('const-433', u'STORE_-1204468191'), ('tmp_219', u'CAST_-1204467950'), ('tmp_219', u'PTRSUB_-1204468044'), ('const-433', u'STORE_-1204468205'), (u'CAST_-1204467998', u'PTRSUB_-1204468002'), ('const-3716098', u'COPY_-1204468009'), (u'COPY_-1204468009', u'CALL_-1204468100'), ('tmp_58', u'CBRANCH_-1204468267'), (u'PTRSUB_-1204467992', u'PTRSUB_-1204467991'), (u'PTRSUB_-1204467966', u'PTRSUB_-1204467961'), ('const-24', u'PTRSUB_-1204468021'), (u'COPY_-1204468008', u'CALL_-1204468100'), (u'COPY_-1204468154', u'RETURN_-1204468123'), ('const-3717536', u'COPY_-1204468008'), ('const-0', u'RETURN_-1204468123'), (u'LOAD_-1204468288', u'INT_NOTEQUAL_-1204468272'), ('const-144', u'PTRSUB_-1204468031'), ('tmp_219', u'PTRSUB_-1204468012'), ('const-0', u'PTRSUB_-1204467991'), (u'LOAD_-1204468220', u'CALL_-1204468154'), ('const-0', u'PTRSUB_-1204468002'), ('const-0', u'STORE_-1204468180'), ('const-463', u'CALL_-1204468100'), (u'CAST_-1204467998', u'PTRSUB_-1204467992'), (u'CAST_-1204467998', u'PTRSUB_-1204467972'), ('const-32', u'CALL_-1204468222'), ('const-8', u'PTRSUB_-1204467972'), (u'PTRSUB_-1204467961', u'PTRSUB_-1204467958'), (u'PTRSUB_-1204468057', u'LOAD_-1204468288'), (u'CAST_-1204467998', u'PTRSUB_-1204467982'), (u'PTRSUB_-1204468012', u'LOAD_-1204468220'), (u'PTRSUB_-1204468021', u'LOAD_-1204468245'), (u'PTRSUB_-1204468031', u'PTRSUB_-1204468021'), (u'PTRSUB_-1204467985', u'PTRSUB_-1204467980'), ('const-0', u'PTRSUB_-1204467980'), (u'CALL_-1204468222', u'CAST_-1204467998'), (u'PTRSUB_-1204467967', u'STORE_-1204468180'), (u'PTRSUB_-1204467982', u'PTRSUB_-1204467976'), (u'CAST_-1204467950', u'CALL_-1204468154'), ('tmp_219', u'PTRSUB_-1204468057'), ('tmp_219', u'PTRSUB_-1204468031'), (u'PTRSUB_-1204467976', u'PTRSUB_-1204467971'), ('const-433', u'STORE_-1204468180'), ('const-176', u'PTRSUB_-1204468012'), ('const-433', u'LOAD_-1204468288'), ('const-0', u'PTRSUB_-1204467961'), (u'CAST_-1204467998', u'CALL_-1204468154'), (u'CAST_-1204467998', u'COPY_-1204468154'), (u'PTRSUB_-1204468044', u'CALL_-1204468247'), ('const-176', u'PTRSUB_-1204468057'), ('const-8', u'PTRSUB_-1204467982'), ('const-0', u'PTRSUB_-1204467966'), (u'INT_NOTEQUAL_-1204468272', u'CBRANCH_-1204468267'), ('const-0', u'STORE_-1204468191'), (u'PTRSUB_-1204467971', u'PTRSUB_-1204467967'), ('const-0', u'PTRSUB_-1204467971'), ('const-433', u'LOAD_-1204468245'), ('const-8', u'PTRSUB_-1204467992'), ('const-433', u'LOAD_-1204468220'), ('const-0', u'STORE_-1204468169'), ('const-144', u'PTRSUB_-1204468044'), (u'PTRSUB_-1204467991', u'PTRSUB_-1204467985'), (u'PTRSUB_-1204467958', u'STORE_-1204468169'), ('const-433', u'STORE_-1204468169'), ('const-0', u'PTRSUB_-1204467976'), ('const-4294967295', u'INT_NOTEQUAL_-1204468272'), (u'LOAD_-1204468245', u'STORE_-1204468205'), ('const-0', u'PTRSUB_-1204467985'), ('const-8', u'PTRSUB_-1204467967'), (u'PTRSUB_-1204468002', u'STORE_-1204468205'), ('const-16', u'PTRSUB_-1204467958')]
|
[(u'PTRADD_-1204467983', u'CAST_-1204467977'), ('const-6', u'PTRADD_-1204467983'), ('const-1', u'RETURN_-1204468095'), (u'INT_ADD_-1204468246', u'CALL_-1204468247'), ('const-3717536', u'COPY_-1204468010'), ('const-433', u'STORE_-1204468169'), ('tmp_58', u'CBRANCH_-1204468267'), ('const-2', u'PTRADD_-1204468001'), ('tmp_402', u'INT_ADD_-1204468246'), (u'COPY_-1204468154', u'RETURN_-1204468123'), ('const-433', u'LOAD_-1204468288'), ('const-433', u'STORE_-1204468191'), ('const-0', u'STORE_-1204468191'), ('const-0', u'RETURN_-1204468123'), (u'LOAD_-1204468288', u'INT_NOTEQUAL_-1204468272'), (u'COPY_-1204468011', u'CALL_-1204468100'), (u'PTRADD_-1204467992', u'CAST_-1204467986'), ('const-4294967295', u'INT_NOTEQUAL_-1204468272'), (u'CAST_-1204468020', u'STORE_-1204468205'), (u'CAST_-1204468020', u'PTRADD_-1204468001'), ('const-176', u'INT_ADD_-1204468272'), (u'PTRADD_-1204468001', u'CAST_-1204467995'), ('const-4', u'PTRADD_-1204467983'), (u'LOAD_-1204468220', u'CALL_-1204468154'), ('const-168', u'INT_ADD_-1204468229'), ('const-433', u'STORE_-1204468205'), (u'CAST_-1204467995', u'STORE_-1204468191'), (u'CAST_-1204468020', u'PTRADD_-1204467992'), ('const-4', u'PTRADD_-1204467992'), (u'INT_ADD_-1204468204', u'CAST_-1204468014'), (u'CAST_-1204467977', u'STORE_-1204468169'), (u'CAST_-1204468020', u'PTRADD_-1204467983'), ('const-433', u'STORE_-1204468180'), ('const-433', u'LOAD_-1204468245'), ('tmp_402', u'CALL_-1204468154'), ('const-144', u'INT_ADD_-1204468246'), ('const-176', u'INT_ADD_-1204468204'), (u'CAST_-1204467986', u'STORE_-1204468180'), ('const-0', u'STORE_-1204468180'), ('const-463', u'CALL_-1204468100'), (u'CAST_-1204468020', u'CALL_-1204468154'), (u'CAST_-1204468020', u'COPY_-1204468154'), (u'CAST_-1204468033', u'LOAD_-1204468245'), ('const-433', u'LOAD_-1204468220'), (u'INT_NOTEQUAL_-1204468272', u'CBRANCH_-1204468267'), (u'INT_ADD_-1204468229', u'CAST_-1204468033'), (u'INT_ADD_-1204468272', u'CAST_-1204468058'), ('const-4', u'PTRADD_-1204467992'), (u'COPY_-1204468010', u'CALL_-1204468100'), (u'CALL_-1204468222', u'CAST_-1204468020'), ('const-4', u'PTRADD_-1204468001'), ('const-0', u'STORE_-1204468169'), (u'CAST_-1204468058', u'LOAD_-1204468288'), ('tmp_402', u'INT_ADD_-1204468204'), ('tmp_402', u'INT_ADD_-1204468229'), ('const-32', u'CALL_-1204468222'), (u'CAST_-1204468014', u'LOAD_-1204468220'), (u'LOAD_-1204468245', u'STORE_-1204468205'), ('tmp_402', u'INT_ADD_-1204468272'), ('const-3716098', u'COPY_-1204468011')]
| null | null |
002a45b0
|
x64
|
O2
|
(translation_unit "undefined4 * FUN_002a45b0(long param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}\n\n" (function_definition "undefined4 * FUN_002a45b0(long param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}" type_identifier (pointer_declarator "* FUN_002a45b0(long param_1)" * (function_declarator "FUN_002a45b0(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 undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (if_statement "if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xb0) != -1)" ( (binary_expression "*(int *)(param_1 + 0xb0) != -1" (pointer_expression "*(int *)(param_1 + 0xb0)" * (cast_expression "(int *)(param_1 + 0xb0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }" { (expression_statement "FUN_00167b70(param_1 + 0x90);" (call_expression "FUN_00167b70(param_1 + 0x90)" identifier (argument_list "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 0xa8);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 0xa8)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0xa8)" * (cast_expression "(undefined4 *)(param_1 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) ))))) ;) (expression_statement "puVar3 = (undefined4 *)FUN_002d94a0(0x20);" (assignment_expression "puVar3 = (undefined4 *)FUN_002d94a0(0x20)" identifier = (cast_expression "(undefined4 *)FUN_002d94a0(0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 0xb0);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 0xb0)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0xb0)" * (cast_expression "(undefined4 *)(param_1 + 0xb0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) ))))) ;) (expression_statement "*puVar3 = uVar1;" (assignment_expression "*puVar3 = uVar1" (pointer_expression "*puVar3" * identifier) = identifier) ;) (expression_statement "*(undefined8 *)(puVar3 + 2) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 2) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 2)" * (cast_expression "(undefined8 *)(puVar3 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 2)" ( (binary_expression "puVar3 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(puVar3 + 4) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 4) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 4)" * (cast_expression "(undefined8 *)(puVar3 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 4)" ( (binary_expression "puVar3 + 4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(puVar3 + 6) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 6) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 6)" * (cast_expression "(undefined8 *)(puVar3 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 6)" ( (binary_expression "puVar3 + 6" identifier + number_literal) )))) = number_literal) ;) (expression_statement "FUN_001ce560(puVar3,param_1,uVar2);" (call_expression "FUN_001ce560(puVar3,param_1,uVar2)" identifier (argument_list "(puVar3,param_1,uVar2)" ( identifier , identifier , identifier ))) ;) (return_statement "return puVar3;" return identifier ;) })) comment (expression_statement "FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");" (call_expression "FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" identifier (argument_list "("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" ( (string_literal ""../../gold/dynobj.cc"" " string_content ") , number_literal , (string_literal ""do_initialize_xindex"" " string_content ") ))) ;) })))
|
(translation_unit "/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_dynobj<64,_true> * this) */\n\nXindex * __thiscall gold::Sized_dynobj<64,_true>::do_initialize_xindex(Sized_dynobj<64,_true> *this)\n\n{\n int iVar1;\n uint symtab_shndx;\n Xindex *this_00;\n \n if (this->dynsym_shndx_ != 0xffffffff) {\n elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);\n iVar1 = (this->elf_file_).large_shndx_offset_;\n this_00 = (Xindex *)operator_new(0x20);\n symtab_shndx = this->dynsym_shndx_;\n this_00->large_shndx_offset_ = iVar1;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n Xindex::initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx);\n return this_00;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}\n\n" comment (ERROR "Xindex * __thiscall gold::Sized_dynobj<64,_true>::do_initialize_xindex(Sized_dynobj<64,_true> *this)" (binary_expression "Xindex * __thiscall gold::Sized_dynobj<64,_true>::do_initialize_xindex(Sized_dynobj<64,_true> *this)" (binary_expression "Xindex * __thiscall gold::Sized_dynobj<64" (binary_expression "Xindex * __thiscall" identifier * identifier) (ERROR "gold::Sized_dynobj" identifier : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "do_initialize_xindex(Sized_dynobj<64,_true> *this)" identifier (argument_list "(Sized_dynobj<64,_true> *this)" ( (binary_expression "Sized_dynobj<64" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n int iVar1;\n uint symtab_shndx;\n Xindex *this_00;\n \n if (this->dynsym_shndx_ != 0xffffffff) {\n elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);\n iVar1 = (this->elf_file_).large_shndx_offset_;\n this_00 = (Xindex *)operator_new(0x20);\n symtab_shndx = this->dynsym_shndx_;\n this_00->large_shndx_offset_ = iVar1;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n Xindex::initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx);\n return this_00;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint symtab_shndx;" type_identifier identifier ;) (declaration "Xindex *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (if_statement "if (this->dynsym_shndx_ != 0xffffffff) {\n elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);\n iVar1 = (this->elf_file_).large_shndx_offset_;\n this_00 = (Xindex *)operator_new(0x20);\n symtab_shndx = this->dynsym_shndx_;\n this_00->large_shndx_offset_ = iVar1;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n Xindex::initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx);\n return this_00;\n }" if (parenthesized_expression "(this->dynsym_shndx_ != 0xffffffff)" ( (binary_expression "this->dynsym_shndx_ != 0xffffffff" (field_expression "this->dynsym_shndx_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);\n iVar1 = (this->elf_file_).large_shndx_offset_;\n this_00 = (Xindex *)operator_new(0x20);\n symtab_shndx = this->dynsym_shndx_;\n this_00->large_shndx_offset_ = iVar1;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_start = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_finish = (pointer)0x0;\n (this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n Xindex::initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx);\n return this_00;\n }" { (labeled_statement "elfcpp::Elf_file<64,_true,_gold::Object>::initialize_shnum(&this->elf_file_);" statement_identifier (ERROR "::Elf_file<64,_true,_gold::Object>:" : : (comma_expression "Elf_file<64,_true,_gold" (binary_expression "Elf_file<64" identifier < number_literal) , (comma_expression "_true,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "initialize_shnum(&this->elf_file_);" (call_expression "initialize_shnum(&this->elf_file_)" identifier (argument_list "(&this->elf_file_)" ( (pointer_expression "&this->elf_file_" & (field_expression "this->elf_file_" identifier -> field_identifier)) ))) ;)) (expression_statement "iVar1 = (this->elf_file_).large_shndx_offset_;" (assignment_expression "iVar1 = (this->elf_file_).large_shndx_offset_" identifier = (field_expression "(this->elf_file_).large_shndx_offset_" (parenthesized_expression "(this->elf_file_)" ( (field_expression "this->elf_file_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "this_00 = (Xindex *)operator_new(0x20);" (assignment_expression "this_00 = (Xindex *)operator_new(0x20)" identifier = (cast_expression "(Xindex *)operator_new(0x20)" ( (type_descriptor "Xindex *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "symtab_shndx = this->dynsym_shndx_;" (assignment_expression "symtab_shndx = this->dynsym_shndx_" identifier = (field_expression "this->dynsym_shndx_" identifier -> field_identifier)) ;) (expression_statement "this_00->large_shndx_offset_ = iVar1;" (assignment_expression "this_00->large_shndx_offset_ = iVar1" (field_expression "this_00->large_shndx_offset_" identifier -> field_identifier) = identifier) ;) (ERROR "(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std" (binary_expression "(this_00->symtab_xindex_).super__Vector_base<unsigned_int" (field_expression "(this_00->symtab_xindex_).super__Vector_base" (parenthesized_expression "(this_00->symtab_xindex_)" ( (field_expression "this_00->symtab_xindex_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_start = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>.\n _M_impl._M_start = (pointer)0x0" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_start" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std" (binary_expression "(this_00->symtab_xindex_).super__Vector_base<unsigned_int" (field_expression "(this_00->symtab_xindex_).super__Vector_base" (parenthesized_expression "(this_00->symtab_xindex_)" ( (field_expression "this_00->symtab_xindex_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_finish = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish = (pointer)0x0" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_finish" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (ERROR "(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std::" (comma_expression "(this_00->symtab_xindex_).super__Vector_base<unsigned_int,_std" (binary_expression "(this_00->symtab_xindex_).super__Vector_base<unsigned_int" (field_expression "(this_00->symtab_xindex_).super__Vector_base" (parenthesized_expression "(this_00->symtab_xindex_)" ( (field_expression "this_00->symtab_xindex_" identifier -> field_identifier) )) . field_identifier) < identifier) , identifier) : :) (expression_statement "allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;" (assignment_expression "allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage = (pointer)0x0" (field_expression "allocator<unsigned_int>_>.\n _M_impl._M_end_of_storage" (field_expression "allocator<unsigned_int>_>.\n _M_impl" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (labeled_statement "Xindex::initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx);" statement_identifier : (ERROR ":" :) (expression_statement "initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx);" (comma_expression "initialize_symtab_xindex<64,_true>(this_00,(Object *)this,symtab_shndx)" (binary_expression "initialize_symtab_xindex<64" identifier < number_literal) , (binary_expression "_true>(this_00,(Object *)this,symtab_shndx)" identifier > (parenthesized_expression "(this_00,(Object *)this,symtab_shndx)" ( (comma_expression "this_00,(Object *)this,symtab_shndx" identifier , (comma_expression "(Object *)this,symtab_shndx" (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier)) )))) ;)) (return_statement "return this_00;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");" (call_expression "do_gold_unreachable("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" identifier (argument_list "("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" ( (string_literal ""../../gold/dynobj.cc"" " string_content ") , number_literal , (string_literal ""do_initialize_xindex"" " string_content ") ))) ;) }))
|
(translation_unit "undefined4 * FUN_002a45b0(long param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n \n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}\n\n" (function_definition "undefined4 * FUN_002a45b0(long param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n \n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}" type_identifier (pointer_declarator "* FUN_002a45b0(long param_1)" * (function_declarator "FUN_002a45b0(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 undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n \n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (if_statement "if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }" if (parenthesized_expression "(*(int *)(param_1 + 0xb0) != -1)" ( (binary_expression "*(int *)(param_1 + 0xb0) != -1" (pointer_expression "*(int *)(param_1 + 0xb0)" * (cast_expression "(int *)(param_1 + 0xb0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }" { (expression_statement "FUN_00167b70(param_1 + 0x90);" (call_expression "FUN_00167b70(param_1 + 0x90)" identifier (argument_list "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) ))) ;) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 0xa8);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 0xa8)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0xa8)" * (cast_expression "(undefined4 *)(param_1 + 0xa8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) ))))) ;) (expression_statement "puVar3 = (undefined4 *)FUN_002d94a0(0x20);" (assignment_expression "puVar3 = (undefined4 *)FUN_002d94a0(0x20)" identifier = (cast_expression "(undefined4 *)FUN_002d94a0(0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d94a0(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 0xb0);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 0xb0)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 0xb0)" * (cast_expression "(undefined4 *)(param_1 + 0xb0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) ))))) ;) (expression_statement "*puVar3 = uVar1;" (assignment_expression "*puVar3 = uVar1" (pointer_expression "*puVar3" * identifier) = identifier) ;) (expression_statement "*(undefined8 *)(puVar3 + 2) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 2) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 2)" * (cast_expression "(undefined8 *)(puVar3 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 2)" ( (binary_expression "puVar3 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(puVar3 + 4) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 4) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 4)" * (cast_expression "(undefined8 *)(puVar3 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 4)" ( (binary_expression "puVar3 + 4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(puVar3 + 6) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 6) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 6)" * (cast_expression "(undefined8 *)(puVar3 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 6)" ( (binary_expression "puVar3 + 6" identifier + number_literal) )))) = number_literal) ;) (expression_statement "FUN_001ce560(puVar3,param_1,uVar2);" (call_expression "FUN_001ce560(puVar3,param_1,uVar2)" identifier (argument_list "(puVar3,param_1,uVar2)" ( identifier , identifier , identifier ))) ;) (return_statement "return puVar3;" return identifier ;) })) (expression_statement "FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");" (call_expression "FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" identifier (argument_list "("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" ( (string_literal ""../../gold/dynobj.cc"" " string_content ") , number_literal , (string_literal ""do_initialize_xindex"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "undefined4 * FUN_002a45b0(long param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n \n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}" (type_identifier "undefined4") (pointer_declarator "* FUN_002a45b0(long param_1)" (* "*") (function_declarator "FUN_002a45b0(long param_1)" (identifier "FUN_002a45b0") (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 undefined4 uVar2;\n undefined4 *puVar3;\n \n if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }\n \n FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (if_statement "if (*(int *)(param_1 + 0xb0) != -1) {\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0xb0) != -1)" (( "(") (binary_expression "*(int *)(param_1 + 0xb0) != -1" (pointer_expression "*(int *)(param_1 + 0xb0)" (* "*") (cast_expression "(int *)(param_1 + 0xb0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb0)" (( "(") (binary_expression "param_1 + 0xb0" (identifier "param_1") (+ "+") (number_literal "0xb0")) () ")")))) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n FUN_00167b70(param_1 + 0x90);\n uVar1 = *(undefined4 *)(param_1 + 0xa8);\n puVar3 = (undefined4 *)FUN_002d94a0(0x20);\n uVar2 = *(undefined4 *)(param_1 + 0xb0);\n *puVar3 = uVar1;\n *(undefined8 *)(puVar3 + 2) = 0;\n *(undefined8 *)(puVar3 + 4) = 0;\n *(undefined8 *)(puVar3 + 6) = 0;\n FUN_001ce560(puVar3,param_1,uVar2);\n return puVar3;\n }" ({ "{") (expression_statement "FUN_00167b70(param_1 + 0x90);" (call_expression "FUN_00167b70(param_1 + 0x90)" (identifier "FUN_00167b70") (argument_list "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")"))) (; ";")) (expression_statement "uVar1 = *(undefined4 *)(param_1 + 0xa8);" (assignment_expression "uVar1 = *(undefined4 *)(param_1 + 0xa8)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 0xa8)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xa8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")"))))) (; ";")) (expression_statement "puVar3 = (undefined4 *)FUN_002d94a0(0x20);" (assignment_expression "puVar3 = (undefined4 *)FUN_002d94a0(0x20)" (identifier "puVar3") (= "=") (cast_expression "(undefined4 *)FUN_002d94a0(0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d94a0(0x20)" (identifier "FUN_002d94a0") (argument_list "(0x20)" (( "(") (number_literal "0x20") () ")"))))) (; ";")) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 0xb0);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 0xb0)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 0xb0)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xb0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb0)" (( "(") (binary_expression "param_1 + 0xb0" (identifier "param_1") (+ "+") (number_literal "0xb0")) () ")"))))) (; ";")) (expression_statement "*puVar3 = uVar1;" (assignment_expression "*puVar3 = uVar1" (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*(undefined8 *)(puVar3 + 2) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 2) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 2)" (* "*") (cast_expression "(undefined8 *)(puVar3 + 2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 2)" (( "(") (binary_expression "puVar3 + 2" (identifier "puVar3") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(puVar3 + 4) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 4) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 4)" (* "*") (cast_expression "(undefined8 *)(puVar3 + 4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 4)" (( "(") (binary_expression "puVar3 + 4" (identifier "puVar3") (+ "+") (number_literal "4")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(puVar3 + 6) = 0;" (assignment_expression "*(undefined8 *)(puVar3 + 6) = 0" (pointer_expression "*(undefined8 *)(puVar3 + 6)" (* "*") (cast_expression "(undefined8 *)(puVar3 + 6)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 6)" (( "(") (binary_expression "puVar3 + 6" (identifier "puVar3") (+ "+") (number_literal "6")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_001ce560(puVar3,param_1,uVar2);" (call_expression "FUN_001ce560(puVar3,param_1,uVar2)" (identifier "FUN_001ce560") (argument_list "(puVar3,param_1,uVar2)" (( "(") (identifier "puVar3") (, ",") (identifier "param_1") (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return puVar3;" (return "return") (identifier "puVar3") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");" (call_expression "FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" (identifier "FUN_0017c650") (argument_list "("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex")" (( "(") (string_literal ""../../gold/dynobj.cc"" (" """) (string_content "../../gold/dynobj.cc") (" """)) (, ",") (number_literal "0x1cf") (, ",") (string_literal ""do_initialize_xindex"" (" """) (string_content "do_initialize_xindex") (" """)) () ")"))) (; ";")) (} "}")))
|
/* DWARF original prototype: Xindex * do_initialize_xindex(Sized_dynobj<64,_true> * this) */
type_2 * __thiscall gold::Sized_dynobj<64,var_7>::do_initialize_xindex(Sized_dynobj<64,var_7> *this)
{
int iVar1;
type_1 symtab_shndx;
type_2 *this_00;
if (this->dynsym_shndx_ != 0xffffffff) {
elfcpp::Elf_file<64,var_7,_gold::type_4>::var_1(&this->elf_file_);
iVar1 = (this->elf_file_).large_shndx_offset_;
this_00 = (type_2 *)var_2(0x20);
symtab_shndx = this->dynsym_shndx_;
this_00->large_shndx_offset_ = iVar1;
(this_00->symtab_xindex_).super__Vector_base<var_4,_std::var_3<var_4>var_5>.
_M_impl._M_start = (type_3)0x0;
(this_00->symtab_xindex_).super__Vector_base<var_4,_std::var_3<var_4>var_5>.
_M_impl._M_finish = (type_3)0x0;
(this_00->symtab_xindex_).super__Vector_base<var_4,_std::var_3<var_4>var_5>.
_M_impl._M_end_of_storage = (type_3)0x0;
Xindex::var_6<64,var_7>(this_00,(type_4 *)this,symtab_shndx);
return this_00;
}
/* WARNING: Subroutine does not return */
var_8("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");
}
| 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: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
undefined4 * MASKED(long param_1)
{
undefined4 uVar1;
undefined4 uVar2;
undefined4 *puVar3;
if (*(int *)(param_1 + 0xb0) != -1) {
FUN_00167b70(param_1 + 0x90);
uVar1 = *(undefined4 *)(param_1 + 0xa8);
puVar3 = (undefined4 *)FUN_002d94a0(0x20);
uVar2 = *(undefined4 *)(param_1 + 0xb0);
*puVar3 = uVar1;
*(undefined8 *)(puVar3 + 2) = 0;
*(undefined8 *)(puVar3 + 4) = 0;
*(undefined8 *)(puVar3 + 6) = 0;
FUN_001ce560(puVar3,param_1,uVar2);
return puVar3;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/dynobj.cc",0x1cf,"do_initialize_xindex");
}
|
7303_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
operator>>
|
thunk_FUN_0029bf70
|
/* std::wistream::TEMPNAMEPLACEHOLDERVALUE(unsigned long&) */
wistream * __thiscall std::wistream::operator>>(wistream *this,ulong *param_1)
{
long *plVar1;
wistream *pwVar2;
sentry sStack_1d;
_Ios_Iostate _Stack_1c;
sentry::sentry(&sStack_1d,this,false);
if (sStack_1d != (sentry)0x0) {
_Stack_1c = _S_goodbit;
pwVar2 = this + *(long *)(*(long *)this + -0x18);
plVar1 = *(long **)(pwVar2 + 0x100);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
__throw_bad_cast();
}
(**(code **)(*plVar1 + 0x30))
(plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,
param_1);
if (_Stack_1c != _S_goodbit) {
wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),
_Stack_1c |
*(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));
return this;
}
}
return this;
}
|
long * thunk_FUN_0029bf70(long *param_1,undefined8 param_2)
{
long *plVar1;
long lVar2;
char cStack_1d;
uint uStack_1c;
FUN_00299dd0(&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 + 0x30))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);
if (uStack_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_0029d320(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
|
JMP 0x0029bf70
| null | null | null | null |
[(u'INDIRECT_-1204371131', u'INT_NOTEQUAL_-1204371512'), (u'LOAD_-1204371475', u'CALLIND_-1204371388'), ('const-4294967295', u'CALLIND_-1204371388'), ('const-433', u'LOAD_-1204371475'), ('const-433', u'LOAD_-1204371298'), ('tmp_350', u'CBRANCH_-1204371358'), ('const--24', u'INT_ADD_-1204371478'), (u'INT_NOTEQUAL_-1204371359', u'CBRANCH_-1204371358'), ('const-433', u'LOAD_-1204371325'), ('const-1', u'RETURN_-1204371236'), (u'PTRADD_-1204371423', u'PTRADD_-1204371413'), (u'LOAD_-1204371475', u'INT_EQUAL_-1204371453'), (u'PTRADD_-1204371423', u'PTRADD_-1204371371'), (u'CAST_-1204370992', u'CALL_-1204371279'), (u'COPY_-1204371353', u'RETURN_-1204371322'), (u'CAST_-1204371029', u'LOAD_-1204371398'), (u'CAST_-1204371001', u'LOAD_-1204371325'), ('const-1', u'PTRADD_-1204371423'), (u'LOAD_-1204371433', u'CALLIND_-1204371388'), (u'LOAD_-1204371451', u'INT_ADD_-1204371382'), (u'INT_OR_-1204371271', u'CALL_-1204371279'), (u'PTRADD_-1204371413', u'CAST_-1204371070'), (u'LOAD_-1204371398', u'CALLIND_-1204371388'), (u'PTRSUB_-1204371111', u'CALL_-1204371530'), ('tmp_545', u'COPY_-1204371353'), (u'LOAD_-1204371325', u'INT_ADD_-1204371303'), (u'CALL_-1204371241', u'INDIRECT_-1204371001'), ('const--29', u'PTRSUB_-1204371111'), ('const-0', u'RETURN_-1204371242'), (u'INDIRECT_-1204371057', u'INT_OR_-1204371271'), (u'CALLIND_-1204371388', u'INDIRECT_-1204371057'), (u'PTRSUB_-1204371056', u'CALLIND_-1204371388'), (u'PTRADD_-1204371423', u'CALLIND_-1204371388'), ('const-1', u'PTRADD_-1204371238'), (u'INT_ADD_-1204371478', u'CAST_-1204371078'), (u'CALL_-1204371530', u'INDIRECT_-1204371131'), ('tmp_213', u'CBRANCH_-1204371451'), ('tmp_545', u'CAST_-1204371001'), ('const-1', u'PTRADD_-1204371248'), ('const-433', u'LOAD_-1204371510'), (u'PTRADD_-1204371248', u'CAST_-1204370992'), ('const-0', u'INT_EQUAL_-1204371453'), ('const-433', u'LOAD_-1204371433'), ('const-433', u'LOAD_-1204371398'), (u'INDIRECT_-1204371057', u'INT_NOTEQUAL_-1204371359'), ('tmp_132', u'CBRANCH_-1204371510'), ('const-0', u'CALLIND_-1204371388'), ('const--28', u'PTRSUB_-1204371056'), ('const-433', u'LOAD_-1204371451'), ('tmp_545', u'COPY_-1204371273'), ('const-0', u'COPY_-1204371504'), ('const-433', u'LOAD_-1204371494'), ('const-0', u'INT_NOTEQUAL_-1204371512'), ('tmp_928', u'PTRSUB_-1204371111'), (u'CAST_-1204371070', u'LOAD_-1204371475'), ('const-4294967295', u'CALLIND_-1204371388'), (u'INT_EQUAL_-1204371453', u'CBRANCH_-1204371451'), (u'CAST_-1204370997', u'LOAD_-1204371319'), (u'LOAD_-1204371319', u'PTRADD_-1204371248'), ('const-0', u'CALL_-1204371530'), (u'LOAD_-1204371494', u'PTRADD_-1204371423'), ('const-1', u'PTRADD_-1204371413'), ('const-1', u'PTRADD_-1204371371'), (u'CAST_-1204370992', u'PTRADD_-1204371238'), (u'CAST_-1204371078', u'LOAD_-1204371494'), ('const-48', u'INT_ADD_-1204371382'), ('tmp_545', u'PTRADD_-1204371248'), (u'LOAD_-1204371298', u'INT_OR_-1204371271'), ('tmp_545', u'CAST_-1204371089'), ('tmp_545', u'CALL_-1204371530'), ('const-0', u'RETURN_-1204371322'), ('const--24', u'INT_ADD_-1204371303'), (u'INT_ADD_-1204371382', u'CAST_-1204371029'), (u'PTRADD_-1204371238', u'CAST_-1204370988'), ('const-256', u'PTRADD_-1204371413'), ('const-433', u'LOAD_-1204371319'), ('tmp_545', u'PTRADD_-1204371423'), ('tmp_546', u'CALLIND_-1204371388'), (u'CAST_-1204370988', u'LOAD_-1204371298'), (u'PTRADD_-1204371371', u'CAST_-1204371045'), (u'COPY_-1204371273', u'RETURN_-1204371242'), (u'LOAD_-1204371475', u'LOAD_-1204371451'), ('tmp_928', u'PTRSUB_-1204371056'), ('const-232', u'PTRADD_-1204371371'), (u'INT_NOTEQUAL_-1204371512', u'CBRANCH_-1204371510'), ('const-0', u'INT_NOTEQUAL_-1204371359'), (u'CALL_-1204371279', u'INDIRECT_-1204371016'), (u'CAST_-1204371089', u'LOAD_-1204371510'), (u'CAST_-1204371045', u'LOAD_-1204371433'), (u'LOAD_-1204371510', u'INT_ADD_-1204371478'), (u'INT_ADD_-1204371303', u'CAST_-1204370997'), ('const-32', u'PTRADD_-1204371238')]
|
[('tmp_935', u'PTRSUB_-1204371061'), (u'LOAD_-1204371475', u'CALLIND_-1204371388'), (u'CALL_-1204371279', u'INDIRECT_-1204371022'), ('const-256', u'INT_ADD_-1204371459'), ('tmp_350', u'CBRANCH_-1204371358'), ('const--24', u'INT_ADD_-1204371478'), (u'INT_ADD_-1204371469', u'INT_ADD_-1204371417'), (u'INT_NOTEQUAL_-1204371359', u'CBRANCH_-1204371358'), ('const-1', u'RETURN_-1204371236'), (u'LOAD_-1204371475', u'INT_EQUAL_-1204371453'), ('tmp_941', u'COPY_-1204371353'), (u'INDIRECT_-1204371063', u'INT_NOTEQUAL_-1204371359'), (u'INT_ADD_-1204371284', u'CAST_-1204370994'), ('const-433', u'LOAD_-1204371319'), (u'CAST_-1204371075', u'LOAD_-1204371475'), (u'INT_ADD_-1204371459', u'CAST_-1204371075'), (u'INT_ADD_-1204371382', u'CAST_-1204371034'), (u'PTRSUB_-1204371116', u'CALL_-1204371530'), (u'COPY_-1204371353', u'RETURN_-1204371322'), (u'LOAD_-1204371433', u'CALLIND_-1204371388'), ('tmp_939', u'CALL_-1204371279'), (u'LOAD_-1204371451', u'INT_ADD_-1204371382'), (u'INT_OR_-1204371271', u'CALL_-1204371279'), ('tmp_941', u'COPY_-1204371273'), ('const-433', u'LOAD_-1204371433'), (u'LOAD_-1204371398', u'CALLIND_-1204371388'), (u'LOAD_-1204371325', u'INT_ADD_-1204371303'), (u'INT_ADD_-1204371303', u'CAST_-1204371003'), ('tmp_941', u'CAST_-1204370998'), ('const-0', u'RETURN_-1204371242'), ('const--29', u'PTRSUB_-1204371116'), ('const-4294967295', u'CALLIND_-1204371388'), ('tmp_941', u'CALL_-1204371530'), ('tmp_213', u'CBRANCH_-1204371451'), (u'CAST_-1204371003', u'LOAD_-1204371319'), (u'INT_ADD_-1204371469', u'INT_ADD_-1204371459'), (u'CALL_-1204371241', u'INDIRECT_-1204371007'), (u'CALL_-1204371530', u'INDIRECT_-1204371137'), (u'CAST_-1204370998', u'INT_ADD_-1204371294'), (u'CAST_-1204371034', u'LOAD_-1204371398'), ('const-0', u'INT_EQUAL_-1204371453'), ('tmp_132', u'CBRANCH_-1204371510'), ('const-0', u'INT_NOTEQUAL_-1204371512'), (u'CAST_-1204371084', u'LOAD_-1204371494'), (u'INT_EQUAL_-1204371453', u'CBRANCH_-1204371451'), (u'CAST_-1204370994', u'LOAD_-1204371298'), (u'INDIRECT_-1204371063', u'INT_OR_-1204371271'), ('const-433', u'LOAD_-1204371510'), (u'INT_ADD_-1204371294', u'CALL_-1204371279'), ('const-48', u'INT_ADD_-1204371382'), ('const-433', u'LOAD_-1204371494'), ('const-433', u'LOAD_-1204371298'), (u'LOAD_-1204371298', u'INT_OR_-1204371271'), ('const-0', u'RETURN_-1204371322'), ('const--24', u'INT_ADD_-1204371303'), ('const-433', u'LOAD_-1204371475'), ('const-433', u'LOAD_-1204371451'), ('tmp_941', u'CAST_-1204371079'), ('const-32', u'INT_ADD_-1204371284'), (u'CAST_-1204371050', u'LOAD_-1204371433'), ('const-433', u'LOAD_-1204371325'), ('const-433', u'LOAD_-1204371398'), ('tmp_935', u'PTRSUB_-1204371116'), (u'INT_ADD_-1204371417', u'CAST_-1204371050'), ('const-4294967295', u'CALLIND_-1204371388'), (u'INT_ADD_-1204371294', u'INT_ADD_-1204371284'), (u'INDIRECT_-1204371137', u'INT_NOTEQUAL_-1204371512'), ('const-0', u'CALL_-1204371530'), ('const--28', u'PTRSUB_-1204371061'), ('tmp_941', u'LOAD_-1204371325'), (u'LOAD_-1204371494', u'INT_ADD_-1204371469'), (u'COPY_-1204371273', u'RETURN_-1204371242'), (u'LOAD_-1204371475', u'LOAD_-1204371451'), (u'INT_ADD_-1204371469', u'CALLIND_-1204371388'), (u'CAST_-1204371079', u'INT_ADD_-1204371469'), ('const-232', u'INT_ADD_-1204371417'), (u'LOAD_-1204371319', u'INT_ADD_-1204371294'), (u'INT_NOTEQUAL_-1204371512', u'CBRANCH_-1204371510'), (u'CALLIND_-1204371388', u'INDIRECT_-1204371063'), ('const-0', u'INT_NOTEQUAL_-1204371359'), ('tmp_941', u'LOAD_-1204371510'), ('const-0', u'CALLIND_-1204371388'), (u'PTRSUB_-1204371061', u'CALLIND_-1204371388'), (u'LOAD_-1204371510', u'INT_ADD_-1204371478'), (u'INT_ADD_-1204371478', u'CAST_-1204371084'), ('const-0', u'COPY_-1204371504')]
| null | null |
0029c080
|
x64
|
O2
|
(translation_unit "long * thunk_FUN_0029bf70(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_00299dd0(&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 + 0x30))\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_0029d320(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_0029bf70(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_00299dd0(&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 + 0x30))\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_0029d320(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_0029bf70(long *param_1,undefined8 param_2)" * (function_declarator "thunk_FUN_0029bf70(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_00299dd0(&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 + 0x30))\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_0029d320(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_00299dd0(&cStack_1d,param_1,0);" (call_expression "FUN_00299dd0(&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 + 0x30))\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_0029d320(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 + 0x30))\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_0029d320(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 + 0x30))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x30))" ( (pointer_expression "**(code **)(*plVar1 + 0x30)" * (pointer_expression "*(code **)(*plVar1 + 0x30)" * (cast_expression "(code **)(*plVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x30)" ( (binary_expression "*plVar1 + 0x30" (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_0029d320(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_0029d320(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_0029d320(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_0029d320(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::wistream::TEMPNAMEPLACEHOLDERVALUE(unsigned long&) */\n\nwistream * __thiscall std::wistream::operator>>(wistream *this,ulong *param_1)\n\n{\n long *plVar1;\n wistream *pwVar2;\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 pwVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(pwVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }\n }\n return this;\n}\n\n" comment (ERROR "wistream * __thiscall std::wistream::operator>>(wistream *this,ulong *param_1)" (binary_expression "wistream * __thiscall std::wistream::operator>>(wistream *this,ulong *param_1)" (binary_expression "wistream * __thiscall" identifier * identifier) (ERROR "std::wistream::operator" identifier : : identifier : : identifier) >> (parenthesized_expression "(wistream *this,ulong *param_1)" ( (comma_expression "wistream *this,ulong *param_1" (binary_expression "wistream *this" identifier * identifier) , (binary_expression "ulong *param_1" identifier * identifier)) )))) (compound_statement "{\n long *plVar1;\n wistream *pwVar2;\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 pwVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(pwVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(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 "wistream *pwVar2;" type_identifier (pointer_declarator "*pwVar2" * 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 pwVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(pwVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(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 pwVar2 = this + *(long *)(*(long *)this + -0x18);\n plVar1 = *(long **)(pwVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n __throw_bad_cast();\n }\n (**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,\n param_1);\n if (_Stack_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(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 "pwVar2 = this + *(long *)(*(long *)this + -0x18);" (assignment_expression "pwVar2 = 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 **)(pwVar2 + 0x100);" (assignment_expression "plVar1 = *(long **)(pwVar2 + 0x100)" identifier = (pointer_expression "*(long **)(pwVar2 + 0x100)" * (cast_expression "(long **)(pwVar2 + 0x100)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pwVar2 + 0x100)" ( (binary_expression "pwVar2 + 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 + 0x30))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,\n param_1);" (call_expression "(**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,\n param_1)" (parenthesized_expression "(**(code **)(*plVar1 + 0x30))" ( (pointer_expression "**(code **)(*plVar1 + 0x30)" * (pointer_expression "*(code **)(*plVar1 + 0x30)" * (cast_expression "(code **)(*plVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x30)" ( (binary_expression "*plVar1 + 0x30" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&_Stack_1c,\n param_1)" ( identifier , (pointer_expression "*(undefined8 *)(pwVar2 + 0xe8)" * (cast_expression "(undefined8 *)(pwVar2 + 0xe8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pwVar2 + 0xe8)" ( (binary_expression "pwVar2 + 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 wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(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 wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }" { (labeled_statement "wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));" statement_identifier : (ERROR ":" :) (expression_statement "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));" (call_expression "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20))" identifier (argument_list "((wios *)(this + *(long *)(*(long *)this + -0x18)),\n _Stack_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20))" ( (cast_expression "(wios *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) , (binary_expression "_Stack_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" identifier | (pointer_expression "*(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" * (cast_expression "(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" ( (type_descriptor "_Ios_Iostate *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20)" ( (binary_expression "(wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20" (cast_expression "(wios *)(this + *(long *)(*(long *)this + -0x18))" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(long *)(*(long *)this + -0x18))" ( (binary_expression "this + *(long *)(*(long *)this + -0x18)" identifier + (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ))) + number_literal) ))))) ))) ;)) (return_statement "return this;" return identifier ;) })) })) (return_statement "return this;" return identifier ;) }))
|
(translation_unit "long * thunk_FUN_0029bf70(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_00299dd0(&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 + 0x30))\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_0029d320(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_0029bf70(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_00299dd0(&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 + 0x30))\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_0029d320(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_0029bf70(long *param_1,undefined8 param_2)" * (function_declarator "thunk_FUN_0029bf70(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_00299dd0(&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 + 0x30))\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_0029d320(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_00299dd0(&cStack_1d,param_1,0);" (call_expression "FUN_00299dd0(&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 + 0x30))\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_0029d320(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 + 0x30))\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_0029d320(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 + 0x30))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x30))" ( (pointer_expression "**(code **)(*plVar1 + 0x30)" * (pointer_expression "*(code **)(*plVar1 + 0x30)" * (cast_expression "(code **)(*plVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x30)" ( (binary_expression "*plVar1 + 0x30" (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_0029d320(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_0029d320(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_0029d320(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_0029d320(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_0029bf70(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_00299dd0(&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 + 0x30))\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_0029d320(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_0029bf70(long *param_1,undefined8 param_2)" (* "*") (function_declarator "thunk_FUN_0029bf70(long *param_1,undefined8 param_2)" (identifier "thunk_FUN_0029bf70") (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_00299dd0(&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 + 0x30))\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_0029d320(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_00299dd0(&cStack_1d,param_1,0);" (call_expression "FUN_00299dd0(&cStack_1d,param_1,0)" (identifier "FUN_00299dd0") (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 + 0x30))\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_0029d320(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 + 0x30))\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_0029d320(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 + 0x30))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);" (call_expression "(**(code **)(*plVar1 + 0x30))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x30))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x30)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x30)" (* "*") (cast_expression "(code **)(*plVar1 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x30)" (( "(") (binary_expression "*plVar1 + 0x30" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (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_0029d320(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_0029d320(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_0029d320(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_0029d320(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2)" (identifier "FUN_0029d320") (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::wistream::TEMPNAMEPLACEHOLDERVALUE(unsigned long&) */
type_1 * __thiscall std::type_1::operator>>(type_1 *var_2,ulong *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 + 0x30))
(var_4,*(type_5 *)(var_3 + 0xe8),0xffffffff,0,0xffffffff,var_3,&var_6,
param_1);
if (var_6 != var_7) {
wios::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_00299dd0(&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 + 0x30))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&uStack_1c);
if (uStack_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_0029d320(lVar2,uStack_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
|
7581_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
|
sync
|
FUN_002a7f00
|
/* stdio_sync_filebuf<char, std::char_traits<char> >::sync() */
void __thiscall
stdio_sync_filebuf<char,std::char_traits<char>>::sync
(stdio_sync_filebuf<char,std::char_traits<char>> *this)
{
fflush(*(FILE **)(this + 0x40));
return;
}
|
void FUN_002a7f00(long param_1)
{
fflush(*(FILE **)(param_1 + 0x40));
return;
}
|
MOV RDI,qword ptr [RDI + 0x40]
JMP 0x0013eb00
| null | null | null | null |
[('const-433', u'LOAD_-1204453629'), ('const-1', u'PTRADD_-1204453567'), (u'LOAD_-1204453629', u'CALL_-1204453618'), (u'PTRADD_-1204453567', u'CAST_-1204453557'), ('const-0', u'RETURN_-1204453614'), (u'CAST_-1204453557', u'LOAD_-1204453629'), ('tmp_16', u'PTRADD_-1204453567'), ('const-64', u'PTRADD_-1204453567')]
|
[(u'LOAD_-1204453629', u'CALL_-1204453618'), ('tmp_30', u'INT_ADD_-1204453613'), ('const-0', u'RETURN_-1204453614'), (u'CAST_-1204453557', u'LOAD_-1204453629'), (u'INT_ADD_-1204453613', u'CAST_-1204453557'), ('const-64', u'INT_ADD_-1204453613'), ('const-433', u'LOAD_-1204453629')]
| null | null |
002a7f00
|
x64
|
O2
|
(translation_unit "void FUN_002a7f00(long param_1)\n\n{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}\n\n" (function_definition "void FUN_002a7f00(long param_1)\n\n{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}" primitive_type (function_declarator "FUN_002a7f00(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}" { (expression_statement "fflush(*(FILE **)(param_1 + 0x40));" (call_expression "fflush(*(FILE **)(param_1 + 0x40))" identifier (argument_list "(*(FILE **)(param_1 + 0x40))" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* stdio_sync_filebuf<char, std::char_traits<char> >::sync() */\n\nvoid __thiscall\nstdio_sync_filebuf<char,std::char_traits<char>>::sync\n (stdio_sync_filebuf<char,std::char_traits<char>> *this)\n\n{\n fflush(*(FILE **)(this + 0x40));\n return;\n}\n\n" comment (declaration "void __thiscall\nstdio_sync_filebuf<char,std::char_traits<char>>::sync\n (stdio_sync_filebuf<char,std::char_traits<char>> *this)\n\n{\n fflush(*(FILE **)(this + 0x40));" primitive_type (ms_call_modifier "__thiscall" __thiscall) identifier (ERROR "<char" < primitive_type) , (ERROR "std::char_traits<char>>::sync\n (stdio_sync_filebuf<char,std::char_traits<char>> *this)\n\n{" identifier : : identifier < primitive_type >> : : (function_declarator "sync\n (stdio_sync_filebuf<char,std::char_traits<char>> *this)" identifier (parameter_list "(stdio_sync_filebuf<char,std::char_traits<char>> *this)" ( (parameter_declaration "stdio_sync_filebuf" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "std::char_traits<char>> *this" type_identifier (ERROR "::char_traits<char>>" : : identifier < primitive_type >>) (pointer_declarator "*this" * identifier)) ))) {) (function_declarator "fflush(*(FILE **)(this + 0x40))" identifier (parameter_list "(*(FILE **)(this + 0x40))" ( (parameter_declaration "*(FILE **)(this + 0x40)" type_identifier (abstract_pointer_declarator "*(FILE **)(this + 0x40)" * (abstract_function_declarator "(FILE **)(this + 0x40)" (abstract_function_declarator "(FILE **)" (parameter_list "(FILE **)" ( (parameter_declaration "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ))) (parameter_list "(this + 0x40)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 0x40" + number_literal) ))))) ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_002a7f00(long param_1)\n\n{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}\n\n" (function_definition "void FUN_002a7f00(long param_1)\n\n{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}" primitive_type (function_declarator "FUN_002a7f00(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}" { (expression_statement "fflush(*(FILE **)(param_1 + 0x40));" (call_expression "fflush(*(FILE **)(param_1 + 0x40))" identifier (argument_list "(*(FILE **)(param_1 + 0x40))" ( (pointer_expression "*(FILE **)(param_1 + 0x40)" * (cast_expression "(FILE **)(param_1 + 0x40)" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002a7f00(long param_1)\n\n{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}" (primitive_type "void") (function_declarator "FUN_002a7f00(long param_1)" (identifier "FUN_002a7f00") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n fflush(*(FILE **)(param_1 + 0x40));\n return;\n}" ({ "{") (expression_statement "fflush(*(FILE **)(param_1 + 0x40));" (call_expression "fflush(*(FILE **)(param_1 + 0x40))" (identifier "fflush") (argument_list "(*(FILE **)(param_1 + 0x40))" (( "(") (pointer_expression "*(FILE **)(param_1 + 0x40)" (* "*") (cast_expression "(FILE **)(param_1 + 0x40)" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* stdio_sync_filebuf<char, std::char_traits<char> >::sync() */
void __thiscall
stdio_sync_filebuf<char,std::char_traits<char>>::sync
(stdio_sync_filebuf<char,std::char_traits<char>> *type_3)
{
function_1(type_1*(type_2 **)(type_3 + 0x40));
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (return_statement))))
| null |
void MASKED(long param_1)
{
fflush(*(FILE **)(param_1 + 0x40));
return;
}
|
8132_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
Output_reloc
|
FUN_003da580
|
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this,
Output_section * os, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address,
Addend addend, bool is_relative) */
void __thiscall
gold::Output_reloc<4,_false,_64,_false>::Output_reloc
(Output_reloc<4,_false,_64,_false> *this,Output_section *os,uint type,
Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative)
{
Output_reloc<9,_false,_64,_false>::Output_reloc
(&this->rel_,os,type,relobj,shndx,address,is_relative);
this->addend_ = addend;
return;
}
|
undefined1 [16] FUN_003da580(long param_1)
{
undefined1 auVar1 [16];
undefined8 in_stack_00000008;
byte in_stack_00000010;
undefined8 uStack_10;
auVar1._1_7_ = 0;
auVar1[0] = in_stack_00000010;
FUN_003d53d0();
*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;
auVar1._8_8_ = uStack_10;
return auVar1;
}
|
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOVZX EAX,byte ptr [RSP + 0x20]
PUSH RAX
CALL 0x003d53d0
MOV RAX,qword ptr [RSP + 0x20]
MOV qword ptr [RBX + 0x28],RAX
POP RAX
POP RDX
POP RBX
RET
| null | null | null | null |
[('tmp_121', u'PTRSUB_-1205688793'), ('tmp_125', u'CALL_-1205688917'), ('const-433', u'STORE_-1205688905'), ('tmp_127', u'STORE_-1205688905'), ('const-0', u'PTRSUB_-1205688802'), ('tmp_128', u'CALL_-1205688917'), ('tmp_122', u'CALL_-1205688917'), ('tmp_121', u'PTRSUB_-1205688802'), (u'PTRSUB_-1205688793', u'STORE_-1205688905'), ('tmp_124', u'CALL_-1205688917'), ('const-0', u'RETURN_-1205688876'), (u'PTRSUB_-1205688802', u'CALL_-1205688917'), ('const-40', u'PTRSUB_-1205688793'), ('tmp_126', u'CALL_-1205688917'), ('tmp_123', u'CALL_-1205688917')]
|
[(u'COPY_-1205688876', u'PIECE_-1205688840'), (u'PIECE_-1205688840', u'PIECE_-1205688799'), (u'PIECE_-1205688799', u'COPY_-1205688867'), ('const-40', u'INT_ADD_-1205688891'), ('tmp_241', u'STORE_-1205688905'), (u'COPY_-1205688856', u'PIECE_-1205688799'), ('tmp_240', u'COPY_-1205688875'), (u'CAST_-1205688795', u'STORE_-1205688905'), (u'COPY_-1205688875', u'PIECE_-1205688840'), (u'COPY_-1205688867', u'RETURN_-1205688876'), ('const-0', u'RETURN_-1205688876'), ('const-433', u'STORE_-1205688905'), ('const-0', u'COPY_-1205688876'), ('tmp_168', u'INT_ADD_-1205688891'), ('tmp_242', u'COPY_-1205688856'), (u'INT_ADD_-1205688891', u'CAST_-1205688795')]
| null | null |
003da580
|
x64
|
O2
|
(translation_unit "undefined1 [16] FUN_003da580(long param_1)\n\n{\n undefined1 auVar1 [16];\n undefined8 in_stack_00000008;\n byte in_stack_00000010;\n undefined8 uStack_10;\n \n auVar1._1_7_ = 0;\n auVar1[0] = in_stack_00000010;\n FUN_003d53d0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n auVar1._8_8_ = uStack_10;\n return auVar1;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_003da580(long param_1)" identifier ( (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) )) ; (compound_statement "{\n undefined1 auVar1 [16];\n undefined8 in_stack_00000008;\n byte in_stack_00000010;\n undefined8 uStack_10;\n \n auVar1._1_7_ = 0;\n auVar1[0] = in_stack_00000010;\n FUN_003d53d0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n auVar1._8_8_ = uStack_10;\n return auVar1;\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (declaration "byte in_stack_00000010;" type_identifier identifier ;) (declaration "undefined8 uStack_10;" type_identifier identifier ;) (expression_statement "auVar1._1_7_ = 0;" (assignment_expression "auVar1._1_7_ = 0" (field_expression "auVar1._1_7_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar1[0] = in_stack_00000010;" (assignment_expression "auVar1[0] = in_stack_00000010" (subscript_expression "auVar1[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003d53d0();" (call_expression "FUN_003d53d0()" 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) ;) (expression_statement "auVar1._8_8_ = uStack_10;" (assignment_expression "auVar1._8_8_ = uStack_10" (field_expression "auVar1._8_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar1;" return identifier ;) }))
|
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this,\n Output_section * os, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address,\n Addend addend, bool is_relative) */\n\nvoid __thiscall\ngold::Output_reloc<4,_false,_64,_false>::Output_reloc\n (Output_reloc<4,_false,_64,_false> *this,Output_section *os,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative)\n\n{\n Output_reloc<9,_false,_64,_false>::Output_reloc\n (&this->rel_,os,type,relobj,shndx,address,is_relative);\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,Output_section *os,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative)\n\n{\n Output_reloc<9,_false,_64,_false>::Output_reloc\n (&this->rel_,os,type,relobj,shndx,address,is_relative);" 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,Output_section *os,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative)\n\n{" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<4,_false,_64,_false> *this,Output_section *os,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative)" identifier (parameter_list "(Output_reloc<4,_false,_64,_false> *this,Output_section *os,uint type,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_section *os" type_identifier (pointer_declarator "*os" * 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) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::" identifier > : :) (function_declarator "Output_reloc\n (&this->rel_,os,type,relobj,shndx,address,is_relative)" identifier (parameter_list "(&this->rel_,os,type,relobj,shndx,address,is_relative)" ( (ERROR "&" &) (parameter_declaration "this->rel_" type_identifier (ERROR "->" ->) identifier) , (parameter_declaration "os" 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) ))) ;) (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 "undefined1 [16] FUN_003da580(long param_1)\n\n{\n undefined1 auVar1 [16];\n undefined8 in_stack_00000008;\n byte in_stack_00000010;\n undefined8 uStack_10;\n \n auVar1._1_7_ = 0;\n auVar1[0] = in_stack_00000010;\n FUN_003d53d0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n auVar1._8_8_ = uStack_10;\n return auVar1;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_003da580(long param_1)" identifier ( (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) )) ; (compound_statement "{\n undefined1 auVar1 [16];\n undefined8 in_stack_00000008;\n byte in_stack_00000010;\n undefined8 uStack_10;\n \n auVar1._1_7_ = 0;\n auVar1[0] = in_stack_00000010;\n FUN_003d53d0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n auVar1._8_8_ = uStack_10;\n return auVar1;\n}" { (declaration "undefined1 auVar1 [16];" type_identifier (array_declarator "auVar1 [16]" identifier [ number_literal ]) ;) (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (declaration "byte in_stack_00000010;" type_identifier identifier ;) (declaration "undefined8 uStack_10;" type_identifier identifier ;) (expression_statement "auVar1._1_7_ = 0;" (assignment_expression "auVar1._1_7_ = 0" (field_expression "auVar1._1_7_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar1[0] = in_stack_00000010;" (assignment_expression "auVar1[0] = in_stack_00000010" (subscript_expression "auVar1[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_003d53d0();" (call_expression "FUN_003d53d0()" 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) ;) (expression_statement "auVar1._8_8_ = uStack_10;" (assignment_expression "auVar1._8_8_ = uStack_10" (field_expression "auVar1._8_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar1;" return identifier ;) }))
|
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (macro_type_specifier IDENT ( (type_descriptor (sized_type_specifier long TYPE)) )) ; (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return IDENT ;) }))
|
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (macro_type_specifier "FUN_003da580(long param_1)" (identifier "FUN_003da580") (( "(") (type_descriptor "long param_1" (sized_type_specifier "long param_1" (long "long") (type_identifier "param_1"))) () ")")) (; "") (compound_statement "{\n undefined1 auVar1 [16];\n undefined8 in_stack_00000008;\n byte in_stack_00000010;\n undefined8 uStack_10;\n \n auVar1._1_7_ = 0;\n auVar1[0] = in_stack_00000010;\n FUN_003d53d0();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n auVar1._8_8_ = uStack_10;\n return auVar1;\n}" ({ "{") (declaration "undefined1 auVar1 [16];" (type_identifier "undefined1") (array_declarator "auVar1 [16]" (identifier "auVar1") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined8 in_stack_00000008;" (type_identifier "undefined8") (identifier "in_stack_00000008") (; ";")) (declaration "byte in_stack_00000010;" (type_identifier "byte") (identifier "in_stack_00000010") (; ";")) (declaration "undefined8 uStack_10;" (type_identifier "undefined8") (identifier "uStack_10") (; ";")) (expression_statement "auVar1._1_7_ = 0;" (assignment_expression "auVar1._1_7_ = 0" (field_expression "auVar1._1_7_" (identifier "auVar1") (. ".") (field_identifier "_1_7_")) (= "=") (number_literal "0")) (; ";")) (expression_statement "auVar1[0] = in_stack_00000010;" (assignment_expression "auVar1[0] = in_stack_00000010" (subscript_expression "auVar1[0]" (identifier "auVar1") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "in_stack_00000010")) (; ";")) (expression_statement "FUN_003d53d0();" (call_expression "FUN_003d53d0()" (identifier "FUN_003d53d0") (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")) (; ";")) (expression_statement "auVar1._8_8_ = uStack_10;" (assignment_expression "auVar1._8_8_ = uStack_10" (field_expression "auVar1._8_8_" (identifier "auVar1") (. ".") (field_identifier "_8_8_")) (= "=") (identifier "uStack_10")) (; ";")) (return_statement "return auVar1;" (return "return") (identifier "auVar1") (; ";")) (} "}"))
|
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_false,_64,_false> * this,
Output_section * os, uint type, Sized_relobj<64,_false> * relobj, uint shndx, Address address,
Addend addend, bool is_relative) */
void __thiscall
gold::function_1<4,_false,_64,_false>::function_1
(function_1<4,_false,_64,_false> *type_1,Output_section *type_2,uint type_3,
Sized_relobj<64,_false> *type_4,uint type_5,Address type_6,Addend addend,bool type_7)
{
function_1<9,_false,_64,_false>::function_1
(&type_1->rel_,type_2,type_3,type_4,type_5,type_6,type_7);
type_1->addend_ = addend;
return;
}
| null |
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (macro_type_specifier name: (identifier) type: (type_descriptor type: (sized_type_specifier type: (type_identifier)))) (MISSING ";") (compound_statement (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)) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_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))) (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: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (return_statement (identifier))))
| null |
undefined1 [16] MASKED(long param_1)
{
undefined1 auVar1 [16];
undefined8 in_stack_00000008;
byte in_stack_00000010;
undefined8 uStack_10;
auVar1._1_7_ = 0;
auVar1[0] = in_stack_00000010;
FUN_003d53d0();
*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;
auVar1._8_8_ = uStack_10;
return auVar1;
}
|
2223_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
|
do_can_check_for_function_pointers
|
FUN_00172740
|
/* DWARF original prototype: bool do_can_check_for_function_pointers(Target * this) */
bool __thiscall gold::Target::do_can_check_for_function_pointers(Target *this)
{
return false;
}
|
undefined8 FUN_00172740(void)
{
return 0;
}
|
XOR EAX,EAX
RET
| null | null | null | null |
[('const-0', u'COPY_-1207425199'), ('const-0', u'RETURN_-1207425192'), (u'COPY_-1207425199', u'RETURN_-1207425192')]
|
[('const-0', u'RETURN_-1207425192'), (u'COPY_-1207425212', u'RETURN_-1207425192'), ('const-0', u'COPY_-1207425212')]
| null | null |
00172740
|
x64
|
O2
|
(translation_unit "undefined8 FUN_00172740(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00172740(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00172740(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* DWARF original prototype: bool do_can_check_for_function_pointers(Target * this) */\n\nbool __thiscall gold::Target::do_can_check_for_function_pointers(Target *this)\n\n{\n return false;\n}\n\n" comment (function_definition "bool __thiscall gold::Target::do_can_check_for_function_pointers(Target *this)\n\n{\n return false;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Target::" identifier : : identifier : :) (function_declarator "do_can_check_for_function_pointers(Target *this)" identifier (parameter_list "(Target *this)" ( (parameter_declaration "Target *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return false;\n}" { (return_statement "return false;" return false ;) })))
|
(translation_unit "undefined8 FUN_00172740(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_00172740(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_00172740(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_00172740(void)\n\n{\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_00172740(void)" (identifier "FUN_00172740") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* DWARF original prototype: bool do_can_check_for_function_pointers(Target * this) */
bool __thiscall gold::type_1::function_1(type_1 *this)
{
return false;
}
| 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 0;
}
|
820_bash_and_bash_strip.c
|
list_running_jobs
|
list_running_jobs
|
void list_running_jobs(int format)
{
int extraout_EDX;
int arg2;
if (js.j_jobslots == 0) {
return;
}
arg2 = jobs_list_frozen;
if (jobs_list_frozen == 0) {
cleanup_dead_jobs();
arg2 = extraout_EDX;
if (js.j_jobslots == 0) {
return;
}
}
map_over_jobs((sh_job_map_func_t *)(ulong)(uint)format,1,arg2);
return;
}
|
void list_running_jobs(undefined4 param_1)
{
if (DAT_00215e7c == 0) {
return;
}
if (DAT_00220780 == 0) {
FUN_0015a130();
if (DAT_00215e7c == 0) {
return;
}
}
FUN_00157a90(param_1,1);
return;
}
|
MOV ECX,dword ptr [0x00215e7c]
TEST ECX,ECX
JZ 0x0015a2c0
MOV EDX,dword ptr [0x00220780]
PUSH RBX
MOV EBX,EDI
TEST EDX,EDX
JNZ 0x0015a2a6
CALL 0x0015a130
MOV EAX,dword ptr [0x00215e7c]
TEST EAX,EAX
JZ 0x0015a2b8
MOV EDI,EBX
MOV ESI,0x1
POP RBX
JMP 0x00157a90
POP RBX
RET
RET
| null | null | null | null |
[(u'CALL_-1207262530', u'INDIRECT_-1207262358'), (u'INDIRECT_-1207262358', u'COPY_-1207262385'), (u'CALL_-1207262530', u'INDIRECT_-1207262357'), ('tmp_110', u'CBRANCH_-1207262507'), (u'INT_EQUAL_-1207262569', u'CBRANCH_-1207262568'), (u'INDIRECT_-1207262357', u'COPY_-1207262380'), ('tmp_165', u'CAST_-1207262339'), ('tmp_72', u'CBRANCH_-1207262537'), (u'CALL_-1207262487', u'INDIRECT_-1207262333'), (u'INT_EQUAL_-1207262508', u'CBRANCH_-1207262507'), ('tmp_461', u'COPY_-1207262366'), (u'COPY_-1207262399', u'MULTIEQUAL_-1207262345'), ('const-0', u'INT_EQUAL_-1207262569'), (u'CAST_-1207262338', u'CALL_-1207262487'), ('tmp_461', u'INT_EQUAL_-1207262539'), (u'CALL_-1207262530', u'INDIRECT_-1207262351'), ('const-1', u'CALL_-1207262487'), ('tmp_461', u'MULTIEQUAL_-1207262332'), (u'INDIRECT_-1207262351', u'MULTIEQUAL_-1207262332'), ('const-0', u'INT_EQUAL_-1207262508'), (u'INDIRECT_-1207262357', u'MULTIEQUAL_-1207262338'), (u'COPY_-1207262385', u'MULTIEQUAL_-1207262345'), ('const-0', u'RETURN_-1207262455'), ('tmp_28', u'CBRANCH_-1207262568'), ('const-0', u'RETURN_-1207262483'), ('tmp_460', u'INT_EQUAL_-1207262569'), (u'INT_EQUAL_-1207262539', u'CBRANCH_-1207262537'), ('tmp_460', u'MULTIEQUAL_-1207262338'), ('const-0', u'RETURN_-1207262465'), ('tmp_461', u'COPY_-1207262399'), (u'CALL_-1207262487', u'INDIRECT_-1207262327'), (u'CAST_-1207262339', u'INT_ZEXT_-1207262415'), ('const-0', u'INT_EQUAL_-1207262539'), (u'INDIRECT_-1207262333', u'COPY_-1207262392'), (u'MULTIEQUAL_-1207262345', u'CALL_-1207262487'), (u'INDIRECT_-1207262327', u'COPY_-1207262386'), ('tmp_460', u'COPY_-1207262372'), (u'INDIRECT_-1207262351', u'COPY_-1207262374'), (u'INT_ZEXT_-1207262415', u'CAST_-1207262338'), (u'INDIRECT_-1207262357', u'INT_EQUAL_-1207262508')]
|
[('tmp_110', u'CBRANCH_-1207262507'), (u'INT_EQUAL_-1207262569', u'CBRANCH_-1207262568'), ('tmp_449', u'INT_EQUAL_-1207262569'), ('tmp_72', u'CBRANCH_-1207262537'), ('tmp_450', u'MULTIEQUAL_-1207262344'), ('tmp_449', u'MULTIEQUAL_-1207262350'), (u'INT_EQUAL_-1207262508', u'CBRANCH_-1207262507'), (u'CALL_-1207262530', u'INDIRECT_-1207262363'), ('const-0', u'INT_EQUAL_-1207262569'), (u'INDIRECT_-1207262345', u'COPY_-1207262404'), (u'INDIRECT_-1207262369', u'COPY_-1207262392'), (u'INDIRECT_-1207262369', u'MULTIEQUAL_-1207262350'), ('const-0', u'INT_EQUAL_-1207262508'), ('tmp_456', u'CALL_-1207262487'), (u'INDIRECT_-1207262363', u'COPY_-1207262386'), ('const-0', u'RETURN_-1207262455'), ('tmp_28', u'CBRANCH_-1207262568'), ('const-0', u'RETURN_-1207262483'), (u'CALL_-1207262487', u'INDIRECT_-1207262345'), (u'CALL_-1207262530', u'INDIRECT_-1207262369'), (u'INDIRECT_-1207262369', u'INT_EQUAL_-1207262508'), (u'CALL_-1207262487', u'INDIRECT_-1207262339'), (u'INT_EQUAL_-1207262539', u'CBRANCH_-1207262537'), ('const-0', u'RETURN_-1207262465'), (u'INDIRECT_-1207262363', u'MULTIEQUAL_-1207262344'), (u'INDIRECT_-1207262339', u'COPY_-1207262398'), ('const-0', u'INT_EQUAL_-1207262539'), ('tmp_449', u'COPY_-1207262384'), ('const-1', u'CALL_-1207262487'), ('tmp_450', u'COPY_-1207262378'), ('tmp_450', u'INT_EQUAL_-1207262539')]
| null | null |
0015a280
|
x64
|
O2
|
(translation_unit "void list_running_jobs(undefined4 param_1)\n\n{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}\n\n" (function_definition "void list_running_jobs(undefined4 param_1)\n\n{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}" primitive_type (function_declarator "list_running_jobs(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}" { (if_statement "if (DAT_00215e7c == 0) {\n return;\n }" if (parenthesized_expression "(DAT_00215e7c == 0)" ( (binary_expression "DAT_00215e7c == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }" if (parenthesized_expression "(DAT_00220780 == 0)" ( (binary_expression "DAT_00220780 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }" { (expression_statement "FUN_0015a130();" (call_expression "FUN_0015a130()" identifier (argument_list "()" ( ))) ;) (if_statement "if (DAT_00215e7c == 0) {\n return;\n }" if (parenthesized_expression "(DAT_00215e7c == 0)" ( (binary_expression "DAT_00215e7c == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "FUN_00157a90(param_1,1);" (call_expression "FUN_00157a90(param_1,1)" identifier (argument_list "(param_1,1)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void list_running_jobs(int format)\n\n{\n int extraout_EDX;\n int arg2;\n \n if (js.j_jobslots == 0) {\n return;\n }\n arg2 = jobs_list_frozen;\n if (jobs_list_frozen == 0) {\n cleanup_dead_jobs();\n arg2 = extraout_EDX;\n if (js.j_jobslots == 0) {\n return;\n }\n }\n map_over_jobs((sh_job_map_func_t *)(ulong)(uint)format,1,arg2);\n return;\n}\n\n" (function_definition "void list_running_jobs(int format)\n\n{\n int extraout_EDX;\n int arg2;\n \n if (js.j_jobslots == 0) {\n return;\n }\n arg2 = jobs_list_frozen;\n if (jobs_list_frozen == 0) {\n cleanup_dead_jobs();\n arg2 = extraout_EDX;\n if (js.j_jobslots == 0) {\n return;\n }\n }\n map_over_jobs((sh_job_map_func_t *)(ulong)(uint)format,1,arg2);\n return;\n}" primitive_type (function_declarator "list_running_jobs(int format)" identifier (parameter_list "(int format)" ( (parameter_declaration "int format" primitive_type identifier) ))) (compound_statement "{\n int extraout_EDX;\n int arg2;\n \n if (js.j_jobslots == 0) {\n return;\n }\n arg2 = jobs_list_frozen;\n if (jobs_list_frozen == 0) {\n cleanup_dead_jobs();\n arg2 = extraout_EDX;\n if (js.j_jobslots == 0) {\n return;\n }\n }\n map_over_jobs((sh_job_map_func_t *)(ulong)(uint)format,1,arg2);\n return;\n}" { (declaration "int extraout_EDX;" primitive_type identifier ;) (declaration "int arg2;" primitive_type identifier ;) (if_statement "if (js.j_jobslots == 0) {\n return;\n }" if (parenthesized_expression "(js.j_jobslots == 0)" ( (binary_expression "js.j_jobslots == 0" (field_expression "js.j_jobslots" identifier . field_identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "arg2 = jobs_list_frozen;" (assignment_expression "arg2 = jobs_list_frozen" identifier = identifier) ;) (if_statement "if (jobs_list_frozen == 0) {\n cleanup_dead_jobs();\n arg2 = extraout_EDX;\n if (js.j_jobslots == 0) {\n return;\n }\n }" if (parenthesized_expression "(jobs_list_frozen == 0)" ( (binary_expression "jobs_list_frozen == 0" identifier == number_literal) )) (compound_statement "{\n cleanup_dead_jobs();\n arg2 = extraout_EDX;\n if (js.j_jobslots == 0) {\n return;\n }\n }" { (expression_statement "cleanup_dead_jobs();" (call_expression "cleanup_dead_jobs()" identifier (argument_list "()" ( ))) ;) (expression_statement "arg2 = extraout_EDX;" (assignment_expression "arg2 = extraout_EDX" identifier = identifier) ;) (if_statement "if (js.j_jobslots == 0) {\n return;\n }" if (parenthesized_expression "(js.j_jobslots == 0)" ( (binary_expression "js.j_jobslots == 0" (field_expression "js.j_jobslots" identifier . field_identifier) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "map_over_jobs((sh_job_map_func_t *)(ulong)(uint)format,1,arg2);" (call_expression "map_over_jobs((sh_job_map_func_t *)(ulong)(uint)format,1,arg2)" identifier (argument_list "((sh_job_map_func_t *)(ulong)(uint)format,1,arg2)" ( (cast_expression "(sh_job_map_func_t *)(ulong)(uint)format" ( (type_descriptor "sh_job_map_func_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(ulong)(uint)format" ( (type_descriptor "ulong" type_identifier) ) (cast_expression "(uint)format" ( (type_descriptor "uint" type_identifier) ) identifier))) , number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void list_running_jobs(undefined4 param_1)\n\n{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}\n\n" (function_definition "void list_running_jobs(undefined4 param_1)\n\n{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}" primitive_type (function_declarator "list_running_jobs(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}" { (if_statement "if (DAT_00215e7c == 0) {\n return;\n }" if (parenthesized_expression "(DAT_00215e7c == 0)" ( (binary_expression "DAT_00215e7c == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }" if (parenthesized_expression "(DAT_00220780 == 0)" ( (binary_expression "DAT_00220780 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }" { (expression_statement "FUN_0015a130();" (call_expression "FUN_0015a130()" identifier (argument_list "()" ( ))) ;) (if_statement "if (DAT_00215e7c == 0) {\n return;\n }" if (parenthesized_expression "(DAT_00215e7c == 0)" ( (binary_expression "DAT_00215e7c == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "FUN_00157a90(param_1,1);" (call_expression "FUN_00157a90(param_1,1)" identifier (argument_list "(param_1,1)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void list_running_jobs(undefined4 param_1)\n\n{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}" (primitive_type "void") (function_declarator "list_running_jobs(undefined4 param_1)" (identifier "list_running_jobs") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n if (DAT_00215e7c == 0) {\n return;\n }\n if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }\n FUN_00157a90(param_1,1);\n return;\n}" ({ "{") (if_statement "if (DAT_00215e7c == 0) {\n return;\n }" (if "if") (parenthesized_expression "(DAT_00215e7c == 0)" (( "(") (binary_expression "DAT_00215e7c == 0" (identifier "DAT_00215e7c") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (DAT_00220780 == 0) {\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }" (if "if") (parenthesized_expression "(DAT_00220780 == 0)" (( "(") (binary_expression "DAT_00220780 == 0" (identifier "DAT_00220780") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0015a130();\n if (DAT_00215e7c == 0) {\n return;\n }\n }" ({ "{") (expression_statement "FUN_0015a130();" (call_expression "FUN_0015a130()" (identifier "FUN_0015a130") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (DAT_00215e7c == 0) {\n return;\n }" (if "if") (parenthesized_expression "(DAT_00215e7c == 0)" (( "(") (binary_expression "DAT_00215e7c == 0" (identifier "DAT_00215e7c") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_00157a90(param_1,1);" (call_expression "FUN_00157a90(param_1,1)" (identifier "FUN_00157a90") (argument_list "(param_1,1)" (( "(") (identifier "param_1") (, ",") (number_literal "1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(int format)
{
int extraout_EDX;
int arg2;
if (js.j_jobslots == 0) {
return;
}
arg2 = var_1;
if (var_1 == 0) {
var_2();
arg2 = extraout_EDX;
if (js.j_jobslots == 0) {
return;
}
}
var_3((type_1 *)(type_2)(type_3)format,1,arg2);
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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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) (number_literal)))) (return_statement))))
| null |
void MASKED(undefined4 param_1)
{
if (DAT_00215e7c == 0) {
return;
}
if (DAT_00220780 == 0) {
FUN_0015a130();
if (DAT_00215e7c == 0) {
return;
}
}
FUN_00157a90(param_1,1);
return;
}
|
7309_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
init_output_data
|
FUN_002e0d00
|
/* WARNING: Enum "STT": Some values do not have unique names */
/* WARNING: Enum "STB": Some values do not have unique names */
/* DWARF original prototype: void init_output_data(Sized_symbol<32> * this, char * name, char *
version, Output_data * od, Value_type value, Size_type symsize, STT type, STB binding, STV
visibility, uchar nonvis, bool offset_is_from_end, bool is_predefined) */
void __thiscall
gold::Sized_symbol<32>::init_output_data
(Sized_symbol<32> *this,char *name,char *version,Output_data *od,Value_type value,
Size_type symsize,STT type,STB binding,STV visibility,uchar nonvis,bool offset_is_from_end
,bool is_predefined)
{
(this->super_Symbol).version_ = version;
(this->super_Symbol).name_ = name;
(this->super_Symbol).u1_.output_data = od;
(this->super_Symbol).symtab_index_ = 0;
(this->super_Symbol).dynsym_index_ = 0;
(this->super_Symbol).plt_offset_ = 0xffffffff;
(this->super_Symbol).got_offsets_.got_type_ = 0xffffffff;
(this->super_Symbol).field_0x38 = (undefined1)type & STT_HIPROC | (undefined1)binding << 4;
*(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_ = 0;
this->value_ = value;
this->symsize_ = symsize;
(this->super_Symbol).field_0x39 = (undefined1)visibility & STV_PROTECTED | nonvis * '\x04';
(this->super_Symbol).u2_.offset_is_from_end = offset_is_from_end;
*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) =
*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |
0x4081000000000000;
(this->super_Symbol).field_0x3c = (this->super_Symbol).field_0x3c & 0xe0 | is_predefined * '\x04';
return;
}
|
void FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,
char param_10,undefined1 param_11,byte param_12)
{
param_1[1] = param_3;
*param_1 = param_2;
param_1[2] = param_4;
*(undefined8 *)((long)param_1 + 0x1c) = 0;
*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;
*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;
*(undefined8 *)((long)param_1 + 0x2c) = 0;
*(undefined4 *)(param_1 + 8) = param_5;
*(undefined4 *)((long)param_1 + 0x44) = param_6;
*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';
*(undefined1 *)(param_1 + 3) = param_11;
*(ulong *)((long)param_1 + 0x34) =
*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;
*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'
;
return;
}
|
MOV qword ptr [RDI + 0x8],RDX
MOVZX EAX,byte ptr [RSP + 0x8]
MOVZX EDX,byte ptr [RSP + 0x10]
MOV qword ptr [RDI],RSI
AND EAX,0xf
MOV qword ptr [RDI + 0x10],RCX
SHL EDX,0x4
MOV qword ptr [RDI + 0x1c],0x0
OR EAX,EDX
MOV qword ptr [RDI + 0x24],-0x1
MOV byte ptr [RDI + 0x38],AL
MOVZX EAX,byte ptr [RSP + 0x20]
MOV qword ptr [RDI + 0x2c],0x0
LEA EDX,[RAX*0x4]
MOVZX EAX,byte ptr [RSP + 0x18]
MOV dword ptr [RDI + 0x40],R8D
MOV dword ptr [RDI + 0x44],R9D
AND EAX,0x3
OR EAX,EDX
MOV RDX,0x4081000000000000
MOV byte ptr [RDI + 0x39],AL
MOV EAX,dword ptr [RSP + 0x28]
MOV byte ptr [RDI + 0x18],AL
MOV RAX,0x200ffff00000000
AND RAX,qword ptr [RDI + 0x34]
OR RAX,RDX
MOV qword ptr [RDI + 0x34],RAX
MOVZX EAX,byte ptr [RSP + 0x30]
AND EAX,0x1
LEA EDX,[RAX*0x4]
MOVZX EAX,byte ptr [RDI + 0x3c]
AND EAX,0xffffffe0
OR EAX,EDX
MOV byte ptr [RDI + 0x3c],AL
RET
| null | null | null | null |
[('const-4', u'INT_MULT_-1204744539'), ('tmp_545', u'STORE_-1204744955'), ('const-0', u'PTRSUB_-1204744494'), ('const-433', u'STORE_-1204744677'), ('const-8', u'PTRSUB_-1204744325'), (u'PTRSUB_-1204744408', u'STORE_-1204744785'), (u'PTRSUB_-1204744334', u'CAST_-1204744318'), (u'PTRSUB_-1204744403', u'STORE_-1204744778'), (u'INT_ADD_-1204744371', u'CAST_-1204744308'), ('tmp_543', u'PTRSUB_-1204744419'), ('const-0', u'PTRSUB_-1204744415'), ('const-433', u'STORE_-1204744462'), (u'INT_AND_-1204744678', u'INT_OR_-1204744664'), ('const-433', u'STORE_-1204744864'), (u'CAST_-1204744383', u'STORE_-1204744815'), (u'PTRSUB_-1204744430', u'PTRSUB_-1204744408'), ('const-4647996290423062528', u'INT_OR_-1204744664'), ('const-4', u'INT_ADD_-1204744371'), (u'PTRSUB_-1204744350', u'PTRSUB_-1204744332'), ('tmp_543', u'PTRSUB_-1204744374'), (u'PTRSUB_-1204744311', u'LOAD_-1204744640'), ('tmp_543', u'PTRSUB_-1204744417'), (u'PTRSUB_-1204744332', u'PTRSUB_-1204744325'), ('tmp_550', u'SUBPIECE_-1204744491'), (u'INT_OR_-1204744514', u'STORE_-1204744735'), ('const-0', u'PTRSUB_-1204744374'), (u'SUBPIECE_-1204744431', u'INT_AND_-1204744510'), (u'PTRSUB_-1204744402', u'PTRSUB_-1204744401'), ('tmp_543', u'PTRSUB_-1204744408'), (u'LOAD_-1204744640', u'INT_AND_-1204744408'), ('tmp_552', u'INT_MULT_-1204744539'), ('tmp_554', u'INT_MULT_-1204744428'), ('const-40', u'PTRSUB_-1204744341'), ('const-0', u'PTRSUB_-1204744330'), (u'PTRSUB_-1204744452', u'STORE_-1204744931'), ('const-0', u'PTRSUB_-1204744478'), ('tmp_543', u'PTRSUB_-1204744404'), (u'INT_MULT_-1204744428', u'INT_OR_-1204744412'), ('const-60', u'PTRSUB_-1204744311'), ('const-40', u'PTRSUB_-1204744332'), ('tmp_549', u'SUBPIECE_-1204744497'), (u'PTRSUB_-1204744418', u'STORE_-1204744864'), ('const-433', u'STORE_-1204744830'), (u'PTRSUB_-1204744325', u'CAST_-1204744309'), ('const-0', u'PTRSUB_-1204744471'), ('const-433', u'STORE_-1204744605'), ('const-4294967295', u'STORE_-1204744462'), (u'PTRSUB_-1204744359', u'PTRSUB_-1204744341'), (u'PTRSUB_-1204744445', u'PTRSUB_-1204744415'), (u'PTRSUB_-1204744417', u'PTRSUB_-1204744416'), ('const-433', u'STORE_-1204744931'), ('const-4', u'INT_ADD_-1204744380'), ('const-224', u'INT_AND_-1204744408'), (u'PTRSUB_-1204744400', u'STORE_-1204744462'), (u'PTRSUB_-1204744341', u'PTRSUB_-1204744334'), ('const-36', u'PTRSUB_-1204744403'), ('const-4', u'INT_MULT_-1204744428'), ('const-4', u'INT_LEFT_-1204744593'), ('const-0', u'PTRSUB_-1204744329'), ('const-0', u'PTRSUB_-1204744402'), (u'PTRSUB_-1204744383', u'PTRSUB_-1204744363'), ('tmp_553', u'STORE_-1204744721'), (u'PTRSUB_-1204744467', u'STORE_-1204744955'), (u'PTRSUB_-1204744301', u'STORE_-1204744605'), (u'PTRSUB_-1204744401', u'PTRSUB_-1204744400'), (u'SUBPIECE_-1204744497', u'INT_AND_-1204744901'), (u'PTRSUB_-1204744363', u'STORE_-1204744735'), ('const-0', u'PTRSUB_-1204744359'), ('tmp_544', u'STORE_-1204744931'), (u'PTRSUB_-1204744440', u'PTRSUB_-1204744417'), (u'CAST_-1204744309', u'INT_ADD_-1204744371'), (u'INT_AND_-1204744408', u'INT_OR_-1204744412'), (u'INT_AND_-1204744510', u'INT_OR_-1204744514'), ('const-57', u'PTRSUB_-1204744363'), ('tmp_543', u'PTRSUB_-1204744383'), (u'PTRSUB_-1204744478', u'PTRSUB_-1204744452'), (u'INT_LEFT_-1204744593', u'INT_OR_-1204744828'), (u'PTRSUB_-1204744318', u'PTRSUB_-1204744301'), ('const-0', u'PTRSUB_-1204744452'), ('const-40', u'PTRSUB_-1204744401'), (u'PTRSUB_-1204744415', u'STORE_-1204744912'), ('const-0', u'PTRSUB_-1204744417'), (u'PTRSUB_-1204744471', u'PTRSUB_-1204744445'), ('const-0', u'PTRSUB_-1204744404'), ('const-8', u'PTRSUB_-1204744334'), (u'INT_AND_-1204744901', u'INT_OR_-1204744828'), ('tmp_543', u'PTRSUB_-1204744402'), ('const-0', u'RETURN_-1204744592'), (u'INT_OR_-1204744412', u'STORE_-1204744605'), (u'PTRSUB_-1204744419', u'PTRSUB_-1204744418'), (u'SUBPIECE_-1204744491', u'INT_LEFT_-1204744593'), ('const-0', u'STORE_-1204744815'), ('const-3', u'INT_AND_-1204744510'), ('const-0', u'STORE_-1204744478'), ('const-64', u'PTRSUB_-1204744408'), (u'PTRSUB_-1204744329', u'PTRSUB_-1204744311'), ('const-4', u'PTRSUB_-1204744398'), ('const-8', u'PTRSUB_-1204744467'), (u'PTRSUB_-1204744374', u'PTRSUB_-1204744355'), ('const-56', u'PTRSUB_-1204744417'), (u'PTRSUB_-1204744494', u'PTRSUB_-1204744467'), ('const-144396658757599232', u'INT_AND_-1204744678'), ('const-433', u'STORE_-1204744721'), ('const-0', u'SUBPIECE_-1204744491'), ('tmp_548', u'STORE_-1204744778'), ('const-433', u'LOAD_-1204744704'), ('const-0', u'PTRSUB_-1204744383'), ('const-0', u'STORE_-1204744864'), ('tmp_543', u'PTRSUB_-1204744350'), ('const-0', u'PTRSUB_-1204744430'), (u'CAST_-1204744308', u'STORE_-1204744677'), ('const-433', u'STORE_-1204744785'), (u'INT_ADD_-1204744380', u'CAST_-1204744317'), ('tmp_543', u'PTRSUB_-1204744318'), (u'PTRSUB_-1204744416', u'STORE_-1204744478'), ('tmp_543', u'PTRSUB_-1204744494'), ('tmp_543', u'PTRSUB_-1204744359'), (u'CAST_-1204744318', u'INT_ADD_-1204744380'), (u'PTRSUB_-1204744330', u'STORE_-1204744721'), ('tmp_543', u'PTRSUB_-1204744329'), ('const-0', u'SUBPIECE_-1204744431'), ('const-433', u'STORE_-1204744778'), ('const-60', u'PTRSUB_-1204744301'), (u'INT_MULT_-1204744539', u'INT_OR_-1204744514'), ('const-433', u'STORE_-1204744815'), ('tmp_547', u'STORE_-1204744785'), ('const-15', u'INT_AND_-1204744901'), ('const-433', u'LOAD_-1204744640'), (u'PTRSUB_-1204744403', u'STORE_-1204744841'), ('const-0', u'SUBPIECE_-1204744497'), (u'PTRSUB_-1204744355', u'PTRSUB_-1204744330'), ('const-433', u'STORE_-1204744478'), (u'PTRSUB_-1204744404', u'PTRSUB_-1204744403'), ('const-16', u'PTRSUB_-1204744445'), (u'PTRSUB_-1204744408', u'PTRSUB_-1204744398'), ('const-433', u'STORE_-1204744912'), ('const-0', u'PTRSUB_-1204744400'), (u'PTRSUB_-1204744398', u'CAST_-1204744383'), ('const-0', u'PTRSUB_-1204744419'), (u'LOAD_-1204744704', u'INT_AND_-1204744678'), ('tmp_546', u'STORE_-1204744912'), ('const-28', u'PTRSUB_-1204744418'), ('tmp_543', u'PTRSUB_-1204744403'), ('const-0', u'PTRSUB_-1204744440'), ('tmp_543', u'PTRSUB_-1204744478'), ('const-4294967295', u'STORE_-1204744841'), ('tmp_543', u'PTRSUB_-1204744430'), ('const-433', u'STORE_-1204744735'), (u'INT_OR_-1204744664', u'STORE_-1204744677'), ('const-433', u'STORE_-1204744955'), ('const-433', u'STORE_-1204744841'), (u'PTRSUB_-1204744417', u'STORE_-1204744830'), ('const-0', u'PTRSUB_-1204744350'), ('const-40', u'PTRSUB_-1204744408'), ('const-0', u'PTRSUB_-1204744318'), ('tmp_543', u'PTRSUB_-1204744440'), ('const-68', u'PTRSUB_-1204744403'), ('tmp_543', u'PTRSUB_-1204744471'), (u'CAST_-1204744317', u'LOAD_-1204744704'), ('tmp_551', u'SUBPIECE_-1204744431'), ('const-24', u'PTRSUB_-1204744355'), (u'INT_OR_-1204744828', u'STORE_-1204744830'), ('const-32', u'PTRSUB_-1204744416')]
|
[(u'CAST_-1204744355', u'STORE_-1204744677'), ('const-2', u'PTRADD_-1204744477'), ('const-8', u'PTRADD_-1204744451'), ('const-52', u'INT_ADD_-1204744663'), (u'CAST_-1204744454', u'STORE_-1204744841'), ('const-433', u'STORE_-1204744785'), ('tmp_771', u'CAST_-1204744455'), ('const-433', u'STORE_-1204744721'), ('const-4647996290423062528', u'INT_OR_-1204744664'), ('const-433', u'STORE_-1204744912'), ('const-3', u'INT_AND_-1204744510'), (u'INT_AND_-1204744678', u'INT_OR_-1204744664'), ('tmp_771', u'CAST_-1204744388'), (u'CAST_-1204744365', u'INT_ADD_-1204744690'), (u'INT_ADD_-1204744591', u'CAST_-1204744323'), (u'INT_OR_-1204744514', u'STORE_-1204744735'), ('tmp_771', u'PTRADD_-1204744422'), ('const-68', u'INT_ADD_-1204744764'), ('tmp_778', u'STORE_-1204744785'), (u'PTRADD_-1204744477', u'STORE_-1204744912'), ('tmp_771', u'CAST_-1204744409'), (u'INT_ADD_-1204744624', u'CAST_-1204744334'), (u'LOAD_-1204744640', u'INT_AND_-1204744408'), ('tmp_771', u'CAST_-1204744436'), ('const-3', u'PTRADD_-1204744391'), (u'CAST_-1204744435', u'STORE_-1204744815'), ('const-433', u'STORE_-1204744864'), ('const-433', u'STORE_-1204744815'), ('tmp_771', u'PTRADD_-1204744498'), (u'CAST_-1204744387', u'STORE_-1204744735'), (u'INT_MULT_-1204744428', u'INT_OR_-1204744412'), (u'PTRADD_-1204744451', u'CAST_-1204744445'), ('const-433', u'STORE_-1204744605'), ('tmp_771', u'CAST_-1204744356'), (u'INT_ADD_-1204744801', u'CAST_-1204744435'), ('tmp_922', u'INT_MULT_-1204744539'), (u'CAST_-1204744408', u'STORE_-1204744778'), ('tmp_777', u'STORE_-1204744912'), ('tmp_771', u'CAST_-1204744324'), (u'PTRADD_-1204744498', u'STORE_-1204744955'), (u'CAST_-1204744323', u'STORE_-1204744605'), ('tmp_779', u'STORE_-1204744778'), ('const-433', u'STORE_-1204744735'), ('const-433', u'STORE_-1204744677'), (u'CAST_-1204744335', u'INT_ADD_-1204744624'), ('tmp_771', u'STORE_-1204744931'), ('const-433', u'STORE_-1204744778'), ('const-0', u'STORE_-1204744864'), (u'CAST_-1204744414', u'STORE_-1204744785'), ('tmp_928', u'STORE_-1204744721'), ('const-4', u'INT_MULT_-1204744428'), (u'INT_ADD_-1204744663', u'CAST_-1204744355'), ('const-60', u'INT_ADD_-1204744624'), (u'INT_AND_-1204744408', u'INT_OR_-1204744412'), (u'CAST_-1204744364', u'LOAD_-1204744704'), ('const-433', u'STORE_-1204744841'), (u'INT_AND_-1204744510', u'INT_OR_-1204744514'), (u'INT_LEFT_-1204744593', u'INT_OR_-1204744828'), ('const-433', u'LOAD_-1204744704'), ('const-8', u'PTRADD_-1204744422'), (u'PTRADD_-1204744391', u'CAST_-1204744379'), (u'PTRADD_-1204744422', u'CAST_-1204744414'), ('tmp_771', u'CAST_-1204744365'), ('const-36', u'INT_ADD_-1204744827'), ('const-144396658757599232', u'INT_AND_-1204744678'), ('tmp_771', u'CAST_-1204744335'), ('const-28', u'INT_ADD_-1204744850'), (u'INT_AND_-1204744901', u'INT_OR_-1204744828'), ('const-0', u'RETURN_-1204744592'), ('const-1', u'PTRADD_-1204744498'), (u'CAST_-1204744388', u'INT_ADD_-1204744721'), ('tmp_771', u'CAST_-1204744467'), (u'INT_ADD_-1204744764', u'CAST_-1204744408'), (u'INT_OR_-1204744412', u'STORE_-1204744605'), ('const-15', u'INT_AND_-1204744901'), (u'CAST_-1204744455', u'INT_ADD_-1204744827'), ('const-0', u'STORE_-1204744815'), ('tmp_925', u'INT_AND_-1204744440'), ('tmp_772', u'STORE_-1204744955'), (u'CAST_-1204744467', u'INT_ADD_-1204744850'), (u'INT_ADD_-1204744850', u'CAST_-1204744466'), ('const-8', u'PTRADD_-1204744391'), ('const-433', u'STORE_-1204744830'), ('tmp_771', u'PTRADD_-1204744391'), (u'INT_ADD_-1204744690', u'CAST_-1204744364'), ('const-224', u'INT_AND_-1204744408'), ('const-52', u'INT_ADD_-1204744690'), ('tmp_771', u'PTRADD_-1204744451'), ('const-57', u'INT_ADD_-1204744721'), (u'INT_ADD_-1204744721', u'CAST_-1204744387'), ('const-8', u'PTRADD_-1204744477'), ('const-8', u'PTRADD_-1204744422'), ('const-4', u'INT_MULT_-1204744539'), ('tmp_923', u'INT_AND_-1204744510'), (u'CAST_-1204744334', u'LOAD_-1204744640'), (u'CAST_-1204744445', u'STORE_-1204744830'), (u'INT_MULT_-1204744539', u'INT_OR_-1204744514'), ('const-433', u'STORE_-1204744955'), ('tmp_920', u'INT_AND_-1204744901'), (u'CAST_-1204744379', u'STORE_-1204744721'), ('const-433', u'LOAD_-1204744640'), ('const-8', u'PTRADD_-1204744498'), ('const-4', u'INT_LEFT_-1204744593'), (u'CAST_-1204744409', u'INT_ADD_-1204744764'), (u'LOAD_-1204744704', u'INT_AND_-1204744678'), ('const-44', u'INT_ADD_-1204744801'), (u'CAST_-1204744324', u'INT_ADD_-1204744591'), ('const-60', u'INT_ADD_-1204744591'), ('tmp_775', u'STORE_-1204744931'), ('const--1', u'STORE_-1204744841'), (u'INT_OR_-1204744664', u'STORE_-1204744677'), ('const-1', u'INT_AND_-1204744440'), ('tmp_921', u'INT_LEFT_-1204744593'), (u'INT_ADD_-1204744827', u'CAST_-1204744454'), (u'INT_AND_-1204744440', u'INT_MULT_-1204744428'), ('const-7', u'PTRADD_-1204744451'), ('const-433', u'STORE_-1204744931'), (u'INT_OR_-1204744828', u'STORE_-1204744830'), (u'CAST_-1204744356', u'INT_ADD_-1204744663'), (u'CAST_-1204744436', u'INT_ADD_-1204744801'), (u'CAST_-1204744466', u'STORE_-1204744864'), ('tmp_771', u'PTRADD_-1204744477')]
| null | null |
002e0d00
|
x64
|
O2
|
(translation_unit "void FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)\n\n{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}\n\n" (function_definition "void FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)\n\n{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}" primitive_type (function_declarator "FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "byte param_7" type_identifier identifier) , (parameter_declaration "char param_8" primitive_type identifier) , (parameter_declaration "byte param_9" type_identifier identifier) , (parameter_declaration "char param_10" primitive_type identifier) , (parameter_declaration "undefined1 param_11" type_identifier identifier) , (parameter_declaration "byte param_12" type_identifier identifier) ))) (compound_statement "{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}" { (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[2] = param_4;" (assignment_expression "param_1[2] = param_4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x1c) = 0;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x1c) = 0" (pointer_expression "*(undefined8 *)((long)param_1 + 0x1c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x1c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff" (pointer_expression "*(undefined8 *)((long)param_1 + 0x24)" * (cast_expression "(undefined8 *)((long)param_1 + 0x24)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x24)" ( (binary_expression "(long)param_1 + 0x24" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;" (assignment_expression "*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) = (binary_expression "param_7 & 0xf | param_8 << 4" (binary_expression "param_7 & 0xf" identifier & number_literal) | (binary_expression "param_8 << 4" identifier << number_literal))) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x2c) = 0;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x2c) = 0" (pointer_expression "*(undefined8 *)((long)param_1 + 0x2c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x2c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x2c)" ( (binary_expression "(long)param_1 + 0x2c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 8) = param_5;" (assignment_expression "*(undefined4 *)(param_1 + 8) = param_5" (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((long)param_1 + 0x44) = param_6;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x44) = param_6" (pointer_expression "*(undefined4 *)((long)param_1 + 0x44)" * (cast_expression "(undefined4 *)((long)param_1 + 0x44)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x44)" ( (binary_expression "(long)param_1 + 0x44" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';" (assignment_expression "*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04'" (pointer_expression "*(byte *)((long)param_1 + 0x39)" * (cast_expression "(byte *)((long)param_1 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x39)" ( (binary_expression "(long)param_1 + 0x39" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "param_9 & 3 | param_10 * '\x04'" (binary_expression "param_9 & 3" identifier & number_literal) | (binary_expression "param_10 * '\x04'" identifier * (char_literal "'\x04'" ' escape_sequence ')))) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = param_11;" (assignment_expression "*(undefined1 *)(param_1 + 3) = param_11" (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) )))) = identifier) ;) (expression_statement "*(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;" (assignment_expression "*(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000" (pointer_expression "*(ulong *)((long)param_1 + 0x34)" * (cast_expression "(ulong *)((long)param_1 + 0x34)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x34)" ( (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000" (binary_expression "*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000" (pointer_expression "*(ulong *)((long)param_1 + 0x34)" * (cast_expression "(ulong *)((long)param_1 + 0x34)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x34)" ( (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;" (assignment_expression "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xe0" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (binary_expression "(param_12 & 1) * '\x04'" (parenthesized_expression "(param_12 & 1)" ( (binary_expression "param_12 & 1" identifier & number_literal) )) * (char_literal "'\x04'" ' escape_sequence ')))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Enum "STT": Some values do not have unique names */\n/* WARNING: Enum "STB": Some values do not have unique names */\n/* DWARF original prototype: void init_output_data(Sized_symbol<32> * this, char * name, char *\n version, Output_data * od, Value_type value, Size_type symsize, STT type, STB binding, STV\n visibility, uchar nonvis, bool offset_is_from_end, bool is_predefined) */\n\nvoid __thiscall\ngold::Sized_symbol<32>::init_output_data\n (Sized_symbol<32> *this,char *name,char *version,Output_data *od,Value_type value,\n Size_type symsize,STT type,STB binding,STV visibility,uchar nonvis,bool offset_is_from_end\n ,bool is_predefined)\n\n{\n (this->super_Symbol).version_ = version;\n (this->super_Symbol).name_ = name;\n (this->super_Symbol).u1_.output_data = od;\n (this->super_Symbol).symtab_index_ = 0;\n (this->super_Symbol).dynsym_index_ = 0;\n (this->super_Symbol).plt_offset_ = 0xffffffff;\n (this->super_Symbol).got_offsets_.got_type_ = 0xffffffff;\n (this->super_Symbol).field_0x38 = (undefined1)type & STT_HIPROC | (undefined1)binding << 4;\n *(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_ = 0;\n this->value_ = value;\n this->symsize_ = symsize;\n (this->super_Symbol).field_0x39 = (undefined1)visibility & STV_PROTECTED | nonvis * '\x04';\n (this->super_Symbol).u2_.offset_is_from_end = offset_is_from_end;\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) =\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |\n 0x4081000000000000;\n (this->super_Symbol).field_0x3c = (this->super_Symbol).field_0x3c & 0xe0 | is_predefined * '\x04';\n return;\n}\n\n" comment comment comment (function_definition "void __thiscall\ngold::Sized_symbol<32>::init_output_data\n (Sized_symbol<32> *this,char *name,char *version,Output_data *od,Value_type value,\n Size_type symsize,STT type,STB binding,STV visibility,uchar nonvis,bool offset_is_from_end\n ,bool is_predefined)\n\n{\n (this->super_Symbol).version_ = version;\n (this->super_Symbol).name_ = name;\n (this->super_Symbol).u1_.output_data = od;\n (this->super_Symbol).symtab_index_ = 0;\n (this->super_Symbol).dynsym_index_ = 0;\n (this->super_Symbol).plt_offset_ = 0xffffffff;\n (this->super_Symbol).got_offsets_.got_type_ = 0xffffffff;\n (this->super_Symbol).field_0x38 = (undefined1)type & STT_HIPROC | (undefined1)binding << 4;\n *(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_ = 0;\n this->value_ = value;\n this->symsize_ = symsize;\n (this->super_Symbol).field_0x39 = (undefined1)visibility & STV_PROTECTED | nonvis * '\x04';\n (this->super_Symbol).u2_.offset_is_from_end = offset_is_from_end;\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) =\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |\n 0x4081000000000000;\n (this->super_Symbol).field_0x3c = (this->super_Symbol).field_0x3c & 0xe0 | is_predefined * '\x04';\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Sized_symbol<32>::" identifier : : identifier < number_literal > : :) (function_declarator "init_output_data\n (Sized_symbol<32> *this,char *name,char *version,Output_data *od,Value_type value,\n Size_type symsize,STT type,STB binding,STV visibility,uchar nonvis,bool offset_is_from_end\n ,bool is_predefined)" identifier (parameter_list "(Sized_symbol<32> *this,char *name,char *version,Output_data *od,Value_type value,\n Size_type symsize,STT type,STB binding,STV visibility,uchar nonvis,bool offset_is_from_end\n ,bool is_predefined)" ( (parameter_declaration "Sized_symbol<32> *this" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "char *version" primitive_type (pointer_declarator "*version" * identifier)) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Value_type value" type_identifier identifier) , (parameter_declaration "Size_type symsize" type_identifier identifier) , (parameter_declaration "STT type" type_identifier identifier) , (parameter_declaration "STB binding" type_identifier identifier) , (parameter_declaration "STV visibility" type_identifier identifier) , (parameter_declaration "uchar nonvis" type_identifier identifier) , (parameter_declaration "bool offset_is_from_end" primitive_type identifier) , (parameter_declaration "bool is_predefined" primitive_type identifier) ))) (compound_statement "{\n (this->super_Symbol).version_ = version;\n (this->super_Symbol).name_ = name;\n (this->super_Symbol).u1_.output_data = od;\n (this->super_Symbol).symtab_index_ = 0;\n (this->super_Symbol).dynsym_index_ = 0;\n (this->super_Symbol).plt_offset_ = 0xffffffff;\n (this->super_Symbol).got_offsets_.got_type_ = 0xffffffff;\n (this->super_Symbol).field_0x38 = (undefined1)type & STT_HIPROC | (undefined1)binding << 4;\n *(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_ = 0;\n this->value_ = value;\n this->symsize_ = symsize;\n (this->super_Symbol).field_0x39 = (undefined1)visibility & STV_PROTECTED | nonvis * '\x04';\n (this->super_Symbol).u2_.offset_is_from_end = offset_is_from_end;\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) =\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |\n 0x4081000000000000;\n (this->super_Symbol).field_0x3c = (this->super_Symbol).field_0x3c & 0xe0 | is_predefined * '\x04';\n return;\n}" { (expression_statement "(this->super_Symbol).version_ = version;" (assignment_expression "(this->super_Symbol).version_ = version" (field_expression "(this->super_Symbol).version_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(this->super_Symbol).name_ = name;" (assignment_expression "(this->super_Symbol).name_ = name" (field_expression "(this->super_Symbol).name_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(this->super_Symbol).u1_.output_data = od;" (assignment_expression "(this->super_Symbol).u1_.output_data = od" (field_expression "(this->super_Symbol).u1_.output_data" (field_expression "(this->super_Symbol).u1_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->super_Symbol).symtab_index_ = 0;" (assignment_expression "(this->super_Symbol).symtab_index_ = 0" (field_expression "(this->super_Symbol).symtab_index_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(this->super_Symbol).dynsym_index_ = 0;" (assignment_expression "(this->super_Symbol).dynsym_index_ = 0" (field_expression "(this->super_Symbol).dynsym_index_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(this->super_Symbol).plt_offset_ = 0xffffffff;" (assignment_expression "(this->super_Symbol).plt_offset_ = 0xffffffff" (field_expression "(this->super_Symbol).plt_offset_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = number_literal) ;) (expression_statement "(this->super_Symbol).got_offsets_.got_type_ = 0xffffffff;" (assignment_expression "(this->super_Symbol).got_offsets_.got_type_ = 0xffffffff" (field_expression "(this->super_Symbol).got_offsets_.got_type_" (field_expression "(this->super_Symbol).got_offsets_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->super_Symbol).field_0x38 = (undefined1)type & STT_HIPROC | (undefined1)binding << 4;" (assignment_expression "(this->super_Symbol).field_0x38 = (undefined1)type & STT_HIPROC | (undefined1)binding << 4" (field_expression "(this->super_Symbol).field_0x38" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(undefined1)type & STT_HIPROC | (undefined1)binding << 4" (binary_expression "(undefined1)type & STT_HIPROC" (cast_expression "(undefined1)type" ( (type_descriptor "undefined1" type_identifier) ) identifier) & identifier) | (binary_expression "(undefined1)binding << 4" (cast_expression "(undefined1)binding" ( (type_descriptor "undefined1" type_identifier) ) identifier) << number_literal))) ;) (expression_statement "*(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_ = 0;" (assignment_expression "*(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_ = 0" (pointer_expression "*(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_" * (cast_expression "(undefined8 *)&(this->super_Symbol).got_offsets_.got_offset_" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->super_Symbol).got_offsets_.got_offset_" & (field_expression "(this->super_Symbol).got_offsets_.got_offset_" (field_expression "(this->super_Symbol).got_offsets_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "this->value_ = value;" (assignment_expression "this->value_ = value" (field_expression "this->value_" identifier -> field_identifier) = identifier) ;) (expression_statement "this->symsize_ = symsize;" (assignment_expression "this->symsize_ = symsize" (field_expression "this->symsize_" identifier -> field_identifier) = identifier) ;) (expression_statement "(this->super_Symbol).field_0x39 = (undefined1)visibility & STV_PROTECTED | nonvis * '\x04';" (assignment_expression "(this->super_Symbol).field_0x39 = (undefined1)visibility & STV_PROTECTED | nonvis * '\x04'" (field_expression "(this->super_Symbol).field_0x39" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(undefined1)visibility & STV_PROTECTED | nonvis * '\x04'" (binary_expression "(undefined1)visibility & STV_PROTECTED" (cast_expression "(undefined1)visibility" ( (type_descriptor "undefined1" type_identifier) ) identifier) & identifier) | (binary_expression "nonvis * '\x04'" identifier * (char_literal "'\x04'" ' escape_sequence ')))) ;) (expression_statement "(this->super_Symbol).u2_.offset_is_from_end = offset_is_from_end;" (assignment_expression "(this->super_Symbol).u2_.offset_is_from_end = offset_is_from_end" (field_expression "(this->super_Symbol).u2_.offset_is_from_end" (field_expression "(this->super_Symbol).u2_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) =\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |\n 0x4081000000000000;" (assignment_expression "*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) =\n *(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |\n 0x4081000000000000" (pointer_expression "*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4)" * (cast_expression "(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(this->super_Symbol).got_offsets_.got_next_ + 4)" ( (binary_expression "(long)&(this->super_Symbol).got_offsets_.got_next_ + 4" (cast_expression "(long)&(this->super_Symbol).got_offsets_.got_next_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(this->super_Symbol).got_offsets_.got_next_" & (field_expression "(this->super_Symbol).got_offsets_.got_next_" (field_expression "(this->super_Symbol).got_offsets_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = (binary_expression "*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |\n 0x4081000000000000" (binary_expression "*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000" (pointer_expression "*(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4)" * (cast_expression "(ulong *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(this->super_Symbol).got_offsets_.got_next_ + 4)" ( (binary_expression "(long)&(this->super_Symbol).got_offsets_.got_next_ + 4" (cast_expression "(long)&(this->super_Symbol).got_offsets_.got_next_" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(this->super_Symbol).got_offsets_.got_next_" & (field_expression "(this->super_Symbol).got_offsets_.got_next_" (field_expression "(this->super_Symbol).got_offsets_" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) & number_literal) | number_literal)) ;) (expression_statement "(this->super_Symbol).field_0x3c = (this->super_Symbol).field_0x3c & 0xe0 | is_predefined * '\x04';" (assignment_expression "(this->super_Symbol).field_0x3c = (this->super_Symbol).field_0x3c & 0xe0 | is_predefined * '\x04'" (field_expression "(this->super_Symbol).field_0x3c" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(this->super_Symbol).field_0x3c & 0xe0 | is_predefined * '\x04'" (binary_expression "(this->super_Symbol).field_0x3c & 0xe0" (field_expression "(this->super_Symbol).field_0x3c" (parenthesized_expression "(this->super_Symbol)" ( (field_expression "this->super_Symbol" identifier -> field_identifier) )) . field_identifier) & number_literal) | (binary_expression "is_predefined * '\x04'" identifier * (char_literal "'\x04'" ' escape_sequence ')))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)\n\n{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}\n\n" (function_definition "void FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)\n\n{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}" primitive_type (function_declarator "FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "byte param_7" type_identifier identifier) , (parameter_declaration "char param_8" primitive_type identifier) , (parameter_declaration "byte param_9" type_identifier identifier) , (parameter_declaration "char param_10" primitive_type identifier) , (parameter_declaration "undefined1 param_11" type_identifier identifier) , (parameter_declaration "byte param_12" type_identifier identifier) ))) (compound_statement "{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}" { (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[2] = param_4;" (assignment_expression "param_1[2] = param_4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x1c) = 0;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x1c) = 0" (pointer_expression "*(undefined8 *)((long)param_1 + 0x1c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x1c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff" (pointer_expression "*(undefined8 *)((long)param_1 + 0x24)" * (cast_expression "(undefined8 *)((long)param_1 + 0x24)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x24)" ( (binary_expression "(long)param_1 + 0x24" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;" (assignment_expression "*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4" (pointer_expression "*(byte *)(param_1 + 7)" * (cast_expression "(byte *)(param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) = (binary_expression "param_7 & 0xf | param_8 << 4" (binary_expression "param_7 & 0xf" identifier & number_literal) | (binary_expression "param_8 << 4" identifier << number_literal))) ;) (expression_statement "*(undefined8 *)((long)param_1 + 0x2c) = 0;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x2c) = 0" (pointer_expression "*(undefined8 *)((long)param_1 + 0x2c)" * (cast_expression "(undefined8 *)((long)param_1 + 0x2c)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x2c)" ( (binary_expression "(long)param_1 + 0x2c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1 + 8) = param_5;" (assignment_expression "*(undefined4 *)(param_1 + 8) = param_5" (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((long)param_1 + 0x44) = param_6;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x44) = param_6" (pointer_expression "*(undefined4 *)((long)param_1 + 0x44)" * (cast_expression "(undefined4 *)((long)param_1 + 0x44)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x44)" ( (binary_expression "(long)param_1 + 0x44" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';" (assignment_expression "*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04'" (pointer_expression "*(byte *)((long)param_1 + 0x39)" * (cast_expression "(byte *)((long)param_1 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x39)" ( (binary_expression "(long)param_1 + 0x39" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "param_9 & 3 | param_10 * '\x04'" (binary_expression "param_9 & 3" identifier & number_literal) | (binary_expression "param_10 * '\x04'" identifier * (char_literal "'\x04'" ' escape_sequence ')))) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = param_11;" (assignment_expression "*(undefined1 *)(param_1 + 3) = param_11" (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) )))) = identifier) ;) (expression_statement "*(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;" (assignment_expression "*(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000" (pointer_expression "*(ulong *)((long)param_1 + 0x34)" * (cast_expression "(ulong *)((long)param_1 + 0x34)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x34)" ( (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000" (binary_expression "*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000" (pointer_expression "*(ulong *)((long)param_1 + 0x34)" * (cast_expression "(ulong *)((long)param_1 + 0x34)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x34)" ( (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | number_literal)) ;) (expression_statement "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;" (assignment_expression "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xe0" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" * (cast_expression "(byte *)((long)param_1 + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x3c)" ( (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) | (binary_expression "(param_12 & 1) * '\x04'" (parenthesized_expression "(param_12 & 1)" ( (binary_expression "param_12 & 1" identifier & number_literal) )) * (char_literal "'\x04'" ' escape_sequence ')))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression (binary_expression IDENT & LIT) | (binary_expression IDENT * (char_literal ' escape_sequence ')))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (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 (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) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) * (char_literal ' escape_sequence ')))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)\n\n{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}" (primitive_type "void") (function_declarator "FUN_002e0d00(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)" (identifier "FUN_002e0d00") (parameter_list "(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,\n char param_10,undefined1 param_11,byte param_12)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "byte param_7" (type_identifier "byte") (identifier "param_7")) (, ",") (parameter_declaration "char param_8" (primitive_type "char") (identifier "param_8")) (, ",") (parameter_declaration "byte param_9" (type_identifier "byte") (identifier "param_9")) (, ",") (parameter_declaration "char param_10" (primitive_type "char") (identifier "param_10")) (, ",") (parameter_declaration "undefined1 param_11" (type_identifier "undefined1") (identifier "param_11")) (, ",") (parameter_declaration "byte param_12" (type_identifier "byte") (identifier "param_12")) () ")"))) (compound_statement "{\n param_1[1] = param_3;\n *param_1 = param_2;\n param_1[2] = param_4;\n *(undefined8 *)((long)param_1 + 0x1c) = 0;\n *(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;\n *(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;\n *(undefined8 *)((long)param_1 + 0x2c) = 0;\n *(undefined4 *)(param_1 + 8) = param_5;\n *(undefined4 *)((long)param_1 + 0x44) = param_6;\n *(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';\n *(undefined1 *)(param_1 + 3) = param_11;\n *(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;\n *(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;\n return;\n}" ({ "{") (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "param_1[2] = param_4;" (assignment_expression "param_1[2] = param_4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x1c) = 0;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x1c) = 0" (pointer_expression "*(undefined8 *)((long)param_1 + 0x1c)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x1c)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1c)" (( "(") (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff" (pointer_expression "*(undefined8 *)((long)param_1 + 0x24)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x24)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x24)" (( "(") (binary_expression "(long)param_1 + 0x24" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (number_literal "0xffffffffffffffff")) (; ";")) (expression_statement "*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;" (assignment_expression "*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4" (pointer_expression "*(byte *)(param_1 + 7)" (* "*") (cast_expression "(byte *)(param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "param_7 & 0xf | param_8 << 4" (binary_expression "param_7 & 0xf" (identifier "param_7") (& "&") (number_literal "0xf")) (| "|") (binary_expression "param_8 << 4" (identifier "param_8") (<< "<<") (number_literal "4")))) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + 0x2c) = 0;" (assignment_expression "*(undefined8 *)((long)param_1 + 0x2c) = 0" (pointer_expression "*(undefined8 *)((long)param_1 + 0x2c)" (* "*") (cast_expression "(undefined8 *)((long)param_1 + 0x2c)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x2c)" (( "(") (binary_expression "(long)param_1 + 0x2c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 8) = param_5;" (assignment_expression "*(undefined4 *)(param_1 + 8) = param_5" (pointer_expression "*(undefined4 *)(param_1 + 8)" (* "*") (cast_expression "(undefined4 *)(param_1 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_5")) (; ";")) (expression_statement "*(undefined4 *)((long)param_1 + 0x44) = param_6;" (assignment_expression "*(undefined4 *)((long)param_1 + 0x44) = param_6" (pointer_expression "*(undefined4 *)((long)param_1 + 0x44)" (* "*") (cast_expression "(undefined4 *)((long)param_1 + 0x44)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x44)" (( "(") (binary_expression "(long)param_1 + 0x44" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x44")) () ")")))) (= "=") (identifier "param_6")) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';" (assignment_expression "*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04'" (pointer_expression "*(byte *)((long)param_1 + 0x39)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x39)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x39)" (( "(") (binary_expression "(long)param_1 + 0x39" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x39")) () ")")))) (= "=") (binary_expression "param_9 & 3 | param_10 * '\x04'" (binary_expression "param_9 & 3" (identifier "param_9") (& "&") (number_literal "3")) (| "|") (binary_expression "param_10 * '\x04'" (identifier "param_10") (* "*") (char_literal "'\x04'" (' "'") (escape_sequence "\x04") (' "'"))))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 3) = param_11;" (assignment_expression "*(undefined1 *)(param_1 + 3) = param_11" (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")) () ")")))) (= "=") (identifier "param_11")) (; ";")) (expression_statement "*(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;" (assignment_expression "*(ulong *)((long)param_1 + 0x34) =\n *(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000" (pointer_expression "*(ulong *)((long)param_1 + 0x34)" (* "*") (cast_expression "(ulong *)((long)param_1 + 0x34)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x34)" (( "(") (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x34")) () ")")))) (= "=") (binary_expression "*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000" (binary_expression "*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000" (pointer_expression "*(ulong *)((long)param_1 + 0x34)" (* "*") (cast_expression "(ulong *)((long)param_1 + 0x34)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x34)" (( "(") (binary_expression "(long)param_1 + 0x34" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x34")) () ")")))) (& "&") (number_literal "0x200ffff00000000")) (| "|") (number_literal "0x4081000000000000"))) (; ";")) (expression_statement "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'\n ;" (assignment_expression "*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'" (binary_expression "*(byte *)((long)param_1 + 0x3c) & 0xe0" (pointer_expression "*(byte *)((long)param_1 + 0x3c)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x3c)" (( "(") (binary_expression "(long)param_1 + 0x3c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "0xe0")) (| "|") (binary_expression "(param_12 & 1) * '\x04'" (parenthesized_expression "(param_12 & 1)" (( "(") (binary_expression "param_12 & 1" (identifier "param_12") (& "&") (number_literal "1")) () ")")) (* "*") (char_literal "'\x04'" (' "'") (escape_sequence "\x04") (' "'"))))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Enum "STT": Some values do not have unique names */
/* WARNING: Enum "STB": Some values do not have unique names */
/* DWARF original prototype: void init_output_data(Sized_symbol<32> * this, char * name, char *
version, Output_data * od, Value_type value, Size_type symsize, STT type, STB binding, STV
visibility, uchar nonvis, bool offset_is_from_end, bool is_predefined) */
void __thiscall
gold::type_1<32>::function_1
(type_1<32> *this,char *name,char *version,type_2 *od,type_3 value,
type_4 symsize,type_5 type,type_6 binding,type_7 visibility,type_8 var_3,bool offset_is_from_end
,bool var_4)
{
(this->super_Symbol).version_ = version;
(this->super_Symbol).name_ = name;
(this->super_Symbol).u1_.output_data = od;
(this->super_Symbol).symtab_index_ = 0;
(this->super_Symbol).dynsym_index_ = 0;
(this->super_Symbol).plt_offset_ = 0xffffffff;
(this->super_Symbol).got_offsets_.got_type_ = 0xffffffff;
(this->super_Symbol).field_0x38 = (type_9)type & var_1 | (type_9)binding << 4;
*(type_10 *)&(this->super_Symbol).got_offsets_.got_offset_ = 0;
this->value_ = value;
this->symsize_ = symsize;
(this->super_Symbol).field_0x39 = (type_9)visibility & var_2 | var_3 * '\x04';
(this->super_Symbol).u2_.offset_is_from_end = offset_is_from_end;
*(type_11 *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) =
*(type_11 *)((long)&(this->super_Symbol).got_offsets_.got_next_ + 4) & 0x200ffff00000000 |
0x4081000000000000;
(this->super_Symbol).field_0x3c = (this->super_Symbol).field_0x3c & 0xe0 | var_4 * '\x04';
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: (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: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (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))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (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: (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: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (char_literal (escape_sequence)))))) (return_statement))))
| null |
void MASKED(undefined8 *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5,undefined4 param_6,byte param_7,char param_8,byte param_9,
char param_10,undefined1 param_11,byte param_12)
{
param_1[1] = param_3;
*param_1 = param_2;
param_1[2] = param_4;
*(undefined8 *)((long)param_1 + 0x1c) = 0;
*(undefined8 *)((long)param_1 + 0x24) = 0xffffffffffffffff;
*(byte *)(param_1 + 7) = param_7 & 0xf | param_8 << 4;
*(undefined8 *)((long)param_1 + 0x2c) = 0;
*(undefined4 *)(param_1 + 8) = param_5;
*(undefined4 *)((long)param_1 + 0x44) = param_6;
*(byte *)((long)param_1 + 0x39) = param_9 & 3 | param_10 * '\x04';
*(undefined1 *)(param_1 + 3) = param_11;
*(ulong *)((long)param_1 + 0x34) =
*(ulong *)((long)param_1 + 0x34) & 0x200ffff00000000 | 0x4081000000000000;
*(byte *)((long)param_1 + 0x3c) = *(byte *)((long)param_1 + 0x3c) & 0xe0 | (param_12 & 1) * '\x04'
;
return;
}
|
10644_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
|
next_is_type_qual.isra.2
|
FUN_0035ba50
|
uint next_is_type_qual_isra_2(char *param_1)
{
byte bVar1;
bVar1 = *param_1 + 0xb5;
if (bVar1 < 0x28) {
return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;
}
if (*param_1 != 'D') {
return 0;
}
return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);
}
|
uint FUN_0035ba50(char *param_1)
{
byte bVar1;
bVar1 = *param_1 + 0xb5;
if (bVar1 < 0x28) {
return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;
}
if (*param_1 != 'D') {
return 0;
}
return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);
}
|
MOVZX EAX,byte ptr [RDI]
LEA ECX,[RAX + -0x4b]
CMP CL,0x27
JBE 0x0035ba68
CMP AL,0x44
JZ 0x0035ba80
XOR EAX,EAX
RET
MOV RAX,0x8000000801
SHR RAX,CL
AND EAX,0x1
RET
MOVZX EDX,byte ptr [RDI + 0x1]
LEA EAX,[RDX + -0x77]
CMP AL,0x1
SETBE AL
AND EDX,0xffffffdf
CMP DL,0x4f
SETZ DL
OR EAX,EDX
MOVZX EAX,AL
RET
| null | null | null | null |
[(u'INT_LESS_-1205159215', u'BOOL_OR_-1205158991'), ('tmp_543', u'PTRADD_-1205159190'), (u'PTRADD_-1205159190', u'LOAD_-1205159252'), ('const-1', u'INT_AND_-1205159145'), (u'INT_AND_-1205159026', u'INT_EQUAL_-1205159196'), ('const-63', u'INT_AND_-1205159187'), (u'SUBPIECE_-1205159064', u'INT_AND_-1205159145'), ('const-1', u'PTRADD_-1205159190'), ('const-0', u'RETURN_-1205159166'), (u'INT_LESS_-1205159304', u'CBRANCH_-1205159313'), (u'INT_RIGHT_-1205159182', u'SUBPIECE_-1205159064'), ('const-0', u'COPY_-1205159070'), ('const-223', u'INT_AND_-1205159026'), ('const-2', u'INT_LESS_-1205159215'), ('const-79', u'INT_EQUAL_-1205159196'), (u'INT_ADD_-1205159044', u'CAST_-1205158964'), (u'INT_ADD_-1205159319', u'INT_AND_-1205159187'), ('const-433', u'LOAD_-1205159342'), (u'LOAD_-1205159252', u'INT_AND_-1205159026'), (u'INT_EQUAL_-1205159196', u'BOOL_OR_-1205158991'), (u'INT_AND_-1205159187', u'INT_RIGHT_-1205159182'), ('const-1', u'PTRADD_-1205159190'), ('const-181', u'INT_ADD_-1205159319'), ('const-0', u'RETURN_-1205159277'), (u'INT_NOTEQUAL_-1205159299', u'CBRANCH_-1205159299'), (u'BOOL_OR_-1205158991', u'INT_ZEXT_-1205159058'), ('const-549755815937', u'INT_RIGHT_-1205159182'), ('tmp_543', u'LOAD_-1205159342'), ('const-68', u'INT_NOTEQUAL_-1205159299'), (u'LOAD_-1205159342', u'INT_NOTEQUAL_-1205159299'), (u'COPY_-1205159050', u'RETURN_-1205159149'), (u'COPY_-1205159015', u'RETURN_-1205159166'), ('const-40', u'INT_LESS_-1205159304'), ('tmp_74', u'CBRANCH_-1205159299'), (u'INT_ZEXT_-1205159058', u'COPY_-1205159015'), ('const-0', u'RETURN_-1205159149'), (u'LOAD_-1205159252', u'INT_ADD_-1205159044'), ('const-433', u'LOAD_-1205159252'), (u'COPY_-1205159070', u'RETURN_-1205159277'), ('tmp_46', u'CBRANCH_-1205159313'), ('const-0', u'SUBPIECE_-1205159064'), (u'INT_AND_-1205159145', u'COPY_-1205159050'), (u'CAST_-1205158964', u'INT_LESS_-1205159215'), (u'LOAD_-1205159342', u'INT_ADD_-1205159319'), (u'INT_ADD_-1205159319', u'INT_LESS_-1205159304'), ('const-137', u'INT_ADD_-1205159044')]
|
[(u'INT_LESS_-1205159215', u'BOOL_OR_-1205158991'), ('tmp_543', u'PTRADD_-1205159190'), (u'PTRADD_-1205159190', u'LOAD_-1205159252'), ('const-1', u'INT_AND_-1205159145'), (u'INT_AND_-1205159026', u'INT_EQUAL_-1205159196'), ('const-63', u'INT_AND_-1205159187'), (u'SUBPIECE_-1205159064', u'INT_AND_-1205159145'), ('const-1', u'PTRADD_-1205159190'), ('const-0', u'RETURN_-1205159166'), (u'INT_LESS_-1205159304', u'CBRANCH_-1205159313'), (u'INT_RIGHT_-1205159182', u'SUBPIECE_-1205159064'), ('const-0', u'COPY_-1205159070'), ('const-223', u'INT_AND_-1205159026'), ('const-2', u'INT_LESS_-1205159215'), ('const-79', u'INT_EQUAL_-1205159196'), (u'INT_ADD_-1205159044', u'CAST_-1205158964'), (u'INT_ADD_-1205159319', u'INT_AND_-1205159187'), ('const-433', u'LOAD_-1205159342'), (u'LOAD_-1205159252', u'INT_AND_-1205159026'), (u'INT_EQUAL_-1205159196', u'BOOL_OR_-1205158991'), (u'INT_AND_-1205159187', u'INT_RIGHT_-1205159182'), ('const-1', u'PTRADD_-1205159190'), ('const-181', u'INT_ADD_-1205159319'), ('const-0', u'RETURN_-1205159277'), (u'INT_NOTEQUAL_-1205159299', u'CBRANCH_-1205159299'), (u'BOOL_OR_-1205158991', u'INT_ZEXT_-1205159058'), ('const-549755815937', u'INT_RIGHT_-1205159182'), ('tmp_543', u'LOAD_-1205159342'), ('const-68', u'INT_NOTEQUAL_-1205159299'), (u'LOAD_-1205159342', u'INT_NOTEQUAL_-1205159299'), (u'COPY_-1205159050', u'RETURN_-1205159149'), (u'COPY_-1205159015', u'RETURN_-1205159166'), ('const-40', u'INT_LESS_-1205159304'), ('tmp_74', u'CBRANCH_-1205159299'), (u'INT_ZEXT_-1205159058', u'COPY_-1205159015'), ('const-0', u'RETURN_-1205159149'), (u'LOAD_-1205159252', u'INT_ADD_-1205159044'), ('const-433', u'LOAD_-1205159252'), (u'COPY_-1205159070', u'RETURN_-1205159277'), ('tmp_46', u'CBRANCH_-1205159313'), ('const-0', u'SUBPIECE_-1205159064'), (u'INT_AND_-1205159145', u'COPY_-1205159050'), (u'CAST_-1205158964', u'INT_LESS_-1205159215'), (u'LOAD_-1205159342', u'INT_ADD_-1205159319'), (u'INT_ADD_-1205159319', u'INT_LESS_-1205159304'), ('const-137', u'INT_ADD_-1205159044')]
| null | null |
0035ba50
|
x64
|
O2
|
(translation_unit "uint FUN_0035ba50(char *param_1)\n\n{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}\n\n" (function_definition "uint FUN_0035ba50(char *param_1)\n\n{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" type_identifier (function_declarator "FUN_0035ba50(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (expression_statement "bVar1 = *param_1 + 0xb5;" (assignment_expression "bVar1 = *param_1 + 0xb5" identifier = (binary_expression "*param_1 + 0xb5" (pointer_expression "*param_1" * identifier) + number_literal)) ;) (if_statement "if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" if (parenthesized_expression "(bVar1 < 0x28)" ( (binary_expression "bVar1 < 0x28" identifier < number_literal) )) (compound_statement "{\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" { (return_statement "return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;" return (binary_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1" (call_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x8000000801 >> (bVar1 & 0x3f))" ( (binary_expression "0x8000000801 >> (bVar1 & 0x3f)" number_literal >> (parenthesized_expression "(bVar1 & 0x3f)" ( (binary_expression "bVar1 & 0x3f" identifier & number_literal) ))) ))) & number_literal) ;) })) (if_statement "if (*param_1 != 'D') {\n return 0;\n }" if (parenthesized_expression "(*param_1 != 'D')" ( (binary_expression "*param_1 != 'D'" (pointer_expression "*param_1" * identifier) != (char_literal "'D'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (return_statement "return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);" return (call_expression "(uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" ( (binary_expression "(byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f" (binary_expression "(byte)(param_1[1] + 0x89U) < 2" (call_expression "(byte)(param_1[1] + 0x89U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(param_1[1] + 0x89U)" ( (binary_expression "param_1[1] + 0x89U" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))) < number_literal) || (binary_expression "(param_1[1] & 0xdfU) == 0x4f" (parenthesized_expression "(param_1[1] & 0xdfU)" ( (binary_expression "param_1[1] & 0xdfU" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) )) == number_literal)) ))) ;) })))
|
(translation_unit "uint next_is_type_qual_isra_2(char *param_1)\n\n{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}\n\n" (function_definition "uint next_is_type_qual_isra_2(char *param_1)\n\n{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" type_identifier (function_declarator "next_is_type_qual_isra_2(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (expression_statement "bVar1 = *param_1 + 0xb5;" (assignment_expression "bVar1 = *param_1 + 0xb5" identifier = (binary_expression "*param_1 + 0xb5" (pointer_expression "*param_1" * identifier) + number_literal)) ;) (if_statement "if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" if (parenthesized_expression "(bVar1 < 0x28)" ( (binary_expression "bVar1 < 0x28" identifier < number_literal) )) (compound_statement "{\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" { (return_statement "return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;" return (binary_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1" (call_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x8000000801 >> (bVar1 & 0x3f))" ( (binary_expression "0x8000000801 >> (bVar1 & 0x3f)" number_literal >> (parenthesized_expression "(bVar1 & 0x3f)" ( (binary_expression "bVar1 & 0x3f" identifier & number_literal) ))) ))) & number_literal) ;) })) (if_statement "if (*param_1 != 'D') {\n return 0;\n }" if (parenthesized_expression "(*param_1 != 'D')" ( (binary_expression "*param_1 != 'D'" (pointer_expression "*param_1" * identifier) != (char_literal "'D'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (return_statement "return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);" return (call_expression "(uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" ( (binary_expression "(byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f" (binary_expression "(byte)(param_1[1] + 0x89U) < 2" (call_expression "(byte)(param_1[1] + 0x89U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(param_1[1] + 0x89U)" ( (binary_expression "param_1[1] + 0x89U" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))) < number_literal) || (binary_expression "(param_1[1] & 0xdfU) == 0x4f" (parenthesized_expression "(param_1[1] & 0xdfU)" ( (binary_expression "param_1[1] & 0xdfU" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) )) == number_literal)) ))) ;) })))
|
(translation_unit "uint FUN_0035ba50(char *param_1)\n\n{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}\n\n" (function_definition "uint FUN_0035ba50(char *param_1)\n\n{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" type_identifier (function_declarator "FUN_0035ba50(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (expression_statement "bVar1 = *param_1 + 0xb5;" (assignment_expression "bVar1 = *param_1 + 0xb5" identifier = (binary_expression "*param_1 + 0xb5" (pointer_expression "*param_1" * identifier) + number_literal)) ;) (if_statement "if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" if (parenthesized_expression "(bVar1 < 0x28)" ( (binary_expression "bVar1 < 0x28" identifier < number_literal) )) (compound_statement "{\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" { (return_statement "return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;" return (binary_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1" (call_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x8000000801 >> (bVar1 & 0x3f))" ( (binary_expression "0x8000000801 >> (bVar1 & 0x3f)" number_literal >> (parenthesized_expression "(bVar1 & 0x3f)" ( (binary_expression "bVar1 & 0x3f" identifier & number_literal) ))) ))) & number_literal) ;) })) (if_statement "if (*param_1 != 'D') {\n return 0;\n }" if (parenthesized_expression "(*param_1 != 'D')" ( (binary_expression "*param_1 != 'D'" (pointer_expression "*param_1" * identifier) != (char_literal "'D'" ' character ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (return_statement "return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);" return (call_expression "(uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" ( (binary_expression "(byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f" (binary_expression "(byte)(param_1[1] + 0x89U) < 2" (call_expression "(byte)(param_1[1] + 0x89U)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(param_1[1] + 0x89U)" ( (binary_expression "param_1[1] + 0x89U" (subscript_expression "param_1[1]" identifier [ number_literal ]) + number_literal) ))) < number_literal) || (binary_expression "(param_1[1] & 0xdfU) == 0x4f" (parenthesized_expression "(param_1[1] & 0xdfU)" ( (binary_expression "param_1[1] & 0xdfU" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) )) == number_literal)) ))) ;) })))
|
(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 = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (return_statement return (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT >> (parenthesized_expression ( (binary_expression IDENT & LIT) ))) ))) & LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' character ')) )) (compound_statement { (return_statement return LIT ;) })) (return_statement return (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) < LIT) || (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) )) == LIT)) ))) ;) })))
|
(function_definition "uint FUN_0035ba50(char *param_1)\n\n{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" (type_identifier "uint") (function_declarator "FUN_0035ba50(char *param_1)" (identifier "FUN_0035ba50") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n byte bVar1;\n \n bVar1 = *param_1 + 0xb5;\n if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }\n if (*param_1 != 'D') {\n return 0;\n }\n return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (expression_statement "bVar1 = *param_1 + 0xb5;" (assignment_expression "bVar1 = *param_1 + 0xb5" (identifier "bVar1") (= "=") (binary_expression "*param_1 + 0xb5" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0xb5"))) (; ";")) (if_statement "if (bVar1 < 0x28) {\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" (if "if") (parenthesized_expression "(bVar1 < 0x28)" (( "(") (binary_expression "bVar1 < 0x28" (identifier "bVar1") (< "<") (number_literal "0x28")) () ")")) (compound_statement "{\n return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;\n }" ({ "{") (return_statement "return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;" (return "return") (binary_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1" (call_expression "(uint)(0x8000000801 >> (bVar1 & 0x3f))" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0x8000000801 >> (bVar1 & 0x3f))" (( "(") (binary_expression "0x8000000801 >> (bVar1 & 0x3f)" (number_literal "0x8000000801") (>> ">>") (parenthesized_expression "(bVar1 & 0x3f)" (( "(") (binary_expression "bVar1 & 0x3f" (identifier "bVar1") (& "&") (number_literal "0x3f")) () ")"))) () ")"))) (& "&") (number_literal "1")) (; ";")) (} "}"))) (if_statement "if (*param_1 != 'D') {\n return 0;\n }" (if "if") (parenthesized_expression "(*param_1 != 'D')" (( "(") (binary_expression "*param_1 != 'D'" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (char_literal "'D'" (' "'") (character "D") (' "'"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (return_statement "return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);" (return "return") (call_expression "(uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f)" (( "(") (binary_expression "(byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f" (binary_expression "(byte)(param_1[1] + 0x89U) < 2" (call_expression "(byte)(param_1[1] + 0x89U)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(param_1[1] + 0x89U)" (( "(") (binary_expression "param_1[1] + 0x89U" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (number_literal "0x89U")) () ")"))) (< "<") (number_literal "2")) (|| "||") (binary_expression "(param_1[1] & 0xdfU) == 0x4f" (parenthesized_expression "(param_1[1] & 0xdfU)" (( "(") (binary_expression "param_1[1] & 0xdfU" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0xdfU")) () ")")) (== "==") (number_literal "0x4f"))) () ")"))) (; ";")) (} "}")))
|
type_1 function_1(char *param_1)
{
type_2 var_1;
var_1 = *param_1 + 0xb5;
if (var_1 < 0x28) {
return (type_1)(0x8000000801 >> (var_1 & 0x3f)) & 1;
}
if (*param_1 != 'D') {
return 0;
}
return (type_1)((type_2)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (return_statement (number_literal)))) (return_statement (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (number_literal)))))))))
| null |
uint MASKED(char *param_1)
{
byte bVar1;
bVar1 = *param_1 + 0xb5;
if (bVar1 < 0x28) {
return (uint)(0x8000000801 >> (bVar1 & 0x3f)) & 1;
}
if (*param_1 != 'D') {
return 0;
}
return (uint)((byte)(param_1[1] + 0x89U) < 2 || (param_1[1] & 0xdfU) == 0x4f);
}
|
5264_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
|
add_absolute
|
FUN_002264b0
|
/* DWARF original prototype: void add_absolute(Output_data_reloc<4,_true,_64,_true> * this, uint
type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_true>::add_absolute
(Output_data_reloc<4,_true,_64,_true> *this,uint type,Output_data *od,Address address,
Addend addend)
{
Output_reloc_type OStack_58;
Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_58.rel_,type,od,address,false);
OStack_58.addend_ = addend;
Output_data_reloc_base<4,_true,_64,_true>::add
(&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_58);
return;
}
|
void FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5)
{
undefined1 auStack_58 [40];
undefined8 local_30;
FUN_00205a10(auStack_58);
local_30 = param_5;
FUN_00225c20(param_1,param_3,auStack_58);
return;
}
|
PUSH R13
MOV R13,R8
XOR R8D,R8D
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,RDX
SUB RSP,0x38
MOV RBP,RSP
MOV RDI,RBP
CALL 0x00205a10
MOV RDX,RBP
MOV RSI,RBX
MOV RDI,R12
MOV qword ptr [RSP + 0x28],R13
CALL 0x00225c20
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
RET
| null | null | null | null |
[('tmp_209', u'CALL_-1203936007'), ('const-0', u'RETURN_-1203935933'), ('const-0', u'CALL_-1203936007'), ('const-0', u'PTRSUB_-1203935838'), ('const--88', u'PTRSUB_-1203935851'), ('const--88', u'PTRSUB_-1203935850'), (u'PTRSUB_-1203935850', u'CALL_-1203935979'), ('tmp_210', u'COPY_-1203935885'), ('tmp_206', u'PTRSUB_-1203935818'), ('tmp_330', u'PTRSUB_-1203935851'), ('const-0', u'PTRSUB_-1203935818'), (u'PTRSUB_-1203935851', u'PTRSUB_-1203935838'), ('tmp_207', u'CALL_-1203936007'), (u'CALL_-1203935979', u'INDIRECT_-1203935838'), ('tmp_208', u'CALL_-1203936007'), (u'PTRSUB_-1203935838', u'CALL_-1203936007'), (u'PTRSUB_-1203935818', u'CALL_-1203935979'), ('tmp_330', u'PTRSUB_-1203935850'), ('tmp_208', u'CALL_-1203935979')]
|
[('tmp_315', u'COPY_-1203935892'), ('const-0', u'RETURN_-1203935933'), (u'PTRSUB_-1203935858', u'CALL_-1203936007'), ('const--88', u'PTRSUB_-1203935857'), ('tmp_318', u'CALL_-1203935979'), ('tmp_314', u'PTRSUB_-1203935858'), (u'CALL_-1203935979', u'INDIRECT_-1203935845'), (u'PTRSUB_-1203935857', u'CALL_-1203935979'), ('tmp_314', u'PTRSUB_-1203935857'), ('tmp_321', u'CALL_-1203935979'), ('const--88', u'PTRSUB_-1203935858')]
| null | null |
002264b0
|
x64
|
O2
|
(translation_unit "void FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}\n\n" (function_definition "void FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}" primitive_type (function_declarator "FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" ( (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) ))) (compound_statement "{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}" { (declaration "undefined1 auStack_58 [40];" type_identifier (array_declarator "auStack_58 [40]" identifier [ number_literal ]) ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (expression_statement "FUN_00205a10(auStack_58);" (call_expression "FUN_00205a10(auStack_58)" identifier (argument_list "(auStack_58)" ( identifier ))) ;) (expression_statement "local_30 = param_5;" (assignment_expression "local_30 = param_5" identifier = identifier) ;) (expression_statement "FUN_00225c20(param_1,param_3,auStack_58);" (call_expression "FUN_00225c20(param_1,param_3,auStack_58)" identifier (argument_list "(param_1,param_3,auStack_58)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void add_absolute(Output_data_reloc<4,_true,_64,_true> * this, uint\n type, Output_data * od, Address address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_true,_64,_true>::add_absolute\n (Output_data_reloc<4,_true,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)\n\n{\n Output_reloc_type OStack_58;\n \n Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_58.rel_,type,od,address,false);\n OStack_58.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_58);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<4,_true,_64,_true>::add_absolute\n (Output_data_reloc<4,_true,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend 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_absolute\n (Output_data_reloc<4,_true,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)\n\n{\n Output_reloc_type" identifier > : : (function_declarator "add_absolute\n (Output_data_reloc<4,_true,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)" identifier (parameter_list "(Output_data_reloc<4,_true,_64,_true> *this,uint type,Output_data *od,Address address,\n Addend addend)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "Addend addend" type_identifier identifier) ))) { identifier) identifier ;) (expression_statement "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_58.rel_,type,od,address,false);" (update_expression "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_58.rel_,type,od,address,false)" (binary_expression "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_58.rel_,type,od,address,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_true,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc(&OStack_58.rel_,type,od,address,false)" identifier (argument_list "(&OStack_58.rel_,type,od,address,false)" ( (pointer_expression "&OStack_58.rel_" & (field_expression "OStack_58.rel_" identifier . field_identifier)) , identifier , identifier , identifier , false )))) --) ;) (expression_statement "OStack_58.addend_ = addend;" (assignment_expression "OStack_58.addend_ = addend" (field_expression "OStack_58.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_58);" (update_expression "Output_data_reloc_base<4,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_58)" (binary_expression "Output_data_reloc_base<4,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_58)" (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_58)" identifier (argument_list "(&this->super_Output_data_reloc_base<4,_true,_64,_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 ;) (ERROR "}" }))
|
(translation_unit "void FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}\n\n" (function_definition "void FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}" primitive_type (function_declarator "FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" ( (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) ))) (compound_statement "{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}" { (declaration "undefined1 auStack_58 [40];" type_identifier (array_declarator "auStack_58 [40]" identifier [ number_literal ]) ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (expression_statement "FUN_00205a10(auStack_58);" (call_expression "FUN_00205a10(auStack_58)" identifier (argument_list "(auStack_58)" ( identifier ))) ;) (expression_statement "local_30 = param_5;" (assignment_expression "local_30 = param_5" identifier = identifier) ;) (expression_statement "FUN_00225c20(param_1,param_3,auStack_58);" (call_expression "FUN_00225c20(param_1,param_3,auStack_58)" identifier (argument_list "(param_1,param_3,auStack_58)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (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_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)\n\n{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002264b0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" (identifier "FUN_002264b0") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5)" (( "(") (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")) () ")"))) (compound_statement "{\n undefined1 auStack_58 [40];\n undefined8 local_30;\n \n FUN_00205a10(auStack_58);\n local_30 = param_5;\n FUN_00225c20(param_1,param_3,auStack_58);\n return;\n}" ({ "{") (declaration "undefined1 auStack_58 [40];" (type_identifier "undefined1") (array_declarator "auStack_58 [40]" (identifier "auStack_58") ([ "[") (number_literal "40") (] "]")) (; ";")) (declaration "undefined8 local_30;" (type_identifier "undefined8") (identifier "local_30") (; ";")) (expression_statement "FUN_00205a10(auStack_58);" (call_expression "FUN_00205a10(auStack_58)" (identifier "FUN_00205a10") (argument_list "(auStack_58)" (( "(") (identifier "auStack_58") () ")"))) (; ";")) (expression_statement "local_30 = param_5;" (assignment_expression "local_30 = param_5" (identifier "local_30") (= "=") (identifier "param_5")) (; ";")) (expression_statement "FUN_00225c20(param_1,param_3,auStack_58);" (call_expression "FUN_00225c20(param_1,param_3,auStack_58)" (identifier "FUN_00225c20") (argument_list "(param_1,param_3,auStack_58)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "auStack_58") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void add_absolute(Output_data_reloc<4,_true,_64,_true> * this, uint
type, Output_data * od, Address address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_true,_64,_true>::add_absolute
(Output_data_reloc<4,_true,_64,_true> *this,uint type,Output_data *od,Address address,
Addend addend)
{
Output_reloc_type OStack_58;
var_1<9,_true,_64,_true>::var_1(&OStack_58.rel_,type,od,address,false);
OStack_58.addend_ = addend;
var_2<4,_true,_64,_true>::var_3
(&this->super_Output_data_reloc_base<4,_true,_64,_true>,od,&OStack_58);
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)))) body: (compound_statement (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 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5)
{
undefined1 auStack_58 [40];
undefined8 local_30;
FUN_00205a10(auStack_58);
local_30 = param_5;
FUN_00225c20(param_1,param_3,auStack_58);
return;
}
|
9838_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
|
_M_am_pm_format
|
FUN_00326a80
|
/* std::__timepunct<wchar_t>::_M_am_pm_format(wchar_t const*) const */
void std::__timepunct<wchar_t>::_M_am_pm_format(wchar_t *param_1)
{
return;
}
|
void FUN_00326a80(void)
{
return;
}
|
RET
| null | null | null | null |
[('const-0', u'RETURN_-1204983156')]
|
[('const-0', u'RETURN_-1204983156')]
| null | null |
00326a80
|
x64
|
O2
|
(translation_unit "void FUN_00326a80(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00326a80(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00326a80(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
|
(translation_unit "/* std::__timepunct<wchar_t>::_M_am_pm_format(wchar_t const*) const */\n\nvoid std::__timepunct<wchar_t>::_M_am_pm_format(wchar_t *param_1)\n\n{\n return;\n}\n\n" comment (function_definition "void std::__timepunct<wchar_t>::_M_am_pm_format(wchar_t *param_1)\n\n{\n return;\n}" primitive_type (ERROR "std::__timepunct<wchar_t>::" identifier : : identifier < identifier > : :) (function_declarator "_M_am_pm_format(wchar_t *param_1)" identifier (parameter_list "(wchar_t *param_1)" ( (parameter_declaration "wchar_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00326a80(void)\n\n{\n return;\n}\n\n" (function_definition "void FUN_00326a80(void)\n\n{\n return;\n}" primitive_type (function_declarator "FUN_00326a80(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_00326a80(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "FUN_00326a80(void)" (identifier "FUN_00326a80") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::__timepunct<wchar_t>::_M_am_pm_format(wchar_t const*) const */
void std::__timepunct<type_1>::function_1(type_1 *param_1)
{
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
| null |
void MASKED(void)
{
return;
}
|
9886_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
write_to_buffer
|
FUN_0043dc40
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void write_to_buffer(Stringpool_template<short_unsigned_int> * this,
uchar * buffer, section_size_type bufsize) */
void __thiscall
gold::Stringpool_template<short_unsigned_int>::write_to_buffer
(Stringpool_template<short_unsigned_int> *this,uchar *buffer,section_size_type bufsize)
{
_Hash_node_base *p_Var1;
long lVar2;
undefined1 *puVar3;
size_t __n;
if (this->strtab_size_ == 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer");
}
if (bufsize < this->strtab_size_) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer");
}
if (this->zero_null_ != false) {
*buffer = '\0';
}
p_Var1 = (this->string_set_)._M_h._M_before_begin._M_nxt;
while( true ) {
if (p_Var1 == (_Hash_node_base *)0x0) {
return;
}
puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7);
__n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2);
lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.
super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>
._M_impl._M_start[(ulong)puVar3 >> 0xd].
super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start
+ (ulong)((uint)puVar3 & 0x1fff) * 8);
if (this->strtab_size_ < __n + lVar2) break;
memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n);
p_Var1 = p_Var1->_M_nxt;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/stringpool.cc",0x1e9,"write_to_buffer");
}
|
void FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)
{
undefined8 *puVar1;
long lVar2;
size_t __n;
if (*(ulong *)(param_1 + 0x70) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");
}
if (param_3 < *(ulong *)(param_1 + 0x70)) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");
}
if (*(char *)(param_1 + 0x78) != '\0') {
*param_2 = 0;
}
puVar1 = *(undefined8 **)(param_1 + 0x10);
while( true ) {
if (puVar1 == (undefined8 *)0x0) {
return;
}
__n = (size_t)((int)puVar1[2] * 2 + 2);
lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +
(ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);
if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;
memcpy(param_2 + lVar2,(void *)puVar1[1],__n);
puVar1 = (undefined8 *)*puVar1;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");
}
|
PUSH R12
PUSH RBP
PUSH RBX
MOV RAX,qword ptr [RDI + 0x70]
TEST RAX,RAX
JZ 0x0043dd05
CMP RAX,RDX
JA 0x0043dced
CMP byte ptr [RDI + 0x78],0x0
MOV R12,RDI
MOV RBP,RSI
JNZ 0x0043dcd0
MOV RBX,qword ptr [R12 + 0x10]
TEST RBX,RBX
JZ 0x0043dcc2
MOV RAX,qword ptr [RBX + 0x20]
MOV RSI,qword ptr [R12 + 0x38]
MOV RDX,qword ptr [RBX + 0x10]
SUB RAX,0x1
MOV RCX,RAX
AND EAX,0x1fff
LEA EDX,[RDX + RDX*0x1 + 0x2]
SHR RCX,0xd
MOVSXD RDX,EDX
LEA RCX,[RCX + RCX*0x2]
LEA RCX,[RSI + RCX*0x8]
MOV RCX,qword ptr [RCX]
MOV RDI,qword ptr [RCX + RAX*0x8]
LEA RAX,[RDX + RDI*0x1]
CMP RAX,qword ptr [R12 + 0x70]
JA 0x0043dcd5
MOV RSI,qword ptr [RBX + 0x8]
ADD RDI,RBP
CALL 0x00177aa0
MOV RBX,qword ptr [RBX]
TEST RBX,RBX
JNZ 0x0043dc70
POP RBX
POP RBP
POP R12
RET
MOV byte ptr [RSI],0x0
JMP 0x0043dc66
LEA RDX,[0x581480]
MOV ESI,0x1e9
LEA RDI,[0x58134a]
CALL 0x00352af0
LEA RDX,[0x581480]
MOV ESI,0x1df
LEA RDI,[0x58134a]
CALL 0x00352af0
LEA RDX,[0x581480]
MOV ESI,0x1de
LEA RDI,[0x58134a]
CALL 0x00352af0
| null | null | null | null |
[(u'LOAD_-1201873840', u'INT_EQUAL_-1201873821'), ('const-16', u'PTRSUB_-1201873233'), (u'MULTIEQUAL_-1201873262', u'PTRADD_-1201873227'), (u'LOAD_-1201873577', u'CALL_-1201873552'), ('const-2', u'INT_ADD_-1201873671'), (u'PTRADD_-1201873240', u'PTRSUB_-1201873238'), (u'INT_ADD_-1201873265', u'CAST_-1201873204'), ('const-0', u'SUBPIECE_-1201873373'), (u'PTRSUB_-1201873250', u'LOAD_-1201873764'), (u'PTRSUB_-1201873217', u'LOAD_-1201873734'), ('tmp_133', u'CBRANCH_-1201873765'), (u'PTRSUB_-1201873218', u'PTRSUB_-1201873217'), (u'LOAD_-1201873734', u'PTRADD_-1201873181'), (u'PTRSUB_-1201873252', u'PTRSUB_-1201873236'), (u'PTRSUB_-1201873236', u'PTRSUB_-1201873233'), (u'LOAD_-1201873792', u'INT_NOTEQUAL_-1201873776'), (u'PTRSUB_-1201873233', u'PTRSUB_-1201873250'), (u'CAST_-1201873204', u'SUBPIECE_-1201873373'), ('const-433', u'LOAD_-1201873620'), (u'PTRSUB_-1201873153', u'LOAD_-1201873551'), (u'PTRADD_-1201873227', u'PTRSUB_-1201873225'), ('const-433', u'LOAD_-1201873613'), (u'MULTIEQUAL_-1201873262', u'PTRADD_-1201873168'), ('const-0', u'PTRSUB_-1201873166'), (u'PTRADD_-1201873221', u'PTRSUB_-1201873219'), (u'LOAD_-1201873613', u'PTRADD_-1201873506'), ('const-1', u'PTRADD_-1201873168'), ('const-0', u'PTRSUB_-1201873217'), (u'INT_SEXT_-1201873622', u'CALL_-1201873552'), (u'INT_EQUAL_-1201873744', u'CBRANCH_-1201873742'), (u'MULTIEQUAL_-1201873262', u'INT_EQUAL_-1201873744'), (u'PTRSUB_-1201873265', u'LOAD_-1201873792'), ('const-5772106', u'COPY_-1201873145'), ('const-433', u'LOAD_-1201873734'), ('const-489', u'CALL_-1201873467'), (u'CAST_-1201873205', u'INT_ADD_-1201873265'), (u'INT_MULT_-1201873585', u'INT_ADD_-1201873597'), (u'LOAD_-1201873726', u'SUBPIECE_-1201873269'), ('const-0', u'PTRSUB_-1201873218'), ('const-0', u'PTRSUB_-1201873153'), ('const-5772106', u'COPY_-1201873195'), (u'INT_ADD_-1201873597', u'CAST_-1201873167'), ('const-112', u'PTRSUB_-1201873175'), ('tmp_446', u'CBRANCH_-1201873578'), ('const-433', u'LOAD_-1201873764'), ('const-0', u'PTRSUB_-1201873236'), ('const-2', u'PTRADD_-1201873227'), (u'PTRSUB_-1201873166', u'LOAD_-1201873577'), (u'MULTIEQUAL_-1201873262', u'PTRSUB_-1201873153'), ('tmp_629', u'PTRSUB_-1201873288'), (u'LOAD_-1201873840', u'INT_LESS_-1201873789'), (u'INT_NOTEQUAL_-1201873776', u'CBRANCH_-1201873765'), ('const-433', u'LOAD_-1201873551'), (u'PTRADD_-1201873168', u'PTRSUB_-1201873166'), ('const-0', u'PTRSUB_-1201873220'), ('const-5772416', u'COPY_-1201873192'), ('const-433', u'LOAD_-1201873741'), ('const-433', u'LOAD_-1201873792'), ('tmp_629', u'PTRSUB_-1201873175'), ('const-433', u'LOAD_-1201873726'), (u'PTRSUB_-1201873175', u'LOAD_-1201873599'), ('tmp_630', u'STORE_-1201873491'), ('const-0', u'PTRSUB_-1201873175'), (u'PTRSUB_-1201873175', u'PTRSUB_-1201873174'), ('tmp_630', u'PTRADD_-1201873506'), ('const-4', u'PTRADD_-1201873240'), (u'PTRSUB_-1201873220', u'PTRSUB_-1201873218'), ('tmp_581', u'BRANCH_-1201873486'), ('const-1', u'RETURN_-1201873462'), ('tmp_629', u'PTRSUB_-1201873265'), ('const-0', u'INT_EQUAL_-1201873744'), (u'PTRADD_-1201873181', u'PTRSUB_-1201873175'), ('tmp_629', u'PTRSUB_-1201873252'), (u'INT_ADD_-1201873589', u'INT_LESS_-1201873569'), ('const-478', u'CALL_-1201873400'), (u'PTRSUB_-1201873288', u'LOAD_-1201873840'), (u'CAST_-1201873167', u'LOAD_-1201873613'), ('const-0', u'PTRSUB_-1201873173'), ('const--1', u'PTRADD_-1201873221'), (u'LOAD_-1201873613', u'INT_ADD_-1201873589'), (u'SUBPIECE_-1201873269', u'INT_MULT_-1201873264'), ('const-433', u'LOAD_-1201873577'), ('const-0', u'STORE_-1201873491'), ('const-13', u'INT_RIGHT_-1201873649'), ('const-5772416', u'COPY_-1201873167'), (u'PTRSUB_-1201873233', u'PTRSUB_-1201873232'), ('const-479', u'CALL_-1201873432'), (u'LOAD_-1201873741', u'PTRADD_-1201873221'), (u'PTRSUB_-1201873238', u'LOAD_-1201873741'), (u'COPY_-1201873195', u'CALL_-1201873467'), (u'INT_AND_-1201873676', u'INT_ZEXT_-1201873413'), ('tmp_629', u'PTRSUB_-1201873233'), (u'LOAD_-1201873599', u'INT_LESS_-1201873569'), ('const-8', u'INT_MULT_-1201873585'), (u'SUBPIECE_-1201873373', u'INT_AND_-1201873676'), (u'INT_SEXT_-1201873622', u'INT_ADD_-1201873589'), ('const-433', u'LOAD_-1201873840'), (u'CAST_-1201873204', u'CAST_-1201873187'), ('tmp_56', u'CBRANCH_-1201873819'), (u'INT_RIGHT_-1201873649', u'PTRADD_-1201873181'), ('const-24', u'PTRADD_-1201873181'), ('tmp_631', u'INT_LESS_-1201873789'), ('const-0', u'INT_EQUAL_-1201873821'), (u'PTRSUB_-1201873173', u'LOAD_-1201873620'), (u'MULTIEQUAL_-1201873262', u'PTRADD_-1201873240'), ('const-0', u'PTRSUB_-1201873225'), ('const-0', u'RETURN_-1201873504'), ('const-56', u'PTRSUB_-1201873233'), (u'COPY_-1201873167', u'CALL_-1201873432'), ('const-8', u'PTRADD_-1201873240'), (u'PTRSUB_-1201873174', u'PTRSUB_-1201873173'), (u'INT_LESS_-1201873569', u'CBRANCH_-1201873578'), ('const-0', u'PTRSUB_-1201873238'), ('const-433', u'LOAD_-1201873599'), (u'PTRSUB_-1201873232', u'PTRSUB_-1201873220'), ('const-5772416', u'COPY_-1201873142'), ('const-1', u'RETURN_-1201873427'), ('const-1', u'PTRADD_-1201873506'), (u'CAST_-1201873187', u'INT_RIGHT_-1201873649'), ('const-1', u'RETURN_-1201873395'), ('tmp_167', u'CBRANCH_-1201873742'), ('const-8', u'PTRADD_-1201873227'), (u'LOAD_-1201873764', u'MULTIEQUAL_-1201873262'), (u'INT_EQUAL_-1201873821', u'CBRANCH_-1201873819'), ('const-0', u'PTRSUB_-1201873250'), (u'PTRADD_-1201873506', u'CALL_-1201873552'), ('const-0', u'PTRSUB_-1201873232'), ('const-5772106', u'COPY_-1201873170'), (u'LOAD_-1201873551', u'MULTIEQUAL_-1201873262'), ('tmp_91', u'CBRANCH_-1201873797'), ('const-7', u'INT_ADD_-1201873265'), ('const-0', u'PTRSUB_-1201873174'), ('const-8', u'PTRADD_-1201873221'), ('const-8191', u'INT_AND_-1201873676'), ('const-120', u'PTRSUB_-1201873265'), (u'COPY_-1201873192', u'CALL_-1201873467'), ('const-8', u'PTRADD_-1201873168'), (u'CAST_-1201873168', u'INT_ADD_-1201873597'), ('const-0', u'INT_NOTEQUAL_-1201873776'), (u'LOAD_-1201873620', u'CAST_-1201873168'), (u'INT_ZEXT_-1201873413', u'INT_MULT_-1201873585'), (u'COPY_-1201873170', u'CALL_-1201873432'), ('const-0', u'PTRSUB_-1201873252'), ('const-0', u'PTRSUB_-1201873219'), (u'INT_ADD_-1201873671', u'INT_SEXT_-1201873622'), ('const-433', u'STORE_-1201873491'), (u'PTRSUB_-1201873225', u'LOAD_-1201873726'), (u'COPY_-1201873145', u'CALL_-1201873400'), (u'PTRSUB_-1201873219', u'CAST_-1201873205'), ('const-0', u'SUBPIECE_-1201873269'), (u'COPY_-1201873142', u'CALL_-1201873400'), ('const-112', u'PTRSUB_-1201873288'), ('const-2', u'INT_MULT_-1201873264'), (u'INT_LESS_-1201873789', u'CBRANCH_-1201873797'), (u'INT_MULT_-1201873264', u'INT_ADD_-1201873671')]
|
[(u'LOAD_-1201873840', u'INT_EQUAL_-1201873821'), (u'PTRADD_-1201873248', u'LOAD_-1201873741'), ('const-56', u'INT_ADD_-1201873718'), ('const-24', u'INT_MULT_-1201873597'), (u'MULTIEQUAL_-1201873265', u'PTRADD_-1201873248'), ('tmp_1221', u'INT_ADD_-1201873748'), (u'INT_ADD_-1201873583', u'CAST_-1201873185'), ('tmp_133', u'CBRANCH_-1201873765'), (u'INT_ADD_-1201873609', u'CAST_-1201873202'), (u'LOAD_-1201873792', u'INT_NOTEQUAL_-1201873776'), (u'MULTIEQUAL_-1201873265', u'INT_EQUAL_-1201873744'), (u'LOAD_-1201873764', u'MULTIEQUAL_-1201873265'), ('const-0', u'SUBPIECE_-1201873373'), (u'COPY_-1201873196', u'CALL_-1201873467'), ('const-433', u'LOAD_-1201873620'), ('const-433', u'LOAD_-1201873734'), (u'INT_MULT_-1201873267', u'INT_ADD_-1201873671'), (u'INT_RIGHT_-1201873649', u'INT_MULT_-1201873597'), (u'CAST_-1201873177', u'CALL_-1201873552'), (u'CAST_-1201873267', u'LOAD_-1201873792'), (u'CAST_-1201873194', u'LOAD_-1201873613'), (u'COPY_-1201873174', u'CALL_-1201873432'), ('const-433', u'LOAD_-1201873577'), (u'LOAD_-1201873613', u'PTRADD_-1201873506'), (u'PTRADD_-1201873238', u'LOAD_-1201873726'), (u'INT_SEXT_-1201873622', u'CALL_-1201873552'), ('const-433', u'LOAD_-1201873840'), (u'COPY_-1201873146', u'CALL_-1201873400'), ('const-112', u'INT_ADD_-1201873824'), (u'INT_EQUAL_-1201873744', u'CBRANCH_-1201873742'), (u'MULTIEQUAL_-1201873265', u'LOAD_-1201873551'), (u'INT_MULT_-1201873585', u'INT_ADD_-1201873597'), ('const-478', u'CALL_-1201873400'), (u'INT_SUB_-1201873700', u'SUBPIECE_-1201873373'), (u'LOAD_-1201873741', u'INT_SUB_-1201873700'), (u'INT_ADD_-1201873718', u'CAST_-1201873239'), (u'PTRADD_-1201873184', u'LOAD_-1201873577'), (u'COPY_-1201873171', u'CALL_-1201873432'), (u'LOAD_-1201873620', u'INT_ADD_-1201873597'), ('const-1', u'INT_SUB_-1201873700'), ('tmp_1221', u'INT_ADD_-1201873824'), ('tmp_446', u'CBRANCH_-1201873578'), ('const-8', u'PTRADD_-1201873248'), ('tmp_1225', u'PTRADD_-1201873506'), ('const-433', u'LOAD_-1201873741'), ('const-1', u'PTRADD_-1201873506'), (u'LOAD_-1201873840', u'INT_LESS_-1201873789'), (u'INT_NOTEQUAL_-1201873776', u'CBRANCH_-1201873765'), (u'INT_ADD_-1201873824', u'CAST_-1201873290'), (u'MULTIEQUAL_-1201873265', u'PTRADD_-1201873238'), ('tmp_1221', u'INT_ADD_-1201873583'), ('const-433', u'LOAD_-1201873599'), (u'INT_SUB_-1201873700', u'INT_RIGHT_-1201873649'), ('const-433', u'LOAD_-1201873764'), ('const-5772416', u'COPY_-1201873171'), ('const-2', u'INT_ADD_-1201873671'), ('const-433', u'LOAD_-1201873792'), ('tmp_581', u'BRANCH_-1201873486'), ('const-1', u'RETURN_-1201873462'), ('const-0', u'INT_EQUAL_-1201873744'), (u'INT_ADD_-1201873589', u'INT_LESS_-1201873569'), (u'LOAD_-1201873551', u'CAST_-1201873164'), (u'INT_ADD_-1201873597', u'CAST_-1201873194'), (u'INT_ADD_-1201873748', u'CAST_-1201873254'), (u'LOAD_-1201873613', u'INT_ADD_-1201873589'), (u'CAST_-1201873185', u'LOAD_-1201873599'), ('const-120', u'INT_ADD_-1201873776'), (u'SUBPIECE_-1201873272', u'INT_MULT_-1201873267'), ('const-433', u'STORE_-1201873491'), (u'LOAD_-1201873726', u'SUBPIECE_-1201873272'), ('const-8', u'PTRADD_-1201873184'), ('tmp_1225', u'STORE_-1201873491'), (u'COPY_-1201873149', u'CALL_-1201873400'), (u'INT_AND_-1201873676', u'INT_ZEXT_-1201873413'), ('const-2', u'PTRADD_-1201873238'), ('const-2', u'INT_MULT_-1201873267'), ('const-5772416', u'COPY_-1201873146'), (u'LOAD_-1201873599', u'INT_LESS_-1201873569'), ('const-8', u'INT_MULT_-1201873585'), (u'SUBPIECE_-1201873373', u'INT_AND_-1201873676'), ('tmp_1224', u'INT_LESS_-1201873789'), (u'CAST_-1201873239', u'LOAD_-1201873734'), (u'LOAD_-1201873577', u'CAST_-1201873177'), (u'INT_SEXT_-1201873622', u'INT_ADD_-1201873589'), ('const-0', u'SUBPIECE_-1201873272'), ('const-479', u'CALL_-1201873432'), ('const-5772106', u'COPY_-1201873196'), ('tmp_56', u'CBRANCH_-1201873819'), (u'COPY_-1201873193', u'CALL_-1201873467'), ('const-0', u'INT_EQUAL_-1201873821'), ('const-0', u'RETURN_-1201873504'), ('const-5772106', u'COPY_-1201873149'), ('const-112', u'INT_ADD_-1201873583'), (u'INT_LESS_-1201873569', u'CBRANCH_-1201873578'), ('const-433', u'LOAD_-1201873551'), ('const-0', u'STORE_-1201873491'), ('const-1', u'RETURN_-1201873427'), (u'INT_MULT_-1201873597', u'INT_ADD_-1201873609'), ('const-433', u'LOAD_-1201873613'), ('const-0', u'INT_NOTEQUAL_-1201873776'), ('tmp_1221', u'INT_ADD_-1201873776'), ('const-5772416', u'COPY_-1201873193'), (u'MULTIEQUAL_-1201873265', u'PTRADD_-1201873184'), ('const-5772106', u'COPY_-1201873174'), (u'CAST_-1201873164', u'MULTIEQUAL_-1201873265'), (u'INT_ADD_-1201873776', u'CAST_-1201873267'), ('const-1', u'RETURN_-1201873395'), ('const-16', u'INT_ADD_-1201873748'), ('tmp_167', u'CBRANCH_-1201873742'), ('const-433', u'LOAD_-1201873726'), ('tmp_1221', u'INT_ADD_-1201873718'), ('const-8', u'PTRADD_-1201873238'), (u'INT_EQUAL_-1201873821', u'CBRANCH_-1201873819'), ('const-13', u'INT_RIGHT_-1201873649'), (u'PTRADD_-1201873506', u'CALL_-1201873552'), ('tmp_91', u'CBRANCH_-1201873797'), ('const-8191', u'INT_AND_-1201873676'), (u'CAST_-1201873202', u'LOAD_-1201873620'), (u'LOAD_-1201873734', u'INT_ADD_-1201873609'), ('const-489', u'CALL_-1201873467'), (u'INT_ZEXT_-1201873413', u'INT_MULT_-1201873585'), (u'INT_ADD_-1201873671', u'INT_SEXT_-1201873622'), (u'CAST_-1201873290', u'LOAD_-1201873840'), ('const-4', u'PTRADD_-1201873248'), ('const-1', u'PTRADD_-1201873184'), (u'INT_LESS_-1201873789', u'CBRANCH_-1201873797'), (u'CAST_-1201873254', u'LOAD_-1201873764')]
| null | null |
0043dc40
|
x64
|
O2
|
(translation_unit "void FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}\n\n" (function_definition "void FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" primitive_type (function_declarator "FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)" identifier (parameter_list "(long param_1,undefined1 *param_2,ulong param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined1 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (if_statement "if (*(ulong *)(param_1 + 0x70) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" if (parenthesized_expression "(*(ulong *)(param_1 + 0x70) == 0)" ( (binary_expression "*(ulong *)(param_1 + 0x70) == 0" (pointer_expression "*(ulong *)(param_1 + 0x70)" * (cast_expression "(ulong *)(param_1 + 0x70)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" { comment (expression_statement "FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1de,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })) (if_statement "if (param_3 < *(ulong *)(param_1 + 0x70)) {\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" if (parenthesized_expression "(param_3 < *(ulong *)(param_1 + 0x70))" ( (binary_expression "param_3 < *(ulong *)(param_1 + 0x70)" identifier < (pointer_expression "*(ulong *)(param_1 + 0x70)" * (cast_expression "(ulong *)(param_1 + 0x70)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" { comment (expression_statement "FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1df,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x78) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x78) != '\0'" (pointer_expression "*(char *)(param_1 + 0x78)" * (cast_expression "(char *)(param_1 + 0x78)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_2 = 0;\n }" { (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" * identifier) = number_literal) ;) })) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x10);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x10)" * (cast_expression "(undefined8 **)(param_1 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (while_statement "while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }" { (if_statement "if (puVar1 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "__n = (size_t)((int)puVar1[2] * 2 + 2);" (assignment_expression "__n = (size_t)((int)puVar1[2] * 2 + 2)" identifier = (cast_expression "(size_t)((int)puVar1[2] * 2 + 2)" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "((int)puVar1[2] * 2 + 2)" ( (binary_expression "(int)puVar1[2] * 2 + 2" (binary_expression "(int)puVar1[2] * 2" (cast_expression "(int)puVar1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "puVar1[2]" identifier [ number_literal ])) * number_literal) + number_literal) )))) ;) (expression_statement "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);" (assignment_expression "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" identifier = (pointer_expression "*(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" * (cast_expression "(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" * (cast_expression "(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18" (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 "(puVar1[4] - 1 >> 0xd) * 0x18" (parenthesized_expression "(puVar1[4] - 1 >> 0xd)" ( (binary_expression "puVar1[4] - 1 >> 0xd" (binary_expression "puVar1[4] - 1" (subscript_expression "puVar1[4]" identifier [ number_literal ]) - number_literal) >> number_literal) )) * number_literal)) )))) + (binary_expression "(ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8" (call_expression "(ulong)((uint)(puVar1[4] - 1) & 0x1fff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)(puVar1[4] - 1) & 0x1fff)" ( (binary_expression "(uint)(puVar1[4] - 1) & 0x1fff" (call_expression "(uint)(puVar1[4] - 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(puVar1[4] - 1)" ( (binary_expression "puVar1[4] - 1" (subscript_expression "puVar1[4]" identifier [ number_literal ]) - number_literal) ))) & number_literal) ))) * number_literal)) ))))) ;) (if_statement "if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;" if (parenthesized_expression "(*(ulong *)(param_1 + 0x70) < __n + lVar2)" ( (binary_expression "*(ulong *)(param_1 + 0x70) < __n + lVar2" (pointer_expression "*(ulong *)(param_1 + 0x70)" * (cast_expression "(ulong *)(param_1 + 0x70)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) < (binary_expression "__n + lVar2" identifier + identifier)) )) (break_statement "break;" break ;)) (expression_statement "memcpy(param_2 + lVar2,(void *)puVar1[1],__n);" (call_expression "memcpy(param_2 + lVar2,(void *)puVar1[1],__n)" identifier (argument_list "(param_2 + lVar2,(void *)puVar1[1],__n)" ( (binary_expression "param_2 + lVar2" identifier + identifier) , (cast_expression "(void *)puVar1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[1]" identifier [ number_literal ])) , identifier ))) ;) (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))) ;) })) comment (expression_statement "FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void write_to_buffer(Stringpool_template<short_unsigned_int> * this,\n uchar * buffer, section_size_type bufsize) */\n\nvoid __thiscall\ngold::Stringpool_template<short_unsigned_int>::write_to_buffer\n (Stringpool_template<short_unsigned_int> *this,uchar *buffer,section_size_type bufsize)\n\n{\n _Hash_node_base *p_Var1;\n long lVar2;\n undefined1 *puVar3;\n size_t __n;\n \n if (this->strtab_size_ == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (bufsize < this->strtab_size_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (this->zero_null_ != false) {\n *buffer = '\0';\n }\n p_Var1 = (this->string_set_)._M_h._M_before_begin._M_nxt;\n while( true ) {\n if (p_Var1 == (_Hash_node_base *)0x0) {\n return;\n }\n puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7);\n __n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2);\n lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8);\n if (this->strtab_size_ < __n + lVar2) break;\n memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n);\n p_Var1 = p_Var1->_M_nxt;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}\n\n" comment comment (function_definition "void __thiscall\ngold::Stringpool_template<short_unsigned_int>::write_to_buffer\n (Stringpool_template<short_unsigned_int> *this,uchar *buffer,section_size_type bufsize)\n\n{\n _Hash_node_base *p_Var1;\n long lVar2;\n undefined1 *puVar3;\n size_t __n;\n \n if (this->strtab_size_ == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (bufsize < this->strtab_size_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (this->zero_null_ != false) {\n *buffer = '\0';\n }\n p_Var1 = (this->string_set_)._M_h._M_before_begin._M_nxt;\n while( true ) {\n if (p_Var1 == (_Hash_node_base *)0x0) {\n return;\n }\n puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7);\n __n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2);\n lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8);\n if (this->strtab_size_ < __n + lVar2) break;\n memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n);\n p_Var1 = p_Var1->_M_nxt;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Stringpool_template<short_unsigned_int>::" identifier : : identifier < identifier > : :) (function_declarator "write_to_buffer\n (Stringpool_template<short_unsigned_int> *this,uchar *buffer,section_size_type bufsize)" identifier (parameter_list "(Stringpool_template<short_unsigned_int> *this,uchar *buffer,section_size_type bufsize)" ( (parameter_declaration "Stringpool_template<short_unsigned_int> *this" type_identifier (ERROR "<short_unsigned_int>" < identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uchar *buffer" type_identifier (pointer_declarator "*buffer" * identifier)) , (parameter_declaration "section_size_type bufsize" type_identifier identifier) ))) (compound_statement "{\n _Hash_node_base *p_Var1;\n long lVar2;\n undefined1 *puVar3;\n size_t __n;\n \n if (this->strtab_size_ == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (bufsize < this->strtab_size_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (this->zero_null_ != false) {\n *buffer = '\0';\n }\n p_Var1 = (this->string_set_)._M_h._M_before_begin._M_nxt;\n while( true ) {\n if (p_Var1 == (_Hash_node_base *)0x0) {\n return;\n }\n puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7);\n __n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2);\n lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8);\n if (this->strtab_size_ < __n + lVar2) break;\n memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n);\n p_Var1 = p_Var1->_M_nxt;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" { (declaration "_Hash_node_base *p_Var1;" type_identifier (pointer_declarator "*p_Var1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (if_statement "if (this->strtab_size_ == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" if (parenthesized_expression "(this->strtab_size_ == 0)" ( (binary_expression "this->strtab_size_ == 0" (field_expression "this->strtab_size_" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer");" (call_expression "do_gold_unreachable("../../gold/stringpool.cc",0x1de,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1de,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })) (if_statement "if (bufsize < this->strtab_size_) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" if (parenthesized_expression "(bufsize < this->strtab_size_)" ( (binary_expression "bufsize < this->strtab_size_" identifier < (field_expression "this->strtab_size_" identifier -> field_identifier)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer");" (call_expression "do_gold_unreachable("../../gold/stringpool.cc",0x1df,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1df,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })) (if_statement "if (this->zero_null_ != false) {\n *buffer = '\0';\n }" if (parenthesized_expression "(this->zero_null_ != false)" ( (binary_expression "this->zero_null_ != false" (field_expression "this->zero_null_" identifier -> field_identifier) != false) )) (compound_statement "{\n *buffer = '\0';\n }" { (expression_statement "*buffer = '\0';" (assignment_expression "*buffer = '\0'" (pointer_expression "*buffer" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "p_Var1 = (this->string_set_)._M_h._M_before_begin._M_nxt;" (assignment_expression "p_Var1 = (this->string_set_)._M_h._M_before_begin._M_nxt" identifier = (field_expression "(this->string_set_)._M_h._M_before_begin._M_nxt" (field_expression "(this->string_set_)._M_h._M_before_begin" (field_expression "(this->string_set_)._M_h" (parenthesized_expression "(this->string_set_)" ( (field_expression "this->string_set_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (while_statement "while( true ) {\n if (p_Var1 == (_Hash_node_base *)0x0) {\n return;\n }\n puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7);\n __n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2);\n lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8);\n if (this->strtab_size_ < __n + lVar2) break;\n memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n);\n p_Var1 = p_Var1->_M_nxt;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (p_Var1 == (_Hash_node_base *)0x0) {\n return;\n }\n puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7);\n __n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2);\n lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8);\n if (this->strtab_size_ < __n + lVar2) break;\n memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n);\n p_Var1 = p_Var1->_M_nxt;\n }" { (if_statement "if (p_Var1 == (_Hash_node_base *)0x0) {\n return;\n }" if (parenthesized_expression "(p_Var1 == (_Hash_node_base *)0x0)" ( (binary_expression "p_Var1 == (_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 return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7);" (assignment_expression "puVar3 = (undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7)" identifier = (cast_expression "(undefined1 *)((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7)" ( (binary_expression "(long)&p_Var1[4]._M_nxt[-1]._M_nxt + 7" (cast_expression "(long)&p_Var1[4]._M_nxt[-1]._M_nxt" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&p_Var1[4]._M_nxt[-1]._M_nxt" & (field_expression "p_Var1[4]._M_nxt[-1]._M_nxt" (subscript_expression "p_Var1[4]._M_nxt[-1]" (field_expression "p_Var1[4]._M_nxt" (subscript_expression "p_Var1[4]" identifier [ number_literal ]) . field_identifier) [ number_literal ]) . field_identifier))) + number_literal) )))) ;) (expression_statement "__n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2);" (assignment_expression "__n = (size_t)((int)p_Var1[2]._M_nxt * 2 + 2)" identifier = (cast_expression "(size_t)((int)p_Var1[2]._M_nxt * 2 + 2)" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "((int)p_Var1[2]._M_nxt * 2 + 2)" ( (binary_expression "(int)p_Var1[2]._M_nxt * 2 + 2" (binary_expression "(int)p_Var1[2]._M_nxt * 2" (cast_expression "(int)p_Var1[2]._M_nxt" ( (type_descriptor "int" primitive_type) ) (field_expression "p_Var1[2]._M_nxt" (subscript_expression "p_Var1[2]" identifier [ number_literal ]) . field_identifier)) * number_literal) + number_literal) )))) ;) (expression_statement "lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8);" (assignment_expression "lVar2 = *(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8)" identifier = (pointer_expression "*(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8)" * (cast_expression "(long *)((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8)" ( (ERROR "(long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std::allocator<long_int>_>,_std::allocator<std::vector<long_int,_std::allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std::" (comma_expression "(long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int,_std" (binary_expression "(long)(this->key_to_offset_).chunks_.\n super__Vector_base<std::vector<long_int" (binary_expression "(long)(this->key_to_offset_).chunks_.\n super__Vector_base<std" (cast_expression "(long)(this->key_to_offset_).chunks_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->key_to_offset_).chunks_.\n super__Vector_base" (field_expression "(this->key_to_offset_).chunks_" (parenthesized_expression "(this->key_to_offset_)" ( (field_expression "this->key_to_offset_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) < identifier) (ERROR "::vector" : : identifier) < identifier) , identifier) : : (binary_expression "allocator<long_int>_>,_std" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "vector<long_int,_std" (binary_expression "vector<long_int" identifier < identifier) , identifier) : : (comma_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int,_std" (binary_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base<long_int" (field_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd].\n super__Vector_base" (subscript_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start[(ulong)puVar3 >> 0xd]" (field_expression "allocator<long_int>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<long_int>_>_>_>\n ._M_impl" (binary_expression "allocator<long_int>_>_>_" (binary_expression "allocator<long_int>_>_" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ (binary_expression "(ulong)puVar3 >> 0xd" (cast_expression "(ulong)puVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) >> number_literal) ]) . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<long_int>_>._M_impl._M_start\n + (ulong)((uint)puVar3 & 0x1fff) * 8" (field_expression "allocator<long_int>_>._M_impl._M_start" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + (binary_expression "(ulong)((uint)puVar3 & 0x1fff) * 8" (call_expression "(ulong)((uint)puVar3 & 0x1fff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)puVar3 & 0x1fff)" ( (binary_expression "(uint)puVar3 & 0x1fff" (cast_expression "(uint)puVar3" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) ))) * number_literal)) ))))) ;) (if_statement "if (this->strtab_size_ < __n + lVar2) break;" if (parenthesized_expression "(this->strtab_size_ < __n + lVar2)" ( (binary_expression "this->strtab_size_ < __n + lVar2" (field_expression "this->strtab_size_" identifier -> field_identifier) < (binary_expression "__n + lVar2" identifier + identifier)) )) (break_statement "break;" break ;)) (expression_statement "memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n);" (call_expression "memcpy(buffer + lVar2,p_Var1[1]._M_nxt,__n)" identifier (argument_list "(buffer + lVar2,p_Var1[1]._M_nxt,__n)" ( (binary_expression "buffer + lVar2" identifier + identifier) , (field_expression "p_Var1[1]._M_nxt" (subscript_expression "p_Var1[1]" identifier [ number_literal ]) . field_identifier) , identifier ))) ;) (expression_statement "p_Var1 = p_Var1->_M_nxt;" (assignment_expression "p_Var1 = p_Var1->_M_nxt" identifier = (field_expression "p_Var1->_M_nxt" identifier -> field_identifier)) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/stringpool.cc",0x1e9,"write_to_buffer");" (call_expression "do_gold_unreachable("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })))
|
(translation_unit "void FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n \n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}\n\n" (function_definition "void FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n \n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" primitive_type (function_declarator "FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)" identifier (parameter_list "(long param_1,undefined1 *param_2,ulong param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined1 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n \n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (if_statement "if (*(ulong *)(param_1 + 0x70) == 0) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" if (parenthesized_expression "(*(ulong *)(param_1 + 0x70) == 0)" ( (binary_expression "*(ulong *)(param_1 + 0x70) == 0" (pointer_expression "*(ulong *)(param_1 + 0x70)" * (cast_expression "(ulong *)(param_1 + 0x70)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" { (expression_statement "FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1de,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })) (if_statement "if (param_3 < *(ulong *)(param_1 + 0x70)) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" if (parenthesized_expression "(param_3 < *(ulong *)(param_1 + 0x70))" ( (binary_expression "param_3 < *(ulong *)(param_1 + 0x70)" identifier < (pointer_expression "*(ulong *)(param_1 + 0x70)" * (cast_expression "(ulong *)(param_1 + 0x70)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) ))))) )) (compound_statement "{\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" { (expression_statement "FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1df,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x78) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x78) != '\0'" (pointer_expression "*(char *)(param_1 + 0x78)" * (cast_expression "(char *)(param_1 + 0x78)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *param_2 = 0;\n }" { (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" * identifier) = number_literal) ;) })) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x10);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x10)" * (cast_expression "(undefined8 **)(param_1 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (while_statement "while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }" { (if_statement "if (puVar1 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" ( (binary_expression "puVar1 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "__n = (size_t)((int)puVar1[2] * 2 + 2);" (assignment_expression "__n = (size_t)((int)puVar1[2] * 2 + 2)" identifier = (cast_expression "(size_t)((int)puVar1[2] * 2 + 2)" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "((int)puVar1[2] * 2 + 2)" ( (binary_expression "(int)puVar1[2] * 2 + 2" (binary_expression "(int)puVar1[2] * 2" (cast_expression "(int)puVar1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "puVar1[2]" identifier [ number_literal ])) * number_literal) + number_literal) )))) ;) (expression_statement "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);" (assignment_expression "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" identifier = (pointer_expression "*(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" * (cast_expression "(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" * (cast_expression "(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" ( (binary_expression "*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18" (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 "(puVar1[4] - 1 >> 0xd) * 0x18" (parenthesized_expression "(puVar1[4] - 1 >> 0xd)" ( (binary_expression "puVar1[4] - 1 >> 0xd" (binary_expression "puVar1[4] - 1" (subscript_expression "puVar1[4]" identifier [ number_literal ]) - number_literal) >> number_literal) )) * number_literal)) )))) + (binary_expression "(ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8" (call_expression "(ulong)((uint)(puVar1[4] - 1) & 0x1fff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)(puVar1[4] - 1) & 0x1fff)" ( (binary_expression "(uint)(puVar1[4] - 1) & 0x1fff" (call_expression "(uint)(puVar1[4] - 1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(puVar1[4] - 1)" ( (binary_expression "puVar1[4] - 1" (subscript_expression "puVar1[4]" identifier [ number_literal ]) - number_literal) ))) & number_literal) ))) * number_literal)) ))))) ;) (if_statement "if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;" if (parenthesized_expression "(*(ulong *)(param_1 + 0x70) < __n + lVar2)" ( (binary_expression "*(ulong *)(param_1 + 0x70) < __n + lVar2" (pointer_expression "*(ulong *)(param_1 + 0x70)" * (cast_expression "(ulong *)(param_1 + 0x70)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) )))) < (binary_expression "__n + lVar2" identifier + identifier)) )) (break_statement "break;" break ;)) (expression_statement "memcpy(param_2 + lVar2,(void *)puVar1[1],__n);" (call_expression "memcpy(param_2 + lVar2,(void *)puVar1[1],__n)" identifier (argument_list "(param_2 + lVar2,(void *)puVar1[1],__n)" ( (binary_expression "param_2 + lVar2" identifier + identifier) , (cast_expression "(void *)puVar1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[1]" identifier [ number_literal ])) , identifier ))) ;) (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_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" identifier (argument_list "("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" ( (string_literal ""../../gold/stringpool.cc"" " string_content ") , number_literal , (string_literal ""write_to_buffer"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) * LIT) + LIT) )))) ;) (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - LIT) >> LIT) )) * LIT)) )))) + (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression IDENT [ LIT ]) - LIT) ))) & LIT) ))) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression IDENT + IDENT)) )) (break_statement break ;)) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , (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 *)) ) (pointer_expression * IDENT))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "void FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n \n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" (primitive_type "void") (function_declarator "FUN_0043dc40(long param_1,undefined1 *param_2,ulong param_3)" (identifier "FUN_0043dc40") (parameter_list "(long param_1,undefined1 *param_2,ulong param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined1 *param_2" (type_identifier "undefined1") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n long lVar2;\n size_t __n;\n \n if (*(ulong *)(param_1 + 0x70) == 0) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }\n if (param_3 < *(ulong *)(param_1 + 0x70)) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }\n if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }\n puVar1 = *(undefined8 **)(param_1 + 0x10);\n while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }\n \n FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (if_statement "if (*(ulong *)(param_1 + 0x70) == 0) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" (if "if") (parenthesized_expression "(*(ulong *)(param_1 + 0x70) == 0)" (( "(") (binary_expression "*(ulong *)(param_1 + 0x70) == 0" (pointer_expression "*(ulong *)(param_1 + 0x70)" (* "*") (cast_expression "(ulong *)(param_1 + 0x70)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x70)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer")" (identifier "FUN_00352af0") (argument_list "("../../gold/stringpool.cc",0x1de,"write_to_buffer")" (( "(") (string_literal ""../../gold/stringpool.cc"" (" """) (string_content "../../gold/stringpool.cc") (" """)) (, ",") (number_literal "0x1de") (, ",") (string_literal ""write_to_buffer"" (" """) (string_content "write_to_buffer") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_3 < *(ulong *)(param_1 + 0x70)) {\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" (if "if") (parenthesized_expression "(param_3 < *(ulong *)(param_1 + 0x70))" (( "(") (binary_expression "param_3 < *(ulong *)(param_1 + 0x70)" (identifier "param_3") (< "<") (pointer_expression "*(ulong *)(param_1 + 0x70)" (* "*") (cast_expression "(ulong *)(param_1 + 0x70)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x70)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (compound_statement "{\n \n FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");\n }" ({ "{") (expression_statement "FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer")" (identifier "FUN_00352af0") (argument_list "("../../gold/stringpool.cc",0x1df,"write_to_buffer")" (( "(") (string_literal ""../../gold/stringpool.cc"" (" """) (string_content "../../gold/stringpool.cc") (" """)) (, ",") (number_literal "0x1df") (, ",") (string_literal ""write_to_buffer"" (" """) (string_content "write_to_buffer") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(char *)(param_1 + 0x78) != '\0') {\n *param_2 = 0;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x78) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x78) != '\0'" (pointer_expression "*(char *)(param_1 + 0x78)" (* "*") (cast_expression "(char *)(param_1 + 0x78)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *param_2 = 0;\n }" ({ "{") (expression_statement "*param_2 = 0;" (assignment_expression "*param_2 = 0" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x10);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x10)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (while_statement "while( true ) {\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (puVar1 == (undefined8 *)0x0) {\n return;\n }\n __n = (size_t)((int)puVar1[2] * 2 + 2);\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);\n if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;\n memcpy(param_2 + lVar2,(void *)puVar1[1],__n);\n puVar1 = (undefined8 *)*puVar1;\n }" ({ "{") (if_statement "if (puVar1 == (undefined8 *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(puVar1 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar1 == (undefined8 *)0x0" (identifier "puVar1") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "__n = (size_t)((int)puVar1[2] * 2 + 2);" (assignment_expression "__n = (size_t)((int)puVar1[2] * 2 + 2)" (identifier "__n") (= "=") (cast_expression "(size_t)((int)puVar1[2] * 2 + 2)" (( "(") (type_descriptor "size_t" (primitive_type "size_t")) () ")") (parenthesized_expression "((int)puVar1[2] * 2 + 2)" (( "(") (binary_expression "(int)puVar1[2] * 2 + 2" (binary_expression "(int)puVar1[2] * 2" (cast_expression "(int)puVar1[2]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]"))) (* "*") (number_literal "2")) (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);" (assignment_expression "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" (* "*") (cast_expression "(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8)" (( "(") (binary_expression "*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +\n (ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18" (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 "(puVar1[4] - 1 >> 0xd) * 0x18" (parenthesized_expression "(puVar1[4] - 1 >> 0xd)" (( "(") (binary_expression "puVar1[4] - 1 >> 0xd" (binary_expression "puVar1[4] - 1" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (- "-") (number_literal "1")) (>> ">>") (number_literal "0xd")) () ")")) (* "*") (number_literal "0x18"))) () ")")))) (+ "+") (binary_expression "(ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8" (call_expression "(ulong)((uint)(puVar1[4] - 1) & 0x1fff)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((uint)(puVar1[4] - 1) & 0x1fff)" (( "(") (binary_expression "(uint)(puVar1[4] - 1) & 0x1fff" (call_expression "(uint)(puVar1[4] - 1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(puVar1[4] - 1)" (( "(") (binary_expression "puVar1[4] - 1" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (- "-") (number_literal "1")) () ")"))) (& "&") (number_literal "0x1fff")) () ")"))) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;" (if "if") (parenthesized_expression "(*(ulong *)(param_1 + 0x70) < __n + lVar2)" (( "(") (binary_expression "*(ulong *)(param_1 + 0x70) < __n + lVar2" (pointer_expression "*(ulong *)(param_1 + 0x70)" (* "*") (cast_expression "(ulong *)(param_1 + 0x70)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x70)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) () ")")))) (< "<") (binary_expression "__n + lVar2" (identifier "__n") (+ "+") (identifier "lVar2"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "memcpy(param_2 + lVar2,(void *)puVar1[1],__n);" (call_expression "memcpy(param_2 + lVar2,(void *)puVar1[1],__n)" (identifier "memcpy") (argument_list "(param_2 + lVar2,(void *)puVar1[1],__n)" (( "(") (binary_expression "param_2 + lVar2" (identifier "param_2") (+ "+") (identifier "lVar2")) (, ",") (cast_expression "(void *)puVar1[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]"))) (, ",") (identifier "__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_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");" (call_expression "FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" (identifier "FUN_00352af0") (argument_list "("../../gold/stringpool.cc",0x1e9,"write_to_buffer")" (( "(") (string_literal ""../../gold/stringpool.cc"" (" """) (string_content "../../gold/stringpool.cc") (" """)) (, ",") (number_literal "0x1e9") (, ",") (string_literal ""write_to_buffer"" (" """) (string_content "write_to_buffer") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void write_to_buffer(Stringpool_template<short_unsigned_int> * this,
uchar * buffer, section_size_type bufsize) */
void __thiscall
gold::type_1<short_unsigned_int>::function_1
(type_1<short_unsigned_int> *this,type_2 *var_10,type_3 var_2)
{
type_4 *var_3;
long var_8;
type_5 *puVar3;
size_t var_7;
if (this->strtab_size_ == 0) {
/* WARNING: Subroutine does not return */
var_1("../../gold/stringpool.cc",0x1de,"write_to_buffer");
}
if (var_2 < this->strtab_size_) {
/* WARNING: Subroutine does not return */
var_1("../../gold/stringpool.cc",0x1df,"write_to_buffer");
}
if (this->zero_null_ != false) {
*var_10 = '\0';
}
var_3 = (this->string_set_)._M_h._M_before_begin._M_nxt;
while( true ) {
if (var_3 == (type_4 *)0x0) {
return;
}
puVar3 = (type_5 *)((long)&var_3[4]._M_nxt[-1]._M_nxt + 7);
var_7 = (size_t)((int)var_3[2]._M_nxt * 2 + 2);
var_8 = *(long *)((long)(this->key_to_offset_).chunks_.
super__Vector_base<std::vector<var_5,_std::var_4<var_5>var_6>,_std::var_4<std::vector<var_5,_std::var_4<var_5>var_6>var_6>var_6>
._M_impl._M_start[(ulong)puVar3 >> 0xd].
super__Vector_base<var_5,_std::var_4<var_5>var_6>._M_impl._M_start
+ (ulong)((type_6)puVar3 & 0x1fff) * 8);
if (this->strtab_size_ < var_7 + var_8) break;
var_9(var_10 + var_8,var_3[1]._M_nxt,var_7);
var_3 = var_3->_M_nxt;
}
/* WARNING: Subroutine does not return */
var_1("../../gold/stringpool.cc",0x1e9,"write_to_buffer");
}
| 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))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)) right: (number_literal)))))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (number_literal))) right: (number_literal)))))) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (number_literal)))) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))) consequence: (break_statement)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
void MASKED(long param_1,undefined1 *param_2,ulong param_3)
{
undefined8 *puVar1;
long lVar2;
size_t __n;
if (*(ulong *)(param_1 + 0x70) == 0) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.cc",0x1de,"write_to_buffer");
}
if (param_3 < *(ulong *)(param_1 + 0x70)) {
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.cc",0x1df,"write_to_buffer");
}
if (*(char *)(param_1 + 0x78) != '\0') {
*param_2 = 0;
}
puVar1 = *(undefined8 **)(param_1 + 0x10);
while( true ) {
if (puVar1 == (undefined8 *)0x0) {
return;
}
__n = (size_t)((int)puVar1[2] * 2 + 2);
lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x38) + (puVar1[4] - 1 >> 0xd) * 0x18) +
(ulong)((uint)(puVar1[4] - 1) & 0x1fff) * 8);
if (*(ulong *)(param_1 + 0x70) < __n + lVar2) break;
memcpy(param_2 + lVar2,(void *)puVar1[1],__n);
puVar1 = (undefined8 *)*puVar1;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/stringpool.cc",0x1e9,"write_to_buffer");
}
|
316_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_write
|
FUN_00178fb0
|
/* (anonymous namespace)::Stub_table<64, true>::do_write(gold::Output_file*) [clone .cold.2927] */
void (anonymous_namespace)::Stub_table<64,true>::do_write(Output_file *param_1)
{
long unaff_R14;
void *in_stack_00000020;
if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {
operator_delete(in_stack_00000020);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00178fb0(void)
{
long unaff_R14;
long in_stack_00000020;
if (in_stack_00000020 != unaff_R14 + 0x10) {
FUN_0049e340();
}
/* WARNING: Subroutine does not return */
FUN_0052bfb0();
}
|
MOV RDI,qword ptr [RSP + 0x20]
ADD R14,0x10
CMP RDI,R14
JZ 0x00178fc3
CALL 0x0049e340
MOV RDI,RBX
CALL 0x0052bfb0
| null | null | null | null |
[(u'CAST_-1207398340', u'INT_NOTEQUAL_-1207398442'), ('const-1', u'RETURN_-1207398417'), ('tmp_172', u'INT_ADD_-1207398451'), (u'INT_ADD_-1207398451', u'CAST_-1207398340'), ('tmp_62', u'CBRANCH_-1207398441'), ('tmp_210', u'CALL_-1207398434'), ('const-16', u'INT_ADD_-1207398451'), (u'INT_NOTEQUAL_-1207398442', u'CBRANCH_-1207398441'), ('tmp_210', u'INT_NOTEQUAL_-1207398442')]
|
[('tmp_171', u'INT_ADD_-1207398451'), ('const-1', u'RETURN_-1207398417'), ('tmp_62', u'CBRANCH_-1207398441'), ('const-16', u'INT_ADD_-1207398451'), (u'INT_NOTEQUAL_-1207398442', u'CBRANCH_-1207398441'), ('tmp_210', u'INT_NOTEQUAL_-1207398442'), (u'INT_ADD_-1207398451', u'INT_NOTEQUAL_-1207398442')]
| null | null |
00178fb0
|
x64
|
O2
|
(translation_unit "void FUN_00178fb0(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}\n\n" (function_definition "void FUN_00178fb0(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}" primitive_type (function_declarator "FUN_00178fb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n /* WARNING: Subroutine does not return */\n FUN_0052bfb0();\n}" { (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000020;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }" if (parenthesized_expression "(in_stack_00000020 != unaff_R14 + 0x10)" ( (binary_expression "in_stack_00000020 != unaff_R14 + 0x10" identifier != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e340();\n }" { (expression_statement "FUN_0049e340();" (call_expression "FUN_0049e340()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_0052bfb0();" (call_expression "FUN_0052bfb0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* (anonymous namespace)::Stub_table<64, true>::do_write(gold::Output_file*) [clone .cold.2927] */\n\nvoid (anonymous_namespace)::Stub_table<64,true>::do_write(Output_file *param_1)\n\n{\n long unaff_R14;\n void *in_stack_00000020;\n \n if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {\n operator_delete(in_stack_00000020);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (declaration "void (anonymous_namespace)::Stub_table<64,true>::do_write(Output_file *param_1)\n\n{\n long unaff_R14;" primitive_type (parenthesized_declarator "(anonymous_namespace)" ( identifier )) (ERROR "::Stub_table<64" : : identifier < number_literal) , (ERROR "true>::do_write(Output_file *param_1)\n\n{\n long" identifier > : : (function_declarator "do_write(Output_file *param_1)" identifier (parameter_list "(Output_file *param_1)" ( (parameter_declaration "Output_file *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) { long) identifier ;) (declaration "void *in_stack_00000020;" primitive_type (pointer_declarator "*in_stack_00000020" * identifier) ;) (if_statement "if (in_stack_00000020 != (void *)(unaff_R14 + 0x10)) {\n operator_delete(in_stack_00000020);\n }" if (parenthesized_expression "(in_stack_00000020 != (void *)(unaff_R14 + 0x10))" ( (binary_expression "in_stack_00000020 != (void *)(unaff_R14 + 0x10)" identifier != (cast_expression "(void *)(unaff_R14 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_R14 + 0x10)" ( (binary_expression "unaff_R14 + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(in_stack_00000020);\n }" { (expression_statement "operator_delete(in_stack_00000020);" (call_expression "operator_delete(in_stack_00000020)" identifier (argument_list "(in_stack_00000020)" ( identifier ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_00178fb0(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n \n FUN_0052bfb0();\n}\n\n" (function_definition "void FUN_00178fb0(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n \n FUN_0052bfb0();\n}" primitive_type (function_declarator "FUN_00178fb0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n \n FUN_0052bfb0();\n}" { (declaration "long unaff_R14;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000020;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }" if (parenthesized_expression "(in_stack_00000020 != unaff_R14 + 0x10)" ( (binary_expression "in_stack_00000020 != unaff_R14 + 0x10" identifier != (binary_expression "unaff_R14 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e340();\n }" { (expression_statement "FUN_0049e340();" (call_expression "FUN_0049e340()" identifier (argument_list "()" ( ))) ;) })) (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 (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00178fb0(void)\n\n{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n \n FUN_0052bfb0();\n}" (primitive_type "void") (function_declarator "FUN_00178fb0(void)" (identifier "FUN_00178fb0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_R14;\n long in_stack_00000020;\n \n if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }\n \n FUN_0052bfb0();\n}" ({ "{") (declaration "long unaff_R14;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R14") (; ";")) (declaration "long in_stack_00000020;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000020") (; ";")) (if_statement "if (in_stack_00000020 != unaff_R14 + 0x10) {\n FUN_0049e340();\n }" (if "if") (parenthesized_expression "(in_stack_00000020 != unaff_R14 + 0x10)" (( "(") (binary_expression "in_stack_00000020 != unaff_R14 + 0x10" (identifier "in_stack_00000020") (!= "!=") (binary_expression "unaff_R14 + 0x10" (identifier "unaff_R14") (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_0049e340();\n }" ({ "{") (expression_statement "FUN_0049e340();" (call_expression "FUN_0049e340()" (identifier "FUN_0049e340") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0052bfb0();" (call_expression "FUN_0052bfb0()" (identifier "FUN_0052bfb0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* (anonymous namespace)::Stub_table<64, true>::do_write(gold::Output_file*) [clone .cold.2927] */
void (function_1)::Stub_table<64,true>::do_write(Output_file *param_1)
{
long var_2;
void *var_1;
if (var_1 != (void *)(var_2 + 0x10)) {
var_3(var_1);
}
/* WARNING: Subroutine does not return */
var_4();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long unaff_R14;
long in_stack_00000020;
if (in_stack_00000020 != unaff_R14 + 0x10) {
FUN_0049e340();
}
/* WARNING: Subroutine does not return */
FUN_0052bfb0();
}
|
8678_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
insert
|
FUN_003407e0
|
/* std::string::insert(unsigned long, std::string const&) */
void std::string::insert(ulong param_1,string *param_2)
{
undefined8 *in_RDX;
if (param_2 <= *(string **)(param_1 + 8)) {
_M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1]);
return;
}
/* WARNING: Subroutine does not return */
__throw_out_of_range_fmt
("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
param_2,*(string **)(param_1 + 8));
}
|
void FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6)
{
if (param_2 <= *(ulong *)(param_1 + 8)) {
FUN_00340370(param_1,param_2,0,*param_3);
return;
}
/* WARNING: Subroutine does not return */
FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);
}
|
MOV RAX,qword ptr [RDI + 0x8]
MOV R8,qword ptr [RDX + 0x8]
MOV RCX,qword ptr [RDX]
CMP RSI,RAX
JA 0x003407f7
XOR EDX,EDX
JMP 0x00340370
PUSH RDX
MOV RCX,RAX
MOV RDX,RSI
LEA RDI,[0x3e0c68]
LEA RSI,[0x3ff6a6]
XOR EAX,EAX
CALL 0x003773f0
| null | null | null | null |
[('const-0', u'RETURN_-1205139428'), ('tmp_54', u'CBRANCH_-1205139449'), ('tmp_146', u'INT_LESSEQUAL_-1205139439'), (u'COPY_-1205139321', u'CALL_-1205139383'), (u'LOAD_-1205139485', u'INT_LESSEQUAL_-1205139439'), ('const-8', u'PTRADD_-1205139298'), ('const-8', u'INT_ADD_-1205139469'), (u'LOAD_-1205139485', u'CALL_-1205139383'), ('tmp_146', u'CALL_-1205139383'), ('tmp_286', u'PTRADD_-1205139298'), ('const-433', u'LOAD_-1205139485'), ('tmp_146', u'CAST_-1205139281'), ('const-1', u'PTRADD_-1205139298'), (u'CAST_-1205139302', u'LOAD_-1205139485'), ('tmp_145', u'CAST_-1205139282'), ('const-4191910', u'COPY_-1205139321'), ('const-0', u'CALL_-1205139432'), (u'CAST_-1205139293', u'CALL_-1205139432'), (u'INT_LESSEQUAL_-1205139439', u'CBRANCH_-1205139449'), (u'COPY_-1205139322', u'CALL_-1205139383'), (u'CAST_-1205139281', u'CALL_-1205139432'), ('const-433', u'LOAD_-1205139472'), (u'LOAD_-1205139478', u'CALL_-1205139432'), (u'LOAD_-1205139472', u'CAST_-1205139293'), (u'CAST_-1205139282', u'CALL_-1205139432'), ('const-1', u'RETURN_-1205139378'), (u'INT_ADD_-1205139469', u'CAST_-1205139302'), ('const-4066408', u'COPY_-1205139322'), ('tmp_286', u'LOAD_-1205139472'), ('tmp_145', u'INT_ADD_-1205139469'), ('const-433', u'LOAD_-1205139478'), (u'PTRADD_-1205139298', u'LOAD_-1205139478')]
|
[('const-0', u'RETURN_-1205139428'), ('tmp_54', u'CBRANCH_-1205139449'), (u'LOAD_-1205139478', u'CALL_-1205139383'), ('const-8', u'PTRADD_-1205139296'), (u'LOAD_-1205139485', u'INT_LESSEQUAL_-1205139439'), ('const-433', u'LOAD_-1205139478'), ('const-433', u'LOAD_-1205139485'), ('const-8', u'INT_ADD_-1205139469'), (u'LOAD_-1205139485', u'CALL_-1205139383'), ('const-1', u'PTRADD_-1205139296'), ('tmp_284', u'CALL_-1205139383'), ('tmp_284', u'LOAD_-1205139472'), (u'INT_ADD_-1205139469', u'CAST_-1205139300'), (u'INT_LESSEQUAL_-1205139439', u'CBRANCH_-1205139449'), ('const-0', u'CALL_-1205139432'), ('const-4191910', u'COPY_-1205139319'), ('tmp_285', u'CALL_-1205139432'), ('tmp_339', u'CALL_-1205139383'), ('const-4066408', u'COPY_-1205139320'), ('tmp_285', u'INT_LESSEQUAL_-1205139439'), ('tmp_284', u'PTRADD_-1205139296'), (u'LOAD_-1205139472', u'CALL_-1205139432'), (u'PTRADD_-1205139296', u'LOAD_-1205139478'), (u'COPY_-1205139320', u'CALL_-1205139383'), (u'CAST_-1205139300', u'LOAD_-1205139485'), ('tmp_285', u'CALL_-1205139383'), ('const-1', u'RETURN_-1205139378'), ('const-433', u'LOAD_-1205139472'), ('tmp_283', u'CALL_-1205139432'), (u'COPY_-1205139319', u'CALL_-1205139383'), ('tmp_283', u'INT_ADD_-1205139469')]
| null | null |
003407e0
|
x64
|
O2
|
(translation_unit "void FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}\n\n" (function_definition "void FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}" primitive_type (function_declarator "FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)" identifier (parameter_list "(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * 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) ))) (compound_statement "{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}" { (if_statement "if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }" if (parenthesized_expression "(param_2 <= *(ulong *)(param_1 + 8))" ( (binary_expression "param_2 <= *(ulong *)(param_1 + 8)" identifier <= (pointer_expression "*(ulong *)(param_1 + 8)" * (cast_expression "(ulong *)(param_1 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }" { (expression_statement "FUN_00340370(param_1,param_2,0,*param_3);" (call_expression "FUN_00340370(param_1,param_2,0,*param_3)" identifier (argument_list "(param_1,param_2,0,*param_3)" ( identifier , identifier , number_literal , (pointer_expression "*param_3" * identifier) ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);" (call_expression "FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3)" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3)" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::replace"" " string_content ") , identifier , (pointer_expression "*(ulong *)(param_1 + 8)" * (cast_expression "(ulong *)(param_1 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (subscript_expression "param_3[1]" identifier [ number_literal ]) , identifier , identifier ))) ;) })))
|
(translation_unit "/* std::string::insert(unsigned long, std::string const&) */\n\nvoid std::string::insert(ulong param_1,string *param_2)\n\n{\n undefined8 *in_RDX;\n \n if (param_2 <= *(string **)(param_1 + 8)) {\n _M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1]);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(string **)(param_1 + 8));\n}\n\n" comment (function_definition "void std::string::insert(ulong param_1,string *param_2)\n\n{\n undefined8 *in_RDX;\n \n if (param_2 <= *(string **)(param_1 + 8)) {\n _M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1]);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(string **)(param_1 + 8));\n}" primitive_type (ERROR "std::string::" identifier : : identifier : :) (function_declarator "insert(ulong param_1,string *param_2)" identifier (parameter_list "(ulong param_1,string *param_2)" ( (parameter_declaration "ulong param_1" type_identifier identifier) , (parameter_declaration "string *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n undefined8 *in_RDX;\n \n if (param_2 <= *(string **)(param_1 + 8)) {\n _M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1]);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(string **)(param_1 + 8));\n}" { (declaration "undefined8 *in_RDX;" type_identifier (pointer_declarator "*in_RDX" * identifier) ;) (if_statement "if (param_2 <= *(string **)(param_1 + 8)) {\n _M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1]);\n return;\n }" if (parenthesized_expression "(param_2 <= *(string **)(param_1 + 8))" ( (binary_expression "param_2 <= *(string **)(param_1 + 8)" identifier <= (pointer_expression "*(string **)(param_1 + 8)" * (cast_expression "(string **)(param_1 + 8)" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n _M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1]);\n return;\n }" { (expression_statement "_M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1]);" (call_expression "_M_replace((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1])" identifier (argument_list "((string *)param_1,(ulong)param_2,0,(char *)*in_RDX,in_RDX[1])" ( (cast_expression "(string *)param_1" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) , number_literal , (cast_expression "(char *)*in_RDX" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*in_RDX" * identifier)) , (subscript_expression "in_RDX[1]" identifier [ number_literal ]) ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "__throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(string **)(param_1 + 8));" (call_expression "__throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(string **)(param_1 + 8))" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(string **)(param_1 + 8))" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::replace"" " string_content ") , identifier , (pointer_expression "*(string **)(param_1 + 8)" * (cast_expression "(string **)(param_1 + 8)" ( (type_descriptor "string **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) ))) ;) })))
|
(translation_unit "void FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n \n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}\n\n" (function_definition "void FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n \n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}" primitive_type (function_declarator "FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)" identifier (parameter_list "(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * 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) ))) (compound_statement "{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n \n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}" { (if_statement "if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }" if (parenthesized_expression "(param_2 <= *(ulong *)(param_1 + 8))" ( (binary_expression "param_2 <= *(ulong *)(param_1 + 8)" identifier <= (pointer_expression "*(ulong *)(param_1 + 8)" * (cast_expression "(ulong *)(param_1 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }" { (expression_statement "FUN_00340370(param_1,param_2,0,*param_3);" (call_expression "FUN_00340370(param_1,param_2,0,*param_3)" identifier (argument_list "(param_1,param_2,0,*param_3)" ( identifier , identifier , number_literal , (pointer_expression "*param_3" * identifier) ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);" (call_expression "FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3)" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3)" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::replace"" " string_content ") , identifier , (pointer_expression "*(ulong *)(param_1 + 8)" * (cast_expression "(ulong *)(param_1 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (subscript_expression "param_3[1]" identifier [ number_literal ]) , identifier , 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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , (pointer_expression * IDENT) ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (subscript_expression IDENT [ LIT ]) , IDENT , IDENT ))) ;) })))
|
(function_definition "void FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)\n\n{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n \n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}" (primitive_type "void") (function_declarator "FUN_003407e0(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)" (identifier "FUN_003407e0") (parameter_list "(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "ulong param_2" (type_identifier "ulong") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (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")) () ")"))) (compound_statement "{\n if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }\n \n FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);\n}" ({ "{") (if_statement "if (param_2 <= *(ulong *)(param_1 + 8)) {\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }" (if "if") (parenthesized_expression "(param_2 <= *(ulong *)(param_1 + 8))" (( "(") (binary_expression "param_2 <= *(ulong *)(param_1 + 8)" (identifier "param_2") (<= "<=") (pointer_expression "*(ulong *)(param_1 + 8)" (* "*") (cast_expression "(ulong *)(param_1 + 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) () ")")) (compound_statement "{\n FUN_00340370(param_1,param_2,0,*param_3);\n return;\n }" ({ "{") (expression_statement "FUN_00340370(param_1,param_2,0,*param_3);" (call_expression "FUN_00340370(param_1,param_2,0,*param_3)" (identifier "FUN_00340370") (argument_list "(param_1,param_2,0,*param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (number_literal "0") (, ",") (pointer_expression "*param_3" (* "*") (identifier "param_3")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);" (call_expression "FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3)" (identifier "FUN_003773f0") (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3)" (( "(") (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" (" """) (string_content "%s: __pos (which is %zu) > this->size() (which is %zu)") (" """)) (, ",") (string_literal ""basic_string::replace"" (" """) (string_content "basic_string::replace") (" """)) (, ",") (identifier "param_2") (, ",") (pointer_expression "*(ulong *)(param_1 + 8)" (* "*") (cast_expression "(ulong *)(param_1 + 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "param_6") (, ",") (identifier "param_3") () ")"))) (; ";")) (} "}")))
|
/* std::string::insert(unsigned long, std::string const&) */
void std::type_2::function_1(type_1 var_2,type_2 *var_1)
{
type_3 *in_RDX;
if (var_1 <= *(type_2 **)(var_2 + 8)) {
var_3((type_2 *)var_2,(type_1)var_1,0,(char *)*in_RDX,in_RDX[1]);
return;
}
/* WARNING: Subroutine does not return */
var_4
("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
var_1,*(type_2 **)(var_2 + 8));
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (pointer_expression argument: (identifier))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (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))))) (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (identifier)))))))
| null |
void MASKED(long param_1,ulong param_2,undefined8 *param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6)
{
if (param_2 <= *(ulong *)(param_1 + 8)) {
FUN_00340370(param_1,param_2,0,*param_3);
return;
}
/* WARNING: Subroutine does not return */
FUN_003773f0("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
param_2,*(ulong *)(param_1 + 8),param_3[1],param_6,param_3);
}
|
17_hppa-linux-gnu-ar_and_hppa-linux-gnu-ar_strip.c
|
bfd_set_default_target
|
bfd_set_default_target
|
void bfd_set_default_target(void)
{
(*(code *)PTR_bfd_set_default_target_00110088)();
return;
}
|
void bfd_set_default_target(void)
{
(*(code *)PTR_bfd_set_default_target_00110088)();
return;
}
|
JMP qword ptr [0x00110088]
| null | null | null | null |
[(u'CALLIND_-1206968040', u'INDIRECT_-1206967980'), (u'INDIRECT_-1206967980', u'COPY_-1206968039'), ('tmp_22', u'CAST_-1206967975'), ('const-0', u'RETURN_-1206968037'), (u'CAST_-1206967975', u'CALLIND_-1206968040')]
|
[(u'CALLIND_-1206968040', u'INDIRECT_-1206967980'), (u'INDIRECT_-1206967980', u'COPY_-1206968039'), ('tmp_22', u'CAST_-1206967975'), ('const-0', u'RETURN_-1206968037'), (u'CAST_-1206967975', u'CALLIND_-1206968040')]
| null | null |
00102110
|
x64
|
O2
|
(translation_unit "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}\n\n" (function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" primitive_type (function_declarator "bfd_set_default_target(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_default_target_00110088)();" (call_expression "(*(code *)PTR_bfd_set_default_target_00110088)()" (parenthesized_expression "(*(code *)PTR_bfd_set_default_target_00110088)" ( (pointer_expression "*(code *)PTR_bfd_set_default_target_00110088" * (cast_expression "(code *)PTR_bfd_set_default_target_00110088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}\n\n" (function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" primitive_type (function_declarator "bfd_set_default_target(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_default_target_00110088)();" (call_expression "(*(code *)PTR_bfd_set_default_target_00110088)()" (parenthesized_expression "(*(code *)PTR_bfd_set_default_target_00110088)" ( (pointer_expression "*(code *)PTR_bfd_set_default_target_00110088" * (cast_expression "(code *)PTR_bfd_set_default_target_00110088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}\n\n" (function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" primitive_type (function_declarator "bfd_set_default_target(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_default_target_00110088)();" (call_expression "(*(code *)PTR_bfd_set_default_target_00110088)()" (parenthesized_expression "(*(code *)PTR_bfd_set_default_target_00110088)" ( (pointer_expression "*(code *)PTR_bfd_set_default_target_00110088" * (cast_expression "(code *)PTR_bfd_set_default_target_00110088" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_set_default_target(void)\n\n{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_default_target(void)" (identifier "bfd_set_default_target") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_set_default_target_00110088)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_set_default_target_00110088)();" (call_expression "(*(code *)PTR_bfd_set_default_target_00110088)()" (parenthesized_expression "(*(code *)PTR_bfd_set_default_target_00110088)" (( "(") (pointer_expression "*(code *)PTR_bfd_set_default_target_00110088" (* "*") (cast_expression "(code *)PTR_bfd_set_default_target_00110088" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_set_default_target_00110088"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_set_default_target_00110088)();
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_00110088)();
return;
}
|
6973_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
|
get_fde_pc<64,_false>
|
FUN_002a9ce0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original name: get_fde_pc<64, false>
DWARF original prototype: Elf_Addr get_fde_pc<64,_false>(Eh_frame_hdr * this, Elf_Addr
eh_frame_address, uchar * eh_frame_contents, section_offset_type fde_offset, uchar fde_encoding)
*/
Elf_Addr __thiscall
gold::Eh_frame_hdr::get_fde_pc<64,_false>
(Eh_frame_hdr *this,Elf_Addr eh_frame_address,uchar *eh_frame_contents,
section_offset_type fde_offset,uchar fde_encoding)
{
Elf_Addr *pEVar1;
byte bVar2;
long lVar3;
Elf_Addr EVar4;
pEVar1 = (Elf_Addr *)(eh_frame_contents + fde_offset + 8);
bVar2 = fde_encoding & 7;
if ((fde_encoding & 7) != 0) {
if (bVar2 == 3) {
EVar4 = (Elf_Addr)(uint)*pEVar1;
if ((fde_encoding & 8) != 0) {
EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;
}
goto LAB_002a9d2b;
}
if (bVar2 != 4) {
if (bVar2 != 2) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");
}
EVar4 = (Elf_Addr)(ushort)*pEVar1;
if ((fde_encoding & 8) != 0) {
EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;
}
goto LAB_002a9d2b;
}
}
EVar4 = *pEVar1;
LAB_002a9d2b:
bVar2 = fde_encoding & 0x70;
if (bVar2 == 0x10) {
EVar4 = EVar4 + eh_frame_address + 8 + fde_offset;
}
else if (bVar2 == 0x30) {
if (parameters->target_ == (Target *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x69,"target");
}
lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))();
EVar4 = EVar4 + lVar3;
}
else if (bVar2 != 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");
}
if (-1 < (char)fde_encoding) {
return EVar4;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/ehframe.cc",0x120,"get_fde_pc");
}
|
ulong FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)
{
ulong *puVar1;
byte bVar2;
long lVar3;
ulong uVar4;
puVar1 = (ulong *)(param_3 + 8 + param_4);
bVar2 = param_5 & 7;
if ((param_5 & 7) != 0) {
if (bVar2 == 3) {
uVar4 = (ulong)(uint)*puVar1;
if ((param_5 & 8) != 0) {
uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;
}
goto LAB_002a9d2b;
}
if (bVar2 != 4) {
if (bVar2 != 2) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");
}
uVar4 = (ulong)(ushort)*puVar1;
if ((param_5 & 8) != 0) {
uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;
}
goto LAB_002a9d2b;
}
}
uVar4 = *puVar1;
LAB_002a9d2b:
if ((param_5 & 0x70) == 0x10) {
uVar4 = uVar4 + param_2 + 8 + param_4;
}
else if ((param_5 & 0x70) == 0x30) {
if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x69,"target");
}
lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();
uVar4 = uVar4 + lVar3;
}
else if ((param_5 & 0x70) != 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");
}
if (-1 < (char)param_5) {
return uVar4;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");
}
|
PUSH RBX
MOV EAX,R8D
LEA RDX,[RDX + RCX*0x1 + 0x8]
SUB RSP,0x10
AND EAX,0x7
JZ 0x002a9d28
MOV EDI,R8D
AND EDI,0x8
CMP AL,0x3
JZ 0x002a9da0
CMP AL,0x4
JZ 0x002a9d28
CMP AL,0x2
JZ 0x002a9dc0
LEA RDX,[0x38c258]
MOV ESI,0x10a
LEA RDI,[0x38bfc1]
CALL 0x0017c650
MOV RBX,qword ptr [RDX]
MOV EAX,R8D
AND EAX,0x70
CMP AL,0x10
JZ 0x002a9d90
CMP AL,0x30
JZ 0x002a9d58
TEST AL,AL
JZ 0x002a9d82
LEA RDX,[0x38c258]
MOV ESI,0x11d
LEA RDI,[0x38bfc1]
CALL 0x0017c650
MOV RAX,qword ptr [0x0043e6b0]
MOV RDI,qword ptr [RAX + 0x18]
TEST RDI,RDI
JZ 0x002a9df9
MOV RAX,qword ptr [RDI]
MOV dword ptr [RSP + 0xc],R8D
CALL qword ptr [RAX + 0xa0]
MOV R8D,dword ptr [RSP + 0xc]
ADD RBX,RAX
TEST R8B,R8B
JS 0x002a9de1
ADD RSP,0x10
MOV RAX,RBX
POP RBX
RET
LEA RAX,[RSI + RCX*0x1 + 0x8]
ADD RBX,RAX
JMP 0x002a9d82
MOV EBX,dword ptr [RDX]
TEST DIL,DIL
JZ 0x002a9d2b
ADD EBX,0x80000000
ADD RBX,-0x80000000
JMP 0x002a9d2b
MOVZX EBX,word ptr [RDX]
TEST DIL,DIL
JZ 0x002a9d2b
LEA EBX,[RBX + -0x8000]
MOVZX EBX,BX
SUB RBX,0x8000
JMP 0x002a9d2b
LEA RDX,[0x38c258]
MOV ESI,0x120
LEA RDI,[0x38bfc1]
CALL 0x0017c650
LEA RDX,[0x38c2a0]
MOV ESI,0x69
LEA RDI,[0x3726d0]
CALL 0x0017c650
| null | null | null | null |
[(u'CALL_-1204445711', u'INDIRECT_-1204445224'), (u'CAST_-1204445142', u'LOAD_-1204445636'), (u'MULTIEQUAL_-1204445313', u'COPY_-1204445636'), ('const-24', u'PTRSUB_-1204445157'), ('tmp_161', u'CBRANCH_-1204445885'), (u'INT_NOTEQUAL_-1204445517', u'CBRANCH_-1204445516'), ('const-0', u'SUBPIECE_-1204445061'), (u'CAST_-1204445118', u'INT_SLESS_-1204445649'), (u'INT_EQUAL_-1204445769', u'CBRANCH_-1204445768'), ('const-3', u'INT_EQUAL_-1204445904'), (u'COPY_-1204445241', u'CALL_-1204445711'), (u'INT_EQUAL_-1204445755', u'CBRANCH_-1204445754'), (u'INT_AND_-1204445924', u'INT_NOTEQUAL_-1204445871'), ('const-160', u'INT_ADD_-1204445606'), (u'SUBPIECE_-1204445061', u'INT_ZEXT_-1204445164'), ('tmp_1782', u'PTRSUB_-1204445157'), ('tmp_764', u'INT_AND_-1204445903'), ('const-8', u'INT_ADD_-1204445328'), ('const-1', u'RETURN_-1204445706'), ('const-16', u'INT_EQUAL_-1204445769'), ('tmp_684', u'CBRANCH_-1204445516'), (u'INT_SUB_-1204445636', u'INT_AND_-1204445620'), (u'COPY_-1204445294', u'CALL_-1204445838'), (u'SUBPIECE_-1204445094', u'INT_ZEXT_-1204445336'), ('const-112', u'INT_AND_-1204445768'), (u'COPY_-1204445636', u'RETURN_-1204445616'), ('tmp_133', u'CBRANCH_-1204445903'), (u'LOAD_-1204445636', u'INT_ADD_-1204445606'), ('tmp_75', u'CBRANCH_-1204445935'), (u'CAST_-1204445279', u'LOAD_-1204445679'), (u'CALLIND_-1204445612', u'INT_ADD_-1204445583'), ('const-433', u'LOAD_-1204445636'), (u'INT_EQUAL_-1204445642', u'CBRANCH_-1204445640'), ('tmp_189', u'CBRANCH_-1204445871'), ('tmp_335', u'CBRANCH_-1204445768'), ('tmp_238', u'CBRANCH_-1204445658'), ('tmp_764', u'INT_AND_-1204445768'), ('const-266', u'CALL_-1204445838'), (u'INT_AND_-1204445361', u'INT_NOTEQUAL_-1204445936'), ('tmp_1782', u'MULTIEQUAL_-1204445168'), (u'INT_ADD_-1204445551', u'INT_ADD_-1204445549'), (u'CALL_-1204445512', u'INDIRECT_-1204445061'), ('const-3719105', u'COPY_-1204445079'), ('tmp_764', u'INT_AND_-1204445361'), (u'INT_ZEXT_-1204445164', u'INT_SUB_-1204445636'), (u'MULTIEQUAL_-1204445401', u'INT_ADD_-1204445540'), (u'INT_ZEXT_-1204445278', u'INT_SUB_-1204445620'), ('const-288', u'CALL_-1204445512'), ('const-2', u'INT_NOTEQUAL_-1204445871'), ('const-1', u'RETURN_-1204445833'), (u'INT_ADD_-1204445549', u'INT_ADD_-1204445540'), (u'INT_ZEXT_-1204445300', u'MULTIEQUAL_-1204445401'), (u'INT_SLESS_-1204445649', u'CBRANCH_-1204445648'), (u'INT_SUB_-1204445480', u'MULTIEQUAL_-1204445401'), (u'PTRSUB_-1204445157', u'LOAD_-1204445661'), ('const-255', u'INT_SLESS_-1204445649'), (u'INT_ADD_-1204445606', u'CAST_-1204445133'), ('tmp_763', u'INT_ADD_-1204445549'), ('const-3719768', u'COPY_-1204445076'), (u'COPY_-1204445079', u'CALL_-1204445512'), (u'COPY_-1204445076', u'CALL_-1204445512'), ('tmp_389', u'CBRANCH_-1204445740'), ('const-8', u'INT_ADD_-1204445551'), ('const-2147483648', u'INT_SUB_-1204445480'), ('const-7', u'INT_AND_-1204445361'), ('tmp_278', u'BRANCH_-1204445622'), (u'INT_NOTEQUAL_-1204445936', u'CBRANCH_-1204445935'), (u'INT_AND_-1204445903', u'INT_NOTEQUAL_-1204445659'), (u'CAST_-1204445133', u'LOAD_-1204445622'), ('tmp_740', u'BRANCH_-1204445482'), (u'INT_EQUAL_-1204445904', u'CBRANCH_-1204445903'), ('const-105', u'CALL_-1204445442'), (u'INT_AND_-1204445768', u'INT_EQUAL_-1204445755'), (u'MULTIEQUAL_-1204445168', u'COPY_-1204445217'), ('const-32768', u'INT_SUB_-1204445620'), ('const-4', u'INT_NOTEQUAL_-1204445885'), ('const-0', u'INT_NOTEQUAL_-1204445740'), ('tmp_363', u'CBRANCH_-1204445754'), ('tmp_647', u'BRANCH_-1204445545'), ('const-65535', u'INT_AND_-1204445620'), (u'LOAD_-1204445661', u'INT_EQUAL_-1204445642'), ('tmp_431', u'CBRANCH_-1204445648'), (u'INT_ADD_-1204445583', u'MULTIEQUAL_-1204445313'), (u'INT_AND_-1204445768', u'INT_EQUAL_-1204445769'), (u'INT_SUB_-1204445620', u'MULTIEQUAL_-1204445401'), (u'MULTIEQUAL_-1204445401', u'INT_ADD_-1204445583'), (u'COPY_-1204445244', u'CALL_-1204445711'), ('const-0', u'INT_NOTEQUAL_-1204445517'), ('const-0', u'INT_NOTEQUAL_-1204445936'), (u'INDIRECT_-1204445190', u'MULTIEQUAL_-1204445168'), (u'LOAD_-1204445536', u'SUBPIECE_-1204445094'), (u'INDIRECT_-1204445061', u'COPY_-1204445115'), (u'LOAD_-1204445658', u'MULTIEQUAL_-1204445401'), (u'LOAD_-1204445661', u'CAST_-1204445142'), (u'INT_AND_-1204445768', u'INT_NOTEQUAL_-1204445740'), (u'INT_NOTEQUAL_-1204445740', u'CBRANCH_-1204445740'), ('const-32768', u'INT_SUB_-1204445636'), ('const-433', u'LOAD_-1204445622'), ('const-1', u'RETURN_-1204445437'), ('const-7', u'INT_AND_-1204445924'), ('const-0', u'RETURN_-1204445616'), ('const-433', u'LOAD_-1204445536'), ('tmp_761', u'INT_ADD_-1204445551'), (u'INT_NOTEQUAL_-1204445871', u'CBRANCH_-1204445871'), ('tmp_764', u'INT_AND_-1204445924'), ('const-433', u'LOAD_-1204445661'), ('const-2147483648', u'INT_ADD_-1204445497'), ('const-3719105', u'COPY_-1204445294'), (u'LOAD_-1204445679', u'SUBPIECE_-1204445061'), ('const-3719768', u'COPY_-1204445241'), ('const-3614416', u'COPY_-1204445058'), ('const-3719840', u'COPY_-1204445051'), ('const-1', u'RETURN_-1204445507'), (u'COPY_-1204445058', u'CALL_-1204445442'), ('const-0', u'INT_EQUAL_-1204445642'), (u'INT_ZEXT_-1204445336', u'MULTIEQUAL_-1204445401'), (u'MULTIEQUAL_-1204445401', u'MULTIEQUAL_-1204445313'), ('const-433', u'LOAD_-1204445679'), ('const-3719768', u'COPY_-1204445291'), (u'INT_NOTEQUAL_-1204445885', u'CBRANCH_-1204445885'), ('const-3719105', u'COPY_-1204445244'), (u'LOAD_-1204445622', u'CALLIND_-1204445612'), (u'INDIRECT_-1204445224', u'COPY_-1204445281'), (u'INT_ADD_-1204445328', u'PTRADD_-1204445908'), ('const-48', u'INT_EQUAL_-1204445755'), ('const-0', u'SUBPIECE_-1204445094'), ('const-433', u'LOAD_-1204445658'), (u'CAST_-1204445279', u'LOAD_-1204445658'), (u'CAST_-1204445279', u'LOAD_-1204445536'), (u'INT_AND_-1204445620', u'INT_ZEXT_-1204445278'), ('tmp_763', u'INT_ADD_-1204445328'), (u'INT_ZEXT_-1204445327', u'INT_SUB_-1204445480'), (u'CALLIND_-1204445612', u'INDIRECT_-1204445190'), (u'COPY_-1204445051', u'CALL_-1204445442'), (u'INT_AND_-1204445924', u'INT_EQUAL_-1204445904'), (u'PTRADD_-1204445908', u'CAST_-1204445279'), ('const-0', u'INT_NOTEQUAL_-1204445659'), (u'CALL_-1204445442', u'INDIRECT_-1204445039'), (u'CALL_-1204445838', u'INDIRECT_-1204445272'), (u'INT_ADD_-1204445497', u'INT_ZEXT_-1204445327'), (u'INT_NOTEQUAL_-1204445659', u'CBRANCH_-1204445658'), (u'INDIRECT_-1204445272', u'COPY_-1204445331'), ('tmp_762', u'PTRADD_-1204445908'), (u'SUBPIECE_-1204445094', u'INT_ADD_-1204445497'), (u'COPY_-1204445291', u'CALL_-1204445838'), ('const-8', u'INT_AND_-1204445903'), (u'INT_AND_-1204445924', u'INT_NOTEQUAL_-1204445885'), (u'SUBPIECE_-1204445061', u'INT_ZEXT_-1204445300'), ('const-1', u'PTRADD_-1204445908'), ('tmp_528', u'CBRANCH_-1204445640'), ('tmp_764', u'CAST_-1204445118'), (u'INT_ADD_-1204445540', u'MULTIEQUAL_-1204445313'), (u'INDIRECT_-1204445039', u'COPY_-1204445090'), (u'INT_AND_-1204445903', u'INT_NOTEQUAL_-1204445517'), ('const-285', u'CALL_-1204445711')]
|
[(u'INT_AND_-1204445327', u'INT_NOTEQUAL_-1204445936'), ('const-8', u'INT_AND_-1204445316'), (u'MULTIEQUAL_-1204445313', u'COPY_-1204445636'), ('tmp_161', u'CBRANCH_-1204445885'), (u'CAST_-1204445123', u'INT_SLESS_-1204445649'), (u'INT_NOTEQUAL_-1204445517', u'CBRANCH_-1204445516'), ('const-32768', u'INT_SUB_-1204445636'), (u'INT_EQUAL_-1204445769', u'CBRANCH_-1204445768'), ('tmp_1779', u'MULTIEQUAL_-1204445172'), ('const-433', u'LOAD_-1204445622'), (u'INT_EQUAL_-1204445755', u'CBRANCH_-1204445754'), (u'INT_AND_-1204445924', u'INT_NOTEQUAL_-1204445871'), ('const-160', u'INT_ADD_-1204445606'), ('tmp_1779', u'PTRADD_-1204445599'), ('const-16', u'INT_EQUAL_-1204445769'), ('tmp_1803', u'INT_AND_-1204445327'), ('const-1', u'RETURN_-1204445706'), ('tmp_1803', u'INT_AND_-1204445924'), (u'PTRADD_-1204445599', u'CAST_-1204445160'), ('tmp_684', u'CBRANCH_-1204445516'), (u'INT_SUB_-1204445636', u'INT_AND_-1204445620'), (u'COPY_-1204445294', u'CALL_-1204445838'), ('const-255', u'INT_SLESS_-1204445649'), (u'COPY_-1204445636', u'RETURN_-1204445616'), (u'LOAD_-1204445679', u'SUBPIECE_-1204445066'), ('tmp_133', u'CBRANCH_-1204445903'), (u'LOAD_-1204445636', u'INT_ADD_-1204445606'), (u'COPY_-1204445061', u'CALL_-1204445442'), ('const-24', u'PTRADD_-1204445599'), ('tmp_75', u'CBRANCH_-1204445935'), (u'CAST_-1204445284', u'LOAD_-1204445658'), ('const-0', u'SUBPIECE_-1204445099'), ('tmp_1803', u'INT_AND_-1204445261'), (u'CALLIND_-1204445612', u'INT_ADD_-1204445583'), (u'INT_EQUAL_-1204445642', u'CBRANCH_-1204445640'), ('const-3719768', u'COPY_-1204445244'), ('const-433', u'LOAD_-1204445658'), ('const-3719768', u'COPY_-1204445294'), ('const-0', u'INT_NOTEQUAL_-1204445517'), ('tmp_189', u'CBRANCH_-1204445871'), (u'INT_AND_-1204445316', u'INT_NOTEQUAL_-1204445659'), ('tmp_1803', u'CAST_-1204445123'), ('tmp_335', u'CBRANCH_-1204445768'), ('tmp_238', u'CBRANCH_-1204445658'), ('tmp_1502', u'INT_ADD_-1204445956'), ('const-112', u'INT_AND_-1204445261'), (u'INT_ADD_-1204445551', u'INT_ADD_-1204445549'), ('tmp_1803', u'INT_AND_-1204445316'), ('const-32768', u'INT_SUB_-1204445620'), ('const-0', u'SUBPIECE_-1204445066'), (u'MULTIEQUAL_-1204445401', u'INT_ADD_-1204445540'), (u'INT_ZEXT_-1204445169', u'INT_SUB_-1204445636'), (u'INT_ZEXT_-1204445278', u'INT_SUB_-1204445620'), (u'CAST_-1204445138', u'LOAD_-1204445622'), ('const-1', u'RETURN_-1204445833'), ('const-8', u'INT_ADD_-1204445956'), (u'INT_ADD_-1204445549', u'INT_ADD_-1204445540'), (u'INT_ZEXT_-1204445300', u'MULTIEQUAL_-1204445401'), (u'INT_SLESS_-1204445649', u'CBRANCH_-1204445648'), (u'INT_SUB_-1204445480', u'MULTIEQUAL_-1204445401'), ('const-48', u'INT_EQUAL_-1204445755'), (u'COPY_-1204445082', u'CALL_-1204445512'), ('const-0', u'INT_NOTEQUAL_-1204445740'), ('const-2147483648', u'INT_SUB_-1204445480'), ('const-0', u'INT_NOTEQUAL_-1204445659'), (u'COPY_-1204445079', u'CALL_-1204445512'), ('tmp_389', u'CBRANCH_-1204445740'), ('const-8', u'INT_ADD_-1204445551'), ('tmp_278', u'BRANCH_-1204445622'), (u'INT_NOTEQUAL_-1204445936', u'CBRANCH_-1204445935'), ('tmp_740', u'BRANCH_-1204445482'), (u'INT_EQUAL_-1204445904', u'CBRANCH_-1204445903'), (u'CALL_-1204445838', u'INDIRECT_-1204445276'), (u'INDIRECT_-1204445276', u'COPY_-1204445335'), (u'SUBPIECE_-1204445066', u'INT_ZEXT_-1204445300'), ('const-112', u'INT_AND_-1204445768'), (u'INT_AND_-1204445768', u'INT_EQUAL_-1204445755'), ('const-3719105', u'COPY_-1204445082'), ('tmp_363', u'CBRANCH_-1204445754'), ('tmp_1512', u'INT_ADD_-1204445551'), ('tmp_647', u'BRANCH_-1204445545'), (u'SUBPIECE_-1204445099', u'INT_ZEXT_-1204445336'), (u'COPY_-1204445054', u'CALL_-1204445442'), ('const-7', u'INT_AND_-1204445924'), ('const-288', u'CALL_-1204445512'), (u'LOAD_-1204445661', u'INT_EQUAL_-1204445642'), (u'INDIRECT_-1204445194', u'MULTIEQUAL_-1204445172'), ('tmp_431', u'CBRANCH_-1204445648'), ('const-65535', u'INT_AND_-1204445620'), (u'INDIRECT_-1204445043', u'COPY_-1204445094'), ('const-433', u'LOAD_-1204445636'), (u'INT_ADD_-1204445583', u'MULTIEQUAL_-1204445313'), ('const-3719840', u'COPY_-1204445054'), (u'INT_AND_-1204445768', u'INT_EQUAL_-1204445769'), ('const-433', u'LOAD_-1204445661'), (u'INT_SUB_-1204445620', u'MULTIEQUAL_-1204445401'), (u'MULTIEQUAL_-1204445401', u'INT_ADD_-1204445583'), (u'COPY_-1204445244', u'CALL_-1204445711'), (u'SUBPIECE_-1204445099', u'INT_ADD_-1204445497'), ('const-3719768', u'COPY_-1204445079'), ('const-433', u'LOAD_-1204445536'), ('tmp_1803', u'INT_AND_-1204445317'), (u'LOAD_-1204445658', u'MULTIEQUAL_-1204445401'), ('tmp_1503', u'INT_ADD_-1204445954'), (u'CALLIND_-1204445612', u'INDIRECT_-1204445194'), (u'LOAD_-1204445661', u'LOAD_-1204445636'), (u'CAST_-1204445284', u'LOAD_-1204445536'), ('const-3614416', u'COPY_-1204445061'), (u'INT_NOTEQUAL_-1204445740', u'CBRANCH_-1204445740'), ('const-1', u'RETURN_-1204445437'), ('const-0', u'RETURN_-1204445616'), ('const-8', u'INT_AND_-1204445317'), ('const-3', u'INT_EQUAL_-1204445904'), (u'INT_NOTEQUAL_-1204445871', u'CBRANCH_-1204445871'), (u'INT_AND_-1204445261', u'INT_NOTEQUAL_-1204445740'), ('const-2147483648', u'INT_ADD_-1204445497'), ('const-433', u'LOAD_-1204445679'), (u'INT_ADD_-1204445954', u'CAST_-1204445284'), (u'CALL_-1204445442', u'INDIRECT_-1204445043'), ('tmp_1803', u'INT_AND_-1204445768'), ('const-2', u'INT_NOTEQUAL_-1204445871'), (u'MULTIEQUAL_-1204445172', u'COPY_-1204445221'), ('const-1', u'RETURN_-1204445507'), ('const-266', u'CALL_-1204445838'), ('const-7', u'INT_AND_-1204445327'), (u'INT_AND_-1204445317', u'INT_NOTEQUAL_-1204445517'), ('const-0', u'INT_EQUAL_-1204445642'), ('const-1', u'PTRADD_-1204445599'), (u'INT_ZEXT_-1204445336', u'MULTIEQUAL_-1204445401'), (u'MULTIEQUAL_-1204445401', u'MULTIEQUAL_-1204445313'), (u'INT_NOTEQUAL_-1204445885', u'CBRANCH_-1204445885'), ('const-285', u'CALL_-1204445711'), ('tmp_1503', u'INT_ADD_-1204445549'), (u'CAST_-1204445284', u'LOAD_-1204445679'), (u'LOAD_-1204445622', u'CALLIND_-1204445612'), (u'COPY_-1204445297', u'CALL_-1204445838'), (u'INT_AND_-1204445620', u'INT_ZEXT_-1204445278'), (u'INT_ZEXT_-1204445327', u'INT_SUB_-1204445480'), ('const-4', u'INT_NOTEQUAL_-1204445885'), (u'INT_AND_-1204445924', u'INT_EQUAL_-1204445904'), ('const-0', u'INT_NOTEQUAL_-1204445936'), (u'LOAD_-1204445536', u'SUBPIECE_-1204445099'), (u'INT_ADD_-1204445497', u'INT_ZEXT_-1204445327'), (u'INT_NOTEQUAL_-1204445659', u'CBRANCH_-1204445658'), (u'INT_ADD_-1204445956', u'INT_ADD_-1204445954'), (u'CAST_-1204445160', u'LOAD_-1204445661'), (u'CALL_-1204445711', u'INDIRECT_-1204445228'), ('const-105', u'CALL_-1204445442'), ('const-3719105', u'COPY_-1204445247'), (u'CALL_-1204445512', u'INDIRECT_-1204445065'), (u'INDIRECT_-1204445065', u'COPY_-1204445119'), (u'INT_AND_-1204445924', u'INT_NOTEQUAL_-1204445885'), (u'INDIRECT_-1204445228', u'COPY_-1204445285'), ('tmp_528', u'CBRANCH_-1204445640'), ('const-3719105', u'COPY_-1204445297'), (u'SUBPIECE_-1204445066', u'INT_ZEXT_-1204445169'), (u'INT_ADD_-1204445540', u'MULTIEQUAL_-1204445313'), (u'COPY_-1204445247', u'CALL_-1204445711'), (u'INT_ADD_-1204445606', u'CAST_-1204445138')]
| null | null |
002a9ce0
|
x64
|
O2
|
(translation_unit "ulong FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)\n\n{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}\n\n" (function_definition "ulong FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)\n\n{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}" type_identifier (function_declarator "FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)" identifier (parameter_list "(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier 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 "byte param_5" type_identifier identifier) ))) (compound_statement "{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}" { (declaration "ulong *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (expression_statement "puVar1 = (ulong *)(param_3 + 8 + param_4);" (assignment_expression "puVar1 = (ulong *)(param_3 + 8 + param_4)" identifier = (cast_expression "(ulong *)(param_3 + 8 + param_4)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8 + param_4)" ( (binary_expression "param_3 + 8 + param_4" (binary_expression "param_3 + 8" identifier + number_literal) + identifier) )))) ;) (expression_statement "bVar2 = param_5 & 7;" (assignment_expression "bVar2 = param_5 & 7" identifier = (binary_expression "param_5 & 7" identifier & number_literal)) ;) (if_statement "if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" if (parenthesized_expression "((param_5 & 7) != 0)" ( (binary_expression "(param_5 & 7) != 0" (parenthesized_expression "(param_5 & 7)" ( (binary_expression "param_5 & 7" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" { (if_statement "if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" if (parenthesized_expression "(bVar2 == 3)" ( (binary_expression "bVar2 == 3" identifier == number_literal) )) (compound_statement "{\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" { (expression_statement "uVar4 = (ulong)(uint)*puVar1;" (assignment_expression "uVar4 = (ulong)(uint)*puVar1" identifier = (binary_expression "(ulong)(uint)*puVar1" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) * identifier)) ;) (if_statement "if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }" if (parenthesized_expression "((param_5 & 8) != 0)" ( (binary_expression "(param_5 & 8) != 0" (parenthesized_expression "(param_5 & 8)" ( (binary_expression "param_5 & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }" { (expression_statement "uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;" (assignment_expression "uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000" identifier = (binary_expression "(ulong)((uint)*puVar1 + 0x80000000) - 0x80000000" (call_expression "(ulong)((uint)*puVar1 + 0x80000000)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)*puVar1 + 0x80000000)" ( (binary_expression "(uint)*puVar1 + 0x80000000" (binary_expression "(uint)*puVar1" (parenthesized_expression "(uint)" ( identifier )) * identifier) + number_literal) ))) - number_literal)) ;) })) (goto_statement "goto LAB_002a9d2b;" goto statement_identifier ;) })) (if_statement "if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" if (parenthesized_expression "(bVar2 != 4)" ( (binary_expression "bVar2 != 4" identifier != number_literal) )) (compound_statement "{\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" { (if_statement "if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" if (parenthesized_expression "(bVar2 != 2)" ( (binary_expression "bVar2 != 2" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" { comment (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x10a,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) })) (expression_statement "uVar4 = (ulong)(ushort)*puVar1;" (assignment_expression "uVar4 = (ulong)(ushort)*puVar1" identifier = (binary_expression "(ulong)(ushort)*puVar1" (call_expression "(ulong)(ushort)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(ushort)" ( identifier ))) * identifier)) ;) (if_statement "if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }" if (parenthesized_expression "((param_5 & 8) != 0)" ( (binary_expression "(param_5 & 8) != 0" (parenthesized_expression "(param_5 & 8)" ( (binary_expression "param_5 & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }" { (expression_statement "uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;" (assignment_expression "uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000" identifier = (binary_expression "(ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000" (call_expression "(ulong)((ushort)*puVar1 - 0x8000 & 0xffff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((ushort)*puVar1 - 0x8000 & 0xffff)" ( (binary_expression "(ushort)*puVar1 - 0x8000 & 0xffff" (binary_expression "(ushort)*puVar1 - 0x8000" (binary_expression "(ushort)*puVar1" (parenthesized_expression "(ushort)" ( identifier )) * identifier) - number_literal) & number_literal) ))) - number_literal)) ;) })) (goto_statement "goto LAB_002a9d2b;" goto statement_identifier ;) })) })) (expression_statement "uVar4 = *puVar1;" (assignment_expression "uVar4 = *puVar1" identifier = (pointer_expression "*puVar1" * identifier)) ;) (labeled_statement "LAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" statement_identifier : (if_statement "if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "((param_5 & 0x70) == 0x10)" ( (binary_expression "(param_5 & 0x70) == 0x10" (parenthesized_expression "(param_5 & 0x70)" ( (binary_expression "param_5 & 0x70" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }" { (expression_statement "uVar4 = uVar4 + param_2 + 8 + param_4;" (assignment_expression "uVar4 = uVar4 + param_2 + 8 + param_4" identifier = (binary_expression "uVar4 + param_2 + 8 + param_4" (binary_expression "uVar4 + param_2 + 8" (binary_expression "uVar4 + param_2" identifier + identifier) + number_literal) + identifier)) ;) }) (else_clause "else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" else (if_statement "if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "((param_5 & 0x70) == 0x30)" ( (binary_expression "(param_5 & 0x70) == 0x30" (parenthesized_expression "(param_5 & 0x70)" ( (binary_expression "param_5 & 0x70" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }" { (if_statement "if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0)" ( (binary_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0" (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) )))) == (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",0x69,"target");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (expression_statement "lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();" (assignment_expression "lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))()" identifier = (call_expression "(**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))()" (parenthesized_expression "(**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))" ( (pointer_expression "**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" * (pointer_expression "*(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" * (cast_expression "(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" ( (binary_expression "**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0" (pointer_expression "**(long **)(PTR_DAT_0043e6b0 + 0x18)" * (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) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar4 = uVar4 + lVar3;" (assignment_expression "uVar4 = uVar4 + lVar3" identifier = (binary_expression "uVar4 + lVar3" identifier + identifier)) ;) }) (else_clause "else if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" else (if_statement "if ((param_5 & 0x70) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "((param_5 & 0x70) != 0)" ( (binary_expression "(param_5 & 0x70) != 0" (parenthesized_expression "(param_5 & 0x70)" ( (binary_expression "param_5 & 0x70" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" { comment (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x11d,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) }))))))) (if_statement "if (-1 < (char)param_5) {\n return uVar4;\n }" if (parenthesized_expression "(-1 < (char)param_5)" ( (binary_expression "-1 < (char)param_5" number_literal < (cast_expression "(char)param_5" ( (type_descriptor "char" primitive_type) ) identifier)) )) (compound_statement "{\n return uVar4;\n }" { (return_statement "return uVar4;" return identifier ;) })) comment (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x120,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original name: get_fde_pc<64, false>\n DWARF original prototype: Elf_Addr get_fde_pc<64,_false>(Eh_frame_hdr * this, Elf_Addr\n eh_frame_address, uchar * eh_frame_contents, section_offset_type fde_offset, uchar fde_encoding)\n */\n\nElf_Addr __thiscall\ngold::Eh_frame_hdr::get_fde_pc<64,_false>\n (Eh_frame_hdr *this,Elf_Addr eh_frame_address,uchar *eh_frame_contents,\n section_offset_type fde_offset,uchar fde_encoding)\n\n{\n Elf_Addr *pEVar1;\n byte bVar2;\n long lVar3;\n Elf_Addr EVar4;\n \n pEVar1 = (Elf_Addr *)(eh_frame_contents + fde_offset + 8);\n bVar2 = fde_encoding & 7;\n if ((fde_encoding & 7) != 0) {\n if (bVar2 == 3) {\n EVar4 = (Elf_Addr)(uint)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n EVar4 = (Elf_Addr)(ushort)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n EVar4 = *pEVar1;\nLAB_002a9d2b:\n bVar2 = fde_encoding & 0x70;\n if (bVar2 == 0x10) {\n EVar4 = EVar4 + eh_frame_address + 8 + fde_offset;\n }\n else if (bVar2 == 0x30) {\n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))();\n EVar4 = EVar4 + lVar3;\n }\n else if (bVar2 != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)fde_encoding) {\n return EVar4;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}\n\n" comment comment (declaration "Elf_Addr __thiscall\ngold::Eh_frame_hdr::get_fde_pc<64,_false>\n (Eh_frame_hdr *this,Elf_Addr eh_frame_address,uchar *eh_frame_contents,\n section_offset_type fde_offset,uchar fde_encoding)\n\n{\n Elf_Addr *pEVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Eh_frame_hdr::" identifier : : identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>\n (Eh_frame_hdr *this,Elf_Addr eh_frame_address,uchar *eh_frame_contents,\n section_offset_type fde_offset,uchar fde_encoding)\n\n{\n Elf_Addr" (function_declarator "_false>\n (Eh_frame_hdr *this,Elf_Addr eh_frame_address,uchar *eh_frame_contents,\n section_offset_type fde_offset,uchar fde_encoding)" identifier (ERROR ">" >) (parameter_list "(Eh_frame_hdr *this,Elf_Addr eh_frame_address,uchar *eh_frame_contents,\n section_offset_type fde_offset,uchar fde_encoding)" ( (parameter_declaration "Eh_frame_hdr *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Elf_Addr eh_frame_address" type_identifier identifier) , (parameter_declaration "uchar *eh_frame_contents" type_identifier (pointer_declarator "*eh_frame_contents" * identifier)) , (parameter_declaration "section_offset_type fde_offset" type_identifier identifier) , (parameter_declaration "uchar fde_encoding" type_identifier identifier) ))) { identifier) (pointer_declarator "*pEVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "Elf_Addr EVar4;" type_identifier identifier ;) (expression_statement "pEVar1 = (Elf_Addr *)(eh_frame_contents + fde_offset + 8);" (assignment_expression "pEVar1 = (Elf_Addr *)(eh_frame_contents + fde_offset + 8)" identifier = (cast_expression "(Elf_Addr *)(eh_frame_contents + fde_offset + 8)" ( (type_descriptor "Elf_Addr *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(eh_frame_contents + fde_offset + 8)" ( (binary_expression "eh_frame_contents + fde_offset + 8" (binary_expression "eh_frame_contents + fde_offset" identifier + identifier) + number_literal) )))) ;) (expression_statement "bVar2 = fde_encoding & 7;" (assignment_expression "bVar2 = fde_encoding & 7" identifier = (binary_expression "fde_encoding & 7" identifier & number_literal)) ;) (if_statement "if ((fde_encoding & 7) != 0) {\n if (bVar2 == 3) {\n EVar4 = (Elf_Addr)(uint)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n EVar4 = (Elf_Addr)(ushort)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" if (parenthesized_expression "((fde_encoding & 7) != 0)" ( (binary_expression "(fde_encoding & 7) != 0" (parenthesized_expression "(fde_encoding & 7)" ( (binary_expression "fde_encoding & 7" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (bVar2 == 3) {\n EVar4 = (Elf_Addr)(uint)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n EVar4 = (Elf_Addr)(ushort)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" { (if_statement "if (bVar2 == 3) {\n EVar4 = (Elf_Addr)(uint)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" if (parenthesized_expression "(bVar2 == 3)" ( (binary_expression "bVar2 == 3" identifier == number_literal) )) (compound_statement "{\n EVar4 = (Elf_Addr)(uint)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" { (expression_statement "EVar4 = (Elf_Addr)(uint)*pEVar1;" (assignment_expression "EVar4 = (Elf_Addr)(uint)*pEVar1" identifier = (binary_expression "(Elf_Addr)(uint)*pEVar1" (call_expression "(Elf_Addr)(uint)" (parenthesized_expression "(Elf_Addr)" ( identifier )) (argument_list "(uint)" ( identifier ))) * identifier)) ;) (if_statement "if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;\n }" if (parenthesized_expression "((fde_encoding & 8) != 0)" ( (binary_expression "(fde_encoding & 8) != 0" (parenthesized_expression "(fde_encoding & 8)" ( (binary_expression "fde_encoding & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;\n }" { (expression_statement "EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000;" (assignment_expression "EVar4 = (ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000" identifier = (binary_expression "(ulong)((uint)*pEVar1 + 0x80000000) - 0x80000000" (call_expression "(ulong)((uint)*pEVar1 + 0x80000000)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)*pEVar1 + 0x80000000)" ( (binary_expression "(uint)*pEVar1 + 0x80000000" (binary_expression "(uint)*pEVar1" (parenthesized_expression "(uint)" ( identifier )) * identifier) + number_literal) ))) - number_literal)) ;) })) (goto_statement "goto LAB_002a9d2b;" goto statement_identifier ;) })) (if_statement "if (bVar2 != 4) {\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n EVar4 = (Elf_Addr)(ushort)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" if (parenthesized_expression "(bVar2 != 4)" ( (binary_expression "bVar2 != 4" identifier != number_literal) )) (compound_statement "{\n if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n EVar4 = (Elf_Addr)(ushort)*pEVar1;\n if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" { (if_statement "if (bVar2 != 2) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" if (parenthesized_expression "(bVar2 != 2)" ( (binary_expression "bVar2 != 2" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x10a,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x10a,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) })) (expression_statement "EVar4 = (Elf_Addr)(ushort)*pEVar1;" (assignment_expression "EVar4 = (Elf_Addr)(ushort)*pEVar1" identifier = (binary_expression "(Elf_Addr)(ushort)*pEVar1" (call_expression "(Elf_Addr)(ushort)" (parenthesized_expression "(Elf_Addr)" ( identifier )) (argument_list "(ushort)" ( identifier ))) * identifier)) ;) (if_statement "if ((fde_encoding & 8) != 0) {\n EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;\n }" if (parenthesized_expression "((fde_encoding & 8) != 0)" ( (binary_expression "(fde_encoding & 8) != 0" (parenthesized_expression "(fde_encoding & 8)" ( (binary_expression "fde_encoding & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;\n }" { (expression_statement "EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000;" (assignment_expression "EVar4 = (ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000" identifier = (binary_expression "(ulong)((ushort)*pEVar1 - 0x8000 & 0xffff) - 0x8000" (call_expression "(ulong)((ushort)*pEVar1 - 0x8000 & 0xffff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((ushort)*pEVar1 - 0x8000 & 0xffff)" ( (binary_expression "(ushort)*pEVar1 - 0x8000 & 0xffff" (binary_expression "(ushort)*pEVar1 - 0x8000" (binary_expression "(ushort)*pEVar1" (parenthesized_expression "(ushort)" ( identifier )) * identifier) - number_literal) & number_literal) ))) - number_literal)) ;) })) (goto_statement "goto LAB_002a9d2b;" goto statement_identifier ;) })) })) (expression_statement "EVar4 = *pEVar1;" (assignment_expression "EVar4 = *pEVar1" identifier = (pointer_expression "*pEVar1" * identifier)) ;) (labeled_statement "LAB_002a9d2b:\n bVar2 = fde_encoding & 0x70;" statement_identifier : (expression_statement "bVar2 = fde_encoding & 0x70;" (assignment_expression "bVar2 = fde_encoding & 0x70" identifier = (binary_expression "fde_encoding & 0x70" identifier & number_literal)) ;)) (if_statement "if (bVar2 == 0x10) {\n EVar4 = EVar4 + eh_frame_address + 8 + fde_offset;\n }\n else if (bVar2 == 0x30) {\n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))();\n EVar4 = EVar4 + lVar3;\n }\n else if (bVar2 != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "(bVar2 == 0x10)" ( (binary_expression "bVar2 == 0x10" identifier == number_literal) )) (compound_statement "{\n EVar4 = EVar4 + eh_frame_address + 8 + fde_offset;\n }" { (expression_statement "EVar4 = EVar4 + eh_frame_address + 8 + fde_offset;" (assignment_expression "EVar4 = EVar4 + eh_frame_address + 8 + fde_offset" identifier = (binary_expression "EVar4 + eh_frame_address + 8 + fde_offset" (binary_expression "EVar4 + eh_frame_address + 8" (binary_expression "EVar4 + eh_frame_address" identifier + identifier) + number_literal) + identifier)) ;) }) (else_clause "else if (bVar2 == 0x30) {\n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))();\n EVar4 = EVar4 + lVar3;\n }\n else if (bVar2 != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" else (if_statement "if (bVar2 == 0x30) {\n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))();\n EVar4 = EVar4 + lVar3;\n }\n else if (bVar2 != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "(bVar2 == 0x30)" ( (binary_expression "bVar2 == 0x30" identifier == number_literal) )) (compound_statement "{\n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))();\n EVar4 = EVar4 + lVar3;\n }" { (if_statement "if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(parameters->target_ == (Target *)0x0)" ( (binary_expression "parameters->target_ == (Target *)0x0" (field_expression "parameters->target_" identifier -> field_identifier) == (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x69,"target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (expression_statement "lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))();" (assignment_expression "lVar3 = (**(code **)(*(long *)parameters->target_ + 0xa0))()" identifier = (call_expression "(**(code **)(*(long *)parameters->target_ + 0xa0))()" (parenthesized_expression "(**(code **)(*(long *)parameters->target_ + 0xa0))" ( (pointer_expression "**(code **)(*(long *)parameters->target_ + 0xa0)" * (pointer_expression "*(code **)(*(long *)parameters->target_ + 0xa0)" * (cast_expression "(code **)(*(long *)parameters->target_ + 0xa0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)parameters->target_ + 0xa0)" ( (binary_expression "*(long *)parameters->target_ + 0xa0" (pointer_expression "*(long *)parameters->target_" * (cast_expression "(long *)parameters->target_" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (field_expression "parameters->target_" identifier -> field_identifier))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "EVar4 = EVar4 + lVar3;" (assignment_expression "EVar4 = EVar4 + lVar3" identifier = (binary_expression "EVar4 + lVar3" identifier + identifier)) ;) }) (else_clause "else if (bVar2 != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" else (if_statement "if (bVar2 != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "(bVar2 != 0)" ( (binary_expression "bVar2 != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x11d,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x11d,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) })))))) (if_statement "if (-1 < (char)fde_encoding) {\n return EVar4;\n }" if (parenthesized_expression "(-1 < (char)fde_encoding)" ( (binary_expression "-1 < (char)fde_encoding" number_literal < (cast_expression "(char)fde_encoding" ( (type_descriptor "char" primitive_type) ) identifier)) )) (compound_statement "{\n return EVar4;\n }" { (return_statement "return EVar4;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/ehframe.cc",0x120,"get_fde_pc");" (call_expression "do_gold_unreachable("../../gold/ehframe.cc",0x120,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x120,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "ulong FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)\n\n{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n \n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}\n\n" (function_definition "ulong FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)\n\n{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n \n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}" type_identifier (function_declarator "FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)" identifier (parameter_list "(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier 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 "byte param_5" type_identifier identifier) ))) (compound_statement "{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n \n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}" { (declaration "ulong *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (expression_statement "puVar1 = (ulong *)(param_3 + 8 + param_4);" (assignment_expression "puVar1 = (ulong *)(param_3 + 8 + param_4)" identifier = (cast_expression "(ulong *)(param_3 + 8 + param_4)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8 + param_4)" ( (binary_expression "param_3 + 8 + param_4" (binary_expression "param_3 + 8" identifier + number_literal) + identifier) )))) ;) (expression_statement "bVar2 = param_5 & 7;" (assignment_expression "bVar2 = param_5 & 7" identifier = (binary_expression "param_5 & 7" identifier & number_literal)) ;) (if_statement "if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" if (parenthesized_expression "((param_5 & 7) != 0)" ( (binary_expression "(param_5 & 7) != 0" (parenthesized_expression "(param_5 & 7)" ( (binary_expression "param_5 & 7" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" { (if_statement "if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" if (parenthesized_expression "(bVar2 == 3)" ( (binary_expression "bVar2 == 3" identifier == number_literal) )) (compound_statement "{\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" { (expression_statement "uVar4 = (ulong)(uint)*puVar1;" (assignment_expression "uVar4 = (ulong)(uint)*puVar1" identifier = (binary_expression "(ulong)(uint)*puVar1" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) * identifier)) ;) (if_statement "if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }" if (parenthesized_expression "((param_5 & 8) != 0)" ( (binary_expression "(param_5 & 8) != 0" (parenthesized_expression "(param_5 & 8)" ( (binary_expression "param_5 & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }" { (expression_statement "uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;" (assignment_expression "uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000" identifier = (binary_expression "(ulong)((uint)*puVar1 + 0x80000000) - 0x80000000" (call_expression "(ulong)((uint)*puVar1 + 0x80000000)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((uint)*puVar1 + 0x80000000)" ( (binary_expression "(uint)*puVar1 + 0x80000000" (binary_expression "(uint)*puVar1" (parenthesized_expression "(uint)" ( identifier )) * identifier) + number_literal) ))) - number_literal)) ;) })) (goto_statement "goto LAB_002a9d2b;" goto statement_identifier ;) })) (if_statement "if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" if (parenthesized_expression "(bVar2 != 4)" ( (binary_expression "bVar2 != 4" identifier != number_literal) )) (compound_statement "{\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" { (if_statement "if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" if (parenthesized_expression "(bVar2 != 2)" ( (binary_expression "bVar2 != 2" identifier != number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" { (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x10a,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) })) (expression_statement "uVar4 = (ulong)(ushort)*puVar1;" (assignment_expression "uVar4 = (ulong)(ushort)*puVar1" identifier = (binary_expression "(ulong)(ushort)*puVar1" (call_expression "(ulong)(ushort)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(ushort)" ( identifier ))) * identifier)) ;) (if_statement "if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }" if (parenthesized_expression "((param_5 & 8) != 0)" ( (binary_expression "(param_5 & 8) != 0" (parenthesized_expression "(param_5 & 8)" ( (binary_expression "param_5 & 8" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }" { (expression_statement "uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;" (assignment_expression "uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000" identifier = (binary_expression "(ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000" (call_expression "(ulong)((ushort)*puVar1 - 0x8000 & 0xffff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((ushort)*puVar1 - 0x8000 & 0xffff)" ( (binary_expression "(ushort)*puVar1 - 0x8000 & 0xffff" (binary_expression "(ushort)*puVar1 - 0x8000" (binary_expression "(ushort)*puVar1" (parenthesized_expression "(ushort)" ( identifier )) * identifier) - number_literal) & number_literal) ))) - number_literal)) ;) })) (goto_statement "goto LAB_002a9d2b;" goto statement_identifier ;) })) })) (expression_statement "uVar4 = *puVar1;" (assignment_expression "uVar4 = *puVar1" identifier = (pointer_expression "*puVar1" * identifier)) ;) (labeled_statement "LAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" statement_identifier : (if_statement "if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "((param_5 & 0x70) == 0x10)" ( (binary_expression "(param_5 & 0x70) == 0x10" (parenthesized_expression "(param_5 & 0x70)" ( (binary_expression "param_5 & 0x70" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }" { (expression_statement "uVar4 = uVar4 + param_2 + 8 + param_4;" (assignment_expression "uVar4 = uVar4 + param_2 + 8 + param_4" identifier = (binary_expression "uVar4 + param_2 + 8 + param_4" (binary_expression "uVar4 + param_2 + 8" (binary_expression "uVar4 + param_2" identifier + identifier) + number_literal) + identifier)) ;) }) (else_clause "else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" else (if_statement "if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "((param_5 & 0x70) == 0x30)" ( (binary_expression "(param_5 & 0x70) == 0x30" (parenthesized_expression "(param_5 & 0x70)" ( (binary_expression "param_5 & 0x70" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }" { (if_statement "if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0)" ( (binary_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0" (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) )))) == (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",0x69,"target");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (expression_statement "lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();" (assignment_expression "lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))()" identifier = (call_expression "(**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))()" (parenthesized_expression "(**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))" ( (pointer_expression "**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" * (pointer_expression "*(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" * (cast_expression "(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" ( (binary_expression "**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0" (pointer_expression "**(long **)(PTR_DAT_0043e6b0 + 0x18)" * (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) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar4 = uVar4 + lVar3;" (assignment_expression "uVar4 = uVar4 + lVar3" identifier = (binary_expression "uVar4 + lVar3" identifier + identifier)) ;) }) (else_clause "else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" else (if_statement "if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" if (parenthesized_expression "((param_5 & 0x70) != 0)" ( (binary_expression "(param_5 & 0x70) != 0" (parenthesized_expression "(param_5 & 0x70)" ( (binary_expression "param_5 & 0x70" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" { (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x11d,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) }))))))) (if_statement "if (-1 < (char)param_5) {\n return uVar4;\n }" if (parenthesized_expression "(-1 < (char)param_5)" ( (binary_expression "-1 < (char)param_5" number_literal < (cast_expression "(char)param_5" ( (type_descriptor "char" primitive_type) ) identifier)) )) (compound_statement "{\n return uVar4;\n }" { (return_statement "return uVar4;" return identifier ;) })) (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc")" identifier (argument_list "("../../gold/ehframe.cc",0x120,"get_fde_pc")" ( (string_literal ""../../gold/ehframe.cc"" " string_content ") , number_literal , (string_literal ""get_fde_pc"" " string_content ") ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) + LIT) ))) - 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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) - LIT) & LIT) ))) - LIT)) ;) })) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression IDENT + IDENT) + LIT) + IDENT)) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (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 = (binary_expression IDENT + IDENT)) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))))))) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
|
(function_definition "ulong FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)\n\n{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n \n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}" (type_identifier "ulong") (function_declarator "FUN_002a9ce0(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)" (identifier "FUN_002a9ce0") (parameter_list "(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)" (( "(") (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 "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 "byte param_5" (type_identifier "byte") (identifier "param_5")) () ")"))) (compound_statement "{\n ulong *puVar1;\n byte bVar2;\n long lVar3;\n ulong uVar4;\n \n puVar1 = (ulong *)(param_3 + 8 + param_4);\n bVar2 = param_5 & 7;\n if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }\n uVar4 = *puVar1;\nLAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }\n if (-1 < (char)param_5) {\n return uVar4;\n }\n \n FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");\n}" ({ "{") (declaration "ulong *puVar1;" (type_identifier "ulong") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "ulong uVar4;" (type_identifier "ulong") (identifier "uVar4") (; ";")) (expression_statement "puVar1 = (ulong *)(param_3 + 8 + param_4);" (assignment_expression "puVar1 = (ulong *)(param_3 + 8 + param_4)" (identifier "puVar1") (= "=") (cast_expression "(ulong *)(param_3 + 8 + param_4)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 8 + param_4)" (( "(") (binary_expression "param_3 + 8 + param_4" (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) (+ "+") (identifier "param_4")) () ")")))) (; ";")) (expression_statement "bVar2 = param_5 & 7;" (assignment_expression "bVar2 = param_5 & 7" (identifier "bVar2") (= "=") (binary_expression "param_5 & 7" (identifier "param_5") (& "&") (number_literal "7"))) (; ";")) (if_statement "if ((param_5 & 7) != 0) {\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" (if "if") (parenthesized_expression "((param_5 & 7) != 0)" (( "(") (binary_expression "(param_5 & 7) != 0" (parenthesized_expression "(param_5 & 7)" (( "(") (binary_expression "param_5 & 7" (identifier "param_5") (& "&") (number_literal "7")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }\n if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }\n }" ({ "{") (if_statement "if (bVar2 == 3) {\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" (if "if") (parenthesized_expression "(bVar2 == 3)" (( "(") (binary_expression "bVar2 == 3" (identifier "bVar2") (== "==") (number_literal "3")) () ")")) (compound_statement "{\n uVar4 = (ulong)(uint)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }\n goto LAB_002a9d2b;\n }" ({ "{") (expression_statement "uVar4 = (ulong)(uint)*puVar1;" (assignment_expression "uVar4 = (ulong)(uint)*puVar1" (identifier "uVar4") (= "=") (binary_expression "(ulong)(uint)*puVar1" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (* "*") (identifier "puVar1"))) (; ";")) (if_statement "if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }" (if "if") (parenthesized_expression "((param_5 & 8) != 0)" (( "(") (binary_expression "(param_5 & 8) != 0" (parenthesized_expression "(param_5 & 8)" (( "(") (binary_expression "param_5 & 8" (identifier "param_5") (& "&") (number_literal "8")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;\n }" ({ "{") (expression_statement "uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;" (assignment_expression "uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000" (identifier "uVar4") (= "=") (binary_expression "(ulong)((uint)*puVar1 + 0x80000000) - 0x80000000" (call_expression "(ulong)((uint)*puVar1 + 0x80000000)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((uint)*puVar1 + 0x80000000)" (( "(") (binary_expression "(uint)*puVar1 + 0x80000000" (binary_expression "(uint)*puVar1" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "puVar1")) (+ "+") (number_literal "0x80000000")) () ")"))) (- "-") (number_literal "0x80000000"))) (; ";")) (} "}"))) (goto_statement "goto LAB_002a9d2b;" (goto "goto") (statement_identifier "LAB_002a9d2b") (; ";")) (} "}"))) (if_statement "if (bVar2 != 4) {\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" (if "if") (parenthesized_expression "(bVar2 != 4)" (( "(") (binary_expression "bVar2 != 4" (identifier "bVar2") (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }\n uVar4 = (ulong)(ushort)*puVar1;\n if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }\n goto LAB_002a9d2b;\n }" ({ "{") (if_statement "if (bVar2 != 2) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" (if "if") (parenthesized_expression "(bVar2 != 2)" (( "(") (binary_expression "bVar2 != 2" (identifier "bVar2") (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc")" (identifier "FUN_0017c650") (argument_list "("../../gold/ehframe.cc",0x10a,"get_fde_pc")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x10a") (, ",") (string_literal ""get_fde_pc"" (" """) (string_content "get_fde_pc") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar4 = (ulong)(ushort)*puVar1;" (assignment_expression "uVar4 = (ulong)(ushort)*puVar1" (identifier "uVar4") (= "=") (binary_expression "(ulong)(ushort)*puVar1" (call_expression "(ulong)(ushort)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(ushort)" (( "(") (identifier "ushort") () ")"))) (* "*") (identifier "puVar1"))) (; ";")) (if_statement "if ((param_5 & 8) != 0) {\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }" (if "if") (parenthesized_expression "((param_5 & 8) != 0)" (( "(") (binary_expression "(param_5 & 8) != 0" (parenthesized_expression "(param_5 & 8)" (( "(") (binary_expression "param_5 & 8" (identifier "param_5") (& "&") (number_literal "8")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;\n }" ({ "{") (expression_statement "uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;" (assignment_expression "uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000" (identifier "uVar4") (= "=") (binary_expression "(ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000" (call_expression "(ulong)((ushort)*puVar1 - 0x8000 & 0xffff)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((ushort)*puVar1 - 0x8000 & 0xffff)" (( "(") (binary_expression "(ushort)*puVar1 - 0x8000 & 0xffff" (binary_expression "(ushort)*puVar1 - 0x8000" (binary_expression "(ushort)*puVar1" (parenthesized_expression "(ushort)" (( "(") (identifier "ushort") () ")")) (* "*") (identifier "puVar1")) (- "-") (number_literal "0x8000")) (& "&") (number_literal "0xffff")) () ")"))) (- "-") (number_literal "0x8000"))) (; ";")) (} "}"))) (goto_statement "goto LAB_002a9d2b;" (goto "goto") (statement_identifier "LAB_002a9d2b") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar4 = *puVar1;" (assignment_expression "uVar4 = *puVar1" (identifier "uVar4") (= "=") (pointer_expression "*puVar1" (* "*") (identifier "puVar1"))) (; ";")) (labeled_statement "LAB_002a9d2b:\n if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" (statement_identifier "LAB_002a9d2b") (: ":") (if_statement "if ((param_5 & 0x70) == 0x10) {\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }\n else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" (if "if") (parenthesized_expression "((param_5 & 0x70) == 0x10)" (( "(") (binary_expression "(param_5 & 0x70) == 0x10" (parenthesized_expression "(param_5 & 0x70)" (( "(") (binary_expression "param_5 & 0x70" (identifier "param_5") (& "&") (number_literal "0x70")) () ")")) (== "==") (number_literal "0x10")) () ")")) (compound_statement "{\n uVar4 = uVar4 + param_2 + 8 + param_4;\n }" ({ "{") (expression_statement "uVar4 = uVar4 + param_2 + 8 + param_4;" (assignment_expression "uVar4 = uVar4 + param_2 + 8 + param_4" (identifier "uVar4") (= "=") (binary_expression "uVar4 + param_2 + 8 + param_4" (binary_expression "uVar4 + param_2 + 8" (binary_expression "uVar4 + param_2" (identifier "uVar4") (+ "+") (identifier "param_2")) (+ "+") (number_literal "8")) (+ "+") (identifier "param_4"))) (; ";")) (} "}")) (else_clause "else if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" (else "else") (if_statement "if ((param_5 & 0x70) == 0x30) {\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }\n else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" (if "if") (parenthesized_expression "((param_5 & 0x70) == 0x30)" (( "(") (binary_expression "(param_5 & 0x70) == 0x30" (parenthesized_expression "(param_5 & 0x70)" (( "(") (binary_expression "param_5 & 0x70" (identifier "param_5") (& "&") (number_literal "0x70")) () ")")) (== "==") (number_literal "0x30")) () ")")) (compound_statement "{\n if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();\n uVar4 = uVar4 + lVar3;\n }" ({ "{") (if_statement "if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" (if "if") (parenthesized_expression "(*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0)" (( "(") (binary_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0" (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")) () ")")))) (== "==") (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",0x69,"target");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x69,"target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();" (assignment_expression "lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))()" (identifier "lVar3") (= "=") (call_expression "(**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))()" (parenthesized_expression "(**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))" (( "(") (pointer_expression "**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" (* "*") (pointer_expression "*(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" (* "*") (cast_expression "(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0)" (( "(") (binary_expression "**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0" (pointer_expression "**(long **)(PTR_DAT_0043e6b0 + 0x18)" (* "*") (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")) () ")"))))) (+ "+") (number_literal "0xa0")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar4 = uVar4 + lVar3;" (assignment_expression "uVar4 = uVar4 + lVar3" (identifier "uVar4") (= "=") (binary_expression "uVar4 + lVar3" (identifier "uVar4") (+ "+") (identifier "lVar3"))) (; ";")) (} "}")) (else_clause "else if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" (else "else") (if_statement "if ((param_5 & 0x70) != 0) {\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" (if "if") (parenthesized_expression "((param_5 & 0x70) != 0)" (( "(") (binary_expression "(param_5 & 0x70) != 0" (parenthesized_expression "(param_5 & 0x70)" (( "(") (binary_expression "param_5 & 0x70" (identifier "param_5") (& "&") (number_literal "0x70")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc")" (identifier "FUN_0017c650") (argument_list "("../../gold/ehframe.cc",0x11d,"get_fde_pc")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x11d") (, ",") (string_literal ""get_fde_pc"" (" """) (string_content "get_fde_pc") (" """)) () ")"))) (; ";")) (} "}")))))))) (if_statement "if (-1 < (char)param_5) {\n return uVar4;\n }" (if "if") (parenthesized_expression "(-1 < (char)param_5)" (( "(") (binary_expression "-1 < (char)param_5" (number_literal "-1") (< "<") (cast_expression "(char)param_5" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "param_5"))) () ")")) (compound_statement "{\n return uVar4;\n }" ({ "{") (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");" (call_expression "FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc")" (identifier "FUN_0017c650") (argument_list "("../../gold/ehframe.cc",0x120,"get_fde_pc")" (( "(") (string_literal ""../../gold/ehframe.cc"" (" """) (string_content "../../gold/ehframe.cc") (" """)) (, ",") (number_literal "0x120") (, ",") (string_literal ""get_fde_pc"" (" """) (string_content "get_fde_pc") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original name: get_fde_pc<64, false>
DWARF original prototype: Elf_Addr get_fde_pc<64,_false>(Eh_frame_hdr * this, Elf_Addr
eh_frame_address, uchar * eh_frame_contents, section_offset_type fde_offset, uchar fde_encoding)
*/
type_1 __thiscall
gold::Eh_frame_hdr::get_fde_pc<64,_false>
(Eh_frame_hdr *this,type_1 var_8,uchar *var_1,
section_offset_type var_2,uchar var_3)
{
type_1 *var_5;
type_2 var_4;
long var_9;
type_1 var_7;
var_5 = (type_1 *)(var_1 + var_2 + 8);
var_4 = var_3 & 7;
if ((var_3 & 7) != 0) {
if (var_4 == 3) {
var_7 = (type_1)(uint)*var_5;
if ((var_3 & 8) != 0) {
var_7 = (ulong)((uint)*var_5 + 0x80000000) - 0x80000000;
}
goto LAB_002a9d2b;
}
if (var_4 != 4) {
if (var_4 != 2) {
/* WARNING: Subroutine does not return */
var_6("../../gold/ehframe.cc",0x10a,"get_fde_pc");
}
var_7 = (type_1)(ushort)*var_5;
if ((var_3 & 8) != 0) {
var_7 = (ulong)((ushort)*var_5 - 0x8000 & 0xffff) - 0x8000;
}
goto LAB_002a9d2b;
}
}
var_7 = *var_5;
LAB_002a9d2b:
var_4 = var_3 & 0x70;
if (var_4 == 0x10) {
var_7 = var_7 + var_8 + 8 + var_2;
}
else if (var_4 == 0x30) {
if (parameters->target_ == (type_3 *)0x0) {
/* WARNING: Subroutine does not return */
var_6("../../gold/parameters.h",0x69,"target");
}
var_9 = (**(type_4 **)(*(long *)parameters->target_ + 0xa0))();
var_7 = var_7 + var_9;
}
else if (var_4 != 0) {
/* WARNING: Subroutine does not return */
var_6("../../gold/ehframe.cc",0x11d,"get_fde_pc");
}
if (-1 < (char)var_3) {
return var_7;
}
/* WARNING: Subroutine does not return */
var_6("../../gold/ehframe.cc",0x120,"get_fde_pc");
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal)))) 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 (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: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal)) right: (number_literal)))) right: (number_literal)))))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) right: (identifier))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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: (binary_expression left: (identifier) right: (identifier))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
ulong MASKED(undefined8 param_1,long param_2,long param_3,long param_4,byte param_5)
{
ulong *puVar1;
byte bVar2;
long lVar3;
ulong uVar4;
puVar1 = (ulong *)(param_3 + 8 + param_4);
bVar2 = param_5 & 7;
if ((param_5 & 7) != 0) {
if (bVar2 == 3) {
uVar4 = (ulong)(uint)*puVar1;
if ((param_5 & 8) != 0) {
uVar4 = (ulong)((uint)*puVar1 + 0x80000000) - 0x80000000;
}
goto LAB_002a9d2b;
}
if (bVar2 != 4) {
if (bVar2 != 2) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/ehframe.cc",0x10a,"get_fde_pc");
}
uVar4 = (ulong)(ushort)*puVar1;
if ((param_5 & 8) != 0) {
uVar4 = (ulong)((ushort)*puVar1 - 0x8000 & 0xffff) - 0x8000;
}
goto LAB_002a9d2b;
}
}
uVar4 = *puVar1;
LAB_002a9d2b:
if ((param_5 & 0x70) == 0x10) {
uVar4 = uVar4 + param_2 + 8 + param_4;
}
else if ((param_5 & 0x70) == 0x30) {
if (*(long **)(PTR_DAT_0043e6b0 + 0x18) == (long *)0x0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x69,"target");
}
lVar3 = (**(code **)(**(long **)(PTR_DAT_0043e6b0 + 0x18) + 0xa0))();
uVar4 = uVar4 + lVar3;
}
else if ((param_5 & 0x70) != 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/ehframe.cc",0x11d,"get_fde_pc");
}
if (-1 < (char)param_5) {
return uVar4;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/ehframe.cc",0x120,"get_fde_pc");
}
|
325_libtomcrypt.so_and_libtomcrypt.so_strip.c
|
lrw_encrypt
|
lrw_encrypt
|
int lrw_encrypt(uchar *pt,uchar *ct,ulong len,symmetric_LRW *lrw)
{
int iVar1;
iVar1 = (*(code *)PTR_lrw_encrypt_001dd808)();
return iVar1;
}
|
void lrw_encrypt(void)
{
(*(code *)PTR_lrw_encrypt_001dd808)();
return;
}
|
JMP qword ptr [0x001dd808]
| null | null | null | null |
[('tmp_50', u'CAST_-1207024482'), (u'CALLIND_-1207024552', u'INDIRECT_-1207024487'), (u'CAST_-1207024482', u'CALLIND_-1207024552'), (u'CALLIND_-1207024552', u'RETURN_-1207024549'), ('const-1', u'RETURN_-1207024549'), (u'INDIRECT_-1207024487', u'COPY_-1207024546')]
|
[(u'CAST_-1207024487', u'CALLIND_-1207024552'), (u'CALLIND_-1207024552', u'INDIRECT_-1207024492'), ('tmp_22', u'CAST_-1207024487'), (u'INDIRECT_-1207024492', u'COPY_-1207024551'), ('const-1', u'RETURN_-1207024549')]
| null | null |
00114450
|
x64
|
O2
|
(translation_unit "void lrw_encrypt(void)\n\n{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}\n\n" (function_definition "void lrw_encrypt(void)\n\n{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}" primitive_type (function_declarator "lrw_encrypt(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}" { (expression_statement "(*(code *)PTR_lrw_encrypt_001dd808)();" (call_expression "(*(code *)PTR_lrw_encrypt_001dd808)()" (parenthesized_expression "(*(code *)PTR_lrw_encrypt_001dd808)" ( (pointer_expression "*(code *)PTR_lrw_encrypt_001dd808" * (cast_expression "(code *)PTR_lrw_encrypt_001dd808" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "int lrw_encrypt(uchar *pt,uchar *ct,ulong len,symmetric_LRW *lrw)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_lrw_encrypt_001dd808)();\n return iVar1;\n}\n\n" (function_definition "int lrw_encrypt(uchar *pt,uchar *ct,ulong len,symmetric_LRW *lrw)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_lrw_encrypt_001dd808)();\n return iVar1;\n}" primitive_type (function_declarator "lrw_encrypt(uchar *pt,uchar *ct,ulong len,symmetric_LRW *lrw)" identifier (parameter_list "(uchar *pt,uchar *ct,ulong len,symmetric_LRW *lrw)" ( (parameter_declaration "uchar *pt" type_identifier (pointer_declarator "*pt" * identifier)) , (parameter_declaration "uchar *ct" type_identifier (pointer_declarator "*ct" * identifier)) , (parameter_declaration "ulong len" type_identifier identifier) , (parameter_declaration "symmetric_LRW *lrw" type_identifier (pointer_declarator "*lrw" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_lrw_encrypt_001dd808)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_lrw_encrypt_001dd808)();" (assignment_expression "iVar1 = (*(code *)PTR_lrw_encrypt_001dd808)()" identifier = (call_expression "(*(code *)PTR_lrw_encrypt_001dd808)()" (parenthesized_expression "(*(code *)PTR_lrw_encrypt_001dd808)" ( (pointer_expression "*(code *)PTR_lrw_encrypt_001dd808" * (cast_expression "(code *)PTR_lrw_encrypt_001dd808" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "void lrw_encrypt(void)\n\n{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}\n\n" (function_definition "void lrw_encrypt(void)\n\n{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}" primitive_type (function_declarator "lrw_encrypt(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}" { (expression_statement "(*(code *)PTR_lrw_encrypt_001dd808)();" (call_expression "(*(code *)PTR_lrw_encrypt_001dd808)()" (parenthesized_expression "(*(code *)PTR_lrw_encrypt_001dd808)" ( (pointer_expression "*(code *)PTR_lrw_encrypt_001dd808" * (cast_expression "(code *)PTR_lrw_encrypt_001dd808" ( (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 lrw_encrypt(void)\n\n{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}" (primitive_type "void") (function_declarator "lrw_encrypt(void)" (identifier "lrw_encrypt") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_lrw_encrypt_001dd808)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_lrw_encrypt_001dd808)();" (call_expression "(*(code *)PTR_lrw_encrypt_001dd808)()" (parenthesized_expression "(*(code *)PTR_lrw_encrypt_001dd808)" (( "(") (pointer_expression "*(code *)PTR_lrw_encrypt_001dd808" (* "*") (cast_expression "(code *)PTR_lrw_encrypt_001dd808" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_lrw_encrypt_001dd808"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
int function_1(type_1 *pt,type_1 *ct,type_2 len,type_3 *lrw)
{
int iVar1;
iVar1 = (*(type_4 *)PTR_lrw_encrypt_001dd808)();
return iVar1;
}
| 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_001dd808)();
return;
}
|
21_ia64-linux-gnu-objcopy_and_ia64-linux-gnu-objcopy_strip.c
|
fread
|
fread
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_0012b0a8)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_0012b0a8)();
return sVar1;
}
|
JMP qword ptr [0x0012b0a8]
| null | null | null | null |
[('const-0', u'RETURN_-1206959781'), (u'INDIRECT_-1206959719', u'COPY_-1206959778'), (u'CALLIND_-1206959784', u'INDIRECT_-1206959719'), ('tmp_50', u'CAST_-1206959714'), (u'CALLIND_-1206959784', u'RETURN_-1206959781'), (u'CAST_-1206959714', u'CALLIND_-1206959784')]
|
[('const-0', u'RETURN_-1206959781'), (u'INDIRECT_-1206959719', u'COPY_-1206959778'), (u'CALLIND_-1206959784', u'INDIRECT_-1206959719'), ('tmp_50', u'CAST_-1206959714'), (u'CALLIND_-1206959784', u'RETURN_-1206959781'), (u'CAST_-1206959714', u'CALLIND_-1206959784')]
| null | null |
00104150
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" primitive_type (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_0012b0a8)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_0012b0a8)()" identifier = (call_expression "(*(code *)PTR_fread_0012b0a8)()" (parenthesized_expression "(*(code *)PTR_fread_0012b0a8)" ( (pointer_expression "*(code *)PTR_fread_0012b0a8" * (cast_expression "(code *)PTR_fread_0012b0a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" primitive_type (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_0012b0a8)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_0012b0a8)()" identifier = (call_expression "(*(code *)PTR_fread_0012b0a8)()" (parenthesized_expression "(*(code *)PTR_fread_0012b0a8)" ( (pointer_expression "*(code *)PTR_fread_0012b0a8" * (cast_expression "(code *)PTR_fread_0012b0a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}\n\n" (function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" primitive_type (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_0012b0a8)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_0012b0a8)()" identifier = (call_expression "(*(code *)PTR_fread_0012b0a8)()" (parenthesized_expression "(*(code *)PTR_fread_0012b0a8)" ( (pointer_expression "*(code *)PTR_fread_0012b0a8" * (cast_expression "(code *)PTR_fread_0012b0a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "size_t fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fread(void *__ptr,size_t __size,size_t __n,FILE *__stream)" (identifier "fread") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__stream)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_0012b0a8)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_fread_0012b0a8)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_0012b0a8)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_fread_0012b0a8)()" (parenthesized_expression "(*(code *)PTR_fread_0012b0a8)" (( "(") (pointer_expression "*(code *)PTR_fread_0012b0a8" (* "*") (cast_expression "(code *)PTR_fread_0012b0a8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fread_0012b0a8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__stream)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fread_0012b0a8)();
return sVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_0012b0a8)();
return sVar1;
}
|
1604_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
|
BIO_puts
|
BIO_puts
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int BIO_puts(BIO *bp,char *buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* BIO_puts@@OPENSSL_1_1_0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int BIO_puts(BIO *bp,char *buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207561406')]
|
[('const-1', u'RETURN_-1207561406')]
| null | null |
00191338
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint BIO_puts(BIO *bp,char *buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int BIO_puts(BIO *bp,char *buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "BIO_puts(BIO *bp,char *buf)" identifier (parameter_list "(BIO *bp,char *buf)" ( (parameter_declaration "BIO *bp" type_identifier (pointer_declarator "*bp" * identifier)) , (parameter_declaration "char *buf" primitive_type (pointer_declarator "*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 BIO_puts(BIO *bp,char *buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* BIO_puts@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int BIO_puts(BIO *bp,char *buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* BIO_puts@@OPENSSL_1_1_0 */\n halt_baddata();\n}" primitive_type (function_declarator "BIO_puts(BIO *bp,char *buf)" identifier (parameter_list "(BIO *bp,char *buf)" ( (parameter_declaration "BIO *bp" type_identifier (pointer_declarator "*bp" * identifier)) , (parameter_declaration "char *buf" primitive_type (pointer_declarator "*buf" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* BIO_puts@@OPENSSL_1_1_0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int BIO_puts(BIO *bp,char *buf)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int BIO_puts(BIO *bp,char *buf)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "BIO_puts(BIO *bp,char *buf)" identifier (parameter_list "(BIO *bp,char *buf)" ( (parameter_declaration "BIO *bp" type_identifier (pointer_declarator "*bp" * identifier)) , (parameter_declaration "char *buf" primitive_type (pointer_declarator "*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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int BIO_puts(BIO *bp,char *buf)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "BIO_puts(BIO *bp,char *buf)" (identifier "BIO_puts") (parameter_list "(BIO *bp,char *buf)" (( "(") (parameter_declaration "BIO *bp" (type_identifier "BIO") (pointer_declarator "*bp" (* "*") (identifier "bp"))) (, ",") (parameter_declaration "char *buf" (primitive_type "char") (pointer_declarator "*buf" (* "*") (identifier "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(type_1 *bp,char *buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* BIO_puts@@OPENSSL_1_1_0 */
var_1();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) 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(BIO *bp,char *buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
6781_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
|
do_get_global_symbols
|
FUN_0029c2f0
|
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_dynobj<32,_true> * this) */
Symbols * __thiscall
gold::Sized_dynobj<32,_true>::do_get_global_symbols(Sized_dynobj<32,_true> *this)
{
return this->symbols_;
}
|
undefined8 FUN_0029c2f0(long param_1)
{
return *(undefined8 *)(param_1 + 0xb8);
}
|
MOV RAX,qword ptr [RDI + 0xb8]
RET
| null | null | null | null |
[(u'COPY_-1204370701', u'RETURN_-1204370682'), (u'LOAD_-1204370701', u'COPY_-1204370701'), ('const-0', u'RETURN_-1204370682'), ('const-433', u'LOAD_-1204370701'), (u'PTRSUB_-1204370631', u'LOAD_-1204370701'), ('tmp_19', u'PTRSUB_-1204370631'), ('const-184', u'PTRSUB_-1204370631')]
|
[('const-184', u'INT_ADD_-1204370685'), (u'COPY_-1204370701', u'RETURN_-1204370682'), (u'LOAD_-1204370701', u'COPY_-1204370701'), ('const-433', u'LOAD_-1204370701'), (u'CAST_-1204370633', u'LOAD_-1204370701'), ('const-0', u'RETURN_-1204370682'), (u'INT_ADD_-1204370685', u'CAST_-1204370633'), ('tmp_19', u'INT_ADD_-1204370685')]
| null | null |
0029c2f0
|
x64
|
O2
|
(translation_unit "undefined8 FUN_0029c2f0(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 0xb8);\n}\n\n" (function_definition "undefined8 FUN_0029c2f0(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 0xb8);\n}" type_identifier (function_declarator "FUN_0029c2f0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined8 *)(param_1 + 0xb8);\n}" { (return_statement "return *(undefined8 *)(param_1 + 0xb8);" return (pointer_expression "*(undefined8 *)(param_1 + 0xb8)" * (cast_expression "(undefined8 *)(param_1 + 0xb8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) ;) })))
|
(translation_unit "/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_dynobj<32,_true> * this) */\n\nSymbols * __thiscall\ngold::Sized_dynobj<32,_true>::do_get_global_symbols(Sized_dynobj<32,_true> *this)\n\n{\n return this->symbols_;\n}\n\n" comment (ERROR "Symbols * __thiscall\ngold::Sized_dynobj<32,_true>::do_get_global_symbols(Sized_dynobj<32,_true> *this)" (binary_expression "Symbols * __thiscall\ngold::Sized_dynobj<32,_true>::do_get_global_symbols(Sized_dynobj<32,_true> *this)" (binary_expression "Symbols * __thiscall\ngold::Sized_dynobj<32" (binary_expression "Symbols * __thiscall" identifier * identifier) (ERROR "gold::Sized_dynobj" identifier : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "do_get_global_symbols(Sized_dynobj<32,_true> *this)" identifier (argument_list "(Sized_dynobj<32,_true> *this)" ( (binary_expression "Sized_dynobj<32" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) ))))) (compound_statement "{\n return this->symbols_;\n}" { (return_statement "return this->symbols_;" return (field_expression "this->symbols_" identifier -> field_identifier) ;) }))
|
(translation_unit "undefined8 FUN_0029c2f0(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 0xb8);\n}\n\n" (function_definition "undefined8 FUN_0029c2f0(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 0xb8);\n}" type_identifier (function_declarator "FUN_0029c2f0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined8 *)(param_1 + 0xb8);\n}" { (return_statement "return *(undefined8 *)(param_1 + 0xb8);" return (pointer_expression "*(undefined8 *)(param_1 + 0xb8)" * (cast_expression "(undefined8 *)(param_1 + 0xb8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" 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 "undefined8 FUN_0029c2f0(long param_1)\n\n{\n return *(undefined8 *)(param_1 + 0xb8);\n}" (type_identifier "undefined8") (function_declarator "FUN_0029c2f0(long param_1)" (identifier "FUN_0029c2f0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined8 *)(param_1 + 0xb8);\n}" ({ "{") (return_statement "return *(undefined8 *)(param_1 + 0xb8);" (return "return") (pointer_expression "*(undefined8 *)(param_1 + 0xb8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xb8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb8)" (( "(") (binary_expression "param_1 + 0xb8" (identifier "param_1") (+ "+") (number_literal "0xb8")) () ")")))) (; ";")) (} "}")))
|
/* DWARF original prototype: Symbols * do_get_global_symbols(Sized_dynobj<32,_true> * this) */
Symbols * __thiscall
gold::Sized_dynobj<32,_true>::do_get_global_symbols(Sized_dynobj<32,_true> *this)
{
return this->symbols_;
}
| 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 |
undefined8 MASKED(long param_1)
{
return *(undefined8 *)(param_1 + 0xb8);
}
|
3133_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
|
is_runnable
|
FUN_001b0fe0
|
/* DWARF original prototype: Task_token * is_runnable(Hash_task * this) */
Task_token * __thiscall gold::Hash_task::is_runnable(Hash_task *this)
{
return (Task_token *)0x0;
}
|
undefined8 FUN_001b0fe0(void)
{
return 0;
}
|
XOR EAX,EAX
RET
| null | null | null | null |
[(u'COPY_-1207693340', u'RETURN_-1207693320'), ('const-0', u'COPY_-1207693340'), ('const-0', u'RETURN_-1207693320')]
|
[('const-0', u'COPY_-1207693340'), (u'COPY_-1207693340', u'RETURN_-1207693320'), ('const-0', u'RETURN_-1207693320')]
| null | null |
001b0fe0
|
x64
|
O2
|
(translation_unit "undefined8 FUN_001b0fe0(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001b0fe0(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001b0fe0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* DWARF original prototype: Task_token * is_runnable(Hash_task * this) */\n\nTask_token * __thiscall gold::Hash_task::is_runnable(Hash_task *this)\n\n{\n return (Task_token *)0x0;\n}\n\n" comment (ERROR "Task_token * __thiscall gold::Hash_task::is_runnable(Hash_task *this)" (binary_expression "Task_token * __thiscall gold::Hash_task::is_runnable(Hash_task *this" (binary_expression "Task_token * __thiscall" identifier * identifier) (ERROR "gold::Hash_task::is_runnable(Hash_task" identifier : : identifier : : identifier ( identifier) * identifier) )) (compound_statement "{\n return (Task_token *)0x0;\n}" { (return_statement "return (Task_token *)0x0;" return (cast_expression "(Task_token *)0x0" ( (type_descriptor "Task_token *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) }))
|
(translation_unit "undefined8 FUN_001b0fe0(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001b0fe0(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_001b0fe0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_001b0fe0(void)\n\n{\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_001b0fe0(void)" (identifier "FUN_001b0fe0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* DWARF original prototype: Task_token * is_runnable(Hash_task * this) */
type_1 * __thiscall gold::Hash_task::is_runnable(Hash_task *this)
{
return (type_1 *)0x0;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal)))))
| null |
undefined8 MASKED(void)
{
return 0;
}
|
221_i686-linux-gnu-objcopy_and_i686-linux-gnu-objcopy_strip.c
|
debug_end_function
|
FUN_0010ee90
|
bfd_boolean debug_end_function(void *handle,bfd_vma addr)
{
long lVar1;
undefined8 uVar2;
char *pcVar3;
debug_handle *info;
if (((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))
|| (*(long *)((long)handle + 0x18) == 0)) {
pcVar3 = "debug_end_function: no current function";
}
else {
if (*(long *)(lVar1 + 8) == 0) {
*(bfd_vma *)(lVar1 + 0x20) = addr;
*(undefined8 *)((long)handle + 0x18) = 0;
*(undefined8 *)((long)handle + 0x20) = 0;
return 1;
}
pcVar3 = "debug_end_function: some blocks were not closed";
}
uVar2 = dcgettext(0,pcVar3,5);
fprintf(stderr,"%s\n",uVar2);
return 0;
}
|
undefined8 FUN_0010ee90(long param_1,undefined8 param_2)
{
long lVar1;
undefined8 uVar2;
char *pcVar3;
if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||
(*(long *)(param_1 + 0x18) == 0)) {
pcVar3 = "debug_end_function: no current function";
}
else {
if (*(long *)(lVar1 + 8) == 0) {
*(undefined8 *)(lVar1 + 0x20) = param_2;
*(undefined8 *)(param_1 + 0x18) = 0;
*(undefined8 *)(param_1 + 0x20) = 0;
return 1;
}
pcVar3 = "debug_end_function: some blocks were not closed";
}
uVar2 = dcgettext(0,pcVar3,5);
fprintf(stderr,"%s\n",uVar2);
return 0;
}
|
SUB RSP,0x8
CMP qword ptr [RDI + 0x8],0x0
JZ 0x0010ef08
MOV RAX,qword ptr [RDI + 0x20]
TEST RAX,RAX
JZ 0x0010ef08
CMP qword ptr [RDI + 0x18],0x0
JZ 0x0010ef08
CMP qword ptr [RAX + 0x8],0x0
JNZ 0x0010eed0
MOV qword ptr [RAX + 0x20],RSI
MOV EAX,0x1
MOV qword ptr [RDI + 0x18],0x0
MOV qword ptr [RDI + 0x20],0x0
ADD RSP,0x8
RET
MOV EDX,0x5
LEA RSI,[0x122b30]
XOR EDI,EDI
CALL 0x00104240
MOV RDI,qword ptr [0x0012c9e0]
LEA RSI,[0x12456f]
MOV RDX,RAX
XOR EAX,EAX
CALL 0x001044a0
XOR EAX,EAX
ADD RSP,0x8
RET
MOV EDX,0x5
LEA RSI,[0x122b08]
JMP 0x0010eedc
| null | null | null | null |
[(u'COPY_-1206915189', u'RETURN_-1206915284'), (u'LOAD_-1206915382', u'INT_EQUAL_-1206915367'), ('const-0', u'STORE_-1206915326'), ('const-32', u'INT_ADD_-1206915301'), ('const-433', u'STORE_-1206915339'), ('tmp_383', u'CAST_-1206915092'), (u'CAST_-1206915065', u'INT_ADD_-1206915312'), (u'STORE_-1206915315', u'INDIRECT_-1206915073'), ('const-32', u'INT_ADD_-1206915388'), (u'LOAD_-1206915404', u'INT_ADD_-1206915346'), ('const-32', u'INT_ADD_-1206915325'), (u'CAST_-1206915054', u'STORE_-1206915315'), (u'INDIRECT_-1206915027', u'COPY_-1206915074'), (u'INT_ADD_-1206915408', u'CAST_-1206915111'), (u'CAST_-1206915102', u'LOAD_-1206915404'), (u'COPY_-1206915138', u'RETURN_-1206915181'), (u'INT_ADD_-1206915388', u'CAST_-1206915102'), (u'CAST_-1206915075', u'STORE_-1206915339'), (u'CAST_-1206915055', u'INT_ADD_-1206915301'), (u'INT_EQUAL_-1206915409', u'CBRANCH_-1206915405'), ('tmp_60', u'CBRANCH_-1206915405'), ('const-8', u'INT_ADD_-1206915408'), ('const-0', u'INT_EQUAL_-1206915409'), (u'CAST_-1206915092', u'INT_ADD_-1206915366'), ('tmp_130', u'CBRANCH_-1206915363'), (u'CAST_-1206915112', u'INT_ADD_-1206915408'), (u'CAST_-1206915103', u'INT_ADD_-1206915388'), ('const-433', u'LOAD_-1206915424'), (u'LOAD_-1206915404', u'INT_ADD_-1206915325'), (u'INT_ADD_-1206915301', u'CAST_-1206915054'), (u'MULTIEQUAL_-1206915100', u'CALL_-1206915257'), ('const-1197423', u'COPY_-1206915078'), ('const-0', u'CALL_-1206915257'), (u'CALL_-1206915257', u'CALL_-1206915217'), (u'LOAD_-1206915404', u'INT_EQUAL_-1206915385'), (u'CAST_-1206915111', u'LOAD_-1206915424'), ('tmp_383', u'CAST_-1206915055'), ('tmp_168', u'CBRANCH_-1206915342'), ('const-0', u'INT_EQUAL_-1206915347'), (u'COPY_-1206915285', u'MULTIEQUAL_-1206915100'), (u'INT_ADD_-1206915346', u'CAST_-1206915083'), (u'INT_ADD_-1206915325', u'CAST_-1206915075'), ('const-1190664', u'COPY_-1206915176'), ('const-0', u'RETURN_-1206915181'), (u'LOAD_-1206915424', u'INT_EQUAL_-1206915409'), (u'CAST_-1206915064', u'STORE_-1206915326'), ('const-433', u'LOAD_-1206915382'), (u'INT_EQUAL_-1206915385', u'CBRANCH_-1206915383'), (u'INT_EQUAL_-1206915347', u'CBRANCH_-1206915342'), (u'INDIRECT_-1206915052', u'CALL_-1206915217'), ('const-433', u'LOAD_-1206915362'), ('const-0', u'INT_EQUAL_-1206915385'), ('const-5', u'CALL_-1206915257'), ('const-433', u'STORE_-1206915326'), (u'COPY_-1206915176', u'MULTIEQUAL_-1206915100'), (u'STORE_-1206915339', u'INDIRECT_-1206915092'), (u'CAST_-1206915091', u'LOAD_-1206915382'), ('const-433', u'LOAD_-1206915404'), ('const-433', u'STORE_-1206915315'), ('tmp_370', u'BRANCH_-1206915165'), ('const-1190704', u'COPY_-1206915285'), ('const-0', u'RETURN_-1206915284'), (u'CALL_-1206915257', u'INDIRECT_-1206915052'), (u'COPY_-1206915078', u'CALL_-1206915217'), (u'CALL_-1206915217', u'INDIRECT_-1206915027'), ('const-0', u'COPY_-1206915138'), (u'INT_ADD_-1206915366', u'CAST_-1206915091'), (u'INT_ADD_-1206915312', u'CAST_-1206915064'), (u'LOAD_-1206915362', u'INT_EQUAL_-1206915347'), ('tmp_383', u'CAST_-1206915103'), ('const-8', u'INT_ADD_-1206915346'), ('tmp_384', u'STORE_-1206915339'), (u'INT_EQUAL_-1206915367', u'CBRANCH_-1206915363'), (u'STORE_-1206915326', u'INDIRECT_-1206915082'), ('tmp_94', u'CBRANCH_-1206915383'), ('const-1', u'COPY_-1206915189'), ('const-24', u'INT_ADD_-1206915366'), ('const-0', u'INT_EQUAL_-1206915367'), ('tmp_383', u'CAST_-1206915065'), ('const-24', u'INT_ADD_-1206915312'), ('const-0', u'STORE_-1206915315'), ('tmp_383', u'CAST_-1206915112'), (u'CAST_-1206915083', u'LOAD_-1206915362'), (u'INDIRECT_-1206915073', u'COPY_-1206915125')]
|
[(u'CAST_-1206915063', u'STORE_-1206915315'), ('const-0', u'CALL_-1206915257'), (u'LOAD_-1206915382', u'INT_EQUAL_-1206915367'), ('const-1', u'COPY_-1206915336'), ('const-1190664', u'COPY_-1206915176'), ('const-32', u'INT_ADD_-1206915301'), ('tmp_653', u'INT_ADD_-1206915408'), (u'INT_ADD_-1206915408', u'CAST_-1206915116'), ('const-32', u'INT_ADD_-1206915388'), (u'INDIRECT_-1206915031', u'COPY_-1206915078'), (u'LOAD_-1206915404', u'INT_ADD_-1206915346'), (u'CAST_-1206915082', u'STORE_-1206915339'), (u'STORE_-1206915326', u'INDIRECT_-1206915086'), ('const-5', u'CALL_-1206915257'), ('const-32', u'INT_ADD_-1206915325'), ('tmp_60', u'CBRANCH_-1206915405'), (u'INT_EQUAL_-1206915409', u'CBRANCH_-1206915405'), ('tmp_653', u'INT_ADD_-1206915312'), (u'STORE_-1206915339', u'INDIRECT_-1206915096'), ('const-8', u'INT_ADD_-1206915408'), ('const-433', u'LOAD_-1206915362'), ('tmp_130', u'CBRANCH_-1206915363'), (u'MULTIEQUAL_-1206915102', u'CALL_-1206915257'), ('const-433', u'LOAD_-1206915424'), (u'LOAD_-1206915404', u'INT_ADD_-1206915325'), (u'CAST_-1206915108', u'LOAD_-1206915404'), (u'COPY_-1206915214', u'RETURN_-1206915181'), (u'CAST_-1206915116', u'LOAD_-1206915424'), (u'INT_ADD_-1206915312', u'CAST_-1206915072'), (u'CALL_-1206915257', u'CALL_-1206915217'), (u'INT_ADD_-1206915346', u'CAST_-1206915090'), (u'INDIRECT_-1206915056', u'CALL_-1206915217'), (u'LOAD_-1206915404', u'INT_EQUAL_-1206915385'), ('tmp_168', u'CBRANCH_-1206915342'), ('const-433', u'STORE_-1206915326'), ('const-0', u'INT_EQUAL_-1206915347'), ('const-0', u'STORE_-1206915326'), (u'INT_ADD_-1206915301', u'CAST_-1206915063'), ('const-0', u'RETURN_-1206915181'), (u'LOAD_-1206915424', u'INT_EQUAL_-1206915409'), (u'CAST_-1206915090', u'LOAD_-1206915362'), (u'INT_EQUAL_-1206915385', u'CBRANCH_-1206915383'), (u'INT_EQUAL_-1206915347', u'CBRANCH_-1206915342'), (u'INDIRECT_-1206915077', u'COPY_-1206915129'), ('const-433', u'STORE_-1206915315'), ('const-1190704', u'COPY_-1206915285'), ('const-0', u'INT_EQUAL_-1206915385'), (u'CALL_-1206915217', u'INDIRECT_-1206915031'), (u'INT_ADD_-1206915366', u'CAST_-1206915098'), (u'COPY_-1206915082', u'CALL_-1206915217'), (u'CAST_-1206915098', u'LOAD_-1206915382'), (u'CAST_-1206915072', u'STORE_-1206915326'), (u'STORE_-1206915315', u'INDIRECT_-1206915077'), (u'COPY_-1206915285', u'MULTIEQUAL_-1206915102'), ('tmp_370', u'BRANCH_-1206915165'), ('const-0', u'INT_EQUAL_-1206915367'), ('const-0', u'RETURN_-1206915284'), (u'COPY_-1206915176', u'MULTIEQUAL_-1206915102'), (u'INT_ADD_-1206915325', u'CAST_-1206915082'), ('const-433', u'STORE_-1206915339'), (u'LOAD_-1206915362', u'INT_EQUAL_-1206915347'), ('tmp_653', u'INT_ADD_-1206915301'), ('const-1197423', u'COPY_-1206915082'), ('tmp_653', u'INT_ADD_-1206915366'), ('const-8', u'INT_ADD_-1206915346'), ('const-0', u'INT_EQUAL_-1206915409'), (u'INT_EQUAL_-1206915367', u'CBRANCH_-1206915363'), (u'COPY_-1206915336', u'RETURN_-1206915284'), ('const-0', u'STORE_-1206915315'), ('tmp_94', u'CBRANCH_-1206915383'), ('const-0', u'COPY_-1206915214'), ('const-24', u'INT_ADD_-1206915366'), ('const-433', u'LOAD_-1206915382'), ('tmp_657', u'STORE_-1206915339'), (u'CALL_-1206915257', u'INDIRECT_-1206915056'), ('const-24', u'INT_ADD_-1206915312'), ('const-433', u'LOAD_-1206915404'), (u'INT_ADD_-1206915388', u'CAST_-1206915108'), ('tmp_653', u'INT_ADD_-1206915388')]
| null | null |
0010ee90
|
x64
|
O2
|
(translation_unit "undefined8 FUN_0010ee90(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0010ee90(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" type_identifier (function_declarator "FUN_0010ee90(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (if_statement "if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" if (parenthesized_expression "(((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0))" ( (binary_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)" (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0))" ( (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0" (assignment_expression "lVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) || (parenthesized_expression "(*(long *)(param_1 + 0x18) == 0)" ( (binary_expression "*(long *)(param_1 + 0x18) == 0" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n pcVar3 = "debug_end_function: no current function";\n }" { (expression_statement "pcVar3 = "debug_end_function: no current function";" (assignment_expression "pcVar3 = "debug_end_function: no current function"" identifier = (string_literal ""debug_end_function: no current function"" " string_content ")) ;) }) (else_clause "else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" else (compound_statement "{\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" { (if_statement "if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }" if (parenthesized_expression "(*(long *)(lVar1 + 8) == 0)" ( (binary_expression "*(long *)(lVar1 + 8) == 0" (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }" { (expression_statement "*(undefined8 *)(lVar1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(lVar1 + 0x20)" * (cast_expression "(undefined8 *)(lVar1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_1 + 0x18) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x18) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x18)" * (cast_expression "(undefined8 *)(param_1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "pcVar3 = "debug_end_function: some blocks were not closed";" (assignment_expression "pcVar3 = "debug_end_function: some blocks were not closed"" identifier = (string_literal ""debug_end_function: some blocks were not closed"" " string_content ")) ;) }))) (expression_statement "uVar2 = dcgettext(0,pcVar3,5);" (assignment_expression "uVar2 = dcgettext(0,pcVar3,5)" identifier = (call_expression "dcgettext(0,pcVar3,5)" identifier (argument_list "(0,pcVar3,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar2);" (call_expression "fprintf(stderr,"%s\n",uVar2)" identifier (argument_list "(stderr,"%s\n",uVar2)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "bfd_boolean debug_end_function(void *handle,bfd_vma addr)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n debug_handle *info;\n \n if (((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))\n || (*(long *)((long)handle + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}\n\n" (function_definition "bfd_boolean debug_end_function(void *handle,bfd_vma addr)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n debug_handle *info;\n \n if (((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))\n || (*(long *)((long)handle + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" type_identifier (function_declarator "debug_end_function(void *handle,bfd_vma addr)" identifier (parameter_list "(void *handle,bfd_vma addr)" ( (parameter_declaration "void *handle" primitive_type (pointer_declarator "*handle" * identifier)) , (parameter_declaration "bfd_vma addr" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n debug_handle *info;\n \n if (((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))\n || (*(long *)((long)handle + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "debug_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (if_statement "if (((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))\n || (*(long *)((long)handle + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" if (parenthesized_expression "(((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))\n || (*(long *)((long)handle + 0x18) == 0))" ( (binary_expression "((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))\n || (*(long *)((long)handle + 0x18) == 0)" (parenthesized_expression "((*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0))" ( (binary_expression "(*(long *)((long)handle + 8) == 0) || (lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0)" (parenthesized_expression "(*(long *)((long)handle + 8) == 0)" ( (binary_expression "*(long *)((long)handle + 8) == 0" (pointer_expression "*(long *)((long)handle + 8)" * (cast_expression "(long *)((long)handle + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 8)" ( (binary_expression "(long)handle + 8" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)((long)handle + 0x20), lVar1 == 0" (assignment_expression "lVar1 = *(long *)((long)handle + 0x20)" identifier = (pointer_expression "*(long *)((long)handle + 0x20)" * (cast_expression "(long *)((long)handle + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x20)" ( (binary_expression "(long)handle + 0x20" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) || (parenthesized_expression "(*(long *)((long)handle + 0x18) == 0)" ( (binary_expression "*(long *)((long)handle + 0x18) == 0" (pointer_expression "*(long *)((long)handle + 0x18)" * (cast_expression "(long *)((long)handle + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x18)" ( (binary_expression "(long)handle + 0x18" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n pcVar3 = "debug_end_function: no current function";\n }" { (expression_statement "pcVar3 = "debug_end_function: no current function";" (assignment_expression "pcVar3 = "debug_end_function: no current function"" identifier = (string_literal ""debug_end_function: no current function"" " string_content ")) ;) }) (else_clause "else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" else (compound_statement "{\n if (*(long *)(lVar1 + 8) == 0) {\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" { (if_statement "if (*(long *)(lVar1 + 8) == 0) {\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }" if (parenthesized_expression "(*(long *)(lVar1 + 8) == 0)" ( (binary_expression "*(long *)(lVar1 + 8) == 0" (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(bfd_vma *)(lVar1 + 0x20) = addr;\n *(undefined8 *)((long)handle + 0x18) = 0;\n *(undefined8 *)((long)handle + 0x20) = 0;\n return 1;\n }" { (expression_statement "*(bfd_vma *)(lVar1 + 0x20) = addr;" (assignment_expression "*(bfd_vma *)(lVar1 + 0x20) = addr" (pointer_expression "*(bfd_vma *)(lVar1 + 0x20)" * (cast_expression "(bfd_vma *)(lVar1 + 0x20)" ( (type_descriptor "bfd_vma *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)((long)handle + 0x18) = 0;" (assignment_expression "*(undefined8 *)((long)handle + 0x18) = 0" (pointer_expression "*(undefined8 *)((long)handle + 0x18)" * (cast_expression "(undefined8 *)((long)handle + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x18)" ( (binary_expression "(long)handle + 0x18" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)((long)handle + 0x20) = 0;" (assignment_expression "*(undefined8 *)((long)handle + 0x20) = 0" (pointer_expression "*(undefined8 *)((long)handle + 0x20)" * (cast_expression "(undefined8 *)((long)handle + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)handle + 0x20)" ( (binary_expression "(long)handle + 0x20" (cast_expression "(long)handle" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "pcVar3 = "debug_end_function: some blocks were not closed";" (assignment_expression "pcVar3 = "debug_end_function: some blocks were not closed"" identifier = (string_literal ""debug_end_function: some blocks were not closed"" " string_content ")) ;) }))) (expression_statement "uVar2 = dcgettext(0,pcVar3,5);" (assignment_expression "uVar2 = dcgettext(0,pcVar3,5)" identifier = (call_expression "dcgettext(0,pcVar3,5)" identifier (argument_list "(0,pcVar3,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar2);" (call_expression "fprintf(stderr,"%s\n",uVar2)" identifier (argument_list "(stderr,"%s\n",uVar2)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "undefined8 FUN_0010ee90(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0010ee90(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" type_identifier (function_declarator "FUN_0010ee90(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (if_statement "if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" if (parenthesized_expression "(((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0))" ( (binary_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)" (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0))" ( (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" ( (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)" ( (comma_expression "lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0" (assignment_expression "lVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) , (binary_expression "lVar1 == 0" identifier == number_literal)) ))) )) || (parenthesized_expression "(*(long *)(param_1 + 0x18) == 0)" ( (binary_expression "*(long *)(param_1 + 0x18) == 0" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n pcVar3 = "debug_end_function: no current function";\n }" { (expression_statement "pcVar3 = "debug_end_function: no current function";" (assignment_expression "pcVar3 = "debug_end_function: no current function"" identifier = (string_literal ""debug_end_function: no current function"" " string_content ")) ;) }) (else_clause "else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" else (compound_statement "{\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" { (if_statement "if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }" if (parenthesized_expression "(*(long *)(lVar1 + 8) == 0)" ( (binary_expression "*(long *)(lVar1 + 8) == 0" (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }" { (expression_statement "*(undefined8 *)(lVar1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(lVar1 + 0x20)" * (cast_expression "(undefined8 *)(lVar1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_1 + 0x18) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x18) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x18)" * (cast_expression "(undefined8 *)(param_1 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" * (cast_expression "(undefined8 *)(param_1 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) = number_literal) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "pcVar3 = "debug_end_function: some blocks were not closed";" (assignment_expression "pcVar3 = "debug_end_function: some blocks were not closed"" identifier = (string_literal ""debug_end_function: some blocks were not closed"" " string_content ")) ;) }))) (expression_statement "uVar2 = dcgettext(0,pcVar3,5);" (assignment_expression "uVar2 = dcgettext(0,pcVar3,5)" identifier = (call_expression "dcgettext(0,pcVar3,5)" identifier (argument_list "(0,pcVar3,5)" ( number_literal , identifier , number_literal )))) ;) (expression_statement "fprintf(stderr,"%s\n",uVar2);" (call_expression "fprintf(stderr,"%s\n",uVar2)" identifier (argument_list "(stderr,"%s\n",uVar2)" ( identifier , (string_literal ""%s\n"" " string_content escape_sequence ") , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (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 ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT == LIT)) ))) )) || (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 = (string_literal " string_content ")) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , IDENT ))) ;) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_0010ee90(long param_1,undefined8 param_2)\n\n{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_0010ee90(long param_1,undefined8 param_2)" (identifier "FUN_0010ee90") (parameter_list "(long param_1,undefined8 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 uVar2;\n char *pcVar3;\n \n if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }\n uVar2 = dcgettext(0,pcVar3,5);\n fprintf(stderr,"%s\n",uVar2);\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (if_statement "if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)) {\n pcVar3 = "debug_end_function: no current function";\n }\n else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" (if "if") (parenthesized_expression "(((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0))" (( "(") (binary_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||\n (*(long *)(param_1 + 0x18) == 0)" (parenthesized_expression "((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0))" (( "(") (binary_expression "(*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)" (parenthesized_expression "(*(long *)(param_1 + 8) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 8) == 0" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)" (( "(") (comma_expression "lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0" (assignment_expression "lVar1 = *(long *)(param_1 + 0x20)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (, ",") (binary_expression "lVar1 == 0" (identifier "lVar1") (== "==") (number_literal "0"))) () ")"))) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_1 + 0x18) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) == 0" (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n pcVar3 = "debug_end_function: no current function";\n }" ({ "{") (expression_statement "pcVar3 = "debug_end_function: no current function";" (assignment_expression "pcVar3 = "debug_end_function: no current function"" (identifier "pcVar3") (= "=") (string_literal ""debug_end_function: no current function"" (" """) (string_content "debug_end_function: no current function") (" """))) (; ";")) (} "}")) (else_clause "else {\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" (else "else") (compound_statement "{\n if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }\n pcVar3 = "debug_end_function: some blocks were not closed";\n }" ({ "{") (if_statement "if (*(long *)(lVar1 + 8) == 0) {\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }" (if "if") (parenthesized_expression "(*(long *)(lVar1 + 8) == 0)" (( "(") (binary_expression "*(long *)(lVar1 + 8) == 0" (pointer_expression "*(long *)(lVar1 + 8)" (* "*") (cast_expression "(long *)(lVar1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined8 *)(lVar1 + 0x20) = param_2;\n *(undefined8 *)(param_1 + 0x18) = 0;\n *(undefined8 *)(param_1 + 0x20) = 0;\n return 1;\n }" ({ "{") (expression_statement "*(undefined8 *)(lVar1 + 0x20) = param_2;" (assignment_expression "*(undefined8 *)(lVar1 + 0x20) = param_2" (pointer_expression "*(undefined8 *)(lVar1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(lVar1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0x18) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x18) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x18)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0x20) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x20) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "pcVar3 = "debug_end_function: some blocks were not closed";" (assignment_expression "pcVar3 = "debug_end_function: some blocks were not closed"" (identifier "pcVar3") (= "=") (string_literal ""debug_end_function: some blocks were not closed"" (" """) (string_content "debug_end_function: some blocks were not closed") (" """))) (; ";")) (} "}")))) (expression_statement "uVar2 = dcgettext(0,pcVar3,5);" (assignment_expression "uVar2 = dcgettext(0,pcVar3,5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,pcVar3,5)" (identifier "dcgettext") (argument_list "(0,pcVar3,5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar3") (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "fprintf(stderr,"%s\n",uVar2);" (call_expression "fprintf(stderr,"%s\n",uVar2)" (identifier "fprintf") (argument_list "(stderr,"%s\n",uVar2)" (( "(") (identifier "stderr") (, ",") (string_literal ""%s\n"" (" """) (string_content "%s") (escape_sequence "\n") (" """)) (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
type_1 function_1(void *handle,type_2 addr)
{
long var_1;
type_3 uVar2;
char *pcVar3;
type_4 *info;
if (((*(long *)((long)handle + 8) == 0) || (var_1 = *(long *)((long)handle + 0x20), var_1 == 0))
|| (*(long *)((long)handle + 0x18) == 0)) {
pcVar3 = "debug_end_function: no current function";
}
else {
if (*(long *)(var_1 + 8) == 0) {
*(type_2 *)(var_1 + 0x20) = addr;
*(type_3 *)((long)handle + 0x18) = 0;
*(type_3 *)((long)handle + 0x20) = 0;
return 1;
}
pcVar3 = "debug_end_function: some blocks were not closed";
}
uVar2 = var_2(0,pcVar3,5);
var_3(stderr,"%s\n",uVar2);
return 0;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (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 (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (identifier)))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(long param_1,undefined8 param_2)
{
long lVar1;
undefined8 uVar2;
char *pcVar3;
if (((*(long *)(param_1 + 8) == 0) || (lVar1 = *(long *)(param_1 + 0x20), lVar1 == 0)) ||
(*(long *)(param_1 + 0x18) == 0)) {
pcVar3 = "debug_end_function: no current function";
}
else {
if (*(long *)(lVar1 + 8) == 0) {
*(undefined8 *)(lVar1 + 0x20) = param_2;
*(undefined8 *)(param_1 + 0x18) = 0;
*(undefined8 *)(param_1 + 0x20) = 0;
return 1;
}
pcVar3 = "debug_end_function: some blocks were not closed";
}
uVar2 = dcgettext(0,pcVar3,5);
fprintf(stderr,"%s\n",uVar2);
return 0;
}
|
267_powerpc64le-linux-gnu-readelf_and_powerpc64le-linux-gnu-readelf_strip.c
|
display_debug_abbrev
|
FUN_0013fe00
|
int display_debug_abbrev(dwarf_section *section,void *file)
{
uchar *puVar1;
dwarf_size_type dVar2;
abbrev_attr *paVar3;
uchar *puVar4;
uchar *puVar5;
undefined8 uVar6;
char *pcVar7;
char *pcVar8;
dwarf_section *in_RDX;
abbrev_entry *paVar9;
uchar *start;
puVar1 = section->start;
dVar2 = section->size;
introduce((dwarf_section *)section->name,(int)section + 0x18,in_RDX);
start = puVar1;
do {
free_abbrevs();
if (first_abbrev != (abbrev_entry *)0x0) {
puVar5 = section->start;
pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);
printf(pcVar8,(long)start - (long)puVar5);
if (first_abbrev != (abbrev_entry *)0x0) {
puVar5 = (uchar *)0x0;
LAB_0013febe:
paVar9 = first_abbrev;
if (first_abbrev->children == 0) goto LAB_0013ff90;
do {
uVar6 = dcgettext(0,"has children",5);
while( true ) {
pcVar8 = get_TAG_name(paVar9->tag);
printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);
for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {
pcVar8 = get_FORM_name(paVar3->form);
pcVar7 = get_AT_name(paVar3->attribute);
printf(" %-18s %s",pcVar7,pcVar8);
if (paVar3->form == 0x21) {
printf(": %ld",paVar3->implicit_const);
}
putc(10,stdout);
}
paVar9 = paVar9->next;
if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;
if (paVar9->children != 0) break;
LAB_0013ff90:
uVar6 = dcgettext(0,"no children",5);
}
} while( true );
}
break;
}
puVar5 = process_abbrev_section(start,puVar1 + dVar2);
if (first_abbrev != (abbrev_entry *)0x0) {
puVar4 = section->start;
pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);
printf(pcVar8,(long)start - (long)puVar4);
if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;
}
LAB_0013fe68:
start = puVar5;
} while (puVar5 != (uchar *)0x0);
putchar(10);
return 1;
}
|
undefined8 FUN_0013fe00(long param_1)
{
long lVar1;
long lVar2;
undefined8 *puVar3;
long lVar4;
long lVar5;
undefined8 uVar6;
undefined8 uVar7;
char *pcVar8;
undefined8 *puVar9;
long lVar10;
lVar1 = *(long *)(param_1 + 0x20);
lVar2 = *(long *)(param_1 + 0x30);
FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);
lVar10 = lVar1;
do {
FUN_0013d4f0();
if (DAT_00196e78 != (undefined8 *)0x0) {
lVar5 = *(long *)(param_1 + 0x20);
pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);
printf(pcVar8,lVar10 - lVar5);
if (DAT_00196e78 != (undefined8 *)0x0) {
lVar5 = 0;
LAB_0013febe:
puVar9 = DAT_00196e78;
if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;
do {
uVar6 = dcgettext(0,"has children",5);
while( true ) {
uVar7 = FUN_0013ea20(puVar9[1]);
printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);
for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;
puVar3 = (undefined8 *)puVar3[3]) {
uVar6 = FUN_0013eaf0(puVar3[1]);
uVar7 = FUN_0013ea80(*puVar3);
printf(" %-18s %s",uVar7,uVar6);
if (puVar3[1] == 0x21) {
printf(": %ld",puVar3[2]);
}
putc(10,stdout);
}
puVar9 = (undefined8 *)puVar9[5];
if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;
if (*(int *)(puVar9 + 2) != 0) break;
LAB_0013ff90:
uVar6 = dcgettext(0,"no children",5);
}
} while( true );
}
break;
}
lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);
if (DAT_00196e78 != (undefined8 *)0x0) {
lVar4 = *(long *)(param_1 + 0x20);
pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);
printf(pcVar8,lVar10 - lVar4);
if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;
}
LAB_0013fe68:
lVar10 = lVar5;
} while (lVar5 != 0);
putchar(10);
return 1;
}
|
PUSH R15
LEA RSI,[RDI + 0x18]
PUSH R14
MOV R14,RDI
PUSH R13
PUSH R12
PUSH RBP
LEA RBP,[0x180afc]
PUSH RBX
SUB RSP,0x18
MOV R13,qword ptr [RDI + 0x20]
MOV RAX,qword ptr [RDI + 0x30]
MOV RDI,qword ptr [RDI + 0x10]
ADD RAX,R13
MOV qword ptr [RSP + 0x8],RAX
CALL 0x0013ed70
NOP dword ptr [RAX]
CALL 0x0013d4f0
CMP qword ptr [0x00196e78],0x0
JNZ 0x0013fe8b
MOV RSI,qword ptr [RSP + 0x8]
MOV RDI,R13
CALL 0x0013fc00
CMP qword ptr [0x00196e78],0x0
MOV RBX,RAX
JNZ 0x0013ffa6
MOV R13,RAX
TEST R13,R13
JNZ 0x0013fe38
MOV EDI,0xa
CALL 0x00107040
ADD RSP,0x18
MOV EAX,0x1
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV EDX,0x5
LEA RSI,[0x180ab5]
XOR EDI,EDI
SUB R13,qword ptr [R14 + 0x20]
CALL 0x00107130
MOV RSI,R13
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00107190
MOV R12,qword ptr [0x00196e78]
TEST R12,R12
JZ 0x0013fe6d
XOR R13D,R13D
MOV EAX,dword ptr [R12 + 0x10]
MOV EDX,0x5
TEST EAX,EAX
JZ 0x0013ff90
LEA RSI,[0x180acb]
XOR EDI,EDI
CALL 0x00107130
MOV RBX,RAX
MOV RDI,qword ptr [R12 + 0x8]
CALL 0x0013ea20
MOV RSI,qword ptr [R12]
MOV RCX,RBX
LEA RDI,[0x180ae4]
MOV RDX,RAX
XOR EAX,EAX
CALL 0x00107190
MOV RBX,qword ptr [R12 + 0x18]
TEST RBX,RBX
JNZ 0x0013ff2a
JMP 0x0013ff70
MOV RSI,qword ptr [0x001923a0]
MOV EDI,0xa
CALL 0x00107270
MOV RBX,qword ptr [RBX + 0x18]
TEST RBX,RBX
JZ 0x0013ff70
MOV RDI,qword ptr [RBX + 0x8]
CALL 0x0013eaf0
MOV RDI,qword ptr [RBX]
MOV R15,RAX
CALL 0x0013ea80
MOV RDX,R15
MOV RDI,RBP
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00107190
CMP qword ptr [RBX + 0x8],0x21
JNZ 0x0013ff10
MOV RSI,qword ptr [RBX + 0x10]
LEA RDI,[0x180df6]
XOR EAX,EAX
CALL 0x00107190
JMP 0x0013ff10
MOV R12,qword ptr [R12 + 0x28]
TEST R12,R12
JZ 0x0013fe68
MOV EAX,dword ptr [R12 + 0x10]
MOV EDX,0x5
TEST EAX,EAX
JNZ 0x0013fed0
LEA RSI,[0x180ad8]
XOR EDI,EDI
CALL 0x00107130
MOV RBX,RAX
JMP 0x0013fee1
MOV EDX,0x5
LEA RSI,[0x180ab5]
XOR EDI,EDI
SUB R13,qword ptr [R14 + 0x20]
CALL 0x00107130
MOV RSI,R13
MOV R13,RBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00107190
MOV R12,qword ptr [0x00196e78]
TEST R12,R12
JNZ 0x0013febe
JMP 0x0013fe68
| null | null | null | null |
[(u'MULTIEQUAL_-1207106304', u'MULTIEQUAL_-1207106422'), (u'CALL_-1207107624', u'INDIRECT_-1207106606'), (u'MULTIEQUAL_-1207106305', u'MULTIEQUAL_-1207106643'), ('const-1', u'COPY_-1207107264'), (u'MULTIEQUAL_-1207106307', u'PTRSUB_-1207106277'), (u'MULTIEQUAL_-1207106304', u'MULTIEQUAL_-1207106720'), ('const-433', u'LOAD_-1207107638'), (u'CALL_-1207107427', u'INDIRECT_-1207106546'), ('const-1575676', u'COPY_-1207106323'), (u'INDIRECT_-1207106531', u'MULTIEQUAL_-1207106581'), (u'SUBPIECE_-1207106824', u'INT_ADD_-1207108072'), (u'CALL_-1207107363', u'INDIRECT_-1207106477'), (u'CALL_-1207107369', u'INDIRECT_-1207106448'), (u'INDIRECT_-1207106699', u'MULTIEQUAL_-1207106737'), (u'INT_NOTEQUAL_-1207107401', u'CBRANCH_-1207107400'), (u'LOAD_-1207107623', u'CALL_-1207107582'), ('const-433', u'LOAD_-1207107417'), ('const-433', u'LOAD_-1207107623'), ('tmp_520', u'CBRANCH_-1207107422'), (u'LOAD_-1207107580', u'MULTIEQUAL_-1207106307'), (u'MULTIEQUAL_-1207106305', u'MULTIEQUAL_-1207106450'), (u'MULTIEQUAL_-1207106305', u'MULTIEQUAL_-1207106748'), (u'LOAD_-1207107456', u'MULTIEQUAL_-1207106920'), (u'MULTIEQUAL_-1207106901', u'PTRSUB_-1207106343'), (u'CAST_-1207106122', u'INT_SUB_-1207107479'), (u'MULTIEQUAL_-1207106924', u'MULTIEQUAL_-1207107009'), (u'PTRSUB_-1207106551', u'LOAD_-1207108027'), ('tmp_729', u'CBRANCH_-1207107434'), (u'CALL_-1207107644', u'MULTIEQUAL_-1207107007'), (u'INDIRECT_-1207106382', u'INT_NOTEQUAL_-1207107424'), ('tmp_1233', u'SUBPIECE_-1207106824'), (u'CALL_-1207107419', u'INDIRECT_-1207106531'), ('const-1575605', u'COPY_-1207106500'), (u'INDIRECT_-1207106410', u'MULTIEQUAL_-1207106658'), (u'INDIRECT_-1207106505', u'MULTIEQUAL_-1207106581'), (u'CALL_-1207107468', u'CALL_-1207107419'), (u'PTRSUB_-1207106188', u'LOAD_-1207107429'), ('const-1575652', u'COPY_-1207106399'), (u'CALL_-1207107485', u'INDIRECT_-1207106671'), (u'INDIRECT_-1207106448', u'MULTIEQUAL_-1207106624'), (u'INDIRECT_-1207106609', u'MULTIEQUAL_-1207106305'), (u'INDIRECT_-1207106671', u'MULTIEQUAL_-1207106630'), (u'INDIRECT_-1207106787', u'INT_NOTEQUAL_-1207107960'), (u'CALL_-1207107976', u'INDIRECT_-1207106787'), ('const-8', u'PTRSUB_-1207106354'), ('const-433', u'LOAD_-1207107498'), (u'CALL_-1207107479', u'INDIRECT_-1207106427'), (u'CALL_-1207107934', u'INDIRECT_-1207106761'), (u'INDIRECT_-1207106581', u'MULTIEQUAL_-1207106304'), (u'LOAD_-1207107417', u'INT_EQUAL_-1207107402'), (u'PTRSUB_-1207106556', u'LOAD_-1207108034'), ('const-16', u'PTRSUB_-1207106188'), (u'LOAD_-1207108020', u'CAST_-1207106526'), (u'INT_NOTEQUAL_-1207107462', u'CBRANCH_-1207107461'), ('const-1576438', u'COPY_-1207106296'), ('const-10', u'CALL_-1207107427'), (u'CALL_-1207107624', u'INDIRECT_-1207106634'), (u'MULTIEQUAL_-1207106901', u'PTRSUB_-1207106354'), ('tmp_559', u'CBRANCH_-1207107675'), ('const-5', u'CALL_-1207107644'), (u'MULTIEQUAL_-1207106720', u'MULTIEQUAL_-1207106709'), (u'CAST_-1207106116', u'CALL_-1207107447'), (u'INT_NOTEQUAL_-1207107960', u'CBRANCH_-1207107953'), (u'PTRSUB_-1207106390', u'LOAD_-1207107703'), (u'INDIRECT_-1207106382', u'MULTIEQUAL_-1207106630'), (u'INDIRECT_-1207106382', u'MULTIEQUAL_-1207106720'), (u'CALL_-1207107644', u'INDIRECT_-1207106648'), ('const-5', u'CALL_-1207107513'), (u'PTRSUB_-1207106267', u'LOAD_-1207107467'), (u'CALL_-1207107987', u'INDIRECT_-1207106824'), (u'COPY_-1207106579', u'MULTIEQUAL_-1207107056'), ('tmp_1233', u'PTRSUB_-1207106133'), (u'PTRSUB_-1207106277', u'LOAD_-1207107481'), (u'LOAD_-1207107456', u'MULTIEQUAL_-1207106727'), (u'CAST_-1207106402', u'CALL_-1207107485'), (u'PTRSUB_-1207106203', u'LOAD_-1207107456'), (u'CALL_-1207107934', u'MULTIEQUAL_-1207106924'), (u'CALL_-1207107624', u'CALL_-1207107582'), (u'INDIRECT_-1207106714', u'COPY_-1207106749'), (u'INDIRECT_-1207106796', u'MULTIEQUAL_-1207106763'), (u'INDIRECT_-1207106620', u'MULTIEQUAL_-1207106596'), (u'INT_NOTEQUAL_-1207107918', u'CBRANCH_-1207107907'), (u'INDIRECT_-1207106574', u'MULTIEQUAL_-1207106305'), (u'CALL_-1207107513', u'CAST_-1207106402'), (u'INDIRECT_-1207106420', u'MULTIEQUAL_-1207106596'), (u'MULTIEQUAL_-1207106720', u'MULTIEQUAL_-1207106763'), (u'MULTIEQUAL_-1207106901', u'PTRSUB_-1207106318'), ('const-16', u'PTRSUB_-1207106546'), (u'MULTIEQUAL_-1207106581', u'CALL_-1207107427'), (u'LOAD_-1207107481', u'CALL_-1207107468'), ('tmp_1233', u'PTRSUB_-1207106556'), ('const-433', u'LOAD_-1207108034'), ('const-1575627', u'COPY_-1207106438'), (u'MULTIEQUAL_-1207106658', u'MULTIEQUAL_-1207106450'), (u'COPY_-1207106216', u'CALL_-1207107479'), ('const-433', u'LOAD_-1207107429'), (u'LOAD_-1207107638', u'CALL_-1207107624'), (u'LOAD_-1207107429', u'INT_NOTEQUAL_-1207107401'), (u'MULTIEQUAL_-1207106307', u'PTRSUB_-1207106231'), ('const-0', u'PTRSUB_-1207106267'), (u'CAST_-1207106408', u'INT_SUB_-1207107513'), ('tmp_239', u'CBRANCH_-1207107907'), ('const-433', u'LOAD_-1207107703'), (u'MULTIEQUAL_-1207106307', u'PTRSUB_-1207106287'), (u'CALL_-1207107363', u'INDIRECT_-1207106505'), ('tmp_1150', u'CBRANCH_-1207107461'), ('const-0', u'INT_EQUAL_-1207107676'), (u'MULTIEQUAL_-1207106748', u'MULTIEQUAL_-1207106737'), (u'CALL_-1207107451', u'CALL_-1207107419'), ('const-0', u'INT_NOTEQUAL_-1207107918'), (u'CALL_-1207107369', u'MULTIEQUAL_-1207107007'), (u'MULTIEQUAL_-1207106727', u'MULTIEQUAL_-1207106901'), ('const-433', u'LOAD_-1207107396'), ('const-433', u'LOAD_-1207108020'), (u'MULTIEQUAL_-1207106630', u'MULTIEQUAL_-1207106615'), (u'COPY_-1207106296', u'CALL_-1207107363'), ('const-433', u'LOAD_-1207107425'), (u'INDIRECT_-1207106671', u'INT_NOTEQUAL_-1207107462'), (u'CALL_-1207107479', u'INDIRECT_-1207106399'), (u'INT_NOTEQUAL_-1207107424', u'CBRANCH_-1207107422'), ('const-433', u'LOAD_-1207107467'), ('const-0', u'PTRSUB_-1207106343'), ('const-0', u'CALL_-1207107369'), (u'INDIRECT_-1207106742', u'COPY_-1207106777'), ('const-0', u'INT_NOTEQUAL_-1207107462'), (u'CAST_-1207106121', u'INT_SUB_-1207107479'), ('const-433', u'LOAD_-1207107481'), (u'MULTIEQUAL_-1207106307', u'PTRSUB_-1207106267'), (u'CALL_-1207107513', u'INDIRECT_-1207106713'), ('tmp_917', u'CBRANCH_-1207107397'), (u'PTRSUB_-1207106318', u'LOAD_-1207107580'), (u'MULTIEQUAL_-1207106920', u'MULTIEQUAL_-1207106901'), (u'CALL_-1207107451', u'INDIRECT_-1207106548'), (u'LOAD_-1207107467', u'CALL_-1207107451'), (u'MULTIEQUAL_-1207106630', u'COPY_-1207106427'), (u'INDIRECT_-1207106761', u'MULTIEQUAL_-1207106720'), (u'CALL_-1207107934', u'INDIRECT_-1207106789'), (u'CAST_-1207106407', u'INT_SUB_-1207107513'), (u'CALL_-1207107987', u'INDIRECT_-1207106796'), ('const-433', u'LOAD_-1207108027'), (u'PTRSUB_-1207106239', u'LOAD_-1207107417'), (u'INDIRECT_-1207106824', u'MULTIEQUAL_-1207106791'), (u'MULTIEQUAL_-1207106901', u'PTRSUB_-1207106203'), (u'MULTIEQUAL_-1207107056', u'CAST_-1207106408'), ('const-433', u'LOAD_-1207107532'), ('const-8', u'PTRSUB_-1207106277'), ('tmp_1233', u'PTRSUB_-1207106551'), (u'LOAD_-1207107703', u'INT_EQUAL_-1207107676'), (u'CALL_-1207107644', u'INDIRECT_-1207106620'), ('const-0', u'INT_NOTEQUAL_-1207107424'), ('const-0', u'INT_NOTEQUAL_-1207107885'), (u'CALL_-1207107485', u'INDIRECT_-1207106699'), (u'INT_SUB_-1207107513', u'CALL_-1207107485'), (u'MULTIEQUAL_-1207107007', u'CALL_-1207107582'), ('const-16', u'PTRSUB_-1207106390'), (u'LOAD_-1207107532', u'CAST_-1207106407'), (u'COPY_-1207106399', u'CALL_-1207107582'), ('const-0', u'CALL_-1207107479'), (u'PTRSUB_-1207106354', u'LOAD_-1207107638'), ('const-10', u'CALL_-1207107870'), (u'INDIRECT_-1207106546', u'MULTIEQUAL_-1207106304'), (u'PTRSUB_-1207106133', u'LOAD_-1207107498'), (u'LOAD_-1207107456', u'INT_EQUAL_-1207107436'), ('const-0', u'INT_EQUAL_-1207107436'), (u'CALL_-1207107513', u'INDIRECT_-1207106685'), ('const-0', u'COPY_-1207106987'), (u'CALL_-1207107976', u'INDIRECT_-1207106815'), (u'COPY_-1207106427', u'MULTIEQUAL_-1207106920'), ('const-24', u'PTRSUB_-1207106287'), (u'LOAD_-1207107425', u'MULTIEQUAL_-1207106307'), ('tmp_187', u'CBRANCH_-1207107953'), (u'CALL_-1207107870', u'INDIRECT_-1207106742'), ('const-433', u'LOAD_-1207107456'), ('const-0', u'CALL_-1207107513'), (u'MULTIEQUAL_-1207106307', u'INT_NOTEQUAL_-1207107559'), (u'LOAD_-1207108027', u'PTRADD_-1207107949'), (u'COPY_-1207106427', u'MULTIEQUAL_-1207106727'), ('const-8', u'PTRSUB_-1207106239'), (u'MULTIEQUAL_-1207107056', u'CAST_-1207106122'), ('const-32', u'PTRSUB_-1207106556'), (u'CALL_-1207107934', u'MULTIEQUAL_-1207107009'), (u'CALL_-1207107582', u'INDIRECT_-1207106609'), (u'COPY_-1207106323', u'CALL_-1207107419'), (u'MULTIEQUAL_-1207107056', u'CALL_-1207107934'), (u'COPY_-1207106438', u'CALL_-1207107644'), ('const-32', u'PTRSUB_-1207106133'), (u'MULTIEQUAL_-1207106658', u'MULTIEQUAL_-1207106643'), (u'CALL_-1207107468', u'INDIRECT_-1207106560'), ('const-0', u'INT_NOTEQUAL_-1207107401'), (u'INDIRECT_-1207106503', u'MULTIEQUAL_-1207106553'), (u'COPY_-1207106987', u'MULTIEQUAL_-1207106924'), (u'COPY_-1207106519', u'MULTIEQUAL_-1207107056'), (u'PTRSUB_-1207106343', u'LOAD_-1207107623'), (u'PTRSUB_-1207106231', u'LOAD_-1207107396'), (u'INT_SUB_-1207107479', u'CALL_-1207107447'), (u'INDIRECT_-1207106789', u'MULTIEQUAL_-1207106748'), (u'PTRSUB_-1207106428', u'LOAD_-1207107532'), (u'CALL_-1207107468', u'INDIRECT_-1207106532'), (u'INT_ADD_-1207108072', u'CALL_-1207107987'), ('const-16', u'PTRSUB_-1207106231'), (u'MULTIEQUAL_-1207107009', u'INT_NOTEQUAL_-1207107885'), (u'CALL_-1207107451', u'INDIRECT_-1207106520'), (u'CALL_-1207107479', u'CAST_-1207106116'), (u'COPY_-1207106245', u'CALL_-1207107369'), (u'INT_NOTEQUAL_-1207107885', u'CBRANCH_-1207107883'), ('const-0', u'INT_NOTEQUAL_-1207107960'), (u'CALL_-1207107582', u'INDIRECT_-1207106581'), (u'MULTIEQUAL_-1207106304', u'MULTIEQUAL_-1207106615'), (u'INT_EQUAL_-1207107402', u'CBRANCH_-1207107397'), ('const-1575640', u'COPY_-1207106245'), ('const-32', u'PTRSUB_-1207106428'), (u'CAST_-1207106526', u'CALL_-1207107987'), ('const-5', u'CALL_-1207107479'), (u'LOAD_-1207107498', u'CAST_-1207106121'), (u'INDIRECT_-1207106699', u'MULTIEQUAL_-1207106658'), ('tmp_1233', u'PTRSUB_-1207106428'), ('const-48', u'PTRSUB_-1207106551'), (u'LOAD_-1207107396', u'CALL_-1207107363'), ('const-433', u'LOAD_-1207107580'), ('tmp_1233', u'PTRSUB_-1207106546'), (u'INDIRECT_-1207106648', u'MULTIEQUAL_-1207106624'), ('tmp_694', u'CBRANCH_-1207107557'), (u'LOAD_-1207107456', u'PTRSUB_-1207106188'), (u'INDIRECT_-1207106671', u'MULTIEQUAL_-1207106709'), (u'MULTIEQUAL_-1207106748', u'MULTIEQUAL_-1207106791'), (u'INT_NOTEQUAL_-1207107559', u'CBRANCH_-1207107557'), (u'COPY_-1207107264', u'RETURN_-1207107806'), ('const-0', u'INT_NOTEQUAL_-1207107559'), (u'PTRSUB_-1207106546', u'LOAD_-1207108020'), (u'CALL_-1207107419', u'INDIRECT_-1207106503'), (u'INT_EQUAL_-1207107436', u'CBRANCH_-1207107434'), ('const-5', u'CALL_-1207107369'), ('const-24', u'INT_ADD_-1207108072'), ('const-1', u'PTRADD_-1207107949'), ('const-1575605', u'COPY_-1207106216'), ('tmp_963', u'BRANCH_-1207107360'), (u'CALL_-1207107870', u'INDIRECT_-1207106714'), (u'INDIRECT_-1207106477', u'MULTIEQUAL_-1207106553'), (u'LOAD_-1207108034', u'COPY_-1207106579'), ('const-0', u'CALL_-1207107644'), (u'CALL_-1207107447', u'INDIRECT_-1207106382'), (u'INDIRECT_-1207106761', u'INT_NOTEQUAL_-1207107918'), ('tmp_809', u'BRANCH_-1207107362'), (u'MULTIEQUAL_-1207107009', u'COPY_-1207106519'), (u'CALL_-1207107427', u'INDIRECT_-1207106574'), (u'CALL_-1207107369', u'INDIRECT_-1207106420'), (u'COPY_-1207106500', u'CALL_-1207107513'), ('tmp_269', u'CBRANCH_-1207107883'), (u'PTRSUB_-1207106287', u'LOAD_-1207107425'), ('tmp_3119', u'CALL_-1207107987'), (u'PTRADD_-1207107949', u'CALL_-1207107934'), ('const-33', u'INT_EQUAL_-1207107402'), (u'CALL_-1207107447', u'INDIRECT_-1207106410'), (u'MULTIEQUAL_-1207106630', u'MULTIEQUAL_-1207106422'), ('tmp_769', u'CBRANCH_-1207107400'), (u'INDIRECT_-1207106410', u'MULTIEQUAL_-1207106748'), ('const-40', u'PTRSUB_-1207106203'), (u'INT_EQUAL_-1207107676', u'CBRANCH_-1207107675'), (u'MULTIEQUAL_-1207106630', u'PTRSUB_-1207106390'), ('const-0', u'SUBPIECE_-1207106824'), (u'LOAD_-1207108034', u'PTRADD_-1207107949'), (u'MULTIEQUAL_-1207106307', u'PTRSUB_-1207106239'), ('const-0', u'RETURN_-1207107806'), ('const-24', u'PTRSUB_-1207106318')]
|
[(u'CALL_-1207107624', u'INDIRECT_-1207106606'), (u'INDIRECT_-1207106609', u'MULTIEQUAL_-1207106312'), ('const-32', u'INT_ADD_-1207107520'), (u'CALL_-1207107427', u'INDIRECT_-1207106546'), ('const-8', u'PTRADD_-1207106210'), (u'MULTIEQUAL_-1207106314', u'PTRADD_-1207106246'), (u'MULTIEQUAL_-1207107004', u'CALL_-1207107582'), ('const-1575640', u'COPY_-1207106245'), ('const-433', u'LOAD_-1207107396'), (u'CAST_-1207106191', u'MULTIEQUAL_-1207106725'), (u'INDIRECT_-1207106531', u'MULTIEQUAL_-1207106581'), (u'LOAD_-1207108020', u'CALL_-1207107987'), ('const-1575605', u'COPY_-1207106216'), (u'CALL_-1207107363', u'INDIRECT_-1207106477'), (u'CALL_-1207107369', u'INDIRECT_-1207106448'), (u'INDIRECT_-1207106581', u'MULTIEQUAL_-1207106311'), (u'INDIRECT_-1207106699', u'MULTIEQUAL_-1207106737'), ('tmp_3130', u'INT_ADD_-1207107520'), (u'INT_NOTEQUAL_-1207107401', u'CBRANCH_-1207107400'), (u'LOAD_-1207107623', u'CALL_-1207107582'), ('const-433', u'LOAD_-1207107623'), ('tmp_520', u'CBRANCH_-1207107422'), (u'MULTIEQUAL_-1207107054', u'INT_SUB_-1207107513'), (u'MULTIEQUAL_-1207106899', u'PTRADD_-1207106359'), ('const-32', u'INT_ADD_-1207108018'), ('const-433', u'LOAD_-1207108027'), (u'PTRADD_-1207106246', u'LOAD_-1207107417'), (u'CAST_-1207106531', u'LOAD_-1207108020'), ('tmp_3130', u'INT_ADD_-1207107486'), (u'CAST_-1207106413', u'LOAD_-1207107532'), ('tmp_729', u'CBRANCH_-1207107434'), (u'MULTIEQUAL_-1207106312', u'MULTIEQUAL_-1207106643'), (u'INDIRECT_-1207106382', u'INT_NOTEQUAL_-1207107424'), (u'MULTIEQUAL_-1207106314', u'PTRADD_-1207106293'), (u'CALL_-1207107419', u'INDIRECT_-1207106531'), ('const-1576438', u'COPY_-1207106296'), (u'PTRADD_-1207106210', u'LOAD_-1207107456'), ('const-433', u'LOAD_-1207107467'), (u'INDIRECT_-1207106410', u'MULTIEQUAL_-1207106658'), (u'INDIRECT_-1207106505', u'MULTIEQUAL_-1207106581'), ('const-0', u'COPY_-1207106985'), (u'CALL_-1207107468', u'CALL_-1207107419'), ('const-8', u'PTRADD_-1207106246'), (u'CALL_-1207107485', u'INDIRECT_-1207106671'), ('tmp_3130', u'INT_ADD_-1207108018'), (u'MULTIEQUAL_-1207107007', u'INT_NOTEQUAL_-1207107885'), (u'INDIRECT_-1207106448', u'MULTIEQUAL_-1207106624'), (u'INDIRECT_-1207106671', u'MULTIEQUAL_-1207106630'), (u'CALL_-1207107976', u'INDIRECT_-1207106787'), (u'INDIRECT_-1207106787', u'INT_NOTEQUAL_-1207107960'), (u'INT_ADD_-1207107486', u'CAST_-1207106128'), (u'CALL_-1207107479', u'INDIRECT_-1207106427'), (u'CALL_-1207107934', u'INDIRECT_-1207106761'), (u'LOAD_-1207107417', u'INT_EQUAL_-1207107402'), (u'MULTIEQUAL_-1207106311', u'MULTIEQUAL_-1207106615'), ('const-433', u'LOAD_-1207107703'), ('const-5', u'CALL_-1207107369'), (u'CAST_-1207106541', u'LOAD_-1207108034'), ('const-8', u'PTRADD_-1207106283'), (u'LOAD_-1207107498', u'INT_SUB_-1207107479'), (u'INT_NOTEQUAL_-1207107462', u'CBRANCH_-1207107461'), ('const-433', u'LOAD_-1207107532'), ('const-48', u'INT_ADD_-1207108011'), ('const-8', u'PTRADD_-1207106238'), (u'CALL_-1207107624', u'INDIRECT_-1207106634'), ('const-433', u'LOAD_-1207107417'), (u'CAST_-1207106191', u'INT_EQUAL_-1207107436'), (u'LOAD_-1207107532', u'INT_SUB_-1207107513'), ('tmp_559', u'CBRANCH_-1207107675'), (u'MULTIEQUAL_-1207106720', u'MULTIEQUAL_-1207106709'), (u'INT_NOTEQUAL_-1207107960', u'CBRANCH_-1207107953'), (u'CAST_-1207106536', u'LOAD_-1207108027'), ('const-5', u'CALL_-1207107644'), (u'INDIRECT_-1207106546', u'MULTIEQUAL_-1207106311'), (u'INDIRECT_-1207106382', u'MULTIEQUAL_-1207106630'), ('const-433', u'LOAD_-1207107498'), (u'INDIRECT_-1207106382', u'MULTIEQUAL_-1207106720'), ('const-1', u'PTRADD_-1207106246'), (u'CALL_-1207107644', u'INDIRECT_-1207106648'), (u'CALL_-1207107987', u'INDIRECT_-1207106824'), (u'MULTIEQUAL_-1207106630', u'COPY_-1207106434'), (u'CALL_-1207107624', u'CALL_-1207107582'), (u'INDIRECT_-1207106714', u'COPY_-1207106749'), (u'INDIRECT_-1207106796', u'MULTIEQUAL_-1207106763'), (u'INT_ADD_-1207108018', u'CAST_-1207106541'), (u'INDIRECT_-1207106620', u'MULTIEQUAL_-1207106596'), ('const-433', u'LOAD_-1207107481'), (u'INT_NOTEQUAL_-1207107918', u'CBRANCH_-1207107907'), (u'MULTIEQUAL_-1207106312', u'MULTIEQUAL_-1207106450'), (u'INDIRECT_-1207106420', u'MULTIEQUAL_-1207106596'), (u'MULTIEQUAL_-1207106720', u'MULTIEQUAL_-1207106763'), (u'MULTIEQUAL_-1207107054', u'INT_SUB_-1207107479'), (u'MULTIEQUAL_-1207106918', u'MULTIEQUAL_-1207106899'), (u'MULTIEQUAL_-1207106581', u'CALL_-1207107427'), (u'LOAD_-1207107481', u'CALL_-1207107468'), ('const-433', u'LOAD_-1207107456'), ('tmp_3130', u'INT_ADD_-1207108004'), (u'COPY_-1207106526', u'MULTIEQUAL_-1207107054'), ('const-16', u'INT_ADD_-1207108004'), (u'MULTIEQUAL_-1207106658', u'MULTIEQUAL_-1207106450'), (u'COPY_-1207106216', u'CALL_-1207107479'), (u'LOAD_-1207107638', u'CALL_-1207107624'), (u'LOAD_-1207107429', u'INT_NOTEQUAL_-1207107401'), (u'MULTIEQUAL_-1207106311', u'MULTIEQUAL_-1207106422'), ('const-2', u'PTRADD_-1207106238'), ('tmp_239', u'CBRANCH_-1207107907'), (u'PTRADD_-1207106195', u'CAST_-1207106176'), (u'CAST_-1207106408', u'CALL_-1207107485'), ('const-1', u'PTRADD_-1207106283'), (u'CALL_-1207107363', u'INDIRECT_-1207106505'), ('tmp_1150', u'CBRANCH_-1207107461'), ('const-433', u'LOAD_-1207107638'), ('const-0', u'INT_EQUAL_-1207107676'), (u'CALL_-1207107513', u'CAST_-1207106408'), ('const-8', u'PTRADD_-1207106195'), ('const-10', u'CALL_-1207107870'), (u'MULTIEQUAL_-1207106748', u'MULTIEQUAL_-1207106737'), (u'CALL_-1207107451', u'CALL_-1207107419'), ('const-3', u'PTRADD_-1207106324'), (u'MULTIEQUAL_-1207106630', u'MULTIEQUAL_-1207106615'), (u'COPY_-1207106296', u'CALL_-1207107363'), (u'INDIRECT_-1207106671', u'INT_NOTEQUAL_-1207107462'), (u'CALL_-1207107479', u'INDIRECT_-1207106399'), (u'INT_NOTEQUAL_-1207107424', u'CBRANCH_-1207107422'), (u'CAST_-1207106191', u'PTRADD_-1207106195'), (u'MULTIEQUAL_-1207106311', u'MULTIEQUAL_-1207106720'), (u'MULTIEQUAL_-1207106899', u'PTRADD_-1207106324'), (u'MULTIEQUAL_-1207106630', u'PTRADD_-1207106395'), (u'INDIRECT_-1207106742', u'COPY_-1207106777'), ('const-0', u'INT_NOTEQUAL_-1207107462'), (u'CALL_-1207107369', u'MULTIEQUAL_-1207107004'), (u'INT_ADD_-1207107520', u'CAST_-1207106413'), ('const-33', u'INT_EQUAL_-1207107402'), (u'CALL_-1207107513', u'INDIRECT_-1207106713'), (u'LOAD_-1207108034', u'INT_ADD_-1207107995'), ('tmp_917', u'CBRANCH_-1207107397'), (u'CALL_-1207107451', u'INDIRECT_-1207106548'), (u'LOAD_-1207107467', u'CALL_-1207107451'), (u'INDIRECT_-1207106761', u'MULTIEQUAL_-1207106720'), (u'CALL_-1207107934', u'INDIRECT_-1207106789'), (u'CAST_-1207106372', u'LOAD_-1207107703'), (u'CALL_-1207107987', u'INDIRECT_-1207106796'), (u'INDIRECT_-1207106824', u'MULTIEQUAL_-1207106791'), (u'PTRADD_-1207106293', u'LOAD_-1207107425'), ('const-0', u'INT_NOTEQUAL_-1207107918'), (u'COPY_-1207107857', u'RETURN_-1207107806'), (u'PTRADD_-1207106359', u'LOAD_-1207107638'), (u'MULTIEQUAL_-1207106314', u'PTRADD_-1207106283'), (u'COPY_-1207106434', u'MULTIEQUAL_-1207106725'), ('const-5', u'CALL_-1207107479'), ('tmp_3130', u'INT_ADD_-1207108011'), (u'CAST_-1207106271', u'MULTIEQUAL_-1207106314'), (u'LOAD_-1207107703', u'INT_EQUAL_-1207107676'), (u'CALL_-1207107644', u'INDIRECT_-1207106620'), ('const-0', u'INT_NOTEQUAL_-1207107424'), (u'MULTIEQUAL_-1207106899', u'PTRADD_-1207106210'), ('const-0', u'INT_NOTEQUAL_-1207107885'), ('const-1', u'COPY_-1207107857'), (u'CALL_-1207107485', u'INDIRECT_-1207106699'), (u'MULTIEQUAL_-1207106725', u'MULTIEQUAL_-1207106899'), (u'INT_SUB_-1207107513', u'CALL_-1207107485'), (u'COPY_-1207106399', u'CALL_-1207107582'), (u'PTRADD_-1207106395', u'CAST_-1207106372'), ('const-5', u'CALL_-1207107513'), ('const-10', u'CALL_-1207107427'), ('const-1575652', u'COPY_-1207106399'), ('const-2', u'PTRADD_-1207106195'), (u'INDIRECT_-1207106574', u'MULTIEQUAL_-1207106312'), (u'LOAD_-1207107580', u'CAST_-1207106302'), ('const-0', u'INT_EQUAL_-1207107436'), ('const-2', u'PTRADD_-1207106395'), (u'CALL_-1207107644', u'MULTIEQUAL_-1207107004'), (u'LOAD_-1207107456', u'CAST_-1207106191'), (u'CALL_-1207107513', u'INDIRECT_-1207106685'), (u'CALL_-1207107976', u'INDIRECT_-1207106815'), ('const-433', u'LOAD_-1207107580'), ('const-24', u'INT_ADD_-1207108072'), (u'LOAD_-1207107425', u'CAST_-1207106271'), (u'CALL_-1207107479', u'CAST_-1207106123'), ('const-3', u'PTRADD_-1207106293'), ('tmp_187', u'CBRANCH_-1207107953'), ('const-0', u'CALL_-1207107644'), (u'PTRADD_-1207106324', u'LOAD_-1207107580'), (u'CALL_-1207107870', u'INDIRECT_-1207106742'), ('const-1575627', u'COPY_-1207106438'), (u'CAST_-1207106123', u'CALL_-1207107447'), ('const-8', u'PTRADD_-1207106324'), ('const-1', u'PTRADD_-1207106359'), (u'CALL_-1207107582', u'INDIRECT_-1207106609'), (u'MULTIEQUAL_-1207106312', u'MULTIEQUAL_-1207106748'), (u'COPY_-1207106323', u'CALL_-1207107419'), (u'MULTIEQUAL_-1207106314', u'LOAD_-1207107467'), (u'COPY_-1207106438', u'CALL_-1207107644'), ('const-32', u'INT_ADD_-1207107486'), (u'LOAD_-1207108027', u'INT_ADD_-1207107995'), (u'CAST_-1207106128', u'LOAD_-1207107498'), (u'MULTIEQUAL_-1207106658', u'MULTIEQUAL_-1207106643'), (u'CALL_-1207107468', u'INDIRECT_-1207106560'), ('const-0', u'INT_NOTEQUAL_-1207107401'), (u'COPY_-1207106434', u'MULTIEQUAL_-1207106918'), (u'INDIRECT_-1207106503', u'MULTIEQUAL_-1207106553'), (u'INT_ADD_-1207108004', u'CAST_-1207106531'), (u'CAST_-1207106191', u'MULTIEQUAL_-1207106918'), (u'PTRADD_-1207106238', u'LOAD_-1207107396'), ('const-433', u'LOAD_-1207108034'), (u'INT_SUB_-1207107479', u'CALL_-1207107447'), (u'INDIRECT_-1207106789', u'MULTIEQUAL_-1207106748'), (u'CALL_-1207107468', u'INDIRECT_-1207106532'), (u'INT_ADD_-1207108072', u'CALL_-1207107987'), (u'CALL_-1207107934', u'MULTIEQUAL_-1207106922'), (u'CALL_-1207107451', u'INDIRECT_-1207106520'), (u'COPY_-1207106245', u'CALL_-1207107369'), (u'INT_NOTEQUAL_-1207107885', u'CBRANCH_-1207107883'), (u'MULTIEQUAL_-1207106314', u'INT_NOTEQUAL_-1207107559'), (u'CALL_-1207107582', u'INDIRECT_-1207106581'), (u'INT_EQUAL_-1207107402', u'CBRANCH_-1207107397'), (u'PTRADD_-1207106283', u'LOAD_-1207107481'), ('const-8', u'PTRADD_-1207106293'), (u'INDIRECT_-1207106699', u'MULTIEQUAL_-1207106658'), (u'LOAD_-1207107396', u'CALL_-1207107363'), (u'INDIRECT_-1207106648', u'MULTIEQUAL_-1207106624'), ('tmp_694', u'CBRANCH_-1207107557'), ('const-8', u'PTRADD_-1207106395'), (u'INDIRECT_-1207106671', u'MULTIEQUAL_-1207106709'), (u'MULTIEQUAL_-1207106748', u'MULTIEQUAL_-1207106791'), (u'INT_NOTEQUAL_-1207107559', u'CBRANCH_-1207107557'), (u'MULTIEQUAL_-1207106899', u'LOAD_-1207107623'), ('const-0', u'INT_NOTEQUAL_-1207107559'), (u'CALL_-1207107419', u'INDIRECT_-1207106503'), (u'INT_EQUAL_-1207107436', u'CBRANCH_-1207107434'), ('const-433', u'LOAD_-1207107425'), (u'CAST_-1207106176', u'LOAD_-1207107429'), ('tmp_963', u'BRANCH_-1207107360'), (u'CALL_-1207107870', u'INDIRECT_-1207106714'), (u'INDIRECT_-1207106477', u'MULTIEQUAL_-1207106553'), ('const-5', u'PTRADD_-1207106210'), (u'MULTIEQUAL_-1207107007', u'COPY_-1207106526'), (u'CALL_-1207107447', u'INDIRECT_-1207106382'), ('const-0', u'INT_NOTEQUAL_-1207107960'), (u'INDIRECT_-1207106761', u'INT_NOTEQUAL_-1207107918'), ('const-8', u'PTRADD_-1207106359'), ('const-0', u'CALL_-1207107513'), (u'INT_ADD_-1207108011', u'CAST_-1207106536'), ('tmp_809', u'BRANCH_-1207107362'), ('const-1575605', u'COPY_-1207106500'), (u'MULTIEQUAL_-1207107054', u'CALL_-1207107934'), ('const-433', u'LOAD_-1207107429'), (u'LOAD_-1207108034', u'COPY_-1207106586'), (u'CALL_-1207107427', u'INDIRECT_-1207106574'), (u'CALL_-1207107369', u'INDIRECT_-1207106420'), (u'CALL_-1207107934', u'MULTIEQUAL_-1207107007'), ('const-433', u'LOAD_-1207108020'), (u'COPY_-1207106500', u'CALL_-1207107513'), ('tmp_269', u'CBRANCH_-1207107883'), (u'CALL_-1207107447', u'INDIRECT_-1207106410'), (u'COPY_-1207106985', u'MULTIEQUAL_-1207106922'), (u'MULTIEQUAL_-1207106630', u'MULTIEQUAL_-1207106422'), ('tmp_769', u'CBRANCH_-1207107400'), ('const-0', u'CALL_-1207107369'), (u'INDIRECT_-1207106410', u'MULTIEQUAL_-1207106748'), (u'INT_EQUAL_-1207107676', u'CBRANCH_-1207107675'), ('const-0', u'CALL_-1207107479'), (u'MULTIEQUAL_-1207106922', u'MULTIEQUAL_-1207107007'), (u'INT_ADD_-1207107995', u'CALL_-1207107934'), (u'MULTIEQUAL_-1207106314', u'PTRADD_-1207106238'), ('const-1575676', u'COPY_-1207106323'), ('const-0', u'RETURN_-1207107806'), (u'CAST_-1207106302', u'MULTIEQUAL_-1207106314'), (u'COPY_-1207106586', u'MULTIEQUAL_-1207107054'), ('tmp_3130', u'INT_ADD_-1207108072')]
| null | null |
0013fe00
|
x64
|
O2
|
(translation_unit "undefined8 FUN_0013fe00(long param_1)\n\n{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}\n\n" (function_definition "undefined8 FUN_0013fe00(long param_1)\n\n{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}" type_identifier (function_declarator "FUN_0013fe00(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x30);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x30)" identifier = (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);" (call_expression "FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18)" ( (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) )))) , (binary_expression "param_1 + 0x18" identifier + number_literal) ))) ;) (expression_statement "lVar10 = lVar1;" (assignment_expression "lVar10 = lVar1" identifier = identifier) ;) (do_statement "do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);" do (compound_statement "{\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n }" { (expression_statement "FUN_0013d4f0();" (call_expression "FUN_0013d4f0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" { (expression_statement "lVar5 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar5 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" identifier (argument_list "(0," Number TAG (0x%lx)\n",5)" ( number_literal , (string_literal "" Number TAG (0x%lx)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar8,lVar10 - lVar5);" (call_expression "printf(pcVar8,lVar10 - lVar5)" identifier (argument_list "(pcVar8,lVar10 - lVar5)" ( identifier , (binary_expression "lVar10 - lVar5" identifier - identifier) ))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0013febe:\n puVar9 = DAT_00196e78;" statement_identifier : (expression_statement "puVar9 = DAT_00196e78;" (assignment_expression "puVar9 = DAT_00196e78" identifier = identifier) ;)) (if_statement "if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;" if (parenthesized_expression "(*(int *)(DAT_00196e78 + 2) == 0)" ( (binary_expression "*(int *)(DAT_00196e78 + 2) == 0" (pointer_expression "*(int *)(DAT_00196e78 + 2)" * (cast_expression "(int *)(DAT_00196e78 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00196e78 + 2)" ( (binary_expression "DAT_00196e78 + 2" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_0013ff90;" goto statement_identifier ;)) (do_statement "do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );" do (compound_statement "{\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n }" { (expression_statement "uVar6 = dcgettext(0,"has children",5);" (assignment_expression "uVar6 = dcgettext(0,"has children",5)" identifier = (call_expression "dcgettext(0,"has children",5)" identifier (argument_list "(0,"has children",5)" ( number_literal , (string_literal ""has children"" " string_content ") , number_literal )))) ;) (while_statement "while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" { (expression_statement "uVar7 = FUN_0013ea20(puVar9[1]);" (assignment_expression "uVar7 = FUN_0013ea20(puVar9[1])" identifier = (call_expression "FUN_0013ea20(puVar9[1])" identifier (argument_list "(puVar9[1])" ( (subscript_expression "puVar9[1]" identifier [ number_literal ]) )))) ;) (expression_statement "printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);" (call_expression "printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6)" identifier (argument_list "(" %ld %s [%s]\n",*puVar9,uVar7,uVar6)" ( (string_literal "" %ld %s [%s]\n"" " string_content escape_sequence ") , (pointer_expression "*puVar9" * identifier) , identifier , identifier ))) ;) (for_statement "for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }" for ( (assignment_expression "puVar3 = (undefined8 *)puVar9[3]" identifier = (cast_expression "(undefined8 *)puVar9[3]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar9[3]" identifier [ number_literal ]))) ; (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar3 = (undefined8 *)puVar3[3]" identifier = (cast_expression "(undefined8 *)puVar3[3]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[3]" identifier [ number_literal ]))) ) (compound_statement "{\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }" { (expression_statement "uVar6 = FUN_0013eaf0(puVar3[1]);" (assignment_expression "uVar6 = FUN_0013eaf0(puVar3[1])" identifier = (call_expression "FUN_0013eaf0(puVar3[1])" identifier (argument_list "(puVar3[1])" ( (subscript_expression "puVar3[1]" identifier [ number_literal ]) )))) ;) (expression_statement "uVar7 = FUN_0013ea80(*puVar3);" (assignment_expression "uVar7 = FUN_0013ea80(*puVar3)" identifier = (call_expression "FUN_0013ea80(*puVar3)" identifier (argument_list "(*puVar3)" ( (pointer_expression "*puVar3" * identifier) )))) ;) (expression_statement "printf(" %-18s %s",uVar7,uVar6);" (call_expression "printf(" %-18s %s",uVar7,uVar6)" identifier (argument_list "(" %-18s %s",uVar7,uVar6)" ( (string_literal "" %-18s %s"" " string_content ") , identifier , identifier ))) ;) (if_statement "if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }" if (parenthesized_expression "(puVar3[1] == 0x21)" ( (binary_expression "puVar3[1] == 0x21" (subscript_expression "puVar3[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n printf(": %ld",puVar3[2]);\n }" { (expression_statement "printf(": %ld",puVar3[2]);" (call_expression "printf(": %ld",puVar3[2])" identifier (argument_list "(": %ld",puVar3[2])" ( (string_literal "": %ld"" " string_content ") , (subscript_expression "puVar3[2]" identifier [ number_literal ]) ))) ;) })) (expression_statement "putc(10,stdout);" (call_expression "putc(10,stdout)" identifier (argument_list "(10,stdout)" ( number_literal , identifier ))) ;) })) (expression_statement "puVar9 = (undefined8 *)puVar9[5];" (assignment_expression "puVar9 = (undefined8 *)puVar9[5]" identifier = (cast_expression "(undefined8 *)puVar9[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar9[5]" identifier [ number_literal ]))) ;) (if_statement "if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;" if (parenthesized_expression "(puVar9 == (undefined8 *)0x0)" ( (binary_expression "puVar9 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0013fe68;" goto statement_identifier ;)) (if_statement "if (*(int *)(puVar9 + 2) != 0) break;" if (parenthesized_expression "(*(int *)(puVar9 + 2) != 0)" ( (binary_expression "*(int *)(puVar9 + 2) != 0" (pointer_expression "*(int *)(puVar9 + 2)" * (cast_expression "(int *)(puVar9 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + 2)" ( (binary_expression "puVar9 + 2" identifier + number_literal) )))) != number_literal) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);" statement_identifier : (expression_statement "uVar6 = dcgettext(0,"no children",5);" (assignment_expression "uVar6 = dcgettext(0,"no children",5)" identifier = (call_expression "dcgettext(0,"no children",5)" identifier (argument_list "(0,"no children",5)" ( number_literal , (string_literal ""no children"" " string_content ") , number_literal )))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) })) (break_statement "break;" break ;) })) (expression_statement "lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);" (assignment_expression "lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1)" identifier = (call_expression "FUN_0013fc00(lVar10,lVar2 + lVar1)" identifier (argument_list "(lVar10,lVar2 + lVar1)" ( identifier , (binary_expression "lVar2 + lVar1" identifier + identifier) )))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }" { (expression_statement "lVar4 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar4 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" identifier (argument_list "(0," Number TAG (0x%lx)\n",5)" ( number_literal , (string_literal "" Number TAG (0x%lx)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar8,lVar10 - lVar4);" (call_expression "printf(pcVar8,lVar10 - lVar4)" identifier (argument_list "(pcVar8,lVar10 - lVar4)" ( identifier , (binary_expression "lVar10 - lVar4" identifier - identifier) ))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0013febe;" goto statement_identifier ;)) })) (labeled_statement "LAB_0013fe68:\n lVar10 = lVar5;" statement_identifier : (expression_statement "lVar10 = lVar5;" (assignment_expression "lVar10 = lVar5" identifier = identifier) ;)) }) while (parenthesized_expression "(lVar5 != 0)" ( (binary_expression "lVar5 != 0" identifier != number_literal) )) ;) (expression_statement "putchar(10);" (call_expression "putchar(10)" identifier (argument_list "(10)" ( number_literal ))) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "int display_debug_abbrev(dwarf_section *section,void *file)\n\n{\n uchar *puVar1;\n dwarf_size_type dVar2;\n abbrev_attr *paVar3;\n uchar *puVar4;\n uchar *puVar5;\n undefined8 uVar6;\n char *pcVar7;\n char *pcVar8;\n dwarf_section *in_RDX;\n abbrev_entry *paVar9;\n uchar *start;\n \n puVar1 = section->start;\n dVar2 = section->size;\n introduce((dwarf_section *)section->name,(int)section + 0x18,in_RDX);\n start = puVar1;\n do {\n free_abbrevs();\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar5);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n puVar5 = process_abbrev_section(start,puVar1 + dVar2);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar4 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar4);\n if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n start = puVar5;\n } while (puVar5 != (uchar *)0x0);\n putchar(10);\n return 1;\n}\n\n" (function_definition "int display_debug_abbrev(dwarf_section *section,void *file)\n\n{\n uchar *puVar1;\n dwarf_size_type dVar2;\n abbrev_attr *paVar3;\n uchar *puVar4;\n uchar *puVar5;\n undefined8 uVar6;\n char *pcVar7;\n char *pcVar8;\n dwarf_section *in_RDX;\n abbrev_entry *paVar9;\n uchar *start;\n \n puVar1 = section->start;\n dVar2 = section->size;\n introduce((dwarf_section *)section->name,(int)section + 0x18,in_RDX);\n start = puVar1;\n do {\n free_abbrevs();\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar5);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n puVar5 = process_abbrev_section(start,puVar1 + dVar2);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar4 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar4);\n if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n start = puVar5;\n } while (puVar5 != (uchar *)0x0);\n putchar(10);\n return 1;\n}" primitive_type (function_declarator "display_debug_abbrev(dwarf_section *section,void *file)" identifier (parameter_list "(dwarf_section *section,void *file)" ( (parameter_declaration "dwarf_section *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "void *file" primitive_type (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n uchar *puVar1;\n dwarf_size_type dVar2;\n abbrev_attr *paVar3;\n uchar *puVar4;\n uchar *puVar5;\n undefined8 uVar6;\n char *pcVar7;\n char *pcVar8;\n dwarf_section *in_RDX;\n abbrev_entry *paVar9;\n uchar *start;\n \n puVar1 = section->start;\n dVar2 = section->size;\n introduce((dwarf_section *)section->name,(int)section + 0x18,in_RDX);\n start = puVar1;\n do {\n free_abbrevs();\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar5);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n puVar5 = process_abbrev_section(start,puVar1 + dVar2);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar4 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar4);\n if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n start = puVar5;\n } while (puVar5 != (uchar *)0x0);\n putchar(10);\n return 1;\n}" { (declaration "uchar *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "dwarf_size_type dVar2;" type_identifier identifier ;) (declaration "abbrev_attr *paVar3;" type_identifier (pointer_declarator "*paVar3" * identifier) ;) (declaration "uchar *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "uchar *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "dwarf_section *in_RDX;" type_identifier (pointer_declarator "*in_RDX" * identifier) ;) (declaration "abbrev_entry *paVar9;" type_identifier (pointer_declarator "*paVar9" * identifier) ;) (declaration "uchar *start;" type_identifier (pointer_declarator "*start" * identifier) ;) (expression_statement "puVar1 = section->start;" (assignment_expression "puVar1 = section->start" identifier = (field_expression "section->start" identifier -> field_identifier)) ;) (expression_statement "dVar2 = section->size;" (assignment_expression "dVar2 = section->size" identifier = (field_expression "section->size" identifier -> field_identifier)) ;) (expression_statement "introduce((dwarf_section *)section->name,(int)section + 0x18,in_RDX);" (call_expression "introduce((dwarf_section *)section->name,(int)section + 0x18,in_RDX)" identifier (argument_list "((dwarf_section *)section->name,(int)section + 0x18,in_RDX)" ( (cast_expression "(dwarf_section *)section->name" ( (type_descriptor "dwarf_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "section->name" identifier -> field_identifier)) , (binary_expression "(int)section + 0x18" (cast_expression "(int)section" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) , identifier ))) ;) (expression_statement "start = puVar1;" (assignment_expression "start = puVar1" identifier = identifier) ;) (do_statement "do {\n free_abbrevs();\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar5);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n puVar5 = process_abbrev_section(start,puVar1 + dVar2);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar4 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar4);\n if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n start = puVar5;\n } while (puVar5 != (uchar *)0x0);" do (compound_statement "{\n free_abbrevs();\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar5);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n puVar5 = process_abbrev_section(start,puVar1 + dVar2);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar4 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar4);\n if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n start = puVar5;\n }" { (expression_statement "free_abbrevs();" (call_expression "free_abbrevs()" identifier (argument_list "()" ( ))) ;) (if_statement "if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar5);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" if (parenthesized_expression "(first_abbrev != (abbrev_entry *)0x0)" ( (binary_expression "first_abbrev != (abbrev_entry *)0x0" identifier != (cast_expression "(abbrev_entry *)0x0" ( (type_descriptor "abbrev_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar5 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar5);\n if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" { (expression_statement "puVar5 = section->start;" (assignment_expression "puVar5 = section->start" identifier = (field_expression "section->start" identifier -> field_identifier)) ;) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" identifier (argument_list "(0," Number TAG (0x%lx)\n",5)" ( number_literal , (string_literal "" Number TAG (0x%lx)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar8,(long)start - (long)puVar5);" (call_expression "printf(pcVar8,(long)start - (long)puVar5)" identifier (argument_list "(pcVar8,(long)start - (long)puVar5)" ( identifier , (binary_expression "(long)start - (long)puVar5" (cast_expression "(long)start" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;) (if_statement "if (first_abbrev != (abbrev_entry *)0x0) {\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" if (parenthesized_expression "(first_abbrev != (abbrev_entry *)0x0)" ( (binary_expression "first_abbrev != (abbrev_entry *)0x0" identifier != (cast_expression "(abbrev_entry *)0x0" ( (type_descriptor "abbrev_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar5 = (uchar *)0x0;\nLAB_0013febe:\n paVar9 = first_abbrev;\n if (first_abbrev->children == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" { (expression_statement "puVar5 = (uchar *)0x0;" (assignment_expression "puVar5 = (uchar *)0x0" identifier = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "LAB_0013febe:\n paVar9 = first_abbrev;" statement_identifier : (expression_statement "paVar9 = first_abbrev;" (assignment_expression "paVar9 = first_abbrev" identifier = identifier) ;)) (if_statement "if (first_abbrev->children == 0) goto LAB_0013ff90;" if (parenthesized_expression "(first_abbrev->children == 0)" ( (binary_expression "first_abbrev->children == 0" (field_expression "first_abbrev->children" identifier -> field_identifier) == number_literal) )) (goto_statement "goto LAB_0013ff90;" goto statement_identifier ;)) (do_statement "do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );" do (compound_statement "{\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n }" { (expression_statement "uVar6 = dcgettext(0,"has children",5);" (assignment_expression "uVar6 = dcgettext(0,"has children",5)" identifier = (call_expression "dcgettext(0,"has children",5)" identifier (argument_list "(0,"has children",5)" ( number_literal , (string_literal ""has children"" " string_content ") , number_literal )))) ;) (while_statement "while( true ) {\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pcVar8 = get_TAG_name(paVar9->tag);\n printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);\n for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }\n paVar9 = paVar9->next;\n if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;\n if (paVar9->children != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" { (expression_statement "pcVar8 = get_TAG_name(paVar9->tag);" (assignment_expression "pcVar8 = get_TAG_name(paVar9->tag)" identifier = (call_expression "get_TAG_name(paVar9->tag)" identifier (argument_list "(paVar9->tag)" ( (field_expression "paVar9->tag" identifier -> field_identifier) )))) ;) (expression_statement "printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6);" (call_expression "printf(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6)" identifier (argument_list "(" %ld %s [%s]\n",paVar9->entry,pcVar8,uVar6)" ( (string_literal "" %ld %s [%s]\n"" " string_content escape_sequence ") , (field_expression "paVar9->entry" identifier -> field_identifier) , identifier , identifier ))) ;) (for_statement "for (paVar3 = paVar9->first_attr; paVar3 != (abbrev_attr *)0x0; paVar3 = paVar3->next) {\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }" for ( (assignment_expression "paVar3 = paVar9->first_attr" identifier = (field_expression "paVar9->first_attr" identifier -> field_identifier)) ; (binary_expression "paVar3 != (abbrev_attr *)0x0" identifier != (cast_expression "(abbrev_attr *)0x0" ( (type_descriptor "abbrev_attr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "paVar3 = paVar3->next" identifier = (field_expression "paVar3->next" identifier -> field_identifier)) ) (compound_statement "{\n pcVar8 = get_FORM_name(paVar3->form);\n pcVar7 = get_AT_name(paVar3->attribute);\n printf(" %-18s %s",pcVar7,pcVar8);\n if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }\n putc(10,stdout);\n }" { (expression_statement "pcVar8 = get_FORM_name(paVar3->form);" (assignment_expression "pcVar8 = get_FORM_name(paVar3->form)" identifier = (call_expression "get_FORM_name(paVar3->form)" identifier (argument_list "(paVar3->form)" ( (field_expression "paVar3->form" identifier -> field_identifier) )))) ;) (expression_statement "pcVar7 = get_AT_name(paVar3->attribute);" (assignment_expression "pcVar7 = get_AT_name(paVar3->attribute)" identifier = (call_expression "get_AT_name(paVar3->attribute)" identifier (argument_list "(paVar3->attribute)" ( (field_expression "paVar3->attribute" identifier -> field_identifier) )))) ;) (expression_statement "printf(" %-18s %s",pcVar7,pcVar8);" (call_expression "printf(" %-18s %s",pcVar7,pcVar8)" identifier (argument_list "(" %-18s %s",pcVar7,pcVar8)" ( (string_literal "" %-18s %s"" " string_content ") , identifier , identifier ))) ;) (if_statement "if (paVar3->form == 0x21) {\n printf(": %ld",paVar3->implicit_const);\n }" if (parenthesized_expression "(paVar3->form == 0x21)" ( (binary_expression "paVar3->form == 0x21" (field_expression "paVar3->form" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n printf(": %ld",paVar3->implicit_const);\n }" { (expression_statement "printf(": %ld",paVar3->implicit_const);" (call_expression "printf(": %ld",paVar3->implicit_const)" identifier (argument_list "(": %ld",paVar3->implicit_const)" ( (string_literal "": %ld"" " string_content ") , (field_expression "paVar3->implicit_const" identifier -> field_identifier) ))) ;) })) (expression_statement "putc(10,stdout);" (call_expression "putc(10,stdout)" identifier (argument_list "(10,stdout)" ( number_literal , identifier ))) ;) })) (expression_statement "paVar9 = paVar9->next;" (assignment_expression "paVar9 = paVar9->next" identifier = (field_expression "paVar9->next" identifier -> field_identifier)) ;) (if_statement "if (paVar9 == (abbrev_entry *)0x0) goto LAB_0013fe68;" if (parenthesized_expression "(paVar9 == (abbrev_entry *)0x0)" ( (binary_expression "paVar9 == (abbrev_entry *)0x0" identifier == (cast_expression "(abbrev_entry *)0x0" ( (type_descriptor "abbrev_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0013fe68;" goto statement_identifier ;)) (if_statement "if (paVar9->children != 0) break;" if (parenthesized_expression "(paVar9->children != 0)" ( (binary_expression "paVar9->children != 0" (field_expression "paVar9->children" identifier -> field_identifier) != number_literal) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);" statement_identifier : (expression_statement "uVar6 = dcgettext(0,"no children",5);" (assignment_expression "uVar6 = dcgettext(0,"no children",5)" identifier = (call_expression "dcgettext(0,"no children",5)" identifier (argument_list "(0,"no children",5)" ( number_literal , (string_literal ""no children"" " string_content ") , number_literal )))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) })) (break_statement "break;" break ;) })) (expression_statement "puVar5 = process_abbrev_section(start,puVar1 + dVar2);" (assignment_expression "puVar5 = process_abbrev_section(start,puVar1 + dVar2)" identifier = (call_expression "process_abbrev_section(start,puVar1 + dVar2)" identifier (argument_list "(start,puVar1 + dVar2)" ( identifier , (binary_expression "puVar1 + dVar2" identifier + identifier) )))) ;) (if_statement "if (first_abbrev != (abbrev_entry *)0x0) {\n puVar4 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar4);\n if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;\n }" if (parenthesized_expression "(first_abbrev != (abbrev_entry *)0x0)" ( (binary_expression "first_abbrev != (abbrev_entry *)0x0" identifier != (cast_expression "(abbrev_entry *)0x0" ( (type_descriptor "abbrev_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar4 = section->start;\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,(long)start - (long)puVar4);\n if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;\n }" { (expression_statement "puVar4 = section->start;" (assignment_expression "puVar4 = section->start" identifier = (field_expression "section->start" identifier -> field_identifier)) ;) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" identifier (argument_list "(0," Number TAG (0x%lx)\n",5)" ( number_literal , (string_literal "" Number TAG (0x%lx)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar8,(long)start - (long)puVar4);" (call_expression "printf(pcVar8,(long)start - (long)puVar4)" identifier (argument_list "(pcVar8,(long)start - (long)puVar4)" ( identifier , (binary_expression "(long)start - (long)puVar4" (cast_expression "(long)start" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ;) (if_statement "if (first_abbrev != (abbrev_entry *)0x0) goto LAB_0013febe;" if (parenthesized_expression "(first_abbrev != (abbrev_entry *)0x0)" ( (binary_expression "first_abbrev != (abbrev_entry *)0x0" identifier != (cast_expression "(abbrev_entry *)0x0" ( (type_descriptor "abbrev_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0013febe;" goto statement_identifier ;)) })) (labeled_statement "LAB_0013fe68:\n start = puVar5;" statement_identifier : (expression_statement "start = puVar5;" (assignment_expression "start = puVar5" identifier = identifier) ;)) }) while (parenthesized_expression "(puVar5 != (uchar *)0x0)" ( (binary_expression "puVar5 != (uchar *)0x0" identifier != (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "putchar(10);" (call_expression "putchar(10)" identifier (argument_list "(10)" ( number_literal ))) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "undefined8 FUN_0013fe00(long param_1)\n\n{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}\n\n" (function_definition "undefined8 FUN_0013fe00(long param_1)\n\n{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}" type_identifier (function_declarator "FUN_0013fe00(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x30);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x30)" identifier = (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);" (call_expression "FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18)" ( (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) )))) , (binary_expression "param_1 + 0x18" identifier + number_literal) ))) ;) (expression_statement "lVar10 = lVar1;" (assignment_expression "lVar10 = lVar1" identifier = identifier) ;) (do_statement "do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);" do (compound_statement "{\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n }" { (expression_statement "FUN_0013d4f0();" (call_expression "FUN_0013d4f0()" identifier (argument_list "()" ( ))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" { (expression_statement "lVar5 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar5 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" identifier (argument_list "(0," Number TAG (0x%lx)\n",5)" ( number_literal , (string_literal "" Number TAG (0x%lx)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar8,lVar10 - lVar5);" (call_expression "printf(pcVar8,lVar10 - lVar5)" identifier (argument_list "(pcVar8,lVar10 - lVar5)" ( identifier , (binary_expression "lVar10 - lVar5" identifier - identifier) ))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" { (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0013febe:\n puVar9 = DAT_00196e78;" statement_identifier : (expression_statement "puVar9 = DAT_00196e78;" (assignment_expression "puVar9 = DAT_00196e78" identifier = identifier) ;)) (if_statement "if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;" if (parenthesized_expression "(*(int *)(DAT_00196e78 + 2) == 0)" ( (binary_expression "*(int *)(DAT_00196e78 + 2) == 0" (pointer_expression "*(int *)(DAT_00196e78 + 2)" * (cast_expression "(int *)(DAT_00196e78 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00196e78 + 2)" ( (binary_expression "DAT_00196e78 + 2" identifier + number_literal) )))) == number_literal) )) (goto_statement "goto LAB_0013ff90;" goto statement_identifier ;)) (do_statement "do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );" do (compound_statement "{\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n }" { (expression_statement "uVar6 = dcgettext(0,"has children",5);" (assignment_expression "uVar6 = dcgettext(0,"has children",5)" identifier = (call_expression "dcgettext(0,"has children",5)" identifier (argument_list "(0,"has children",5)" ( number_literal , (string_literal ""has children"" " string_content ") , number_literal )))) ;) (while_statement "while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" { (expression_statement "uVar7 = FUN_0013ea20(puVar9[1]);" (assignment_expression "uVar7 = FUN_0013ea20(puVar9[1])" identifier = (call_expression "FUN_0013ea20(puVar9[1])" identifier (argument_list "(puVar9[1])" ( (subscript_expression "puVar9[1]" identifier [ number_literal ]) )))) ;) (expression_statement "printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);" (call_expression "printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6)" identifier (argument_list "(" %ld %s [%s]\n",*puVar9,uVar7,uVar6)" ( (string_literal "" %ld %s [%s]\n"" " string_content escape_sequence ") , (pointer_expression "*puVar9" * identifier) , identifier , identifier ))) ;) (for_statement "for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }" for ( (assignment_expression "puVar3 = (undefined8 *)puVar9[3]" identifier = (cast_expression "(undefined8 *)puVar9[3]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar9[3]" identifier [ number_literal ]))) ; (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar3 = (undefined8 *)puVar3[3]" identifier = (cast_expression "(undefined8 *)puVar3[3]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[3]" identifier [ number_literal ]))) ) (compound_statement "{\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }" { (expression_statement "uVar6 = FUN_0013eaf0(puVar3[1]);" (assignment_expression "uVar6 = FUN_0013eaf0(puVar3[1])" identifier = (call_expression "FUN_0013eaf0(puVar3[1])" identifier (argument_list "(puVar3[1])" ( (subscript_expression "puVar3[1]" identifier [ number_literal ]) )))) ;) (expression_statement "uVar7 = FUN_0013ea80(*puVar3);" (assignment_expression "uVar7 = FUN_0013ea80(*puVar3)" identifier = (call_expression "FUN_0013ea80(*puVar3)" identifier (argument_list "(*puVar3)" ( (pointer_expression "*puVar3" * identifier) )))) ;) (expression_statement "printf(" %-18s %s",uVar7,uVar6);" (call_expression "printf(" %-18s %s",uVar7,uVar6)" identifier (argument_list "(" %-18s %s",uVar7,uVar6)" ( (string_literal "" %-18s %s"" " string_content ") , identifier , identifier ))) ;) (if_statement "if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }" if (parenthesized_expression "(puVar3[1] == 0x21)" ( (binary_expression "puVar3[1] == 0x21" (subscript_expression "puVar3[1]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n printf(": %ld",puVar3[2]);\n }" { (expression_statement "printf(": %ld",puVar3[2]);" (call_expression "printf(": %ld",puVar3[2])" identifier (argument_list "(": %ld",puVar3[2])" ( (string_literal "": %ld"" " string_content ") , (subscript_expression "puVar3[2]" identifier [ number_literal ]) ))) ;) })) (expression_statement "putc(10,stdout);" (call_expression "putc(10,stdout)" identifier (argument_list "(10,stdout)" ( number_literal , identifier ))) ;) })) (expression_statement "puVar9 = (undefined8 *)puVar9[5];" (assignment_expression "puVar9 = (undefined8 *)puVar9[5]" identifier = (cast_expression "(undefined8 *)puVar9[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar9[5]" identifier [ number_literal ]))) ;) (if_statement "if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;" if (parenthesized_expression "(puVar9 == (undefined8 *)0x0)" ( (binary_expression "puVar9 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0013fe68;" goto statement_identifier ;)) (if_statement "if (*(int *)(puVar9 + 2) != 0) break;" if (parenthesized_expression "(*(int *)(puVar9 + 2) != 0)" ( (binary_expression "*(int *)(puVar9 + 2) != 0" (pointer_expression "*(int *)(puVar9 + 2)" * (cast_expression "(int *)(puVar9 + 2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar9 + 2)" ( (binary_expression "puVar9 + 2" identifier + number_literal) )))) != number_literal) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);" statement_identifier : (expression_statement "uVar6 = dcgettext(0,"no children",5);" (assignment_expression "uVar6 = dcgettext(0,"no children",5)" identifier = (call_expression "dcgettext(0,"no children",5)" identifier (argument_list "(0,"no children",5)" ( number_literal , (string_literal ""no children"" " string_content ") , number_literal )))) ;)) })) }) while (parenthesized_expression "( true )" ( true )) ;) })) (break_statement "break;" break ;) })) (expression_statement "lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);" (assignment_expression "lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1)" identifier = (call_expression "FUN_0013fc00(lVar10,lVar2 + lVar1)" identifier (argument_list "(lVar10,lVar2 + lVar1)" ( identifier , (binary_expression "lVar2 + lVar1" identifier + identifier) )))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }" { (expression_statement "lVar4 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar4 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" identifier = (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" identifier (argument_list "(0," Number TAG (0x%lx)\n",5)" ( number_literal , (string_literal "" Number TAG (0x%lx)\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar8,lVar10 - lVar4);" (call_expression "printf(pcVar8,lVar10 - lVar4)" identifier (argument_list "(pcVar8,lVar10 - lVar4)" ( identifier , (binary_expression "lVar10 - lVar4" identifier - identifier) ))) ;) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;" if (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" ( (binary_expression "DAT_00196e78 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0013febe;" goto statement_identifier ;)) })) (labeled_statement "LAB_0013fe68:\n lVar10 = lVar5;" statement_identifier : (expression_statement "lVar10 = lVar5;" (assignment_expression "lVar10 = lVar5" identifier = identifier) ;)) }) while (parenthesized_expression "(lVar5 != 0)" ( (binary_expression "lVar5 != 0" identifier != number_literal) )) ;) (expression_statement "putchar(10);" (call_expression "putchar(10)" identifier (argument_list "(10)" ( number_literal ))) ;) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT - IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (goto_statement goto statement_identifier ;)) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") , (pointer_expression * IDENT) , IDENT , IDENT ))) ;) (for_statement for ( (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ; (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (subscript_expression IDENT [ LIT ]) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( 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 *)) ) 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 IDENT + LIT) )))) != LIT) )) (break_statement break ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;)) })) }) while (parenthesized_expression ( BOOL )) ;) })) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT - IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (return_statement return LIT ;) })))
|
(function_definition "undefined8 FUN_0013fe00(long param_1)\n\n{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}" (type_identifier "undefined8") (function_declarator "FUN_0013fe00(long param_1)" (identifier "FUN_0013fe00") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n undefined8 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n undefined8 *puVar9;\n long lVar10;\n \n lVar1 = *(long *)(param_1 + 0x20);\n lVar2 = *(long *)(param_1 + 0x30);\n FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);\n lVar10 = lVar1;\n do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);\n putchar(10);\n return 1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "undefined8 *puVar9;" (type_identifier "undefined8") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "long lVar10;" (sized_type_specifier "long" (long "long")) (identifier "lVar10") (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x20)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "lVar2 = *(long *)(param_1 + 0x30);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x30)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x30)" (* "*") (cast_expression "(long *)(param_1 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);" (call_expression "FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18)" (identifier "FUN_0013ed70") (argument_list "(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18)" (( "(") (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")) () ")")))) (, ",") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))) (; ";")) (expression_statement "lVar10 = lVar1;" (assignment_expression "lVar10 = lVar1" (identifier "lVar10") (= "=") (identifier "lVar1")) (; ";")) (do_statement "do {\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n } while (lVar5 != 0);" (do "do") (compound_statement "{\n FUN_0013d4f0();\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }\n lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }\nLAB_0013fe68:\n lVar10 = lVar5;\n }" ({ "{") (expression_statement "FUN_0013d4f0();" (call_expression "FUN_0013d4f0()" (identifier "FUN_0013d4f0") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" (if "if") (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" (( "(") (binary_expression "DAT_00196e78 != (undefined8 *)0x0" (identifier "DAT_00196e78") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n lVar5 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar5);\n if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }\n break;\n }" ({ "{") (expression_statement "lVar5 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x20)" (identifier "lVar5") (= "=") (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" (identifier "pcVar8") (= "=") (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" (identifier "dcgettext") (argument_list "(0," Number TAG (0x%lx)\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" Number TAG (0x%lx)\n"" (" """) (string_content " Number TAG (0x%lx)") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(pcVar8,lVar10 - lVar5);" (call_expression "printf(pcVar8,lVar10 - lVar5)" (identifier "printf") (argument_list "(pcVar8,lVar10 - lVar5)" (( "(") (identifier "pcVar8") (, ",") (binary_expression "lVar10 - lVar5" (identifier "lVar10") (- "-") (identifier "lVar5")) () ")"))) (; ";")) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" (if "if") (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" (( "(") (binary_expression "DAT_00196e78 != (undefined8 *)0x0" (identifier "DAT_00196e78") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n lVar5 = 0;\nLAB_0013febe:\n puVar9 = DAT_00196e78;\n if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;\n do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );\n }" ({ "{") (expression_statement "lVar5 = 0;" (assignment_expression "lVar5 = 0" (identifier "lVar5") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_0013febe:\n puVar9 = DAT_00196e78;" (statement_identifier "LAB_0013febe") (: ":") (expression_statement "puVar9 = DAT_00196e78;" (assignment_expression "puVar9 = DAT_00196e78" (identifier "puVar9") (= "=") (identifier "DAT_00196e78")) (; ";"))) (if_statement "if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;" (if "if") (parenthesized_expression "(*(int *)(DAT_00196e78 + 2) == 0)" (( "(") (binary_expression "*(int *)(DAT_00196e78 + 2) == 0" (pointer_expression "*(int *)(DAT_00196e78 + 2)" (* "*") (cast_expression "(int *)(DAT_00196e78 + 2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00196e78 + 2)" (( "(") (binary_expression "DAT_00196e78 + 2" (identifier "DAT_00196e78") (+ "+") (number_literal "2")) () ")")))) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0013ff90;" (goto "goto") (statement_identifier "LAB_0013ff90") (; ";"))) (do_statement "do {\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n } while( true );" (do "do") (compound_statement "{\n uVar6 = dcgettext(0,"has children",5);\n while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }\n }" ({ "{") (expression_statement "uVar6 = dcgettext(0,"has children",5);" (assignment_expression "uVar6 = dcgettext(0,"has children",5)" (identifier "uVar6") (= "=") (call_expression "dcgettext(0,"has children",5)" (identifier "dcgettext") (argument_list "(0,"has children",5)" (( "(") (number_literal "0") (, ",") (string_literal ""has children"" (" """) (string_content "has children") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (while_statement "while( true ) {\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n uVar7 = FUN_0013ea20(puVar9[1]);\n printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);\n for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }\n puVar9 = (undefined8 *)puVar9[5];\n if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;\n if (*(int *)(puVar9 + 2) != 0) break;\nLAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);\n }" ({ "{") (expression_statement "uVar7 = FUN_0013ea20(puVar9[1]);" (assignment_expression "uVar7 = FUN_0013ea20(puVar9[1])" (identifier "uVar7") (= "=") (call_expression "FUN_0013ea20(puVar9[1])" (identifier "FUN_0013ea20") (argument_list "(puVar9[1])" (( "(") (subscript_expression "puVar9[1]" (identifier "puVar9") ([ "[") (number_literal "1") (] "]")) () ")")))) (; ";")) (expression_statement "printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);" (call_expression "printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6)" (identifier "printf") (argument_list "(" %ld %s [%s]\n",*puVar9,uVar7,uVar6)" (( "(") (string_literal "" %ld %s [%s]\n"" (" """) (string_content " %ld %s [%s]") (escape_sequence "\n") (" """)) (, ",") (pointer_expression "*puVar9" (* "*") (identifier "puVar9")) (, ",") (identifier "uVar7") (, ",") (identifier "uVar6") () ")"))) (; ";")) (for_statement "for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;\n puVar3 = (undefined8 *)puVar3[3]) {\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }" (for "for") (( "(") (assignment_expression "puVar3 = (undefined8 *)puVar9[3]" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)puVar9[3]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar9[3]" (identifier "puVar9") ([ "[") (number_literal "3") (] "]")))) (; ";") (binary_expression "puVar3 != (undefined8 *)0x0" (identifier "puVar3") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (assignment_expression "puVar3 = (undefined8 *)puVar3[3]" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)puVar3[3]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar3[3]" (identifier "puVar3") ([ "[") (number_literal "3") (] "]")))) () ")") (compound_statement "{\n uVar6 = FUN_0013eaf0(puVar3[1]);\n uVar7 = FUN_0013ea80(*puVar3);\n printf(" %-18s %s",uVar7,uVar6);\n if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }\n putc(10,stdout);\n }" ({ "{") (expression_statement "uVar6 = FUN_0013eaf0(puVar3[1]);" (assignment_expression "uVar6 = FUN_0013eaf0(puVar3[1])" (identifier "uVar6") (= "=") (call_expression "FUN_0013eaf0(puVar3[1])" (identifier "FUN_0013eaf0") (argument_list "(puVar3[1])" (( "(") (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) () ")")))) (; ";")) (expression_statement "uVar7 = FUN_0013ea80(*puVar3);" (assignment_expression "uVar7 = FUN_0013ea80(*puVar3)" (identifier "uVar7") (= "=") (call_expression "FUN_0013ea80(*puVar3)" (identifier "FUN_0013ea80") (argument_list "(*puVar3)" (( "(") (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) () ")")))) (; ";")) (expression_statement "printf(" %-18s %s",uVar7,uVar6);" (call_expression "printf(" %-18s %s",uVar7,uVar6)" (identifier "printf") (argument_list "(" %-18s %s",uVar7,uVar6)" (( "(") (string_literal "" %-18s %s"" (" """) (string_content " %-18s %s") (" """)) (, ",") (identifier "uVar7") (, ",") (identifier "uVar6") () ")"))) (; ";")) (if_statement "if (puVar3[1] == 0x21) {\n printf(": %ld",puVar3[2]);\n }" (if "if") (parenthesized_expression "(puVar3[1] == 0x21)" (( "(") (binary_expression "puVar3[1] == 0x21" (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) (== "==") (number_literal "0x21")) () ")")) (compound_statement "{\n printf(": %ld",puVar3[2]);\n }" ({ "{") (expression_statement "printf(": %ld",puVar3[2]);" (call_expression "printf(": %ld",puVar3[2])" (identifier "printf") (argument_list "(": %ld",puVar3[2])" (( "(") (string_literal "": %ld"" (" """) (string_content ": %ld") (" """)) (, ",") (subscript_expression "puVar3[2]" (identifier "puVar3") ([ "[") (number_literal "2") (] "]")) () ")"))) (; ";")) (} "}"))) (expression_statement "putc(10,stdout);" (call_expression "putc(10,stdout)" (identifier "putc") (argument_list "(10,stdout)" (( "(") (number_literal "10") (, ",") (identifier "stdout") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar9 = (undefined8 *)puVar9[5];" (assignment_expression "puVar9 = (undefined8 *)puVar9[5]" (identifier "puVar9") (= "=") (cast_expression "(undefined8 *)puVar9[5]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar9[5]" (identifier "puVar9") ([ "[") (number_literal "5") (] "]")))) (; ";")) (if_statement "if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;" (if "if") (parenthesized_expression "(puVar9 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar9 == (undefined8 *)0x0" (identifier "puVar9") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0013fe68;" (goto "goto") (statement_identifier "LAB_0013fe68") (; ";"))) (if_statement "if (*(int *)(puVar9 + 2) != 0) break;" (if "if") (parenthesized_expression "(*(int *)(puVar9 + 2) != 0)" (( "(") (binary_expression "*(int *)(puVar9 + 2) != 0" (pointer_expression "*(int *)(puVar9 + 2)" (* "*") (cast_expression "(int *)(puVar9 + 2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar9 + 2)" (( "(") (binary_expression "puVar9 + 2" (identifier "puVar9") (+ "+") (number_literal "2")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (labeled_statement "LAB_0013ff90:\n uVar6 = dcgettext(0,"no children",5);" (statement_identifier "LAB_0013ff90") (: ":") (expression_statement "uVar6 = dcgettext(0,"no children",5);" (assignment_expression "uVar6 = dcgettext(0,"no children",5)" (identifier "uVar6") (= "=") (call_expression "dcgettext(0,"no children",5)" (identifier "dcgettext") (argument_list "(0,"no children",5)" (( "(") (number_literal "0") (, ",") (string_literal ""no children"" (" """) (string_content "no children") (" """)) (, ",") (number_literal "5") () ")")))) (; ";"))) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);" (assignment_expression "lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1)" (identifier "lVar5") (= "=") (call_expression "FUN_0013fc00(lVar10,lVar2 + lVar1)" (identifier "FUN_0013fc00") (argument_list "(lVar10,lVar2 + lVar1)" (( "(") (identifier "lVar10") (, ",") (binary_expression "lVar2 + lVar1" (identifier "lVar2") (+ "+") (identifier "lVar1")) () ")")))) (; ";")) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) {\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }" (if "if") (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" (( "(") (binary_expression "DAT_00196e78 != (undefined8 *)0x0" (identifier "DAT_00196e78") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n lVar4 = *(long *)(param_1 + 0x20);\n pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);\n printf(pcVar8,lVar10 - lVar4);\n if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;\n }" ({ "{") (expression_statement "lVar4 = *(long *)(param_1 + 0x20);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x20)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(param_1 + 0x20)" (* "*") (cast_expression "(long *)(param_1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);" (assignment_expression "pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5)" (identifier "pcVar8") (= "=") (cast_expression "(char *)dcgettext(0," Number TAG (0x%lx)\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0," Number TAG (0x%lx)\n",5)" (identifier "dcgettext") (argument_list "(0," Number TAG (0x%lx)\n",5)" (( "(") (number_literal "0") (, ",") (string_literal "" Number TAG (0x%lx)\n"" (" """) (string_content " Number TAG (0x%lx)") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(pcVar8,lVar10 - lVar4);" (call_expression "printf(pcVar8,lVar10 - lVar4)" (identifier "printf") (argument_list "(pcVar8,lVar10 - lVar4)" (( "(") (identifier "pcVar8") (, ",") (binary_expression "lVar10 - lVar4" (identifier "lVar10") (- "-") (identifier "lVar4")) () ")"))) (; ";")) (if_statement "if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;" (if "if") (parenthesized_expression "(DAT_00196e78 != (undefined8 *)0x0)" (( "(") (binary_expression "DAT_00196e78 != (undefined8 *)0x0" (identifier "DAT_00196e78") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0013febe;" (goto "goto") (statement_identifier "LAB_0013febe") (; ";"))) (} "}"))) (labeled_statement "LAB_0013fe68:\n lVar10 = lVar5;" (statement_identifier "LAB_0013fe68") (: ":") (expression_statement "lVar10 = lVar5;" (assignment_expression "lVar10 = lVar5" (identifier "lVar10") (= "=") (identifier "lVar5")) (; ";"))) (} "}")) (while "while") (parenthesized_expression "(lVar5 != 0)" (( "(") (binary_expression "lVar5 != 0" (identifier "lVar5") (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "putchar(10);" (call_expression "putchar(10)" (identifier "putchar") (argument_list "(10)" (( "(") (number_literal "10") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
|
int function_1(type_1 *section,void *file)
{
type_2 *var_13;
type_3 var_14;
type_4 *var_7;
type_2 *puVar4;
type_2 *var_15;
type_5 uVar6;
char *pcVar7;
char *pcVar8;
type_1 *in_RDX;
type_6 *var_11;
type_2 *start;
var_13 = section->start;
var_14 = section->size;
var_1((type_1 *)section->name,(int)section + 0x18,in_RDX);
start = var_13;
do {
var_2();
if (var_3 != (type_6 *)0x0) {
var_15 = section->start;
pcVar8 = (char *)var_4(0," Number TAG (0x%lx)\n",5);
var_5(pcVar8,(long)start - (long)var_15);
if (var_3 != (type_6 *)0x0) {
var_15 = (type_2 *)0x0;
LAB_0013febe:
var_11 = var_3;
if (var_3->children == 0) goto LAB_0013ff90;
do {
uVar6 = var_4(0,"has children",5);
while( true ) {
pcVar8 = var_6(var_11->tag);
var_5(" %ld %s [%s]\n",var_11->entry,pcVar8,uVar6);
for (var_7 = var_11->first_attr; var_7 != (type_4 *)0x0; var_7 = var_7->next) {
pcVar8 = var_8(var_7->form);
pcVar7 = var_9(var_7->attribute);
var_5(" %-18s %s",pcVar7,pcVar8);
if (var_7->form == 0x21) {
var_5(": %ld",var_7->implicit_const);
}
var_10(10,stdout);
}
var_11 = var_11->next;
if (var_11 == (type_6 *)0x0) goto LAB_0013fe68;
if (var_11->children != 0) break;
LAB_0013ff90:
uVar6 = var_4(0,"no children",5);
}
} while( true );
}
break;
}
var_15 = var_12(start,var_13 + var_14);
if (var_3 != (type_6 *)0x0) {
puVar4 = section->start;
pcVar8 = (char *)var_4(0," Number TAG (0x%lx)\n",5);
var_5(pcVar8,(long)start - (long)puVar4);
if (var_3 != (type_6 *)0x0) goto LAB_0013febe;
}
LAB_0013fe68:
start = var_15;
} while (var_15 != (type_2 *)0x0);
var_16(10);
return 1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (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: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence)) (pointer_expression argument: (identifier)) (identifier) (identifier)))) (for_statement initializer: (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)))) condition: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) update: (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)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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 (pointer_expression argument: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier) (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 (string_literal (string_content)) (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (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: (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: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (break_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)) (number_literal))))))))) condition: (parenthesized_expression (true))))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) (labeled_statement label: (statement_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 (number_literal)))) (return_statement (number_literal)))))
| null |
undefined8 MASKED(long param_1)
{
long lVar1;
long lVar2;
undefined8 *puVar3;
long lVar4;
long lVar5;
undefined8 uVar6;
undefined8 uVar7;
char *pcVar8;
undefined8 *puVar9;
long lVar10;
lVar1 = *(long *)(param_1 + 0x20);
lVar2 = *(long *)(param_1 + 0x30);
FUN_0013ed70(*(undefined8 *)(param_1 + 0x10),param_1 + 0x18);
lVar10 = lVar1;
do {
FUN_0013d4f0();
if (DAT_00196e78 != (undefined8 *)0x0) {
lVar5 = *(long *)(param_1 + 0x20);
pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);
printf(pcVar8,lVar10 - lVar5);
if (DAT_00196e78 != (undefined8 *)0x0) {
lVar5 = 0;
LAB_0013febe:
puVar9 = DAT_00196e78;
if (*(int *)(DAT_00196e78 + 2) == 0) goto LAB_0013ff90;
do {
uVar6 = dcgettext(0,"has children",5);
while( true ) {
uVar7 = FUN_0013ea20(puVar9[1]);
printf(" %ld %s [%s]\n",*puVar9,uVar7,uVar6);
for (puVar3 = (undefined8 *)puVar9[3]; puVar3 != (undefined8 *)0x0;
puVar3 = (undefined8 *)puVar3[3]) {
uVar6 = FUN_0013eaf0(puVar3[1]);
uVar7 = FUN_0013ea80(*puVar3);
printf(" %-18s %s",uVar7,uVar6);
if (puVar3[1] == 0x21) {
printf(": %ld",puVar3[2]);
}
putc(10,stdout);
}
puVar9 = (undefined8 *)puVar9[5];
if (puVar9 == (undefined8 *)0x0) goto LAB_0013fe68;
if (*(int *)(puVar9 + 2) != 0) break;
LAB_0013ff90:
uVar6 = dcgettext(0,"no children",5);
}
} while( true );
}
break;
}
lVar5 = FUN_0013fc00(lVar10,lVar2 + lVar1);
if (DAT_00196e78 != (undefined8 *)0x0) {
lVar4 = *(long *)(param_1 + 0x20);
pcVar8 = (char *)dcgettext(0," Number TAG (0x%lx)\n",5);
printf(pcVar8,lVar10 - lVar4);
if (DAT_00196e78 != (undefined8 *)0x0) goto LAB_0013febe;
}
LAB_0013fe68:
lVar10 = lVar5;
} while (lVar5 != 0);
putchar(10);
return 1;
}
|
9805_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
|
sbrk
|
sbrk
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * sbrk(intptr_t __delta)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* sbrk@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * sbrk(intptr_t __delta)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1201704510')]
|
[('const-1', u'RETURN_-1201704510')]
| null | null |
004071b8
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* sbrk(intptr_t __delta)" * (function_declarator "sbrk(intptr_t __delta)" identifier (parameter_list "(intptr_t __delta)" ( (parameter_declaration "intptr_t __delta" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sbrk@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * sbrk(intptr_t __delta)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sbrk@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* sbrk(intptr_t __delta)" * (function_declarator "sbrk(intptr_t __delta)" identifier (parameter_list "(intptr_t __delta)" ( (parameter_declaration "intptr_t __delta" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sbrk@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* sbrk(intptr_t __delta)" * (function_declarator "sbrk(intptr_t __delta)" identifier (parameter_list "(intptr_t __delta)" ( (parameter_declaration "intptr_t __delta" 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 (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void * sbrk(intptr_t __delta)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (pointer_declarator "* sbrk(intptr_t __delta)" (* "*") (function_declarator "sbrk(intptr_t __delta)" (identifier "sbrk") (parameter_list "(intptr_t __delta)" (( "(") (parameter_declaration "intptr_t __delta" (primitive_type "intptr_t") (identifier "__delta")) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(intptr_t __delta)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* sbrk@@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: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(intptr_t __delta)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
5785_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
do_for_all_global_symbols
|
FUN_002679f0
|
/* DWARF original prototype: void do_for_all_global_symbols(Sized_dynobj<32,_false> * this,
Read_symbols_data * sd, Symbol_visitor_base * v) */
void __thiscall
gold::Sized_dynobj<32,_false>::do_for_all_global_symbols
(Sized_dynobj<32,_false> *this,Read_symbols_data *sd,Symbol_visitor_base *v)
{
uchar *puVar1;
uint *puVar2;
ulong uVar3;
uint *puVar4;
puVar1 = sd->symbol_names->data_;
puVar2 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset);
uVar3 = sd->symbols_size - sd->external_symbols_offset >> 4;
if (uVar3 != 0) {
puVar4 = puVar2 + uVar3 * 4;
do {
if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {
(*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);
}
puVar2 = puVar2 + 4;
} while (puVar4 != puVar2);
}
return;
}
|
void FUN_002679f0(undefined8 param_1,long param_2,long *param_3)
{
long lVar1;
uint *puVar2;
ulong uVar3;
uint *puVar4;
lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);
puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));
uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;
if (uVar3 != 0) {
puVar4 = puVar2 + uVar3 * 4;
do {
if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {
(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);
}
puVar2 = puVar2 + 4;
} while (puVar4 != puVar2);
}
return;
}
|
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV RAX,qword ptr [RSI + 0x30]
MOV RCX,qword ptr [RSI + 0x18]
MOV RBP,qword ptr [RSI + 0x20]
MOV R12,qword ptr [RAX + 0x10]
MOV RAX,qword ptr [RSI + 0x28]
MOV RBX,qword ptr [RCX + 0x10]
SUB RBP,RAX
ADD RBX,RAX
SHR RBP,0x4
JZ 0x00267a55
SHL RBP,0x4
MOV R13,RDX
ADD RBP,RBX
NOP dword ptr [RAX + RAX*0x1]
CMP word ptr [RBX + 0xe],0x0
JZ 0x00267a4c
TEST byte ptr [RBX + 0xc],0xf0
JZ 0x00267a4c
MOV ESI,dword ptr [RBX]
MOV RAX,qword ptr [R13]
MOV RDI,R13
ADD RSI,R12
CALL qword ptr [RAX + 0x10]
ADD RBX,0x10
CMP RBP,RBX
JNZ 0x00267a30
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
| null | null | null | null |
[('const-0', u'INT_NOTEQUAL_-1204192651'), (u'PTRADD_-1204192204', u'MULTIEQUAL_-1204192325'), ('const-8', u'PTRADD_-1204192208'), (u'MULTIEQUAL_-1204192325', u'CAST_-1204192231'), (u'LOAD_-1204192531', u'PTRADD_-1204192208'), (u'LOAD_-1204192715', u'PTRADD_-1204192632'), (u'INT_SUB_-1204192689', u'INT_RIGHT_-1204192655'), (u'INT_ADD_-1204192557', u'CAST_-1204192230'), (u'CAST_-1204192230', u'LOAD_-1204192573'), ('const-24', u'PTRSUB_-1204192291'), ('const-3', u'PTRADD_-1204192228'), ('tmp_664', u'CALLIND_-1204192498'), ('const-1', u'PTRADD_-1204192456'), ('const-2', u'PTRADD_-1204192208'), ('tmp_663', u'PTRSUB_-1204192291'), ('const-4', u'INT_RIGHT_-1204192655'), (u'INT_NOTEQUAL_-1204192557', u'CBRANCH_-1204192554'), ('const-0', u'RETURN_-1204192425'), (u'PTRSUB_-1204192286', u'LOAD_-1204192736'), (u'PTRSUB_-1204192276', u'LOAD_-1204192722'), (u'LOAD_-1204192736', u'INT_SUB_-1204192689'), ('tmp_468', u'CBRANCH_-1204192536'), ('const-14', u'INT_ADD_-1204192557'), (u'LOAD_-1204192508', u'CALLIND_-1204192498'), ('const-433', u'LOAD_-1204192736'), (u'PTRADD_-1204192204', u'INT_NOTEQUAL_-1204192472'), ('const-40', u'PTRSUB_-1204192276'), ('const-240', u'INT_AND_-1204192525'), (u'INT_RIGHT_-1204192655', u'INT_NOTEQUAL_-1204192651'), ('const-433', u'LOAD_-1204192750'), (u'LOAD_-1204192750', u'PTRSUB_-1204192281'), ('const-0', u'PTRSUB_-1204192218'), (u'LOAD_-1204192729', u'PTRADD_-1204192456'), (u'LOAD_-1204192743', u'PTRSUB_-1204192271'), ('const-16', u'PTRSUB_-1204192281'), ('const-433', u'LOAD_-1204192508'), ('tmp_436', u'CBRANCH_-1204192554'), ('tmp_663', u'PTRSUB_-1204192276'), (u'CAST_-1204192259', u'MULTIEQUAL_-1204192325'), ('const-433', u'LOAD_-1204192722'), ('const-433', u'LOAD_-1204192715'), (u'INT_NOTEQUAL_-1204192472', u'CBRANCH_-1204192470'), (u'MULTIEQUAL_-1204192325', u'PTRADD_-1204192204'), ('const-433', u'LOAD_-1204192743'), ('const-4', u'PTRADD_-1204192228'), ('const-4', u'PTRADD_-1204192247'), (u'PTRSUB_-1204192281', u'LOAD_-1204192729'), ('const-4', u'PTRADD_-1204192204'), (u'CAST_-1204192231', u'INT_ADD_-1204192557'), (u'PTRADD_-1204192208', u'LOAD_-1204192508'), ('const-0', u'INT_NOTEQUAL_-1204192557'), (u'PTRADD_-1204192228', u'LOAD_-1204192551'), (u'INT_AND_-1204192525', u'INT_NOTEQUAL_-1204192538'), (u'INT_RIGHT_-1204192655', u'INT_MULT_-1204192281'), (u'PTRSUB_-1204192291', u'LOAD_-1204192743'), ('const-16', u'PTRSUB_-1204192271'), (u'LOAD_-1204192722', u'INT_SUB_-1204192689'), (u'MULTIEQUAL_-1204192325', u'LOAD_-1204192536'), ('const-433', u'LOAD_-1204192536'), ('const-0', u'INT_NOTEQUAL_-1204192538'), ('tmp_664', u'PTRSUB_-1204192218'), (u'LOAD_-1204192722', u'PTRADD_-1204192632'), ('tmp_581', u'CBRANCH_-1204192470'), (u'PTRSUB_-1204192271', u'LOAD_-1204192715'), (u'LOAD_-1204192573', u'INT_NOTEQUAL_-1204192557'), (u'PTRADD_-1204192247', u'INT_NOTEQUAL_-1204192472'), ('const-433', u'LOAD_-1204192729'), (u'MULTIEQUAL_-1204192325', u'PTRADD_-1204192228'), (u'PTRSUB_-1204192218', u'LOAD_-1204192531'), ('const-433', u'LOAD_-1204192551'), (u'LOAD_-1204192536', u'INT_ZEXT_-1204192348'), (u'INT_ZEXT_-1204192348', u'PTRADD_-1204192456'), ('const-48', u'PTRSUB_-1204192296'), ('const-32', u'PTRSUB_-1204192286'), ('const-4', u'INT_MULT_-1204192281'), ('const-433', u'LOAD_-1204192573'), ('tmp_663', u'PTRSUB_-1204192296'), ('const-1', u'PTRADD_-1204192632'), (u'LOAD_-1204192551', u'INT_AND_-1204192525'), (u'PTRSUB_-1204192296', u'LOAD_-1204192750'), ('tmp_663', u'PTRSUB_-1204192286'), (u'INT_NOTEQUAL_-1204192538', u'CBRANCH_-1204192536'), (u'INT_MULT_-1204192281', u'PTRADD_-1204192247'), ('const-433', u'LOAD_-1204192531'), (u'INT_NOTEQUAL_-1204192651', u'CBRANCH_-1204192641'), (u'PTRADD_-1204192632', u'CAST_-1204192259'), ('tmp_262', u'CBRANCH_-1204192641'), ('const-4', u'PTRADD_-1204192204'), (u'CAST_-1204192259', u'PTRADD_-1204192247'), (u'PTRADD_-1204192456', u'CALLIND_-1204192498')]
|
[(u'MULTIEQUAL_-1204192327', u'CAST_-1204192234'), ('const-0', u'INT_NOTEQUAL_-1204192651'), ('const-0', u'INT_NOTEQUAL_-1204192538'), ('tmp_1096', u'INT_ADD_-1204192720'), ('const-433', u'LOAD_-1204192536'), ('const-48', u'INT_ADD_-1204192734'), ('const-433', u'LOAD_-1204192573'), (u'MULTIEQUAL_-1204192327', u'PTRADD_-1204192236'), (u'INT_NOTEQUAL_-1204192557', u'CBRANCH_-1204192554'), (u'LOAD_-1204192531', u'INT_ADD_-1204192492'), ('const-0', u'RETURN_-1204192425'), (u'CAST_-1204192286', u'LOAD_-1204192736'), (u'INT_ADD_-1204192678', u'CAST_-1204192263'), (u'CAST_-1204192276', u'LOAD_-1204192722'), ('const-433', u'LOAD_-1204192715'), ('const-433', u'LOAD_-1204192508'), ('const-16', u'INT_ADD_-1204192699'), (u'LOAD_-1204192736', u'INT_SUB_-1204192689'), ('tmp_468', u'CBRANCH_-1204192536'), (u'INT_RIGHT_-1204192655', u'INT_MULT_-1204192289'), ('const-14', u'INT_ADD_-1204192557'), (u'LOAD_-1204192508', u'CALLIND_-1204192498'), ('const-32', u'INT_ADD_-1204192720'), (u'INT_MULT_-1204192289', u'PTRADD_-1204192255'), (u'INT_ADD_-1204192720', u'CAST_-1204192286'), ('const-40', u'INT_ADD_-1204192706'), (u'INT_RIGHT_-1204192655', u'INT_NOTEQUAL_-1204192651'), (u'PTRADD_-1204192236', u'LOAD_-1204192551'), (u'INT_ADD_-1204192492', u'CAST_-1204192207'), (u'INT_ADD_-1204192557', u'CAST_-1204192233'), ('tmp_436', u'CBRANCH_-1204192554'), (u'LOAD_-1204192743', u'INT_ADD_-1204192699'), (u'INT_NOTEQUAL_-1204192472', u'CBRANCH_-1204192470'), ('tmp_1096', u'INT_ADD_-1204192734'), ('const-433', u'LOAD_-1204192729'), (u'CAST_-1204192281', u'LOAD_-1204192729'), ('const-4', u'PTRADD_-1204192255'), (u'LOAD_-1204192729', u'INT_ADD_-1204192502'), ('const-24', u'INT_ADD_-1204192727'), ('tmp_1099', u'LOAD_-1204192531'), (u'INT_AND_-1204192525', u'INT_NOTEQUAL_-1204192538'), ('const-4', u'PTRADD_-1204192236'), (u'PTRADD_-1204192255', u'INT_NOTEQUAL_-1204192472'), (u'CAST_-1204192291', u'LOAD_-1204192743'), (u'LOAD_-1204192722', u'INT_SUB_-1204192689'), ('const-4', u'INT_MULT_-1204192289'), (u'CAST_-1204192233', u'LOAD_-1204192573'), (u'PTRADD_-1204192214', u'MULTIEQUAL_-1204192327'), ('const-0', u'INT_NOTEQUAL_-1204192557'), (u'INT_ADD_-1204192706', u'CAST_-1204192276'), ('tmp_581', u'CBRANCH_-1204192470'), (u'CAST_-1204192271', u'LOAD_-1204192715'), ('const-3', u'PTRADD_-1204192236'), (u'CAST_-1204192263', u'PTRADD_-1204192255'), (u'LOAD_-1204192715', u'INT_ADD_-1204192678'), (u'LOAD_-1204192573', u'INT_NOTEQUAL_-1204192557'), ('tmp_1096', u'INT_ADD_-1204192727'), ('const-240', u'INT_AND_-1204192525'), ('const-433', u'LOAD_-1204192736'), ('const-4', u'PTRADD_-1204192214'), (u'INT_SUB_-1204192689', u'CAST_-1204192259'), ('const-433', u'LOAD_-1204192750'), (u'LOAD_-1204192722', u'INT_ADD_-1204192678'), ('const-16', u'INT_ADD_-1204192713'), ('const-433', u'LOAD_-1204192722'), (u'LOAD_-1204192750', u'INT_ADD_-1204192713'), (u'PTRADD_-1204192214', u'INT_NOTEQUAL_-1204192472'), (u'MULTIEQUAL_-1204192327', u'LOAD_-1204192536'), (u'INT_ADD_-1204192734', u'CAST_-1204192296'), ('const-433', u'LOAD_-1204192551'), (u'CAST_-1204192259', u'INT_RIGHT_-1204192655'), (u'CAST_-1204192234', u'INT_ADD_-1204192557'), (u'LOAD_-1204192536', u'INT_ZEXT_-1204192350'), (u'MULTIEQUAL_-1204192327', u'PTRADD_-1204192214'), ('const-4', u'PTRADD_-1204192214'), (u'INT_ADD_-1204192727', u'CAST_-1204192291'), (u'LOAD_-1204192551', u'INT_AND_-1204192525'), (u'CAST_-1204192207', u'LOAD_-1204192508'), ('tmp_1096', u'INT_ADD_-1204192706'), ('const-16', u'INT_ADD_-1204192492'), (u'CAST_-1204192296', u'LOAD_-1204192750'), (u'INT_NOTEQUAL_-1204192538', u'CBRANCH_-1204192536'), (u'INT_ADD_-1204192699', u'CAST_-1204192271'), ('const-4', u'INT_RIGHT_-1204192655'), ('const-433', u'LOAD_-1204192531'), ('tmp_1099', u'CALLIND_-1204192498'), (u'INT_ADD_-1204192502', u'CALLIND_-1204192498'), ('const-433', u'LOAD_-1204192743'), (u'INT_NOTEQUAL_-1204192651', u'CBRANCH_-1204192641'), (u'CAST_-1204192263', u'MULTIEQUAL_-1204192327'), ('tmp_262', u'CBRANCH_-1204192641'), (u'INT_ADD_-1204192713', u'CAST_-1204192281'), (u'INT_ZEXT_-1204192350', u'INT_ADD_-1204192502')]
| null | null |
002679f0
|
x64
|
O2
|
(translation_unit "void FUN_002679f0(undefined8 param_1,long param_2,long *param_3)\n\n{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}\n\n" (function_definition "void FUN_002679f0(undefined8 param_1,long param_2,long *param_3)\n\n{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}" primitive_type (function_declarator "FUN_002679f0(undefined8 param_1,long param_2,long *param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,long *param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10)" identifier = (pointer_expression "*(long *)(*(long *)(param_2 + 0x30) + 0x10)" * (cast_expression "(long *)(*(long *)(param_2 + 0x30) + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 0x30) + 0x10)" ( (binary_expression "*(long *)(param_2 + 0x30) + 0x10" (pointer_expression "*(long *)(param_2 + 0x30)" * (cast_expression "(long *)(param_2 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));" (assignment_expression "puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" identifier = (cast_expression "(uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" ( (binary_expression "*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28)" (pointer_expression "*(long *)(*(long *)(param_2 + 0x18) + 0x10)" * (cast_expression "(long *)(*(long *)(param_2 + 0x18) + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 0x18) + 0x10)" ( (binary_expression "*(long *)(param_2 + 0x18) + 0x10" (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) )))) + number_literal) )))) + (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) )))) ;) (expression_statement "uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;" (assignment_expression "uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4" identifier = (binary_expression "(ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4" (call_expression "(ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28))" ( (binary_expression "*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)" (pointer_expression "*(long *)(param_2 + 0x20)" * (cast_expression "(long *)(param_2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ))) >> number_literal)) ;) (if_statement "if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (compound_statement "{\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" { (expression_statement "puVar4 = puVar2 + uVar3 * 4;" (assignment_expression "puVar4 = puVar2 + uVar3 * 4" identifier = (binary_expression "puVar2 + uVar3 * 4" identifier + (binary_expression "uVar3 * 4" identifier * number_literal))) ;) (do_statement "do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);" do (compound_statement "{\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n }" { (if_statement "if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }" if (parenthesized_expression "((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0))" ( (binary_expression "(*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((long)puVar2 + 0xe) != 0)" ( (binary_expression "*(short *)((long)puVar2 + 0xe) != 0" (pointer_expression "*(short *)((long)puVar2 + 0xe)" * (cast_expression "(short *)((long)puVar2 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0xe)" ( (binary_expression "(long)puVar2 + 0xe" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) && (parenthesized_expression "((puVar2[3] & 0xf0) != 0)" ( (binary_expression "(puVar2[3] & 0xf0) != 0" (parenthesized_expression "(puVar2[3] & 0xf0)" ( (binary_expression "puVar2[3] & 0xf0" (subscript_expression "puVar2[3]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }" { (expression_statement "(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);" (call_expression "(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_3,(ulong)*puVar2 + lVar1)" ( identifier , (binary_expression "(ulong)*puVar2 + lVar1" (binary_expression "(ulong)*puVar2" (parenthesized_expression "(ulong)" ( identifier )) * identifier) + identifier) ))) ;) })) (expression_statement "puVar2 = puVar2 + 4;" (assignment_expression "puVar2 = puVar2 + 4" identifier = (binary_expression "puVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar4 != puVar2)" ( (binary_expression "puVar4 != puVar2" identifier != identifier) )) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void do_for_all_global_symbols(Sized_dynobj<32,_false> * this,\n Read_symbols_data * sd, Symbol_visitor_base * v) */\n\nvoid __thiscall\ngold::Sized_dynobj<32,_false>::do_for_all_global_symbols\n (Sized_dynobj<32,_false> *this,Read_symbols_data *sd,Symbol_visitor_base *v)\n\n{\n uchar *puVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n puVar1 = sd->symbol_names->data_;\n puVar2 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset);\n uVar3 = sd->symbols_size - sd->external_symbols_offset >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_dynobj<32,_false>::do_for_all_global_symbols\n (Sized_dynobj<32,_false> *this,Read_symbols_data *sd,Symbol_visitor_base *v)\n\n{\n uchar *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_for_all_global_symbols\n (Sized_dynobj<32,_false> *this,Read_symbols_data *sd,Symbol_visitor_base *v)\n\n{\n uchar" identifier > : : (function_declarator "do_for_all_global_symbols\n (Sized_dynobj<32,_false> *this,Read_symbols_data *sd,Symbol_visitor_base *v)" identifier (parameter_list "(Sized_dynobj<32,_false> *this,Read_symbols_data *sd,Symbol_visitor_base *v)" ( (parameter_declaration "Sized_dynobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Read_symbols_data *sd" type_identifier (pointer_declarator "*sd" * identifier)) , (parameter_declaration "Symbol_visitor_base *v" type_identifier (pointer_declarator "*v" * identifier)) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (expression_statement "puVar1 = sd->symbol_names->data_;" (assignment_expression "puVar1 = sd->symbol_names->data_" identifier = (field_expression "sd->symbol_names->data_" (field_expression "sd->symbol_names" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "puVar2 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset);" (assignment_expression "puVar2 = (uint *)(sd->symbols->data_ + sd->external_symbols_offset)" identifier = (cast_expression "(uint *)(sd->symbols->data_ + sd->external_symbols_offset)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(sd->symbols->data_ + sd->external_symbols_offset)" ( (binary_expression "sd->symbols->data_ + sd->external_symbols_offset" (field_expression "sd->symbols->data_" (field_expression "sd->symbols" identifier -> field_identifier) -> field_identifier) + (field_expression "sd->external_symbols_offset" identifier -> field_identifier)) )))) ;) (expression_statement "uVar3 = sd->symbols_size - sd->external_symbols_offset >> 4;" (assignment_expression "uVar3 = sd->symbols_size - sd->external_symbols_offset >> 4" identifier = (binary_expression "sd->symbols_size - sd->external_symbols_offset >> 4" (binary_expression "sd->symbols_size - sd->external_symbols_offset" (field_expression "sd->symbols_size" identifier -> field_identifier) - (field_expression "sd->external_symbols_offset" identifier -> field_identifier)) >> number_literal)) ;) (if_statement "if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (compound_statement "{\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" { (expression_statement "puVar4 = puVar2 + uVar3 * 4;" (assignment_expression "puVar4 = puVar2 + uVar3 * 4" identifier = (binary_expression "puVar2 + uVar3 * 4" identifier + (binary_expression "uVar3 * 4" identifier * number_literal))) ;) (do_statement "do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);" do (compound_statement "{\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);\n }\n puVar2 = puVar2 + 4;\n }" { (if_statement "if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);\n }" if (parenthesized_expression "((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0))" ( (binary_expression "(*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((long)puVar2 + 0xe) != 0)" ( (binary_expression "*(short *)((long)puVar2 + 0xe) != 0" (pointer_expression "*(short *)((long)puVar2 + 0xe)" * (cast_expression "(short *)((long)puVar2 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0xe)" ( (binary_expression "(long)puVar2 + 0xe" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) && (parenthesized_expression "((puVar2[3] & 0xf0) != 0)" ( (binary_expression "(puVar2[3] & 0xf0) != 0" (parenthesized_expression "(puVar2[3] & 0xf0)" ( (binary_expression "puVar2[3] & 0xf0" (subscript_expression "puVar2[3]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n (*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);\n }" { (expression_statement "(*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2);" (call_expression "(*v->_vptr_Symbol_visitor_base[2])(v,puVar1 + *puVar2)" (parenthesized_expression "(*v->_vptr_Symbol_visitor_base[2])" ( (pointer_expression "*v->_vptr_Symbol_visitor_base[2]" * (subscript_expression "v->_vptr_Symbol_visitor_base[2]" (field_expression "v->_vptr_Symbol_visitor_base" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(v,puVar1 + *puVar2)" ( identifier , (binary_expression "puVar1 + *puVar2" identifier + (pointer_expression "*puVar2" * identifier)) ))) ;) })) (expression_statement "puVar2 = puVar2 + 4;" (assignment_expression "puVar2 = puVar2 + 4" identifier = (binary_expression "puVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar4 != puVar2)" ( (binary_expression "puVar4 != puVar2" identifier != identifier) )) ;) })) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_002679f0(undefined8 param_1,long param_2,long *param_3)\n\n{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}\n\n" (function_definition "void FUN_002679f0(undefined8 param_1,long param_2,long *param_3)\n\n{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}" primitive_type (function_declarator "FUN_002679f0(undefined8 param_1,long param_2,long *param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,long *param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (expression_statement "lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10)" identifier = (pointer_expression "*(long *)(*(long *)(param_2 + 0x30) + 0x10)" * (cast_expression "(long *)(*(long *)(param_2 + 0x30) + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 0x30) + 0x10)" ( (binary_expression "*(long *)(param_2 + 0x30) + 0x10" (pointer_expression "*(long *)(param_2 + 0x30)" * (cast_expression "(long *)(param_2 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));" (assignment_expression "puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" identifier = (cast_expression "(uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" ( (binary_expression "*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28)" (pointer_expression "*(long *)(*(long *)(param_2 + 0x18) + 0x10)" * (cast_expression "(long *)(*(long *)(param_2 + 0x18) + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_2 + 0x18) + 0x10)" ( (binary_expression "*(long *)(param_2 + 0x18) + 0x10" (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) )))) + number_literal) )))) + (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) )))) ;) (expression_statement "uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;" (assignment_expression "uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4" identifier = (binary_expression "(ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4" (call_expression "(ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28))" ( (binary_expression "*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)" (pointer_expression "*(long *)(param_2 + 0x20)" * (cast_expression "(long *)(param_2 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ))) >> number_literal)) ;) (if_statement "if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (compound_statement "{\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" { (expression_statement "puVar4 = puVar2 + uVar3 * 4;" (assignment_expression "puVar4 = puVar2 + uVar3 * 4" identifier = (binary_expression "puVar2 + uVar3 * 4" identifier + (binary_expression "uVar3 * 4" identifier * number_literal))) ;) (do_statement "do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);" do (compound_statement "{\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n }" { (if_statement "if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }" if (parenthesized_expression "((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0))" ( (binary_expression "(*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((long)puVar2 + 0xe) != 0)" ( (binary_expression "*(short *)((long)puVar2 + 0xe) != 0" (pointer_expression "*(short *)((long)puVar2 + 0xe)" * (cast_expression "(short *)((long)puVar2 + 0xe)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0xe)" ( (binary_expression "(long)puVar2 + 0xe" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != number_literal) )) && (parenthesized_expression "((puVar2[3] & 0xf0) != 0)" ( (binary_expression "(puVar2[3] & 0xf0) != 0" (parenthesized_expression "(puVar2[3] & 0xf0)" ( (binary_expression "puVar2[3] & 0xf0" (subscript_expression "puVar2[3]" identifier [ number_literal ]) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }" { (expression_statement "(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);" (call_expression "(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_3,(ulong)*puVar2 + lVar1)" ( identifier , (binary_expression "(ulong)*puVar2 + lVar1" (binary_expression "(ulong)*puVar2" (parenthesized_expression "(ulong)" ( identifier )) * identifier) + identifier) ))) ;) })) (expression_statement "puVar2 = puVar2 + 4;" (assignment_expression "puVar2 = puVar2 + 4" identifier = (binary_expression "puVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar4 != puVar2)" ( (binary_expression "puVar4 != puVar2" 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 (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) ;) (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) ))))) ;) (expression_statement (assignment_expression IDENT = (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) )))) + (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 (call_expression (parenthesized_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) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (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)) ) IDENT) + LIT) )))) != LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) + IDENT) ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_002679f0(undefined8 param_1,long param_2,long *param_3)\n\n{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002679f0(undefined8 param_1,long param_2,long *param_3)" (identifier "FUN_002679f0") (parameter_list "(undefined8 param_1,long param_2,long *param_3)" (( "(") (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 "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n long lVar1;\n uint *puVar2;\n ulong uVar3;\n uint *puVar4;\n \n lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);\n puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));\n uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;\n if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "uint *puVar2;" (type_identifier "uint") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "uint *puVar4;" (type_identifier "uint") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (expression_statement "lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);" (assignment_expression "lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*(long *)(param_2 + 0x30) + 0x10)" (* "*") (cast_expression "(long *)(*(long *)(param_2 + 0x30) + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_2 + 0x30) + 0x10)" (( "(") (binary_expression "*(long *)(param_2 + 0x30) + 0x10" (pointer_expression "*(long *)(param_2 + 0x30)" (* "*") (cast_expression "(long *)(param_2 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")")))) (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));" (assignment_expression "puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" (identifier "puVar2") (= "=") (cast_expression "(uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28))" (( "(") (binary_expression "*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28)" (pointer_expression "*(long *)(*(long *)(param_2 + 0x18) + 0x10)" (* "*") (cast_expression "(long *)(*(long *)(param_2 + 0x18) + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_2 + 0x18) + 0x10)" (( "(") (binary_expression "*(long *)(param_2 + 0x18) + 0x10" (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")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (pointer_expression "*(long *)(param_2 + 0x28)" (* "*") (cast_expression "(long *)(param_2 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) () ")")))) (; ";")) (expression_statement "uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;" (assignment_expression "uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4" (identifier "uVar3") (= "=") (binary_expression "(ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4" (call_expression "(ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28))" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28))" (( "(") (binary_expression "*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)" (pointer_expression "*(long *)(param_2 + 0x20)" (* "*") (cast_expression "(long *)(param_2 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (- "-") (pointer_expression "*(long *)(param_2 + 0x28)" (* "*") (cast_expression "(long *)(param_2 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) () ")"))) (>> ">>") (number_literal "4"))) (; ";")) (if_statement "if (uVar3 != 0) {\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" (if "if") (parenthesized_expression "(uVar3 != 0)" (( "(") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n puVar4 = puVar2 + uVar3 * 4;\n do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);\n }" ({ "{") (expression_statement "puVar4 = puVar2 + uVar3 * 4;" (assignment_expression "puVar4 = puVar2 + uVar3 * 4" (identifier "puVar4") (= "=") (binary_expression "puVar2 + uVar3 * 4" (identifier "puVar2") (+ "+") (binary_expression "uVar3 * 4" (identifier "uVar3") (* "*") (number_literal "4")))) (; ";")) (do_statement "do {\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n } while (puVar4 != puVar2);" (do "do") (compound_statement "{\n if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }\n puVar2 = puVar2 + 4;\n }" ({ "{") (if_statement "if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }" (if "if") (parenthesized_expression "((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0))" (( "(") (binary_expression "(*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)" (parenthesized_expression "(*(short *)((long)puVar2 + 0xe) != 0)" (( "(") (binary_expression "*(short *)((long)puVar2 + 0xe) != 0" (pointer_expression "*(short *)((long)puVar2 + 0xe)" (* "*") (cast_expression "(short *)((long)puVar2 + 0xe)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar2 + 0xe)" (( "(") (binary_expression "(long)puVar2 + 0xe" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (+ "+") (number_literal "0xe")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((puVar2[3] & 0xf0) != 0)" (( "(") (binary_expression "(puVar2[3] & 0xf0) != 0" (parenthesized_expression "(puVar2[3] & 0xf0)" (( "(") (binary_expression "puVar2[3] & 0xf0" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (& "&") (number_literal "0xf0")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n (**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);\n }" ({ "{") (expression_statement "(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);" (call_expression "(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x10)" (* "*") (cast_expression "(code **)(*param_3 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x10)" (( "(") (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(param_3,(ulong)*puVar2 + lVar1)" (( "(") (identifier "param_3") (, ",") (binary_expression "(ulong)*puVar2 + lVar1" (binary_expression "(ulong)*puVar2" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "puVar2")) (+ "+") (identifier "lVar1")) () ")"))) (; ";")) (} "}"))) (expression_statement "puVar2 = puVar2 + 4;" (assignment_expression "puVar2 = puVar2 + 4" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 4" (identifier "puVar2") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar4 != puVar2)" (( "(") (binary_expression "puVar4 != puVar2" (identifier "puVar4") (!= "!=") (identifier "puVar2")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void do_for_all_global_symbols(Sized_dynobj<32,_false> * this,
Read_symbols_data * sd, Symbol_visitor_base * v) */
void __thiscall
gold::Sized_dynobj<32,_false>::do_for_all_global_symbols
(Sized_dynobj<32,_false> *this,Read_symbols_data *sd,Symbol_visitor_base *v)
{
uchar *var_3;
type_1 *var_2;
type_2 var_1;
type_1 *var_4;
var_3 = sd->symbol_names->data_;
var_2 = (type_1 *)(sd->symbols->data_ + sd->external_symbols_offset);
var_1 = sd->symbols_size - sd->external_symbols_offset >> 4;
if (var_1 != 0) {
var_4 = var_2 + var_1 * 4;
do {
if ((*(short *)((long)var_2 + 0xe) != 0) && ((var_2[3] & 0xf0) != 0)) {
(*v->_vptr_Symbol_visitor_base[2])(v,var_3 + *var_2);
}
var_2 = var_2 + 4;
} while (var_4 != 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: (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))) (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))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (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: (call_expression function: (parenthesized_expression (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (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) (binary_expression left: (binary_expression left: (parenthesized_expression (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: (identifier) right: (identifier)))))) (return_statement))))
| null |
void MASKED(undefined8 param_1,long param_2,long *param_3)
{
long lVar1;
uint *puVar2;
ulong uVar3;
uint *puVar4;
lVar1 = *(long *)(*(long *)(param_2 + 0x30) + 0x10);
puVar2 = (uint *)(*(long *)(*(long *)(param_2 + 0x18) + 0x10) + *(long *)(param_2 + 0x28));
uVar3 = (ulong)(*(long *)(param_2 + 0x20) - *(long *)(param_2 + 0x28)) >> 4;
if (uVar3 != 0) {
puVar4 = puVar2 + uVar3 * 4;
do {
if ((*(short *)((long)puVar2 + 0xe) != 0) && ((puVar2[3] & 0xf0) != 0)) {
(**(code **)(*param_3 + 0x10))(param_3,(ulong)*puVar2 + lVar1);
}
puVar2 = puVar2 + 4;
} while (puVar4 != puVar2);
}
return;
}
|
37_i686-kfreebsd-gnu-ranlib_and_i686-kfreebsd-gnu-ranlib_strip.c
|
memset
|
memset
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_00110128)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memset(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memset_00110128)();
return pvVar1;
}
|
JMP qword ptr [0x00110128]
| null | null | null | null |
[(u'INDIRECT_-1206967656', u'COPY_-1206967715'), (u'CAST_-1206967651', u'CALLIND_-1206967720'), (u'CALLIND_-1206967720', u'INDIRECT_-1206967656'), (u'CAST_-1206967650', u'RETURN_-1206967717'), ('tmp_44', u'CAST_-1206967651'), (u'CALLIND_-1206967720', u'CAST_-1206967650'), ('const-0', u'RETURN_-1206967717')]
|
[(u'INDIRECT_-1206967656', u'COPY_-1206967715'), (u'CAST_-1206967651', u'CALLIND_-1206967720'), (u'CALLIND_-1206967720', u'INDIRECT_-1206967656'), (u'CAST_-1206967650', u'RETURN_-1206967717'), ('tmp_44', u'CAST_-1206967651'), (u'CALLIND_-1206967720', u'CAST_-1206967650'), ('const-0', u'RETURN_-1206967717')]
| null | null |
00102250
|
x64
|
O2
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memset(void *__s,int __c,size_t __n)" * (function_declarator "memset(void *__s,int __c,size_t __n)" identifier (parameter_list "(void *__s,int __c,size_t __n)" ( (parameter_declaration "void *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memset_00110128)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memset_00110128)()" identifier = (cast_expression "(void *)(*(code *)PTR_memset_00110128)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memset_00110128)()" (parenthesized_expression "(*(code *)PTR_memset_00110128)" ( (pointer_expression "*(code *)PTR_memset_00110128" * (cast_expression "(code *)PTR_memset_00110128" ( (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 * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memset(void *__s,int __c,size_t __n)" * (function_declarator "memset(void *__s,int __c,size_t __n)" identifier (parameter_list "(void *__s,int __c,size_t __n)" ( (parameter_declaration "void *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memset_00110128)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memset_00110128)()" identifier = (cast_expression "(void *)(*(code *)PTR_memset_00110128)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memset_00110128)()" (parenthesized_expression "(*(code *)PTR_memset_00110128)" ( (pointer_expression "*(code *)PTR_memset_00110128" * (cast_expression "(code *)PTR_memset_00110128" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
|
(translation_unit "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}\n\n" (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memset(void *__s,int __c,size_t __n)" * (function_declarator "memset(void *__s,int __c,size_t __n)" identifier (parameter_list "(void *__s,int __c,size_t __n)" ( (parameter_declaration "void *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memset_00110128)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memset_00110128)()" identifier = (cast_expression "(void *)(*(code *)PTR_memset_00110128)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memset_00110128)()" (parenthesized_expression "(*(code *)PTR_memset_00110128)" ( (pointer_expression "*(code *)PTR_memset_00110128" * (cast_expression "(code *)PTR_memset_00110128" ( (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 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 * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s,int __c,size_t __n)" (* "*") (function_declarator "memset(void *__s,int __c,size_t __n)" (identifier "memset") (parameter_list "(void *__s,int __c,size_t __n)" (( "(") (parameter_declaration "void *__s" (primitive_type "void") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")")))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_00110128)();\n return pvVar1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memset_00110128)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memset_00110128)()" (identifier "pvVar1") (= "=") (cast_expression "(void *)(*(code *)PTR_memset_00110128)()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_memset_00110128)()" (parenthesized_expression "(*(code *)PTR_memset_00110128)" (( "(") (pointer_expression "*(code *)PTR_memset_00110128" (* "*") (cast_expression "(code *)PTR_memset_00110128" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_memset_00110128"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memset_00110128)();
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: (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 *__s,int __c,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_MASKED_00110128)();
return pvVar1;
}
|
11296_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
utf16_span
|
FUN_003b83b0
|
/* std::(anonymous namespace)::utf16_span(char const*, char const*, unsigned long, char32_t,
std::codecvt_mode) */
undefined8
std::(anonymous_namespace)::utf16_span
(undefined8 param_1,unsigned_char *param_2,ulong param_3,uint param_4,uint param_5)
{
uint uVar1;
ulong uVar2;
ulong uVar3;
undefined8 local_48;
unsigned_char *local_40;
local_48 = param_1;
local_40 = param_2;
if ((param_5 & 4) != 0) {
read_bom<char_const,true,3ul>((range *)&local_48,param_2);
}
if (param_3 < 2) {
uVar2 = 1;
}
else {
uVar3 = 0;
uVar2 = 1;
do {
uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);
if (param_4 < uVar1) {
return local_48;
}
if (uVar1 < 0x10000) {
uVar2 = uVar3;
}
uVar3 = uVar2 + 1;
uVar2 = uVar2 + 2;
} while (uVar2 < param_3);
}
if (param_3 == uVar2) {
if (0xfffe < param_4) {
param_4 = 0xffff;
}
read_utf8_code_point((range *)&local_48,(ulong)param_4);
}
return local_48;
}
|
undefined8
FUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)
{
uint uVar1;
ulong uVar2;
ulong uVar3;
undefined8 local_48;
undefined8 local_40;
local_48 = param_1;
local_40 = param_2;
if ((param_5 & 4) != 0) {
FUN_003b8070(&local_48);
}
if (param_3 < 2) {
uVar2 = 1;
}
else {
uVar3 = 0;
uVar2 = 1;
do {
uVar1 = FUN_003b6cd0(&local_48,param_4);
if (param_4 < uVar1) {
return local_48;
}
if (uVar1 < 0x10000) {
uVar2 = uVar3;
}
uVar3 = uVar2 + 1;
uVar2 = uVar2 + 2;
} while (uVar2 < param_3);
}
if (param_3 == uVar2) {
if (0xfffe < param_4) {
param_4 = 0xffff;
}
FUN_003b6cd0(&local_48,param_4);
}
return local_48;
}
|
PUSH R15
PUSH R14
PUSH R13
MOV R13,RDX
PUSH R12
MOV R12D,ECX
PUSH RBP
PUSH RBX
SUB RSP,0x18
AND R8D,0x4
MOV qword ptr [RSP],RDI
MOV qword ptr [RSP + 0x8],RSI
JNZ 0x003b8458
CMP R13,0x1
JBE 0x003b8429
MOV R15D,R12D
XOR EBP,EBP
MOV EBX,0x1
MOV R14,RSP
JMP 0x003b8406
CMP EAX,0xffff
CMOVBE RBX,RBP
LEA RBP,[RBX + 0x1]
ADD RBX,0x2
CMP RBX,R13
JNC 0x003b8430
MOV RSI,R15
MOV RDI,R14
CALL 0x003b6cd0
CMP R12D,EAX
JNC 0x003b83f0
MOV RAX,qword ptr [RSP]
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV EBX,0x1
NOP
CMP R13,RBX
JNZ 0x003b8416
CMP R12D,0xffff
MOV EAX,0xffff
MOV RDI,RSP
CMOVNC R12D,EAX
MOV ESI,R12D
CALL 0x003b6cd0
JMP 0x003b8416
MOV R14,RSP
MOV RDI,R14
CALL 0x003b8070
JMP 0x003b83d7
| null | null | null | null |
[(u'INT_ADD_-1205566301', u'INT_LESS_-1205566293'), (u'COPY_-1205566349', u'RETURN_-1205566286'), ('tmp_233', u'CBRANCH_-1205566349'), (u'MULTIEQUAL_-1205565987', u'MULTIEQUAL_-1205565941'), (u'COPY_-1205565871', u'MULTIEQUAL_-1205565890'), ('tmp_536', u'BRANCH_-1205566153'), ('tmp_1189', u'COPY_-1205565983'), (u'CALL_-1205566182', u'INDIRECT_-1205565874'), (u'MULTIEQUAL_-1205565980', u'MULTIEQUAL_-1205565893'), (u'INT_LESS_-1205566293', u'CBRANCH_-1205566290'), (u'MULTIEQUAL_-1205566101', u'INT_ADD_-1205566309'), (u'MULTIEQUAL_-1205566101', u'INT_ADD_-1205566301'), ('const-2', u'INT_ADD_-1205566301'), ('tmp_1190', u'COPY_-1205565981'), (u'PTRSUB_-1205565941', u'CAST_-1205565932'), ('tmp_366', u'CBRANCH_-1205566329'), (u'MULTIEQUAL_-1205565890', u'INT_ZEXT_-1205566187'), ('tmp_1185', u'INT_LESS_-1205566217'), (u'COPY_-1205566111', u'COPY_-1205565870'), (u'INT_ADD_-1205566301', u'MULTIEQUAL_-1205566048'), ('tmp_521', u'BRANCH_-1205566179'), (u'INT_AND_-1205566465', u'INT_NOTEQUAL_-1205566477'), ('const--72', u'PTRSUB_-1205565941'), (u'INT_ZEXT_-1205566187', u'CALL_-1205566182'), ('tmp_463', u'CBRANCH_-1205566231'), (u'CALL_-1205566367', u'INDIRECT_-1205565938'), ('const-1', u'COPY_-1205566220'), ('tmp_505', u'CBRANCH_-1205566197'), (u'INT_ADD_-1205566301', u'MULTIEQUAL_-1205566089'), (u'INT_ADD_-1205566309', u'MULTIEQUAL_-1205566073'), ('const-65536', u'INT_LESS_-1205566322'), (u'MULTIEQUAL_-1205565987', u'MULTIEQUAL_-1205565900'), (u'CALL_-1205566367', u'INDIRECT_-1205565931'), (u'MULTIEQUAL_-1205566073', u'COPY_-1205565951'), ('tmp_154', u'CBRANCH_-1205566438'), (u'COPY_-1205565924', u'RETURN_-1205565896'), (u'PTRSUB_-1205565943', u'CAST_-1205565934'), ('tmp_1185', u'INT_LESS_-1205566352'), (u'MULTIEQUAL_-1205566048', u'INT_EQUAL_-1205566234'), (u'CALL_-1205566182', u'INDIRECT_-1205565867'), ('tmp_121', u'CBRANCH_-1205566460'), (u'COPY_-1205565870', u'MULTIEQUAL_-1205565890'), (u'CALL_-1205566367', u'INT_LESS_-1205566322'), (u'CAST_-1205565932', u'CALL_-1205566182'), ('tmp_1243', u'INT_AND_-1205566465'), (u'INT_LESS_-1205566429', u'CBRANCH_-1205566438'), (u'INT_LESS_-1205566322', u'CBRANCH_-1205566329'), (u'INDIRECT_-1205565931', u'MULTIEQUAL_-1205565934'), ('const-0', u'COPY_-1205566172'), (u'PTRSUB_-1205565942', u'CAST_-1205565933'), (u'COPY_-1205566220', u'MULTIEQUAL_-1205566048'), ('tmp_1180', u'PTRSUB_-1205565942'), (u'INT_NOTEQUAL_-1205566477', u'CBRANCH_-1205566460'), ('tmp_1185', u'COPY_-1205565871'), (u'COPY_-1205566172', u'MULTIEQUAL_-1205566073'), (u'MULTIEQUAL_-1205565900', u'MULTIEQUAL_-1205565927'), (u'CAST_-1205565934', u'CALL_-1205566156'), (u'INT_LESS_-1205566217', u'CBRANCH_-1205566197'), (u'INDIRECT_-1205565938', u'MULTIEQUAL_-1205565941'), ('tmp_1183', u'INT_LESS_-1205566293'), ('tmp_1183', u'INT_LESS_-1205566429'), (u'CALL_-1205566367', u'INT_LESS_-1205566352'), ('tmp_1190', u'CALL_-1205566156'), ('tmp_1180', u'PTRSUB_-1205565943'), (u'INDIRECT_-1205565938', u'COPY_-1205565924'), (u'COPY_-1205566422', u'MULTIEQUAL_-1205566089'), ('tmp_1185', u'INT_ZEXT_-1205566107'), ('tmp_1183', u'INT_EQUAL_-1205566234'), (u'INDIRECT_-1205565874', u'MULTIEQUAL_-1205565927'), ('const-0', u'RETURN_-1205565896'), ('const-4', u'INT_AND_-1205566465'), (u'COPY_-1205565983', u'MULTIEQUAL_-1205565987'), ('const--72', u'PTRSUB_-1205565942'), (u'CALL_-1205566156', u'INDIRECT_-1205565850'), (u'COPY_-1205565952', u'MULTIEQUAL_-1205566101'), ('const-65535', u'COPY_-1205566111'), ('const-1', u'COPY_-1205566422'), (u'INT_EQUAL_-1205566234', u'CBRANCH_-1205566231'), ('const-0', u'INT_NOTEQUAL_-1205566477'), (u'INT_LESS_-1205566352', u'CBRANCH_-1205566349'), (u'CAST_-1205565933', u'CALL_-1205566367'), (u'INDIRECT_-1205565938', u'MULTIEQUAL_-1205565900'), ('const--72', u'PTRSUB_-1205565943'), (u'COPY_-1205565981', u'MULTIEQUAL_-1205565980'), (u'INDIRECT_-1205565850', u'MULTIEQUAL_-1205565980'), ('const-0', u'RETURN_-1205566286'), ('const-65534', u'INT_LESS_-1205566217'), (u'MULTIEQUAL_-1205565980', u'MULTIEQUAL_-1205565934'), (u'MULTIEQUAL_-1205565927', u'COPY_-1205566349'), (u'INDIRECT_-1205565857', u'MULTIEQUAL_-1205565987'), (u'INT_ZEXT_-1205566107', u'CALL_-1205566367'), (u'COPY_-1205565951', u'MULTIEQUAL_-1205566101'), (u'CALL_-1205566156', u'INDIRECT_-1205565857'), ('const-2', u'INT_LESS_-1205566429'), ('const-1', u'INT_ADD_-1205566309'), ('tmp_190', u'BRANCH_-1205566409'), (u'MULTIEQUAL_-1205566089', u'COPY_-1205565952'), (u'INDIRECT_-1205565931', u'MULTIEQUAL_-1205565893'), ('tmp_1180', u'PTRSUB_-1205565941'), ('tmp_431', u'CBRANCH_-1205566290')]
|
[(u'INT_ADD_-1205566301', u'INT_LESS_-1205566293'), (u'INT_ADD_-1205566301', u'MULTIEQUAL_-1205566050'), (u'INT_NOTEQUAL_-1205566477', u'CBRANCH_-1205566460'), (u'COPY_-1205565952', u'MULTIEQUAL_-1205566103'), ('tmp_233', u'CBRANCH_-1205566349'), (u'COPY_-1205566349', u'RETURN_-1205566286'), ('const-65535', u'COPY_-1205566111'), ('tmp_536', u'BRANCH_-1205566153'), (u'INDIRECT_-1205565876', u'MULTIEQUAL_-1205565929'), (u'CALL_-1205566156', u'INDIRECT_-1205565852'), (u'INT_LESS_-1205566217', u'CBRANCH_-1205566197'), (u'INT_LESS_-1205566293', u'CBRANCH_-1205566290'), (u'COPY_-1205565981', u'MULTIEQUAL_-1205565982'), (u'CALL_-1205566367', u'INDIRECT_-1205565933'), ('const-2', u'INT_ADD_-1205566301'), (u'PTRSUB_-1205565943', u'CALL_-1205566156'), (u'COPY_-1205565951', u'MULTIEQUAL_-1205566103'), ('tmp_1184', u'PTRSUB_-1205565943'), ('tmp_366', u'CBRANCH_-1205566329'), (u'INT_ADD_-1205566301', u'MULTIEQUAL_-1205566091'), ('const-0', u'RETURN_-1205565896'), (u'INDIRECT_-1205565852', u'MULTIEQUAL_-1205565982'), (u'COPY_-1205566111', u'COPY_-1205565870'), ('tmp_1251', u'INT_AND_-1205566465'), ('const--72', u'PTRSUB_-1205565941'), ('tmp_1189', u'INT_LESS_-1205566352'), ('tmp_521', u'BRANCH_-1205566179'), ('tmp_1193', u'COPY_-1205565983'), (u'MULTIEQUAL_-1205566091', u'COPY_-1205565952'), ('tmp_1187', u'INT_LESS_-1205566429'), (u'CALL_-1205566367', u'INT_LESS_-1205566352'), (u'COPY_-1205565983', u'MULTIEQUAL_-1205565989'), (u'INT_AND_-1205566465', u'INT_NOTEQUAL_-1205566477'), ('tmp_463', u'CBRANCH_-1205566231'), (u'MULTIEQUAL_-1205566050', u'INT_EQUAL_-1205566234'), (u'CALL_-1205566182', u'INDIRECT_-1205565869'), (u'MULTIEQUAL_-1205566103', u'INT_ADD_-1205566301'), (u'MULTIEQUAL_-1205565902', u'MULTIEQUAL_-1205565929'), ('const-1', u'COPY_-1205566220'), ('tmp_505', u'CBRANCH_-1205566197'), (u'INDIRECT_-1205565859', u'MULTIEQUAL_-1205565989'), (u'COPY_-1205566422', u'MULTIEQUAL_-1205566091'), ('const-4', u'INT_AND_-1205566465'), (u'CALL_-1205566367', u'INDIRECT_-1205565940'), (u'CALL_-1205566182', u'INDIRECT_-1205565876'), (u'INT_ADD_-1205566309', u'MULTIEQUAL_-1205566075'), ('tmp_1184', u'PTRSUB_-1205565941'), (u'COPY_-1205566220', u'MULTIEQUAL_-1205566050'), ('const-1', u'COPY_-1205566422'), ('tmp_154', u'CBRANCH_-1205566438'), (u'COPY_-1205565924', u'RETURN_-1205565896'), (u'INT_EQUAL_-1205566234', u'CBRANCH_-1205566231'), ('const-0', u'INT_NOTEQUAL_-1205566477'), (u'INT_LESS_-1205566352', u'CBRANCH_-1205566349'), (u'INDIRECT_-1205565940', u'COPY_-1205565924'), ('tmp_1189', u'COPY_-1205565871'), ('const-65534', u'INT_LESS_-1205566217'), (u'MULTIEQUAL_-1205565989', u'MULTIEQUAL_-1205565943'), ('const-0', u'RETURN_-1205566286'), (u'COPY_-1205566174', u'MULTIEQUAL_-1205566075'), (u'INDIRECT_-1205565933', u'MULTIEQUAL_-1205565936'), (u'COPY_-1205565870', u'MULTIEQUAL_-1205565892'), (u'MULTIEQUAL_-1205565892', u'CALL_-1205566182'), ('const--72', u'PTRSUB_-1205565943'), ('const-0', u'COPY_-1205566174'), (u'MULTIEQUAL_-1205566075', u'COPY_-1205565951'), ('tmp_1194', u'COPY_-1205565981'), ('const-2', u'INT_LESS_-1205566429'), (u'INDIRECT_-1205565933', u'MULTIEQUAL_-1205565895'), (u'INDIRECT_-1205565940', u'MULTIEQUAL_-1205565902'), ('tmp_121', u'CBRANCH_-1205566460'), (u'CALL_-1205566367', u'INT_LESS_-1205566322'), (u'PTRSUB_-1205565941', u'CALL_-1205566182'), ('tmp_1187', u'INT_LESS_-1205566293'), (u'COPY_-1205565871', u'MULTIEQUAL_-1205565892'), (u'MULTIEQUAL_-1205565989', u'MULTIEQUAL_-1205565902'), (u'CALL_-1205566156', u'INDIRECT_-1205565859'), (u'PTRSUB_-1205565942', u'CALL_-1205566367'), (u'INT_LESS_-1205566429', u'CBRANCH_-1205566438'), ('tmp_1187', u'INT_EQUAL_-1205566234'), (u'MULTIEQUAL_-1205565982', u'MULTIEQUAL_-1205565895'), ('tmp_1189', u'INT_LESS_-1205566217'), ('tmp_1184', u'PTRSUB_-1205565942'), (u'INT_LESS_-1205566322', u'CBRANCH_-1205566329'), (u'INDIRECT_-1205565940', u'MULTIEQUAL_-1205565943'), (u'MULTIEQUAL_-1205565929', u'COPY_-1205566349'), ('const-65536', u'INT_LESS_-1205566322'), ('const--72', u'PTRSUB_-1205565942'), ('const-1', u'INT_ADD_-1205566309'), (u'MULTIEQUAL_-1205565982', u'MULTIEQUAL_-1205565936'), ('tmp_190', u'BRANCH_-1205566409'), ('tmp_1189', u'CALL_-1205566367'), (u'MULTIEQUAL_-1205566103', u'INT_ADD_-1205566309'), ('tmp_431', u'CBRANCH_-1205566290')]
| null | null |
003b83b0
|
x64
|
O2
|
(translation_unit "undefined8\nFUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)\n\n{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}\n\n" (function_definition "undefined8\nFUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)\n\n{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}" type_identifier (function_declarator "FUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "uint param_5" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (expression_statement "local_48 = param_1;" (assignment_expression "local_48 = param_1" identifier = identifier) ;) (expression_statement "local_40 = param_2;" (assignment_expression "local_40 = param_2" identifier = identifier) ;) (if_statement "if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }" if (parenthesized_expression "((param_5 & 4) != 0)" ( (binary_expression "(param_5 & 4) != 0" (parenthesized_expression "(param_5 & 4)" ( (binary_expression "param_5 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_003b8070(&local_48);\n }" { (expression_statement "FUN_003b8070(&local_48);" (call_expression "FUN_003b8070(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (if_statement "if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" if (parenthesized_expression "(param_3 < 2)" ( (binary_expression "param_3 < 2" identifier < number_literal) )) (compound_statement "{\n uVar2 = 1;\n }" { (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" else (compound_statement "{\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) (do_statement "do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);" do (compound_statement "{\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n }" { (expression_statement "uVar1 = FUN_003b6cd0(&local_48,param_4);" (assignment_expression "uVar1 = FUN_003b6cd0(&local_48,param_4)" identifier = (call_expression "FUN_003b6cd0(&local_48,param_4)" identifier (argument_list "(&local_48,param_4)" ( (pointer_expression "&local_48" & identifier) , identifier )))) ;) (if_statement "if (param_4 < uVar1) {\n return local_48;\n }" if (parenthesized_expression "(param_4 < uVar1)" ( (binary_expression "param_4 < uVar1" identifier < identifier) )) (compound_statement "{\n return local_48;\n }" { (return_statement "return local_48;" return identifier ;) })) (if_statement "if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }" if (parenthesized_expression "(uVar1 < 0x10000)" ( (binary_expression "uVar1 < 0x10000" identifier < number_literal) )) (compound_statement "{\n uVar2 = uVar3;\n }" { (expression_statement "uVar2 = uVar3;" (assignment_expression "uVar2 = uVar3" identifier = identifier) ;) })) (expression_statement "uVar3 = uVar2 + 1;" (assignment_expression "uVar3 = uVar2 + 1" identifier = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) (expression_statement "uVar2 = uVar2 + 2;" (assignment_expression "uVar2 = uVar2 + 2" identifier = (binary_expression "uVar2 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar2 < param_3)" ( (binary_expression "uVar2 < param_3" identifier < identifier) )) ;) }))) (if_statement "if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }" if (parenthesized_expression "(param_3 == uVar2)" ( (binary_expression "param_3 == uVar2" identifier == identifier) )) (compound_statement "{\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }" { (if_statement "if (0xfffe < param_4) {\n param_4 = 0xffff;\n }" if (parenthesized_expression "(0xfffe < param_4)" ( (binary_expression "0xfffe < param_4" number_literal < identifier) )) (compound_statement "{\n param_4 = 0xffff;\n }" { (expression_statement "param_4 = 0xffff;" (assignment_expression "param_4 = 0xffff" identifier = number_literal) ;) })) (expression_statement "FUN_003b6cd0(&local_48,param_4);" (call_expression "FUN_003b6cd0(&local_48,param_4)" identifier (argument_list "(&local_48,param_4)" ( (pointer_expression "&local_48" & identifier) , identifier ))) ;) })) (return_statement "return local_48;" return identifier ;) })))
|
(translation_unit "/* std::(anonymous namespace)::utf16_span(char const*, char const*, unsigned long, char32_t,\n std::codecvt_mode) */\n\nundefined8\nstd::(anonymous_namespace)::utf16_span\n (undefined8 param_1,unsigned_char *param_2,ulong param_3,uint param_4,uint param_5)\n\n{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n unsigned_char *local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n read_bom<char_const,true,3ul>((range *)&local_48,param_2);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n read_utf8_code_point((range *)&local_48,(ulong)param_4);\n }\n return local_48;\n}\n\n" comment (function_definition "undefined8\nstd::(anonymous_namespace)::utf16_span\n (undefined8 param_1,unsigned_char *param_2,ulong param_3,uint param_4,uint param_5)\n\n{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n unsigned_char *local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n read_bom<char_const,true,3ul>((range *)&local_48,param_2);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n read_utf8_code_point((range *)&local_48,(ulong)param_4);\n }\n return local_48;\n}" type_identifier (ERROR "std::(anonymous_namespace)::" identifier : : ( identifier ) : :) (function_declarator "utf16_span\n (undefined8 param_1,unsigned_char *param_2,ulong param_3,uint param_4,uint param_5)" identifier (parameter_list "(undefined8 param_1,unsigned_char *param_2,ulong param_3,uint param_4,uint param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "unsigned_char *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "uint param_5" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n unsigned_char *local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n read_bom<char_const,true,3ul>((range *)&local_48,param_2);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n read_utf8_code_point((range *)&local_48,(ulong)param_4);\n }\n return local_48;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "unsigned_char *local_40;" type_identifier (pointer_declarator "*local_40" * identifier) ;) (expression_statement "local_48 = param_1;" (assignment_expression "local_48 = param_1" identifier = identifier) ;) (expression_statement "local_40 = param_2;" (assignment_expression "local_40 = param_2" identifier = identifier) ;) (if_statement "if ((param_5 & 4) != 0) {\n read_bom<char_const,true,3ul>((range *)&local_48,param_2);\n }" if (parenthesized_expression "((param_5 & 4) != 0)" ( (binary_expression "(param_5 & 4) != 0" (parenthesized_expression "(param_5 & 4)" ( (binary_expression "param_5 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n read_bom<char_const,true,3ul>((range *)&local_48,param_2);\n }" { (expression_statement "read_bom<char_const,true,3ul>((range *)&local_48,param_2);" (comma_expression "read_bom<char_const,true,3ul>((range *)&local_48,param_2)" (binary_expression "read_bom<char_const" identifier < identifier) , (comma_expression "true,3ul>((range *)&local_48,param_2)" true , (binary_expression "3ul>((range *)&local_48,param_2)" number_literal > (parenthesized_expression "((range *)&local_48,param_2)" ( (comma_expression "(range *)&local_48,param_2" (cast_expression "(range *)&local_48" ( (type_descriptor "range *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_48" & identifier)) , identifier) ))))) ;) })) (if_statement "if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" if (parenthesized_expression "(param_3 < 2)" ( (binary_expression "param_3 < 2" identifier < number_literal) )) (compound_statement "{\n uVar2 = 1;\n }" { (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" else (compound_statement "{\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) (do_statement "do {\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);" do (compound_statement "{\n uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n }" { (expression_statement "uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4);" (assignment_expression "uVar1 = read_utf8_code_point((range *)&local_48,(ulong)param_4)" identifier = (call_expression "read_utf8_code_point((range *)&local_48,(ulong)param_4)" identifier (argument_list "((range *)&local_48,(ulong)param_4)" ( (cast_expression "(range *)&local_48" ( (type_descriptor "range *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_48" & identifier)) , (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier) )))) ;) (if_statement "if (param_4 < uVar1) {\n return local_48;\n }" if (parenthesized_expression "(param_4 < uVar1)" ( (binary_expression "param_4 < uVar1" identifier < identifier) )) (compound_statement "{\n return local_48;\n }" { (return_statement "return local_48;" return identifier ;) })) (if_statement "if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }" if (parenthesized_expression "(uVar1 < 0x10000)" ( (binary_expression "uVar1 < 0x10000" identifier < number_literal) )) (compound_statement "{\n uVar2 = uVar3;\n }" { (expression_statement "uVar2 = uVar3;" (assignment_expression "uVar2 = uVar3" identifier = identifier) ;) })) (expression_statement "uVar3 = uVar2 + 1;" (assignment_expression "uVar3 = uVar2 + 1" identifier = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) (expression_statement "uVar2 = uVar2 + 2;" (assignment_expression "uVar2 = uVar2 + 2" identifier = (binary_expression "uVar2 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar2 < param_3)" ( (binary_expression "uVar2 < param_3" identifier < identifier) )) ;) }))) (if_statement "if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n read_utf8_code_point((range *)&local_48,(ulong)param_4);\n }" if (parenthesized_expression "(param_3 == uVar2)" ( (binary_expression "param_3 == uVar2" identifier == identifier) )) (compound_statement "{\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n read_utf8_code_point((range *)&local_48,(ulong)param_4);\n }" { (if_statement "if (0xfffe < param_4) {\n param_4 = 0xffff;\n }" if (parenthesized_expression "(0xfffe < param_4)" ( (binary_expression "0xfffe < param_4" number_literal < identifier) )) (compound_statement "{\n param_4 = 0xffff;\n }" { (expression_statement "param_4 = 0xffff;" (assignment_expression "param_4 = 0xffff" identifier = number_literal) ;) })) (expression_statement "read_utf8_code_point((range *)&local_48,(ulong)param_4);" (call_expression "read_utf8_code_point((range *)&local_48,(ulong)param_4)" identifier (argument_list "((range *)&local_48,(ulong)param_4)" ( (cast_expression "(range *)&local_48" ( (type_descriptor "range *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_48" & identifier)) , (cast_expression "(ulong)param_4" ( (type_descriptor "ulong" type_identifier) ) identifier) ))) ;) })) (return_statement "return local_48;" return identifier ;) })))
|
(translation_unit "undefined8\nFUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)\n\n{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}\n\n" (function_definition "undefined8\nFUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)\n\n{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}" type_identifier (function_declarator "FUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "uint param_5" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (expression_statement "local_48 = param_1;" (assignment_expression "local_48 = param_1" identifier = identifier) ;) (expression_statement "local_40 = param_2;" (assignment_expression "local_40 = param_2" identifier = identifier) ;) (if_statement "if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }" if (parenthesized_expression "((param_5 & 4) != 0)" ( (binary_expression "(param_5 & 4) != 0" (parenthesized_expression "(param_5 & 4)" ( (binary_expression "param_5 & 4" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_003b8070(&local_48);\n }" { (expression_statement "FUN_003b8070(&local_48);" (call_expression "FUN_003b8070(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (if_statement "if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" if (parenthesized_expression "(param_3 < 2)" ( (binary_expression "param_3 < 2" identifier < number_literal) )) (compound_statement "{\n uVar2 = 1;\n }" { (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) }) (else_clause "else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" else (compound_statement "{\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" identifier = number_literal) ;) (do_statement "do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);" do (compound_statement "{\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n }" { (expression_statement "uVar1 = FUN_003b6cd0(&local_48,param_4);" (assignment_expression "uVar1 = FUN_003b6cd0(&local_48,param_4)" identifier = (call_expression "FUN_003b6cd0(&local_48,param_4)" identifier (argument_list "(&local_48,param_4)" ( (pointer_expression "&local_48" & identifier) , identifier )))) ;) (if_statement "if (param_4 < uVar1) {\n return local_48;\n }" if (parenthesized_expression "(param_4 < uVar1)" ( (binary_expression "param_4 < uVar1" identifier < identifier) )) (compound_statement "{\n return local_48;\n }" { (return_statement "return local_48;" return identifier ;) })) (if_statement "if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }" if (parenthesized_expression "(uVar1 < 0x10000)" ( (binary_expression "uVar1 < 0x10000" identifier < number_literal) )) (compound_statement "{\n uVar2 = uVar3;\n }" { (expression_statement "uVar2 = uVar3;" (assignment_expression "uVar2 = uVar3" identifier = identifier) ;) })) (expression_statement "uVar3 = uVar2 + 1;" (assignment_expression "uVar3 = uVar2 + 1" identifier = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) (expression_statement "uVar2 = uVar2 + 2;" (assignment_expression "uVar2 = uVar2 + 2" identifier = (binary_expression "uVar2 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar2 < param_3)" ( (binary_expression "uVar2 < param_3" identifier < identifier) )) ;) }))) (if_statement "if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }" if (parenthesized_expression "(param_3 == uVar2)" ( (binary_expression "param_3 == uVar2" identifier == identifier) )) (compound_statement "{\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }" { (if_statement "if (0xfffe < param_4) {\n param_4 = 0xffff;\n }" if (parenthesized_expression "(0xfffe < param_4)" ( (binary_expression "0xfffe < param_4" number_literal < identifier) )) (compound_statement "{\n param_4 = 0xffff;\n }" { (expression_statement "param_4 = 0xffff;" (assignment_expression "param_4 = 0xffff" identifier = number_literal) ;) })) (expression_statement "FUN_003b6cd0(&local_48,param_4);" (call_expression "FUN_003b6cd0(&local_48,param_4)" identifier (argument_list "(&local_48,param_4)" ( (pointer_expression "&local_48" & identifier) , identifier ))) ;) })) (return_statement "return local_48;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (return_statement return IDENT ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT ))) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "undefined8\nFUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)\n\n{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}" (type_identifier "undefined8") (function_declarator "FUN_003b83b0(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)" (identifier "FUN_003b83b0") (parameter_list "(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) (, ",") (parameter_declaration "uint param_5" (type_identifier "uint") (identifier "param_5")) () ")"))) (compound_statement "{\n uint uVar1;\n ulong uVar2;\n ulong uVar3;\n undefined8 local_48;\n undefined8 local_40;\n \n local_48 = param_1;\n local_40 = param_2;\n if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }\n if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }\n if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }\n return local_48;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_40;" (type_identifier "undefined8") (identifier "local_40") (; ";")) (expression_statement "local_48 = param_1;" (assignment_expression "local_48 = param_1" (identifier "local_48") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_40 = param_2;" (assignment_expression "local_40 = param_2" (identifier "local_40") (= "=") (identifier "param_2")) (; ";")) (if_statement "if ((param_5 & 4) != 0) {\n FUN_003b8070(&local_48);\n }" (if "if") (parenthesized_expression "((param_5 & 4) != 0)" (( "(") (binary_expression "(param_5 & 4) != 0" (parenthesized_expression "(param_5 & 4)" (( "(") (binary_expression "param_5 & 4" (identifier "param_5") (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_003b8070(&local_48);\n }" ({ "{") (expression_statement "FUN_003b8070(&local_48);" (call_expression "FUN_003b8070(&local_48)" (identifier "FUN_003b8070") (argument_list "(&local_48)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (} "}"))) (if_statement "if (param_3 < 2) {\n uVar2 = 1;\n }\n else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" (if "if") (parenthesized_expression "(param_3 < 2)" (( "(") (binary_expression "param_3 < 2" (identifier "param_3") (< "<") (number_literal "2")) () ")")) (compound_statement "{\n uVar2 = 1;\n }" ({ "{") (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" (identifier "uVar2") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else {\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" (else "else") (compound_statement "{\n uVar3 = 0;\n uVar2 = 1;\n do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);\n }" ({ "{") (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" (identifier "uVar3") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar2 = 1;" (assignment_expression "uVar2 = 1" (identifier "uVar2") (= "=") (number_literal "1")) (; ";")) (do_statement "do {\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n } while (uVar2 < param_3);" (do "do") (compound_statement "{\n uVar1 = FUN_003b6cd0(&local_48,param_4);\n if (param_4 < uVar1) {\n return local_48;\n }\n if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }\n uVar3 = uVar2 + 1;\n uVar2 = uVar2 + 2;\n }" ({ "{") (expression_statement "uVar1 = FUN_003b6cd0(&local_48,param_4);" (assignment_expression "uVar1 = FUN_003b6cd0(&local_48,param_4)" (identifier "uVar1") (= "=") (call_expression "FUN_003b6cd0(&local_48,param_4)" (identifier "FUN_003b6cd0") (argument_list "(&local_48,param_4)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "param_4") () ")")))) (; ";")) (if_statement "if (param_4 < uVar1) {\n return local_48;\n }" (if "if") (parenthesized_expression "(param_4 < uVar1)" (( "(") (binary_expression "param_4 < uVar1" (identifier "param_4") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n return local_48;\n }" ({ "{") (return_statement "return local_48;" (return "return") (identifier "local_48") (; ";")) (} "}"))) (if_statement "if (uVar1 < 0x10000) {\n uVar2 = uVar3;\n }" (if "if") (parenthesized_expression "(uVar1 < 0x10000)" (( "(") (binary_expression "uVar1 < 0x10000" (identifier "uVar1") (< "<") (number_literal "0x10000")) () ")")) (compound_statement "{\n uVar2 = uVar3;\n }" ({ "{") (expression_statement "uVar2 = uVar3;" (assignment_expression "uVar2 = uVar3" (identifier "uVar2") (= "=") (identifier "uVar3")) (; ";")) (} "}"))) (expression_statement "uVar3 = uVar2 + 1;" (assignment_expression "uVar3 = uVar2 + 1" (identifier "uVar3") (= "=") (binary_expression "uVar2 + 1" (identifier "uVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar2 = uVar2 + 2;" (assignment_expression "uVar2 = uVar2 + 2" (identifier "uVar2") (= "=") (binary_expression "uVar2 + 2" (identifier "uVar2") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar2 < param_3)" (( "(") (binary_expression "uVar2 < param_3" (identifier "uVar2") (< "<") (identifier "param_3")) () ")")) (; ";")) (} "}")))) (if_statement "if (param_3 == uVar2) {\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }" (if "if") (parenthesized_expression "(param_3 == uVar2)" (( "(") (binary_expression "param_3 == uVar2" (identifier "param_3") (== "==") (identifier "uVar2")) () ")")) (compound_statement "{\n if (0xfffe < param_4) {\n param_4 = 0xffff;\n }\n FUN_003b6cd0(&local_48,param_4);\n }" ({ "{") (if_statement "if (0xfffe < param_4) {\n param_4 = 0xffff;\n }" (if "if") (parenthesized_expression "(0xfffe < param_4)" (( "(") (binary_expression "0xfffe < param_4" (number_literal "0xfffe") (< "<") (identifier "param_4")) () ")")) (compound_statement "{\n param_4 = 0xffff;\n }" ({ "{") (expression_statement "param_4 = 0xffff;" (assignment_expression "param_4 = 0xffff" (identifier "param_4") (= "=") (number_literal "0xffff")) (; ";")) (} "}"))) (expression_statement "FUN_003b6cd0(&local_48,param_4);" (call_expression "FUN_003b6cd0(&local_48,param_4)" (identifier "FUN_003b6cd0") (argument_list "(&local_48,param_4)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "param_4") () ")"))) (; ";")) (} "}"))) (return_statement "return local_48;" (return "return") (identifier "local_48") (; ";")) (} "}")))
|
/* std::(anonymous namespace)::utf16_span(char const*, char const*, unsigned long, char32_t,
std::codecvt_mode) */
type_1
std::(anonymous_namespace)::function_1
(type_1 param_1,type_2 *param_2,type_3 var_4,type_4 var_6,type_4 var_1)
{
type_4 var_7;
type_3 var_8;
type_3 uVar3;
type_1 local_48;
type_2 *local_40;
local_48 = param_1;
local_40 = param_2;
if ((var_1 & 4) != 0) {
var_2<var_3,true,3ul>((type_5 *)&local_48,param_2);
}
if (var_4 < 2) {
var_8 = 1;
}
else {
uVar3 = 0;
var_8 = 1;
do {
var_7 = var_5((type_5 *)&local_48,(type_3)var_6);
if (var_6 < var_7) {
return local_48;
}
if (var_7 < 0x10000) {
var_8 = uVar3;
}
uVar3 = var_8 + 1;
var_8 = var_8 + 2;
} while (var_8 < var_4);
}
if (var_4 == var_8) {
if (0xfffe < var_6) {
var_6 = 0xffff;
}
var_5((type_5 *)&local_48,(type_3)var_6);
}
return local_48;
}
| 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: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier)))))) (return_statement (identifier)))))
| null |
undefined8
MASKED(undefined8 param_1,undefined8 param_2,ulong param_3,uint param_4,uint param_5)
{
uint uVar1;
ulong uVar2;
ulong uVar3;
undefined8 local_48;
undefined8 local_40;
local_48 = param_1;
local_40 = param_2;
if ((param_5 & 4) != 0) {
FUN_003b8070(&local_48);
}
if (param_3 < 2) {
uVar2 = 1;
}
else {
uVar3 = 0;
uVar2 = 1;
do {
uVar1 = FUN_003b6cd0(&local_48,param_4);
if (param_4 < uVar1) {
return local_48;
}
if (uVar1 < 0x10000) {
uVar2 = uVar3;
}
uVar3 = uVar2 + 1;
uVar2 = uVar2 + 2;
} while (uVar2 < param_3);
}
if (param_3 == uVar2) {
if (0xfffe < param_4) {
param_4 = 0xffff;
}
FUN_003b6cd0(&local_48,param_4);
}
return local_48;
}
|
162_truncate_and_truncate_strip.c
|
memcpy
|
memcpy
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memcpy(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* memcpy@@GLIBC_2.14 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memcpy(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206927086')]
|
[('const-1', u'RETURN_-1206927086')]
| null | null |
0010c108
|
x64
|
O2
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* 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 /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* memcpy@@GLIBC_2.14 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* memcpy@@GLIBC_2.14 */\n halt_baddata();\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 /* WARNING: Bad instruction - Truncating control flow here */\n /* memcpy@@GLIBC_2.14 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n \n halt_baddata();\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 \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)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n \n halt_baddata();\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 \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* memcpy@@GLIBC_2.14 */
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))) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * MASKED(void *__dest,void *__src,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8288_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
reserve_global
|
FUN_003dd0f0
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void reserve_global(Output_data_got<64,_true> * this, uint i, Symbol *
gsym, uint got_type) */
void __thiscall
gold::Output_data_got<64,_true>::reserve_global
(Output_data_got<64,_true> *this,uint i,Symbol *gsym,uint got_type)
{
uint uVar1;
_func_int_varargs *p_Var2;
Got_offset_list *pGVar3;
Got_offset_list *pGVar4;
uint uVar5;
p_Var2 = (this->super_Output_data_got_base).super_Output_section_data_build.
super_Output_section_data.super_Output_data._vptr_Output_data[0x19];
if (p_Var2 == do_reserve_slot) {
Free_list::remove(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3));
}
else {
(*p_Var2)();
}
uVar1 = (gsym->got_offsets_).got_type_;
uVar5 = i << 3;
if (uVar1 != 0xffffffff) {
pGVar3 = &gsym->got_offsets_;
while( true ) {
if (got_type == uVar1) {
pGVar3->got_offset_ = uVar5;
return;
}
pGVar3 = pGVar3->got_next_;
if (pGVar3 == (Got_offset_list *)0x0) break;
uVar1 = pGVar3->got_type_;
}
pGVar4 = (Got_offset_list *)operator_new(0x10);
pGVar3 = (gsym->got_offsets_).got_next_;
pGVar4->got_type_ = got_type;
pGVar4->got_offset_ = uVar5;
pGVar4->got_next_ = pGVar3;
(gsym->got_offsets_).got_next_ = pGVar4;
return;
}
(gsym->got_offsets_).got_type_ = got_type;
(gsym->got_offsets_).got_offset_ = uVar5;
return;
}
|
void FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)
{
int iVar1;
undefined8 uVar2;
int *piVar3;
uint uVar4;
if (*(code **)(*param_1 + 200) == FUN_001d4970) {
uVar4 = (param_2 + 1) * 0x40;
FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);
}
else {
(**(code **)(*param_1 + 200))();
}
iVar1 = *(int *)(param_3 + 0x28);
param_2 = param_2 << 3;
if (iVar1 != -1) {
piVar3 = (int *)(param_3 + 0x28);
while( true ) {
if (param_4 == iVar1) {
piVar3[1] = param_2;
return;
}
piVar3 = *(int **)(piVar3 + 2);
if (piVar3 == (int *)0x0) break;
iVar1 = *piVar3;
}
piVar3 = (int *)FUN_0049cb60(0x10);
uVar2 = *(undefined8 *)(param_3 + 0x30);
*piVar3 = param_4;
piVar3[1] = param_2;
*(undefined8 *)(piVar3 + 2) = uVar2;
*(int **)(param_3 + 0x30) = piVar3;
return;
}
*(int *)(param_3 + 0x28) = param_4;
*(int *)(param_3 + 0x2c) = param_2;
return;
}
|
PUSH R12
MOV R12D,ECX
PUSH RBP
MOV RBP,RDX
LEA RDX,[0x1d4970]
PUSH RBX
MOV RAX,qword ptr [RDI]
MOV EBX,ESI
MOV RAX,qword ptr [RAX + 0xc8]
CMP RAX,RDX
JNZ 0x003dd1a0
LEA ESI,[RSI + 0x1]
ADD RDI,0x50
SHL ESI,0x6
MOV EDX,ESI
SUB ESI,0x40
SHR EDX,0x3
SHR ESI,0x3
CALL 0x0037a8d0
MOV EDX,dword ptr [RBP + 0x28]
SHL EBX,0x3
CMP EDX,-0x1
JZ 0x003dd180
LEA RAX,[RBP + 0x28]
CMP R12D,EDX
JNZ 0x003dd155
JMP 0x003dd190
CMP R12D,dword ptr [RAX]
JZ 0x003dd190
MOV RAX,qword ptr [RAX + 0x8]
TEST RAX,RAX
JNZ 0x003dd150
MOV EDI,0x10
CALL 0x0049cb60
MOV RDX,qword ptr [RBP + 0x30]
MOV dword ptr [RAX],R12D
MOV dword ptr [RAX + 0x4],EBX
MOV qword ptr [RAX + 0x8],RDX
POP RBX
MOV qword ptr [RBP + 0x30],RAX
POP RBP
POP R12
RET
MOV dword ptr [RBP + 0x28],R12D
MOV dword ptr [RBP + 0x2c],EBX
POP RBX
POP RBP
POP R12
RET
MOV dword ptr [RAX + 0x4],EBX
POP RBX
POP RBP
POP R12
RET
CALL RAX
JMP 0x003dd130
| null | null | null | null |
[(u'LOAD_-1205677600', u'MULTIEQUAL_-1205677052'), (u'LOAD_-1205677600', u'INT_NOTEQUAL_-1205677538'), ('tmp_932', u'PTRSUB_-1205677111'), (u'INT_LEFT_-1205677565', u'STORE_-1205677434'), (u'LOAD_-1205677436', u'MULTIEQUAL_-1205677052'), ('const-433', u'STORE_-1205677366'), (u'INT_SUB_-1205677684', u'INT_RIGHT_-1205677620'), ('tmp_933', u'INT_LEFT_-1205677565'), (u'LOAD_-1205677440', u'STORE_-1205677420'), (u'CAST_-1205677066', u'CALL_-1205677602'), ('const-3', u'INT_LEFT_-1205677565'), ('const-40', u'PTRSUB_-1205677026'), ('const-0', u'PTRSUB_-1205677105'), ('const-433', u'STORE_-1205677373'), ('const-40', u'PTRSUB_-1205676987'), ('const-16', u'CALL_-1205677442'), (u'PTRSUB_-1205677111', u'CALL_-1205677602'), (u'PTRSUB_-1205677026', u'PTRSUB_-1205677024'), ('const-0', u'PTRSUB_-1205677125'), ('const-0', u'PTRSUB_-1205677136'), ('const-0', u'PTRSUB_-1205676992'), ('const-4294967295', u'INT_NOTEQUAL_-1205677538'), (u'LOAD_-1205677798', u'INT_EQUAL_-1205677775'), ('const-8', u'PTRSUB_-1205677003'), ('tmp_935', u'STORE_-1205677432'), (u'PTRSUB_-1205677106', u'PTRSUB_-1205677105'), (u'INT_EQUAL_-1205677517', u'CBRANCH_-1205677514'), (u'CAST_-1205677006', u'PTRSUB_-1205677015'), (u'PTRSUB_-1205677105', u'LOAD_-1205677808'), (u'PTRSUB_-1205676985', u'STORE_-1205677366'), (u'PTRADD_-1205677100', u'LOAD_-1205677798'), ('const-8', u'PTRADD_-1205677100'), ('tmp_932', u'PTRSUB_-1205677136'), (u'PTRSUB_-1205676993', u'PTRSUB_-1205676992'), (u'PTRSUB_-1205676972', u'STORE_-1205677434'), ('const-40', u'PTRSUB_-1205677005'), ('tmp_736', u'CBRANCH_-1205677455'), ('const-40', u'PTRSUB_-1205677074'), ('const-0', u'PTRSUB_-1205677107'), (u'PTRSUB_-1205677110', u'PTRSUB_-1205677107'), (u'LOAD_-1205677808', u'PTRADD_-1205677100'), ('tmp_934', u'PTRSUB_-1205677087'), ('const-4', u'PTRSUB_-1205677015'), (u'PTRSUB_-1205677086', u'LOAD_-1205677600'), ('const-8', u'PTRSUB_-1205677046'), ('tmp_654', u'CBRANCH_-1205677514'), ('const-8', u'PTRSUB_-1205677024'), (u'LOAD_-1205677477', u'PTRSUB_-1205677052'), (u'INT_LEFT_-1205677565', u'STORE_-1205677366'), (u'PTRSUB_-1205677024', u'LOAD_-1205677440'), ('tmp_935', u'STORE_-1205677373'), (u'PTRSUB_-1205677107', u'PTRSUB_-1205677106'), (u'PTRSUB_-1205677074', u'MULTIEQUAL_-1205677055'), ('const-433', u'STORE_-1205677432'), ('tmp_933', u'INT_ADD_-1205677751'), ('const-433', u'LOAD_-1205677798'), ('tmp_617', u'CBRANCH_-1205677537'), (u'MULTIEQUAL_-1205677052', u'INT_EQUAL_-1205677517'), ('tmp_934', u'PTRSUB_-1205677005'), ('const-80', u'PTRSUB_-1205677111'), (u'LOAD_-1205677477', u'MULTIEQUAL_-1205677055'), (u'CAST_-1205677006', u'PTRSUB_-1205677011'), (u'PTRSUB_-1205677015', u'STORE_-1205677426'), ('const-433', u'LOAD_-1205677440'), (u'PTRSUB_-1205677011', u'STORE_-1205677420'), ('const-4', u'PTRSUB_-1205676985'), ('const-1', u'INT_ADD_-1205677751'), ('tmp_935', u'INT_EQUAL_-1205677517'), (u'PTRSUB_-1205677052', u'LOAD_-1205677436'), (u'MULTIEQUAL_-1205677055', u'PTRSUB_-1205677046'), ('const-0', u'PTRSUB_-1205677052'), ('const-433', u'LOAD_-1205677477'), ('const-1919344', u'PTRSUB_-1205677125'), ('const-64', u'INT_SUB_-1205677684'), (u'PTRSUB_-1205677046', u'LOAD_-1205677477'), ('tmp_934', u'PTRSUB_-1205676987'), (u'MULTIEQUAL_-1205677055', u'PTRSUB_-1205676972'), (u'INT_ZEXT_-1205677248', u'CAST_-1205677066'), (u'INT_LEFT_-1205677565', u'STORE_-1205677426'), ('const-433', u'STORE_-1205677420'), (u'CALL_-1205677442', u'CAST_-1205677006'), ('const-0', u'PTRSUB_-1205677106'), (u'INT_MULT_-1205677717', u'INT_SUB_-1205677684'), ('const-0', u'INT_EQUAL_-1205677458'), (u'CAST_-1205677006', u'PTRSUB_-1205677019'), ('const-0', u'RETURN_-1205677337'), ('const-0', u'PTRSUB_-1205677110'), ('const-433', u'STORE_-1205677408'), (u'PTRSUB_-1205677125', u'INT_EQUAL_-1205677775'), ('const-433', u'LOAD_-1205677600'), ('const-433', u'STORE_-1205677434'), ('const-8', u'PTRSUB_-1205677011'), (u'INT_EQUAL_-1205677775', u'CBRANCH_-1205677772'), (u'LOAD_-1205677477', u'INT_EQUAL_-1205677458'), ('tmp_917', u'BRANCH_-1205677315'), (u'INT_ADD_-1205677751', u'INT_MULT_-1205677717'), ('const-3', u'INT_RIGHT_-1205677620'), ('const-25', u'PTRADD_-1205677100'), (u'INT_EQUAL_-1205677458', u'CBRANCH_-1205677455'), ('const-40', u'PTRSUB_-1205676993'), (u'CAST_-1205677006', u'STORE_-1205677408'), ('tmp_934', u'PTRSUB_-1205676993'), ('const-433', u'LOAD_-1205677808'), (u'LOAD_-1205677798', u'CALLIND_-1205677314'), (u'INT_RIGHT_-1205677620', u'INT_ZEXT_-1205677248'), (u'INT_NOTEQUAL_-1205677538', u'CBRANCH_-1205677537'), ('const-433', u'LOAD_-1205677436'), ('tmp_79', u'CBRANCH_-1205677772'), ('const-40', u'PTRSUB_-1205677087'), ('tmp_934', u'PTRSUB_-1205677026'), (u'PTRSUB_-1205677136', u'PTRSUB_-1205677110'), (u'PTRSUB_-1205676992', u'STORE_-1205677373'), ('tmp_934', u'PTRSUB_-1205677074'), (u'PTRSUB_-1205677003', u'STORE_-1205677408'), ('const-0', u'RETURN_-1205677383'), (u'PTRSUB_-1205677019', u'STORE_-1205677432'), ('const-4', u'PTRSUB_-1205676972'), ('const-0', u'PTRSUB_-1205677019'), ('const-0', u'PTRSUB_-1205677086'), (u'PTRSUB_-1205677005', u'PTRSUB_-1205677003'), (u'PTRSUB_-1205677087', u'PTRSUB_-1205677086'), ('const-433', u'STORE_-1205677426'), (u'PTRSUB_-1205676987', u'PTRSUB_-1205676985'), ('const-0', u'RETURN_-1205677405'), ('const-64', u'INT_MULT_-1205677717')]
|
[(u'CAST_-1205677025', u'STORE_-1205677408'), (u'LOAD_-1205677600', u'INT_NOTEQUAL_-1205677538'), ('const-433', u'LOAD_-1205677798'), (u'PTRADD_-1205677027', u'STORE_-1205677426'), (u'INT_LEFT_-1205677565', u'STORE_-1205677434'), (u'PTRADD_-1205677115', u'CALL_-1205677602'), ('const-0', u'PTRSUB_-1205677127'), (u'INT_ADD_-1205677584', u'CAST_-1205677081'), ('const-433', u'LOAD_-1205677600'), ('const-433', u'STORE_-1205677432'), ('tmp_1537', u'LOAD_-1205677808'), (u'INT_SUB_-1205677684', u'INT_RIGHT_-1205677620'), (u'LOAD_-1205677440', u'STORE_-1205677420'), ('const-3', u'INT_RIGHT_-1205677661'), (u'CAST_-1205677124', u'LOAD_-1205677798'), ('tmp_1535', u'INT_ADD_-1205677584'), (u'INT_RIGHT_-1205677620', u'CALL_-1205677602'), ('tmp_1535', u'INT_ADD_-1205677424'), ('const-433', u'LOAD_-1205677477'), (u'INT_ADD_-1205677359', u'CAST_-1205677000'), (u'PTRADD_-1205677023', u'CAST_-1205677008'), ('const-64', u'INT_MULT_-1205677717'), ('const-1', u'PTRADD_-1205676992'), ('const-433', u'LOAD_-1205677436'), (u'LOAD_-1205677798', u'INT_EQUAL_-1205677775'), (u'INT_EQUAL_-1205677517', u'CBRANCH_-1205677514'), ('const-4', u'PTRADD_-1205677023'), (u'LOAD_-1205677600', u'MULTIEQUAL_-1205677071'), ('const-4', u'PTRADD_-1205677027'), ('const-4', u'PTRADD_-1205676992'), ('const-433', u'STORE_-1205677426'), (u'PTRADD_-1205677054', u'CAST_-1205677040'), ('tmp_736', u'CBRANCH_-1205677455'), ('const-1', u'PTRADD_-1205677027'), (u'INT_ADD_-1205677352', u'CAST_-1205676995'), (u'LOAD_-1205677477', u'MULTIEQUAL_-1205677074'), ('tmp_1535', u'INT_ADD_-1205677520'), ('tmp_654', u'CBRANCH_-1205677514'), ('const-48', u'INT_ADD_-1205677394'), (u'INT_LEFT_-1205677565', u'STORE_-1205677366'), ('const-433', u'LOAD_-1205677440'), ('tmp_1772', u'INT_LEFT_-1205677565'), ('const-1919344', u'PTRSUB_-1205677127'), ('tmp_1535', u'INT_ADD_-1205677394'), (u'INT_ADD_-1205677520', u'CAST_-1205677067'), ('const-433', u'STORE_-1205677373'), (u'LOAD_-1205677436', u'MULTIEQUAL_-1205677071'), (u'CAST_-1205676995', u'STORE_-1205677366'), ('tmp_617', u'CBRANCH_-1205677537'), ('tmp_1533', u'STORE_-1205677373'), (u'CAST_-1205677008', u'STORE_-1205677420'), ('const-16', u'CALL_-1205677442'), ('const-200', u'INT_ADD_-1205677782'), (u'INT_ADD_-1205677394', u'CAST_-1205677002'), ('const-2', u'PTRADD_-1205677054'), (u'INT_ADD_-1205677782', u'CAST_-1205677124'), ('const-44', u'INT_ADD_-1205677352'), (u'CAST_-1205677002', u'STORE_-1205677408'), ('const-40', u'INT_ADD_-1205677359'), ('const-433', u'STORE_-1205677408'), (u'INT_LEFT_-1205677565', u'STORE_-1205677426'), (u'MULTIEQUAL_-1205677074', u'PTRADD_-1205676992'), (u'INT_MULT_-1205677717', u'INT_SUB_-1205677684'), ('const-48', u'INT_ADD_-1205677424'), (u'CAST_-1205677019', u'LOAD_-1205677440'), (u'PTRSUB_-1205677127', u'INT_EQUAL_-1205677775'), ('const-64', u'INT_SUB_-1205677684'), (u'INT_ADD_-1205677424', u'CAST_-1205677019'), (u'CAST_-1205677000', u'STORE_-1205677373'), ('const-40', u'INT_ADD_-1205677584'), ('tmp_1772', u'INT_ADD_-1205677751'), ('tmp_1537', u'PTRADD_-1205677115'), ('const-4294967295', u'INT_NOTEQUAL_-1205677538'), ('const-0', u'INT_EQUAL_-1205677458'), ('tmp_1533', u'STORE_-1205677432'), (u'CAST_-1205677025', u'STORE_-1205677432'), (u'LOAD_-1205677808', u'INT_ADD_-1205677782'), ('const-0', u'RETURN_-1205677337'), ('const-3', u'INT_RIGHT_-1205677620'), ('const-433', u'STORE_-1205677366'), (u'INT_MULT_-1205677717', u'INT_RIGHT_-1205677661'), ('const-433', u'STORE_-1205677434'), ('const-10', u'PTRADD_-1205677115'), (u'MULTIEQUAL_-1205677071', u'INT_EQUAL_-1205677517'), (u'INT_EQUAL_-1205677775', u'CBRANCH_-1205677772'), (u'LOAD_-1205677477', u'INT_EQUAL_-1205677458'), ('tmp_917', u'BRANCH_-1205677315'), ('const-4', u'PTRADD_-1205677054'), ('const-40', u'INT_ADD_-1205677520'), (u'INT_ADD_-1205677751', u'INT_MULT_-1205677717'), (u'CAST_-1205677040', u'LOAD_-1205677477'), (u'INT_RIGHT_-1205677661', u'CALL_-1205677602'), (u'PTRADD_-1205676992', u'STORE_-1205677434'), (u'INT_EQUAL_-1205677458', u'CBRANCH_-1205677455'), (u'LOAD_-1205677477', u'LOAD_-1205677436'), ('tmp_1535', u'INT_ADD_-1205677359'), (u'CAST_-1205677025', u'PTRADD_-1205677023'), ('const-8', u'PTRADD_-1205677115'), (u'LOAD_-1205677798', u'CALLIND_-1205677314'), (u'INT_NOTEQUAL_-1205677538', u'CBRANCH_-1205677537'), (u'CALL_-1205677442', u'CAST_-1205677025'), ('const-2', u'PTRADD_-1205677023'), ('tmp_79', u'CBRANCH_-1205677772'), ('const-433', u'LOAD_-1205677808'), (u'CAST_-1205677025', u'PTRADD_-1205677027'), ('tmp_1535', u'INT_ADD_-1205677352'), ('const-3', u'INT_LEFT_-1205677565'), ('const-433', u'STORE_-1205677420'), ('const-0', u'RETURN_-1205677383'), (u'MULTIEQUAL_-1205677074', u'PTRADD_-1205677054'), (u'CAST_-1205677067', u'MULTIEQUAL_-1205677074'), ('const-1', u'INT_ADD_-1205677751'), ('const-0', u'RETURN_-1205677405'), (u'CAST_-1205677081', u'LOAD_-1205677600'), ('tmp_1533', u'INT_EQUAL_-1205677517')]
| null | null |
003dd0f0
|
x64
|
O2
|
(translation_unit "void FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}\n\n" (function_definition "void FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}" primitive_type (function_declarator "FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)" identifier (parameter_list "(long *param_1,int param_2,long param_3,int param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }" if (parenthesized_expression "(*(code **)(*param_1 + 200) == FUN_001d4970)" ( (binary_expression "*(code **)(*param_1 + 200) == FUN_001d4970" (pointer_expression "*(code **)(*param_1 + 200)" * (cast_expression "(code **)(*param_1 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 200)" ( (binary_expression "*param_1 + 200" (pointer_expression "*param_1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }" { (expression_statement "uVar4 = (param_2 + 1) * 0x40;" (assignment_expression "uVar4 = (param_2 + 1) * 0x40" identifier = (binary_expression "(param_2 + 1) * 0x40" (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )) * number_literal)) ;) (expression_statement "FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);" (call_expression "FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3)" identifier (argument_list "(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3)" ( (binary_expression "param_1 + 10" identifier + number_literal) , (binary_expression "uVar4 - 0x40 >> 3" (binary_expression "uVar4 - 0x40" identifier - number_literal) >> number_literal) , (binary_expression "uVar4 >> 3" identifier >> number_literal) ))) ;) }) (else_clause "else {\n (**(code **)(*param_1 + 200))();\n }" else (compound_statement "{\n (**(code **)(*param_1 + 200))();\n }" { (expression_statement "(**(code **)(*param_1 + 200))();" (call_expression "(**(code **)(*param_1 + 200))()" (parenthesized_expression "(**(code **)(*param_1 + 200))" ( (pointer_expression "**(code **)(*param_1 + 200)" * (pointer_expression "*(code **)(*param_1 + 200)" * (cast_expression "(code **)(*param_1 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 200)" ( (binary_expression "*param_1 + 200" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) }))) (expression_statement "iVar1 = *(int *)(param_3 + 0x28);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x28)" identifier = (pointer_expression "*(int *)(param_3 + 0x28)" * (cast_expression "(int *)(param_3 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "param_2 = param_2 << 3;" (assignment_expression "param_2 = param_2 << 3" identifier = (binary_expression "param_2 << 3" identifier << number_literal)) ;) (if_statement "if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }" if (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) )) (compound_statement "{\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }" { (expression_statement "piVar3 = (int *)(param_3 + 0x28);" (assignment_expression "piVar3 = (int *)(param_3 + 0x28)" identifier = (cast_expression "(int *)(param_3 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) )))) ;) (while_statement "while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }" { (if_statement "if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }" if (parenthesized_expression "(param_4 == iVar1)" ( (binary_expression "param_4 == iVar1" identifier == identifier) )) (compound_statement "{\n piVar3[1] = param_2;\n return;\n }" { (expression_statement "piVar3[1] = param_2;" (assignment_expression "piVar3[1] = param_2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "piVar3 = *(int **)(piVar3 + 2);" (assignment_expression "piVar3 = *(int **)(piVar3 + 2)" identifier = (pointer_expression "*(int **)(piVar3 + 2)" * (cast_expression "(int **)(piVar3 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar3 + 2)" ( (binary_expression "piVar3 + 2" identifier + number_literal) ))))) ;) (if_statement "if (piVar3 == (int *)0x0) break;" if (parenthesized_expression "(piVar3 == (int *)0x0)" ( (binary_expression "piVar3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar1 = *piVar3;" (assignment_expression "iVar1 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) })) (expression_statement "piVar3 = (int *)FUN_0049cb60(0x10);" (assignment_expression "piVar3 = (int *)FUN_0049cb60(0x10)" identifier = (cast_expression "(int *)FUN_0049cb60(0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0049cb60(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "uVar2 = *(undefined8 *)(param_3 + 0x30);" (assignment_expression "uVar2 = *(undefined8 *)(param_3 + 0x30)" identifier = (pointer_expression "*(undefined8 *)(param_3 + 0x30)" * (cast_expression "(undefined8 *)(param_3 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x30)" ( (binary_expression "param_3 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "*piVar3 = param_4;" (assignment_expression "*piVar3 = param_4" (pointer_expression "*piVar3" * identifier) = identifier) ;) (expression_statement "piVar3[1] = param_2;" (assignment_expression "piVar3[1] = param_2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)(piVar3 + 2) = uVar2;" (assignment_expression "*(undefined8 *)(piVar3 + 2) = uVar2" (pointer_expression "*(undefined8 *)(piVar3 + 2)" * (cast_expression "(undefined8 *)(piVar3 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar3 + 2)" ( (binary_expression "piVar3 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(param_3 + 0x30) = piVar3;" (assignment_expression "*(int **)(param_3 + 0x30) = piVar3" (pointer_expression "*(int **)(param_3 + 0x30)" * (cast_expression "(int **)(param_3 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x30)" ( (binary_expression "param_3 + 0x30" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "*(int *)(param_3 + 0x28) = param_4;" (assignment_expression "*(int *)(param_3 + 0x28) = param_4" (pointer_expression "*(int *)(param_3 + 0x28)" * (cast_expression "(int *)(param_3 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_3 + 0x2c) = param_2;" (assignment_expression "*(int *)(param_3 + 0x2c) = param_2" (pointer_expression "*(int *)(param_3 + 0x2c)" * (cast_expression "(int *)(param_3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2c)" ( (binary_expression "param_3 + 0x2c" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void reserve_global(Output_data_got<64,_true> * this, uint i, Symbol *\n gsym, uint got_type) */\n\nvoid __thiscall\ngold::Output_data_got<64,_true>::reserve_global\n (Output_data_got<64,_true> *this,uint i,Symbol *gsym,uint got_type)\n\n{\n uint uVar1;\n _func_int_varargs *p_Var2;\n Got_offset_list *pGVar3;\n Got_offset_list *pGVar4;\n uint uVar5;\n \n p_Var2 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19];\n if (p_Var2 == do_reserve_slot) {\n Free_list::remove(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3));\n }\n else {\n (*p_Var2)();\n }\n uVar1 = (gsym->got_offsets_).got_type_;\n uVar5 = i << 3;\n if (uVar1 != 0xffffffff) {\n pGVar3 = &gsym->got_offsets_;\n while( true ) {\n if (got_type == uVar1) {\n pGVar3->got_offset_ = uVar5;\n return;\n }\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar3->got_type_;\n }\n pGVar4 = (Got_offset_list *)operator_new(0x10);\n pGVar3 = (gsym->got_offsets_).got_next_;\n pGVar4->got_type_ = got_type;\n pGVar4->got_offset_ = uVar5;\n pGVar4->got_next_ = pGVar3;\n (gsym->got_offsets_).got_next_ = pGVar4;\n return;\n }\n (gsym->got_offsets_).got_type_ = got_type;\n (gsym->got_offsets_).got_offset_ = uVar5;\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_data_got<64,_true>::reserve_global\n (Output_data_got<64,_true> *this,uint i,Symbol *gsym,uint got_type)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::reserve_global\n (Output_data_got<64,_true> *this,uint i,Symbol *gsym,uint got_type)\n\n{\n uint" identifier > : : (function_declarator "reserve_global\n (Output_data_got<64,_true> *this,uint i,Symbol *gsym,uint got_type)" identifier (parameter_list "(Output_data_got<64,_true> *this,uint i,Symbol *gsym,uint got_type)" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint i" type_identifier identifier) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint got_type" type_identifier identifier) ))) { identifier) identifier ;) (declaration "_func_int_varargs *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "Got_offset_list *pGVar3;" type_identifier (pointer_declarator "*pGVar3" * identifier) ;) (declaration "Got_offset_list *pGVar4;" type_identifier (pointer_declarator "*pGVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (expression_statement "p_Var2 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19];" (assignment_expression "p_Var2 = (this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19]" identifier = (subscript_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data[0x19]" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_got_base).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_got_base)" ( (field_expression "this->super_Output_data_got_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var2 == do_reserve_slot) {\n Free_list::remove(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3));\n }\n else {\n (*p_Var2)();\n }" if (parenthesized_expression "(p_Var2 == do_reserve_slot)" ( (binary_expression "p_Var2 == do_reserve_slot" identifier == identifier) )) (compound_statement "{\n Free_list::remove(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3));\n }" { (labeled_statement "Free_list::remove(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3));" statement_identifier : (ERROR ":" :) (expression_statement "remove(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3));" (call_expression "remove(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3))" identifier (argument_list "(&this->free_list_,(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3))" ( (pointer_expression "&this->free_list_" & (field_expression "this->free_list_" identifier -> field_identifier)) , (cast_expression "(char *)(ulong)((i + 1) * 0x40 - 0x40 >> 3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(ulong)((i + 1) * 0x40 - 0x40 >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((i + 1) * 0x40 - 0x40 >> 3)" ( (binary_expression "(i + 1) * 0x40 - 0x40 >> 3" (binary_expression "(i + 1) * 0x40 - 0x40" (binary_expression "(i + 1) * 0x40" (parenthesized_expression "(i + 1)" ( (binary_expression "i + 1" identifier + number_literal) )) * number_literal) - number_literal) >> number_literal) )))) ))) ;)) }) (else_clause "else {\n (*p_Var2)();\n }" else (compound_statement "{\n (*p_Var2)();\n }" { (expression_statement "(*p_Var2)();" (call_expression "(*p_Var2)()" (parenthesized_expression "(*p_Var2)" ( (pointer_expression "*p_Var2" * identifier) )) (argument_list "()" ( ))) ;) }))) (expression_statement "uVar1 = (gsym->got_offsets_).got_type_;" (assignment_expression "uVar1 = (gsym->got_offsets_).got_type_" identifier = (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "uVar5 = i << 3;" (assignment_expression "uVar5 = i << 3" identifier = (binary_expression "i << 3" identifier << number_literal)) ;) (if_statement "if (uVar1 != 0xffffffff) {\n pGVar3 = &gsym->got_offsets_;\n while( true ) {\n if (got_type == uVar1) {\n pGVar3->got_offset_ = uVar5;\n return;\n }\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar3->got_type_;\n }\n pGVar4 = (Got_offset_list *)operator_new(0x10);\n pGVar3 = (gsym->got_offsets_).got_next_;\n pGVar4->got_type_ = got_type;\n pGVar4->got_offset_ = uVar5;\n pGVar4->got_next_ = pGVar3;\n (gsym->got_offsets_).got_next_ = pGVar4;\n return;\n }" if (parenthesized_expression "(uVar1 != 0xffffffff)" ( (binary_expression "uVar1 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n pGVar3 = &gsym->got_offsets_;\n while( true ) {\n if (got_type == uVar1) {\n pGVar3->got_offset_ = uVar5;\n return;\n }\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar3->got_type_;\n }\n pGVar4 = (Got_offset_list *)operator_new(0x10);\n pGVar3 = (gsym->got_offsets_).got_next_;\n pGVar4->got_type_ = got_type;\n pGVar4->got_offset_ = uVar5;\n pGVar4->got_next_ = pGVar3;\n (gsym->got_offsets_).got_next_ = pGVar4;\n return;\n }" { (expression_statement "pGVar3 = &gsym->got_offsets_;" (assignment_expression "pGVar3 = &gsym->got_offsets_" identifier = (pointer_expression "&gsym->got_offsets_" & (field_expression "gsym->got_offsets_" identifier -> field_identifier))) ;) (while_statement "while( true ) {\n if (got_type == uVar1) {\n pGVar3->got_offset_ = uVar5;\n return;\n }\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar3->got_type_;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (got_type == uVar1) {\n pGVar3->got_offset_ = uVar5;\n return;\n }\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar3->got_type_;\n }" { (if_statement "if (got_type == uVar1) {\n pGVar3->got_offset_ = uVar5;\n return;\n }" if (parenthesized_expression "(got_type == uVar1)" ( (binary_expression "got_type == uVar1" identifier == identifier) )) (compound_statement "{\n pGVar3->got_offset_ = uVar5;\n return;\n }" { (expression_statement "pGVar3->got_offset_ = uVar5;" (assignment_expression "pGVar3->got_offset_ = uVar5" (field_expression "pGVar3->got_offset_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "pGVar3 = pGVar3->got_next_;" (assignment_expression "pGVar3 = pGVar3->got_next_" identifier = (field_expression "pGVar3->got_next_" identifier -> field_identifier)) ;) (if_statement "if (pGVar3 == (Got_offset_list *)0x0) break;" if (parenthesized_expression "(pGVar3 == (Got_offset_list *)0x0)" ( (binary_expression "pGVar3 == (Got_offset_list *)0x0" identifier == (cast_expression "(Got_offset_list *)0x0" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar1 = pGVar3->got_type_;" (assignment_expression "uVar1 = pGVar3->got_type_" identifier = (field_expression "pGVar3->got_type_" identifier -> field_identifier)) ;) })) (expression_statement "pGVar4 = (Got_offset_list *)operator_new(0x10);" (assignment_expression "pGVar4 = (Got_offset_list *)operator_new(0x10)" identifier = (cast_expression "(Got_offset_list *)operator_new(0x10)" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "pGVar3 = (gsym->got_offsets_).got_next_;" (assignment_expression "pGVar3 = (gsym->got_offsets_).got_next_" identifier = (field_expression "(gsym->got_offsets_).got_next_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pGVar4->got_type_ = got_type;" (assignment_expression "pGVar4->got_type_ = got_type" (field_expression "pGVar4->got_type_" identifier -> field_identifier) = identifier) ;) (expression_statement "pGVar4->got_offset_ = uVar5;" (assignment_expression "pGVar4->got_offset_ = uVar5" (field_expression "pGVar4->got_offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "pGVar4->got_next_ = pGVar3;" (assignment_expression "pGVar4->got_next_ = pGVar3" (field_expression "pGVar4->got_next_" identifier -> field_identifier) = identifier) ;) (expression_statement "(gsym->got_offsets_).got_next_ = pGVar4;" (assignment_expression "(gsym->got_offsets_).got_next_ = pGVar4" (field_expression "(gsym->got_offsets_).got_next_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "(gsym->got_offsets_).got_type_ = got_type;" (assignment_expression "(gsym->got_offsets_).got_type_ = got_type" (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(gsym->got_offsets_).got_offset_ = uVar5;" (assignment_expression "(gsym->got_offsets_).got_offset_ = uVar5" (field_expression "(gsym->got_offsets_).got_offset_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}\n\n" (function_definition "void FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}" primitive_type (function_declarator "FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)" identifier (parameter_list "(long *param_1,int param_2,long param_3,int param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }" if (parenthesized_expression "(*(code **)(*param_1 + 200) == FUN_001d4970)" ( (binary_expression "*(code **)(*param_1 + 200) == FUN_001d4970" (pointer_expression "*(code **)(*param_1 + 200)" * (cast_expression "(code **)(*param_1 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 200)" ( (binary_expression "*param_1 + 200" (pointer_expression "*param_1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }" { (expression_statement "uVar4 = (param_2 + 1) * 0x40;" (assignment_expression "uVar4 = (param_2 + 1) * 0x40" identifier = (binary_expression "(param_2 + 1) * 0x40" (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) )) * number_literal)) ;) (expression_statement "FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);" (call_expression "FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3)" identifier (argument_list "(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3)" ( (binary_expression "param_1 + 10" identifier + number_literal) , (binary_expression "uVar4 - 0x40 >> 3" (binary_expression "uVar4 - 0x40" identifier - number_literal) >> number_literal) , (binary_expression "uVar4 >> 3" identifier >> number_literal) ))) ;) }) (else_clause "else {\n (**(code **)(*param_1 + 200))();\n }" else (compound_statement "{\n (**(code **)(*param_1 + 200))();\n }" { (expression_statement "(**(code **)(*param_1 + 200))();" (call_expression "(**(code **)(*param_1 + 200))()" (parenthesized_expression "(**(code **)(*param_1 + 200))" ( (pointer_expression "**(code **)(*param_1 + 200)" * (pointer_expression "*(code **)(*param_1 + 200)" * (cast_expression "(code **)(*param_1 + 200)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 200)" ( (binary_expression "*param_1 + 200" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) }))) (expression_statement "iVar1 = *(int *)(param_3 + 0x28);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x28)" identifier = (pointer_expression "*(int *)(param_3 + 0x28)" * (cast_expression "(int *)(param_3 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "param_2 = param_2 << 3;" (assignment_expression "param_2 = param_2 << 3" identifier = (binary_expression "param_2 << 3" identifier << number_literal)) ;) (if_statement "if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }" if (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) )) (compound_statement "{\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }" { (expression_statement "piVar3 = (int *)(param_3 + 0x28);" (assignment_expression "piVar3 = (int *)(param_3 + 0x28)" identifier = (cast_expression "(int *)(param_3 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) )))) ;) (while_statement "while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }" { (if_statement "if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }" if (parenthesized_expression "(param_4 == iVar1)" ( (binary_expression "param_4 == iVar1" identifier == identifier) )) (compound_statement "{\n piVar3[1] = param_2;\n return;\n }" { (expression_statement "piVar3[1] = param_2;" (assignment_expression "piVar3[1] = param_2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "piVar3 = *(int **)(piVar3 + 2);" (assignment_expression "piVar3 = *(int **)(piVar3 + 2)" identifier = (pointer_expression "*(int **)(piVar3 + 2)" * (cast_expression "(int **)(piVar3 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar3 + 2)" ( (binary_expression "piVar3 + 2" identifier + number_literal) ))))) ;) (if_statement "if (piVar3 == (int *)0x0) break;" if (parenthesized_expression "(piVar3 == (int *)0x0)" ( (binary_expression "piVar3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar1 = *piVar3;" (assignment_expression "iVar1 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) })) (expression_statement "piVar3 = (int *)FUN_0049cb60(0x10);" (assignment_expression "piVar3 = (int *)FUN_0049cb60(0x10)" identifier = (cast_expression "(int *)FUN_0049cb60(0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0049cb60(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "uVar2 = *(undefined8 *)(param_3 + 0x30);" (assignment_expression "uVar2 = *(undefined8 *)(param_3 + 0x30)" identifier = (pointer_expression "*(undefined8 *)(param_3 + 0x30)" * (cast_expression "(undefined8 *)(param_3 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x30)" ( (binary_expression "param_3 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "*piVar3 = param_4;" (assignment_expression "*piVar3 = param_4" (pointer_expression "*piVar3" * identifier) = identifier) ;) (expression_statement "piVar3[1] = param_2;" (assignment_expression "piVar3[1] = param_2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)(piVar3 + 2) = uVar2;" (assignment_expression "*(undefined8 *)(piVar3 + 2) = uVar2" (pointer_expression "*(undefined8 *)(piVar3 + 2)" * (cast_expression "(undefined8 *)(piVar3 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar3 + 2)" ( (binary_expression "piVar3 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(param_3 + 0x30) = piVar3;" (assignment_expression "*(int **)(param_3 + 0x30) = piVar3" (pointer_expression "*(int **)(param_3 + 0x30)" * (cast_expression "(int **)(param_3 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x30)" ( (binary_expression "param_3 + 0x30" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "*(int *)(param_3 + 0x28) = param_4;" (assignment_expression "*(int *)(param_3 + 0x28) = param_4" (pointer_expression "*(int *)(param_3 + 0x28)" * (cast_expression "(int *)(param_3 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x28)" ( (binary_expression "param_3 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_3 + 0x2c) = param_2;" (assignment_expression "*(int *)(param_3 + 0x2c) = param_2" (pointer_expression "*(int *)(param_3 + 0x2c)" * (cast_expression "(int *)(param_3 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x2c)" ( (binary_expression "param_3 + 0x2c" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) * LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression (binary_expression IDENT - LIT) >> LIT) , (binary_expression IDENT >> LIT) ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) }))) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT << LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)\n\n{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_003dd0f0(long *param_1,int param_2,long param_3,int param_4)" (identifier "FUN_003dd0f0") (parameter_list "(long *param_1,int param_2,long param_3,int param_4)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n int *piVar3;\n uint uVar4;\n \n if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }\n iVar1 = *(int *)(param_3 + 0x28);\n param_2 = param_2 << 3;\n if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }\n *(int *)(param_3 + 0x28) = param_4;\n *(int *)(param_3 + 0x2c) = param_2;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (if_statement "if (*(code **)(*param_1 + 200) == FUN_001d4970) {\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }\n else {\n (**(code **)(*param_1 + 200))();\n }" (if "if") (parenthesized_expression "(*(code **)(*param_1 + 200) == FUN_001d4970)" (( "(") (binary_expression "*(code **)(*param_1 + 200) == FUN_001d4970" (pointer_expression "*(code **)(*param_1 + 200)" (* "*") (cast_expression "(code **)(*param_1 + 200)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 200)" (( "(") (binary_expression "*param_1 + 200" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "200")) () ")")))) (== "==") (identifier "FUN_001d4970")) () ")")) (compound_statement "{\n uVar4 = (param_2 + 1) * 0x40;\n FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);\n }" ({ "{") (expression_statement "uVar4 = (param_2 + 1) * 0x40;" (assignment_expression "uVar4 = (param_2 + 1) * 0x40" (identifier "uVar4") (= "=") (binary_expression "(param_2 + 1) * 0x40" (parenthesized_expression "(param_2 + 1)" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) () ")")) (* "*") (number_literal "0x40"))) (; ";")) (expression_statement "FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);" (call_expression "FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3)" (identifier "FUN_0037a8d0") (argument_list "(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3)" (( "(") (binary_expression "param_1 + 10" (identifier "param_1") (+ "+") (number_literal "10")) (, ",") (binary_expression "uVar4 - 0x40 >> 3" (binary_expression "uVar4 - 0x40" (identifier "uVar4") (- "-") (number_literal "0x40")) (>> ">>") (number_literal "3")) (, ",") (binary_expression "uVar4 >> 3" (identifier "uVar4") (>> ">>") (number_literal "3")) () ")"))) (; ";")) (} "}")) (else_clause "else {\n (**(code **)(*param_1 + 200))();\n }" (else "else") (compound_statement "{\n (**(code **)(*param_1 + 200))();\n }" ({ "{") (expression_statement "(**(code **)(*param_1 + 200))();" (call_expression "(**(code **)(*param_1 + 200))()" (parenthesized_expression "(**(code **)(*param_1 + 200))" (( "(") (pointer_expression "**(code **)(*param_1 + 200)" (* "*") (pointer_expression "*(code **)(*param_1 + 200)" (* "*") (cast_expression "(code **)(*param_1 + 200)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 200)" (( "(") (binary_expression "*param_1 + 200" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "200")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (expression_statement "iVar1 = *(int *)(param_3 + 0x28);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x28)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_3 + 0x28)" (* "*") (cast_expression "(int *)(param_3 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x28)" (( "(") (binary_expression "param_3 + 0x28" (identifier "param_3") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "param_2 = param_2 << 3;" (assignment_expression "param_2 = param_2 << 3" (identifier "param_2") (= "=") (binary_expression "param_2 << 3" (identifier "param_2") (<< "<<") (number_literal "3"))) (; ";")) (if_statement "if (iVar1 != -1) {\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }" (if "if") (parenthesized_expression "(iVar1 != -1)" (( "(") (binary_expression "iVar1 != -1" (identifier "iVar1") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n piVar3 = (int *)(param_3 + 0x28);\n while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }\n piVar3 = (int *)FUN_0049cb60(0x10);\n uVar2 = *(undefined8 *)(param_3 + 0x30);\n *piVar3 = param_4;\n piVar3[1] = param_2;\n *(undefined8 *)(piVar3 + 2) = uVar2;\n *(int **)(param_3 + 0x30) = piVar3;\n return;\n }" ({ "{") (expression_statement "piVar3 = (int *)(param_3 + 0x28);" (assignment_expression "piVar3 = (int *)(param_3 + 0x28)" (identifier "piVar3") (= "=") (cast_expression "(int *)(param_3 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x28)" (( "(") (binary_expression "param_3 + 0x28" (identifier "param_3") (+ "+") (number_literal "0x28")) () ")")))) (; ";")) (while_statement "while( true ) {\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }\n piVar3 = *(int **)(piVar3 + 2);\n if (piVar3 == (int *)0x0) break;\n iVar1 = *piVar3;\n }" ({ "{") (if_statement "if (param_4 == iVar1) {\n piVar3[1] = param_2;\n return;\n }" (if "if") (parenthesized_expression "(param_4 == iVar1)" (( "(") (binary_expression "param_4 == iVar1" (identifier "param_4") (== "==") (identifier "iVar1")) () ")")) (compound_statement "{\n piVar3[1] = param_2;\n return;\n }" ({ "{") (expression_statement "piVar3[1] = param_2;" (assignment_expression "piVar3[1] = param_2" (subscript_expression "piVar3[1]" (identifier "piVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "piVar3 = *(int **)(piVar3 + 2);" (assignment_expression "piVar3 = *(int **)(piVar3 + 2)" (identifier "piVar3") (= "=") (pointer_expression "*(int **)(piVar3 + 2)" (* "*") (cast_expression "(int **)(piVar3 + 2)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(piVar3 + 2)" (( "(") (binary_expression "piVar3 + 2" (identifier "piVar3") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (if_statement "if (piVar3 == (int *)0x0) break;" (if "if") (parenthesized_expression "(piVar3 == (int *)0x0)" (( "(") (binary_expression "piVar3 == (int *)0x0" (identifier "piVar3") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar1 = *piVar3;" (assignment_expression "iVar1 = *piVar3" (identifier "iVar1") (= "=") (pointer_expression "*piVar3" (* "*") (identifier "piVar3"))) (; ";")) (} "}"))) (expression_statement "piVar3 = (int *)FUN_0049cb60(0x10);" (assignment_expression "piVar3 = (int *)FUN_0049cb60(0x10)" (identifier "piVar3") (= "=") (cast_expression "(int *)FUN_0049cb60(0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0049cb60(0x10)" (identifier "FUN_0049cb60") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";")) (expression_statement "uVar2 = *(undefined8 *)(param_3 + 0x30);" (assignment_expression "uVar2 = *(undefined8 *)(param_3 + 0x30)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined8 *)(param_3 + 0x30)" (* "*") (cast_expression "(undefined8 *)(param_3 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x30)" (( "(") (binary_expression "param_3 + 0x30" (identifier "param_3") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "*piVar3 = param_4;" (assignment_expression "*piVar3 = param_4" (pointer_expression "*piVar3" (* "*") (identifier "piVar3")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "piVar3[1] = param_2;" (assignment_expression "piVar3[1] = param_2" (subscript_expression "piVar3[1]" (identifier "piVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(undefined8 *)(piVar3 + 2) = uVar2;" (assignment_expression "*(undefined8 *)(piVar3 + 2) = uVar2" (pointer_expression "*(undefined8 *)(piVar3 + 2)" (* "*") (cast_expression "(undefined8 *)(piVar3 + 2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar3 + 2)" (( "(") (binary_expression "piVar3 + 2" (identifier "piVar3") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "*(int **)(param_3 + 0x30) = piVar3;" (assignment_expression "*(int **)(param_3 + 0x30) = piVar3" (pointer_expression "*(int **)(param_3 + 0x30)" (* "*") (cast_expression "(int **)(param_3 + 0x30)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x30)" (( "(") (binary_expression "param_3 + 0x30" (identifier "param_3") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "piVar3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*(int *)(param_3 + 0x28) = param_4;" (assignment_expression "*(int *)(param_3 + 0x28) = param_4" (pointer_expression "*(int *)(param_3 + 0x28)" (* "*") (cast_expression "(int *)(param_3 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x28)" (( "(") (binary_expression "param_3 + 0x28" (identifier "param_3") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*(int *)(param_3 + 0x2c) = param_2;" (assignment_expression "*(int *)(param_3 + 0x2c) = param_2" (pointer_expression "*(int *)(param_3 + 0x2c)" (* "*") (cast_expression "(int *)(param_3 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x2c)" (( "(") (binary_expression "param_3 + 0x2c" (identifier "param_3") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void reserve_global(Output_data_got<64,_true> * this, uint i, Symbol *
gsym, uint got_type) */
void __thiscall
gold::Output_data_got<64,_true>::reserve_global
(Output_data_got<64,_true> *this,type_3 var_4,Symbol *gsym,type_3 var_6)
{
type_3 var_5;
type_1 *var_1;
type_2 *var_7;
type_2 *pGVar4;
type_3 uVar5;
var_1 = (this->super_Output_data_got_base).super_Output_section_data_build.
super_Output_section_data.super_Output_data._vptr_Output_data[0x19];
if (var_1 == var_2) {
Free_list::var_3(&this->free_list_,(char *)(ulong)((var_4 + 1) * 0x40 - 0x40 >> 3));
}
else {
(*var_1)();
}
var_5 = (gsym->got_offsets_).got_type_;
uVar5 = var_4 << 3;
if (var_5 != 0xffffffff) {
var_7 = &gsym->got_offsets_;
while( true ) {
if (var_6 == var_5) {
var_7->got_offset_ = uVar5;
return;
}
var_7 = var_7->got_next_;
if (var_7 == (type_2 *)0x0) break;
var_5 = var_7->got_type_;
}
pGVar4 = (type_2 *)var_8(0x10);
var_7 = (gsym->got_offsets_).got_next_;
pGVar4->got_type_ = var_6;
pGVar4->got_offset_ = uVar5;
pGVar4->got_next_ = var_7;
(gsym->got_offsets_).got_next_ = pGVar4;
return;
}
(gsym->got_offsets_).got_type_ = var_6;
(gsym->got_offsets_).got_offset_ = uVar5;
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: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement))))
| null |
void MASKED(long *param_1,int param_2,long param_3,int param_4)
{
int iVar1;
undefined8 uVar2;
int *piVar3;
uint uVar4;
if (*(code **)(*param_1 + 200) == FUN_001d4970) {
uVar4 = (param_2 + 1) * 0x40;
FUN_0037a8d0(param_1 + 10,uVar4 - 0x40 >> 3,uVar4 >> 3);
}
else {
(**(code **)(*param_1 + 200))();
}
iVar1 = *(int *)(param_3 + 0x28);
param_2 = param_2 << 3;
if (iVar1 != -1) {
piVar3 = (int *)(param_3 + 0x28);
while( true ) {
if (param_4 == iVar1) {
piVar3[1] = param_2;
return;
}
piVar3 = *(int **)(piVar3 + 2);
if (piVar3 == (int *)0x0) break;
iVar1 = *piVar3;
}
piVar3 = (int *)FUN_0049cb60(0x10);
uVar2 = *(undefined8 *)(param_3 + 0x30);
*piVar3 = param_4;
piVar3[1] = param_2;
*(undefined8 *)(piVar3 + 2) = uVar2;
*(int **)(param_3 + 0x30) = piVar3;
return;
}
*(int *)(param_3 + 0x28) = param_4;
*(int *)(param_3 + 0x2c) = param_2;
return;
}
|
339_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
corresponding_uncompressed_section_name
|
FUN_001468c8
|
/* gold::corresponding_uncompressed_section_name(std::string) [clone .cold.758] */
void gold::corresponding_uncompressed_section_name(void)
{
undefined8 *unaff_RBX;
void *unaff_R12;
if ((void *)*unaff_RBX != unaff_R12) {
operator_delete((void *)*unaff_RBX);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_001468c8(void)
{
long *unaff_RBX;
long unaff_R12;
if (*unaff_RBX != unaff_R12) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
MOV RDI,qword ptr [RBX]
CMP RDI,R12
JZ 0x001468d5
CALL 0x002a2980
MOV RDI,RBP
CALL 0x003305f0
| null | null | null | null |
[(u'CAST_-1207211710', u'CALL_-1207211802'), ('tmp_141', u'LOAD_-1207211830'), ('const-1', u'RETURN_-1207211785'), (u'CAST_-1207211710', u'INT_NOTEQUAL_-1207211810'), (u'LOAD_-1207211830', u'CAST_-1207211710'), ('const-433', u'LOAD_-1207211830'), ('tmp_33', u'CBRANCH_-1207211809'), (u'INT_NOTEQUAL_-1207211810', u'CBRANCH_-1207211809'), ('tmp_142', u'INT_NOTEQUAL_-1207211810')]
|
[('tmp_141', u'LOAD_-1207211830'), ('const-1', u'RETURN_-1207211785'), ('tmp_33', u'CBRANCH_-1207211809'), (u'INT_NOTEQUAL_-1207211810', u'CBRANCH_-1207211809'), ('tmp_142', u'INT_NOTEQUAL_-1207211810'), ('const-433', u'LOAD_-1207211830'), (u'LOAD_-1207211830', u'INT_NOTEQUAL_-1207211810')]
| null | null |
001468c8
|
x64
|
O2
|
(translation_unit "void FUN_001468c8(void)\n\n{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}\n\n" (function_definition "void FUN_001468c8(void)\n\n{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_001468c8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\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_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }" if (parenthesized_expression "(*unaff_RBX != unaff_R12)" ( (binary_expression "*unaff_RBX != unaff_R12" (pointer_expression "*unaff_RBX" * identifier) != 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 "/* gold::corresponding_uncompressed_section_name(std::string) [clone .cold.758] */\n\nvoid gold::corresponding_uncompressed_section_name(void)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_R12;\n \n if ((void *)*unaff_RBX != unaff_R12) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void gold::corresponding_uncompressed_section_name(void)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_R12;\n \n if ((void *)*unaff_RBX != unaff_R12) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "gold::" identifier : :) (function_declarator "corresponding_uncompressed_section_name(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *unaff_RBX;\n void *unaff_R12;\n \n if ((void *)*unaff_RBX != unaff_R12) {\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_R12;" primitive_type (pointer_declarator "*unaff_R12" * identifier) ;) (if_statement "if ((void *)*unaff_RBX != unaff_R12) {\n operator_delete((void *)*unaff_RBX);\n }" if (parenthesized_expression "((void *)*unaff_RBX != unaff_R12)" ( (binary_expression "(void *)*unaff_RBX != unaff_R12" (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier)) != identifier) )) (compound_statement "{\n operator_delete((void *)*unaff_RBX);\n }" { (expression_statement "operator_delete((void *)*unaff_RBX);" (call_expression "operator_delete((void *)*unaff_RBX)" identifier (argument_list "((void *)*unaff_RBX)" ( (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier)) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_001468c8(void)\n\n{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}\n\n" (function_definition "void FUN_001468c8(void)\n\n{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_001468c8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\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_R12;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }" if (parenthesized_expression "(*unaff_RBX != unaff_R12)" ( (binary_expression "*unaff_RBX != unaff_R12" (pointer_expression "*unaff_RBX" * identifier) != 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 (pointer_expression * IDENT) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_001468c8(void)\n\n{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" (primitive_type "void") (function_declarator "FUN_001468c8(void)" (identifier "FUN_001468c8") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long *unaff_RBX;\n long unaff_R12;\n \n if (*unaff_RBX != unaff_R12) {\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_R12;" (sized_type_specifier "long" (long "long")) (identifier "unaff_R12") (; ";")) (if_statement "if (*unaff_RBX != unaff_R12) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(*unaff_RBX != unaff_R12)" (( "(") (binary_expression "*unaff_RBX != unaff_R12" (pointer_expression "*unaff_RBX" (* "*") (identifier "unaff_RBX")) (!= "!=") (identifier "unaff_R12")) () ")")) (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 "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* gold::corresponding_uncompressed_section_name(std::string) [clone .cold.758] */
void gold::function_1(void)
{
type_1 *unaff_RBX;
void *var_1;
if ((void *)*unaff_RBX != var_1) {
var_2((void *)*unaff_RBX);
}
/* WARNING: Subroutine does not return */
var_3();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
long *unaff_RBX;
long unaff_R12;
if (*unaff_RBX != unaff_R12) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
2863_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
|
~Read_symbols_data
|
FUN_0019a650
|
/* DWARF original prototype: void ~Read_symbols_data(Read_symbols_data * this, int __in_chrg) */
void __thiscall gold::Read_symbols_data::~Read_symbols_data(Read_symbols_data *this,int __in_chrg)
{
File_view *pFVar1;
pFVar1 = this->section_headers;
if (pFVar1 != (File_view *)0x0) {
File_view::~File_view(pFVar1,__in_chrg);
__in_chrg = 0x18;
operator_delete(pFVar1,0x18);
}
pFVar1 = this->section_names;
if (pFVar1 != (File_view *)0x0) {
File_view::~File_view(pFVar1,__in_chrg);
__in_chrg = 0x18;
operator_delete(pFVar1,0x18);
}
pFVar1 = this->symbols;
if (pFVar1 != (File_view *)0x0) {
File_view::~File_view(pFVar1,__in_chrg);
__in_chrg = 0x18;
operator_delete(pFVar1,0x18);
}
pFVar1 = this->symbol_names;
if (pFVar1 != (File_view *)0x0) {
File_view::~File_view(pFVar1,__in_chrg);
__in_chrg = 0x18;
operator_delete(pFVar1,0x18);
}
pFVar1 = this->versym;
if (pFVar1 != (File_view *)0x0) {
File_view::~File_view(pFVar1,__in_chrg);
__in_chrg = 0x18;
operator_delete(pFVar1,0x18);
}
pFVar1 = this->verdef;
if (pFVar1 != (File_view *)0x0) {
File_view::~File_view(pFVar1,__in_chrg);
__in_chrg = 0x18;
operator_delete(pFVar1,0x18);
}
pFVar1 = this->verneed;
if (pFVar1 != (File_view *)0x0) {
File_view::~File_view(pFVar1,__in_chrg);
operator_delete(pFVar1,0x18);
return;
}
return;
}
|
void FUN_0019a650(long *param_1)
{
long lVar1;
lVar1 = *param_1;
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[1];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[3];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[6];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[8];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[10];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[0xd];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
return;
}
return;
}
|
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV RBP,qword ptr [RDI]
TEST RBP,RBP
JZ 0x0019a676
MOV RDI,RBP
CALL 0x0016af20
MOV ESI,0x18
MOV RDI,RBP
CALL 0x00276d10
MOV RBP,qword ptr [RBX + 0x8]
TEST RBP,RBP
JZ 0x0019a694
MOV RDI,RBP
CALL 0x0016af20
MOV ESI,0x18
MOV RDI,RBP
CALL 0x00276d10
MOV RBP,qword ptr [RBX + 0x18]
TEST RBP,RBP
JZ 0x0019a6b2
MOV RDI,RBP
CALL 0x0016af20
MOV ESI,0x18
MOV RDI,RBP
CALL 0x00276d10
MOV RBP,qword ptr [RBX + 0x30]
TEST RBP,RBP
JZ 0x0019a6d0
MOV RDI,RBP
CALL 0x0016af20
MOV ESI,0x18
MOV RDI,RBP
CALL 0x00276d10
MOV RBP,qword ptr [RBX + 0x40]
TEST RBP,RBP
JZ 0x0019a6ee
MOV RDI,RBP
CALL 0x0016af20
MOV ESI,0x18
MOV RDI,RBP
CALL 0x00276d10
MOV RBP,qword ptr [RBX + 0x50]
TEST RBP,RBP
JZ 0x0019a70c
MOV RDI,RBP
CALL 0x0016af20
MOV ESI,0x18
MOV RDI,RBP
CALL 0x00276d10
MOV RBX,qword ptr [RBX + 0x68]
TEST RBX,RBX
JZ 0x0019a730
MOV RDI,RBX
CALL 0x0016af20
ADD RSP,0x8
MOV RDI,RBX
MOV ESI,0x18
POP RBX
POP RBP
JMP 0x00276d10
ADD RSP,0x8
POP RBX
POP RBP
RET
| null | null | null | null |
[('const-24', u'CALL_-1207523684'), ('const-0', u'INT_NOTEQUAL_-1207523506'), (u'PTRSUB_-1207523038', u'LOAD_-1207523578'), (u'LOAD_-1207523578', u'CALL_-1207523546'), ('const-104', u'PTRSUB_-1207522945'), ('tmp_409', u'CBRANCH_-1207523401'), (u'MULTIEQUAL_-1207523052', u'CALL_-1207523390'), (u'LOAD_-1207523630', u'INT_NOTEQUAL_-1207523610'), ('tmp_573', u'MULTIEQUAL_-1207523187'), ('const-24', u'COPY_-1207523065'), ('tmp_572', u'PTRSUB_-1207523130'), (u'MULTIEQUAL_-1207523187', u'CALL_-1207523650'), ('const-24', u'COPY_-1207523164'), (u'LOAD_-1207523526', u'CALL_-1207523494'), (u'LOAD_-1207523733', u'CALL_-1207523684'), ('const-24', u'COPY_-1207523197'), ('const-24', u'CALL_-1207523528'), ('const-80', u'PTRSUB_-1207522976'), (u'MULTIEQUAL_-1207523079', u'CALL_-1207523442'), ('const-24', u'CALL_-1207523632'), (u'LOAD_-1207523422', u'CALL_-1207523351'), ('const-433', u'LOAD_-1207523526'), ('const-0', u'INT_NOTEQUAL_-1207523558'), ('tmp_572', u'PTRSUB_-1207523100'), ('const-433', u'LOAD_-1207523422'), ('const-0', u'INT_NOTEQUAL_-1207523610'), ('tmp_297', u'CBRANCH_-1207523505'), (u'MULTIEQUAL_-1207523079', u'MULTIEQUAL_-1207523052'), ('const-433', u'LOAD_-1207523682'), ('tmp_129', u'CBRANCH_-1207523661'), ('tmp_73', u'CBRANCH_-1207523713'), ('tmp_572', u'PTRSUB_-1207522976'), ('tmp_572', u'PTRSUB_-1207522945'), (u'INDIRECT_-1207523029', u'MULTIEQUAL_-1207523106'), (u'PTRSUB_-1207522945', u'LOAD_-1207523422'), ('const-0', u'INT_NOTEQUAL_-1207523402'), (u'INT_NOTEQUAL_-1207523558', u'CBRANCH_-1207523557'), ('const-433', u'LOAD_-1207523474'), ('tmp_572', u'PTRSUB_-1207523007'), ('tmp_572', u'PTRSUB_-1207523069'), (u'CALL_-1207523580', u'INDIRECT_-1207523062'), ('const-0', u'PTRSUB_-1207523130'), ('const-24', u'PTRSUB_-1207523069'), (u'CALL_-1207523684', u'INDIRECT_-1207523128'), (u'LOAD_-1207523526', u'CALL_-1207523476'), ('const-48', u'PTRSUB_-1207523038'), (u'PTRSUB_-1207523007', u'LOAD_-1207523526'), (u'MULTIEQUAL_-1207523133', u'MULTIEQUAL_-1207523106'), ('tmp_353', u'CBRANCH_-1207523453'), (u'PTRSUB_-1207523069', u'LOAD_-1207523630'), ('const-24', u'CALL_-1207523580'), (u'LOAD_-1207523682', u'CALL_-1207523650'), ('tmp_241', u'CBRANCH_-1207523557'), ('const-24', u'COPY_-1207523131'), (u'MULTIEQUAL_-1207523160', u'CALL_-1207523598'), (u'LOAD_-1207523630', u'CALL_-1207523580'), (u'INT_NOTEQUAL_-1207523610', u'CBRANCH_-1207523609'), (u'MULTIEQUAL_-1207523133', u'CALL_-1207523546'), ('const-0', u'INT_NOTEQUAL_-1207523714'), (u'INT_NOTEQUAL_-1207523402', u'CBRANCH_-1207523401'), (u'INDIRECT_-1207523062', u'MULTIEQUAL_-1207523133'), ('const-0', u'RETURN_-1207523347'), (u'INT_NOTEQUAL_-1207523506', u'CBRANCH_-1207523505'), (u'INT_NOTEQUAL_-1207523662', u'CBRANCH_-1207523661'), ('const-433', u'LOAD_-1207523733'), (u'LOAD_-1207523474', u'CALL_-1207523424'), ('const-24', u'COPY_-1207523098'), ('const-24', u'CALL_-1207523351'), (u'LOAD_-1207523422', u'INT_NOTEQUAL_-1207523402'), (u'INDIRECT_-1207522996', u'MULTIEQUAL_-1207523079'), ('const-0', u'RETURN_-1207523316'), (u'LOAD_-1207523733', u'INT_NOTEQUAL_-1207523714'), (u'LOAD_-1207523474', u'INT_NOTEQUAL_-1207523454'), (u'CALL_-1207523424', u'INDIRECT_-1207522963'), ('const-433', u'LOAD_-1207523630'), ('tmp_573', u'CALL_-1207523702'), (u'INDIRECT_-1207522963', u'MULTIEQUAL_-1207523052'), (u'MULTIEQUAL_-1207523187', u'MULTIEQUAL_-1207523160'), (u'INT_NOTEQUAL_-1207523714', u'CBRANCH_-1207523713'), (u'LOAD_-1207523682', u'INT_NOTEQUAL_-1207523662'), ('const-0', u'INT_NOTEQUAL_-1207523662'), (u'LOAD_-1207523578', u'INT_NOTEQUAL_-1207523558'), (u'LOAD_-1207523422', u'CALL_-1207523390'), (u'INT_NOTEQUAL_-1207523454', u'CBRANCH_-1207523453'), ('const-24', u'COPY_-1207523032'), (u'LOAD_-1207523630', u'CALL_-1207523598'), (u'INDIRECT_-1207523128', u'MULTIEQUAL_-1207523187'), ('const-0', u'INT_NOTEQUAL_-1207523454'), (u'LOAD_-1207523474', u'CALL_-1207523442'), ('const-64', u'PTRSUB_-1207523007'), (u'LOAD_-1207523733', u'CALL_-1207523702'), (u'CALL_-1207523632', u'INDIRECT_-1207523095'), ('const-24', u'CALL_-1207523476'), (u'LOAD_-1207523578', u'CALL_-1207523528'), (u'CALL_-1207523476', u'INDIRECT_-1207522996'), (u'MULTIEQUAL_-1207523106', u'CALL_-1207523494'), (u'PTRSUB_-1207523100', u'LOAD_-1207523682'), ('const-433', u'LOAD_-1207523578'), (u'LOAD_-1207523682', u'CALL_-1207523632'), ('tmp_572', u'PTRSUB_-1207523038'), ('const-24', u'CALL_-1207523424'), (u'PTRSUB_-1207523130', u'LOAD_-1207523733'), (u'LOAD_-1207523526', u'INT_NOTEQUAL_-1207523506'), ('tmp_185', u'CBRANCH_-1207523609'), (u'MULTIEQUAL_-1207523106', u'MULTIEQUAL_-1207523079'), (u'INDIRECT_-1207523095', u'MULTIEQUAL_-1207523160'), (u'PTRSUB_-1207522976', u'LOAD_-1207523474'), (u'CALL_-1207523528', u'INDIRECT_-1207523029'), ('const-8', u'PTRSUB_-1207523100'), (u'MULTIEQUAL_-1207523160', u'MULTIEQUAL_-1207523133')]
|
[('const-0', u'INT_NOTEQUAL_-1207523506'), (u'LOAD_-1207523630', u'CALL_-1207523580'), (u'INT_NOTEQUAL_-1207523610', u'CBRANCH_-1207523609'), (u'LOAD_-1207523578', u'CALL_-1207523546'), ('const-8', u'PTRADD_-1207522985'), ('tmp_1231', u'PTRADD_-1207522985'), ('const-0', u'INT_NOTEQUAL_-1207523714'), ('tmp_409', u'CBRANCH_-1207523401'), (u'INT_NOTEQUAL_-1207523402', u'CBRANCH_-1207523401'), ('const-433', u'LOAD_-1207523733'), ('const-0', u'RETURN_-1207523347'), ('const-24', u'CALL_-1207523580'), (u'PTRADD_-1207522985', u'LOAD_-1207523422'), (u'INT_NOTEQUAL_-1207523506', u'CBRANCH_-1207523505'), (u'PTRADD_-1207523016', u'LOAD_-1207523474'), (u'INT_NOTEQUAL_-1207523662', u'CBRANCH_-1207523661'), ('const-24', u'CALL_-1207523351'), (u'LOAD_-1207523630', u'INT_NOTEQUAL_-1207523610'), (u'LOAD_-1207523474', u'CALL_-1207523424'), ('const-8', u'PTRADD_-1207523016'), (u'LOAD_-1207523422', u'INT_NOTEQUAL_-1207523402'), ('const-0', u'RETURN_-1207523316'), ('tmp_1231', u'PTRADD_-1207523078'), (u'LOAD_-1207523733', u'INT_NOTEQUAL_-1207523714'), (u'PTRADD_-1207523140', u'LOAD_-1207523682'), (u'LOAD_-1207523733', u'CALL_-1207523684'), (u'LOAD_-1207523526', u'CALL_-1207523494'), (u'LOAD_-1207523474', u'INT_NOTEQUAL_-1207523454'), ('const-10', u'PTRADD_-1207523016'), (u'LOAD_-1207523422', u'CALL_-1207523351'), ('const-13', u'PTRADD_-1207522985'), ('const-433', u'LOAD_-1207523526'), (u'INT_NOTEQUAL_-1207523714', u'CBRANCH_-1207523713'), ('const-0', u'INT_NOTEQUAL_-1207523558'), ('tmp_1231', u'LOAD_-1207523733'), ('const-24', u'CALL_-1207523424'), (u'LOAD_-1207523682', u'INT_NOTEQUAL_-1207523662'), ('tmp_1231', u'PTRADD_-1207523047'), ('const-0', u'INT_NOTEQUAL_-1207523662'), ('const-0', u'INT_NOTEQUAL_-1207523610'), ('tmp_297', u'CBRANCH_-1207523505'), ('const-24', u'CALL_-1207523476'), (u'LOAD_-1207523578', u'INT_NOTEQUAL_-1207523558'), ('const-433', u'LOAD_-1207523578'), (u'LOAD_-1207523422', u'CALL_-1207523390'), ('const-8', u'PTRADD_-1207523109'), (u'INT_NOTEQUAL_-1207523454', u'CBRANCH_-1207523453'), ('const-1', u'PTRADD_-1207523140'), (u'PTRADD_-1207523109', u'LOAD_-1207523630'), (u'LOAD_-1207523630', u'CALL_-1207523598'), ('const-8', u'PTRADD_-1207523140'), ('const-0', u'INT_NOTEQUAL_-1207523454'), (u'LOAD_-1207523474', u'CALL_-1207523442'), ('tmp_73', u'CBRANCH_-1207523713'), ('tmp_129', u'CBRANCH_-1207523661'), (u'LOAD_-1207523733', u'CALL_-1207523702'), ('const-0', u'INT_NOTEQUAL_-1207523402'), ('const-3', u'PTRADD_-1207523109'), ('tmp_1231', u'PTRADD_-1207523016'), (u'INT_NOTEQUAL_-1207523558', u'CBRANCH_-1207523557'), ('const-8', u'PTRADD_-1207523047'), (u'LOAD_-1207523578', u'CALL_-1207523528'), (u'LOAD_-1207523682', u'CALL_-1207523632'), ('const-433', u'LOAD_-1207523682'), ('const-433', u'LOAD_-1207523474'), ('const-433', u'LOAD_-1207523630'), (u'PTRADD_-1207523047', u'LOAD_-1207523526'), ('const-6', u'PTRADD_-1207523078'), (u'LOAD_-1207523526', u'CALL_-1207523476'), ('const-8', u'PTRADD_-1207523047'), (u'LOAD_-1207523526', u'INT_NOTEQUAL_-1207523506'), ('tmp_1231', u'PTRADD_-1207523109'), ('tmp_185', u'CBRANCH_-1207523609'), ('tmp_353', u'CBRANCH_-1207523453'), ('const-24', u'CALL_-1207523528'), ('const-8', u'PTRADD_-1207523078'), ('const-24', u'CALL_-1207523684'), ('const-24', u'CALL_-1207523632'), ('tmp_1231', u'PTRADD_-1207523140'), ('const-433', u'LOAD_-1207523422'), (u'LOAD_-1207523682', u'CALL_-1207523650'), (u'PTRADD_-1207523078', u'LOAD_-1207523578'), ('tmp_241', u'CBRANCH_-1207523557')]
| null | null |
0019a650
|
x64
|
O2
|
(translation_unit "void FUN_0019a650(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0019a650(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0019a650(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[1];" (assignment_expression "lVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[3];" (assignment_expression "lVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[6];" (assignment_expression "lVar1 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[8];" (assignment_expression "lVar1 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[10];" (assignment_expression "lVar1 = param_1[10]" identifier = (subscript_expression "param_1[10]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[0xd];" (assignment_expression "lVar1 = param_1[0xd]" identifier = (subscript_expression "param_1[0xd]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void ~Read_symbols_data(Read_symbols_data * this, int __in_chrg) */\n\nvoid __thiscall gold::Read_symbols_data::~Read_symbols_data(Read_symbols_data *this,int __in_chrg)\n\n{\n File_view *pFVar1;\n \n pFVar1 = this->section_headers;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->section_names;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->symbols;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->symbol_names;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->versym;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->verdef;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->verneed;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n operator_delete(pFVar1,0x18);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Read_symbols_data::~Read_symbols_data(Read_symbols_data *this,int __in_chrg)\n\n{\n File_view *pFVar1;\n \n pFVar1 = this->section_headers;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->section_names;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->symbols;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->symbol_names;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->versym;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->verdef;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->verneed;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n operator_delete(pFVar1,0x18);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Read_symbols_data::~" identifier : : identifier : : ~) (function_declarator "Read_symbols_data(Read_symbols_data *this,int __in_chrg)" identifier (parameter_list "(Read_symbols_data *this,int __in_chrg)" ( (parameter_declaration "Read_symbols_data *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n File_view *pFVar1;\n \n pFVar1 = this->section_headers;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->section_names;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->symbols;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->symbol_names;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->versym;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->verdef;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }\n pFVar1 = this->verneed;\n if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n operator_delete(pFVar1,0x18);\n return;\n }\n return;\n}" { (declaration "File_view *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (expression_statement "pFVar1 = this->section_headers;" (assignment_expression "pFVar1 = this->section_headers" identifier = (field_expression "this->section_headers" identifier -> field_identifier)) ;) (if_statement "if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" if (parenthesized_expression "(pFVar1 != (File_view *)0x0)" ( (binary_expression "pFVar1 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" { (labeled_statement "File_view::~File_view(pFVar1,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar1,__in_chrg);" (unary_expression "~File_view(pFVar1,__in_chrg)" ~ (call_expression "File_view(pFVar1,__in_chrg)" identifier (argument_list "(pFVar1,__in_chrg)" ( identifier , identifier )))) ;)) (expression_statement "__in_chrg = 0x18;" (assignment_expression "__in_chrg = 0x18" identifier = number_literal) ;) (expression_statement "operator_delete(pFVar1,0x18);" (call_expression "operator_delete(pFVar1,0x18)" identifier (argument_list "(pFVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "pFVar1 = this->section_names;" (assignment_expression "pFVar1 = this->section_names" identifier = (field_expression "this->section_names" identifier -> field_identifier)) ;) (if_statement "if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" if (parenthesized_expression "(pFVar1 != (File_view *)0x0)" ( (binary_expression "pFVar1 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" { (labeled_statement "File_view::~File_view(pFVar1,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar1,__in_chrg);" (unary_expression "~File_view(pFVar1,__in_chrg)" ~ (call_expression "File_view(pFVar1,__in_chrg)" identifier (argument_list "(pFVar1,__in_chrg)" ( identifier , identifier )))) ;)) (expression_statement "__in_chrg = 0x18;" (assignment_expression "__in_chrg = 0x18" identifier = number_literal) ;) (expression_statement "operator_delete(pFVar1,0x18);" (call_expression "operator_delete(pFVar1,0x18)" identifier (argument_list "(pFVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "pFVar1 = this->symbols;" (assignment_expression "pFVar1 = this->symbols" identifier = (field_expression "this->symbols" identifier -> field_identifier)) ;) (if_statement "if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" if (parenthesized_expression "(pFVar1 != (File_view *)0x0)" ( (binary_expression "pFVar1 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" { (labeled_statement "File_view::~File_view(pFVar1,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar1,__in_chrg);" (unary_expression "~File_view(pFVar1,__in_chrg)" ~ (call_expression "File_view(pFVar1,__in_chrg)" identifier (argument_list "(pFVar1,__in_chrg)" ( identifier , identifier )))) ;)) (expression_statement "__in_chrg = 0x18;" (assignment_expression "__in_chrg = 0x18" identifier = number_literal) ;) (expression_statement "operator_delete(pFVar1,0x18);" (call_expression "operator_delete(pFVar1,0x18)" identifier (argument_list "(pFVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "pFVar1 = this->symbol_names;" (assignment_expression "pFVar1 = this->symbol_names" identifier = (field_expression "this->symbol_names" identifier -> field_identifier)) ;) (if_statement "if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" if (parenthesized_expression "(pFVar1 != (File_view *)0x0)" ( (binary_expression "pFVar1 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" { (labeled_statement "File_view::~File_view(pFVar1,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar1,__in_chrg);" (unary_expression "~File_view(pFVar1,__in_chrg)" ~ (call_expression "File_view(pFVar1,__in_chrg)" identifier (argument_list "(pFVar1,__in_chrg)" ( identifier , identifier )))) ;)) (expression_statement "__in_chrg = 0x18;" (assignment_expression "__in_chrg = 0x18" identifier = number_literal) ;) (expression_statement "operator_delete(pFVar1,0x18);" (call_expression "operator_delete(pFVar1,0x18)" identifier (argument_list "(pFVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "pFVar1 = this->versym;" (assignment_expression "pFVar1 = this->versym" identifier = (field_expression "this->versym" identifier -> field_identifier)) ;) (if_statement "if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" if (parenthesized_expression "(pFVar1 != (File_view *)0x0)" ( (binary_expression "pFVar1 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" { (labeled_statement "File_view::~File_view(pFVar1,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar1,__in_chrg);" (unary_expression "~File_view(pFVar1,__in_chrg)" ~ (call_expression "File_view(pFVar1,__in_chrg)" identifier (argument_list "(pFVar1,__in_chrg)" ( identifier , identifier )))) ;)) (expression_statement "__in_chrg = 0x18;" (assignment_expression "__in_chrg = 0x18" identifier = number_literal) ;) (expression_statement "operator_delete(pFVar1,0x18);" (call_expression "operator_delete(pFVar1,0x18)" identifier (argument_list "(pFVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "pFVar1 = this->verdef;" (assignment_expression "pFVar1 = this->verdef" identifier = (field_expression "this->verdef" identifier -> field_identifier)) ;) (if_statement "if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" if (parenthesized_expression "(pFVar1 != (File_view *)0x0)" ( (binary_expression "pFVar1 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar1,__in_chrg);\n __in_chrg = 0x18;\n operator_delete(pFVar1,0x18);\n }" { (labeled_statement "File_view::~File_view(pFVar1,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar1,__in_chrg);" (unary_expression "~File_view(pFVar1,__in_chrg)" ~ (call_expression "File_view(pFVar1,__in_chrg)" identifier (argument_list "(pFVar1,__in_chrg)" ( identifier , identifier )))) ;)) (expression_statement "__in_chrg = 0x18;" (assignment_expression "__in_chrg = 0x18" identifier = number_literal) ;) (expression_statement "operator_delete(pFVar1,0x18);" (call_expression "operator_delete(pFVar1,0x18)" identifier (argument_list "(pFVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "pFVar1 = this->verneed;" (assignment_expression "pFVar1 = this->verneed" identifier = (field_expression "this->verneed" identifier -> field_identifier)) ;) (if_statement "if (pFVar1 != (File_view *)0x0) {\n File_view::~File_view(pFVar1,__in_chrg);\n operator_delete(pFVar1,0x18);\n return;\n }" if (parenthesized_expression "(pFVar1 != (File_view *)0x0)" ( (binary_expression "pFVar1 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar1,__in_chrg);\n operator_delete(pFVar1,0x18);\n return;\n }" { (labeled_statement "File_view::~File_view(pFVar1,__in_chrg);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar1,__in_chrg);" (unary_expression "~File_view(pFVar1,__in_chrg)" ~ (call_expression "File_view(pFVar1,__in_chrg)" identifier (argument_list "(pFVar1,__in_chrg)" ( identifier , identifier )))) ;)) (expression_statement "operator_delete(pFVar1,0x18);" (call_expression "operator_delete(pFVar1,0x18)" identifier (argument_list "(pFVar1,0x18)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0019a650(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0019a650(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0019a650(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[1];" (assignment_expression "lVar1 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[3];" (assignment_expression "lVar1 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[6];" (assignment_expression "lVar1 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[8];" (assignment_expression "lVar1 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[10];" (assignment_expression "lVar1 = param_1[10]" identifier = (subscript_expression "param_1[10]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , number_literal ))) ;) })) (expression_statement "lVar1 = param_1[0xd];" (assignment_expression "lVar1 = param_1[0xd]" identifier = (subscript_expression "param_1[0xd]" identifier [ number_literal ])) ;) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }" { (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" identifier (argument_list "(lVar1,0x18)" ( identifier , 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) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0019a650(long *param_1)\n\n{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0019a650(long *param_1)" (identifier "FUN_0019a650") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = *param_1;\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[1];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[3];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[6];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[8];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[10];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }\n lVar1 = param_1[0xd];\n if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" (identifier "lVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" ({ "{") (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" (identifier "FUN_0016af20") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" (identifier "thunk_FUN_00276d20") (argument_list "(lVar1,0x18)" (( "(") (identifier "lVar1") (, ",") (number_literal "0x18") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = param_1[1];" (assignment_expression "lVar1 = param_1[1]" (identifier "lVar1") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" ({ "{") (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" (identifier "FUN_0016af20") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" (identifier "thunk_FUN_00276d20") (argument_list "(lVar1,0x18)" (( "(") (identifier "lVar1") (, ",") (number_literal "0x18") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = param_1[3];" (assignment_expression "lVar1 = param_1[3]" (identifier "lVar1") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" ({ "{") (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" (identifier "FUN_0016af20") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" (identifier "thunk_FUN_00276d20") (argument_list "(lVar1,0x18)" (( "(") (identifier "lVar1") (, ",") (number_literal "0x18") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = param_1[6];" (assignment_expression "lVar1 = param_1[6]" (identifier "lVar1") (= "=") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]"))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" ({ "{") (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" (identifier "FUN_0016af20") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" (identifier "thunk_FUN_00276d20") (argument_list "(lVar1,0x18)" (( "(") (identifier "lVar1") (, ",") (number_literal "0x18") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = param_1[8];" (assignment_expression "lVar1 = param_1[8]" (identifier "lVar1") (= "=") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]"))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" ({ "{") (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" (identifier "FUN_0016af20") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" (identifier "thunk_FUN_00276d20") (argument_list "(lVar1,0x18)" (( "(") (identifier "lVar1") (, ",") (number_literal "0x18") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = param_1[10];" (assignment_expression "lVar1 = param_1[10]" (identifier "lVar1") (= "=") (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]"))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n }" ({ "{") (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" (identifier "FUN_0016af20") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" (identifier "thunk_FUN_00276d20") (argument_list "(lVar1,0x18)" (( "(") (identifier "lVar1") (, ",") (number_literal "0x18") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = param_1[0xd];" (assignment_expression "lVar1 = param_1[0xd]" (identifier "lVar1") (= "=") (subscript_expression "param_1[0xd]" (identifier "param_1") ([ "[") (number_literal "0xd") (] "]"))) (; ";")) (if_statement "if (lVar1 != 0) {\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0016af20(lVar1);\n thunk_FUN_00276d20(lVar1,0x18);\n return;\n }" ({ "{") (expression_statement "FUN_0016af20(lVar1);" (call_expression "FUN_0016af20(lVar1)" (identifier "FUN_0016af20") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "thunk_FUN_00276d20(lVar1,0x18);" (call_expression "thunk_FUN_00276d20(lVar1,0x18)" (identifier "thunk_FUN_00276d20") (argument_list "(lVar1,0x18)" (( "(") (identifier "lVar1") (, ",") (number_literal "0x18") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void ~Read_symbols_data(Read_symbols_data * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 *var_1;
var_1 = this->section_headers;
if (var_1 != (type_1 *)0x0) {
File_view::~type_1(var_1,__in_chrg);
__in_chrg = 0x18;
var_2(var_1,0x18);
}
var_1 = this->section_names;
if (var_1 != (type_1 *)0x0) {
File_view::~type_1(var_1,__in_chrg);
__in_chrg = 0x18;
var_2(var_1,0x18);
}
var_1 = this->symbols;
if (var_1 != (type_1 *)0x0) {
File_view::~type_1(var_1,__in_chrg);
__in_chrg = 0x18;
var_2(var_1,0x18);
}
var_1 = this->symbol_names;
if (var_1 != (type_1 *)0x0) {
File_view::~type_1(var_1,__in_chrg);
__in_chrg = 0x18;
var_2(var_1,0x18);
}
var_1 = this->versym;
if (var_1 != (type_1 *)0x0) {
File_view::~type_1(var_1,__in_chrg);
__in_chrg = 0x18;
var_2(var_1,0x18);
}
var_1 = this->verdef;
if (var_1 != (type_1 *)0x0) {
File_view::~type_1(var_1,__in_chrg);
__in_chrg = 0x18;
var_2(var_1,0x18);
}
var_1 = this->verneed;
if (var_1 != (type_1 *)0x0) {
File_view::~type_1(var_1,__in_chrg);
var_2(var_1,0x18);
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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (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 (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))) (return_statement))))
| null |
void MASKED(long *param_1)
{
long lVar1;
lVar1 = *param_1;
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[1];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[3];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[6];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[8];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[10];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
}
lVar1 = param_1[0xd];
if (lVar1 != 0) {
FUN_0016af20(lVar1);
thunk_FUN_00276d20(lVar1,0x18);
return;
}
return;
}
|
704_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
|
FUN_00146906
|
FUN_00146906
|
/* WARNING: Removing unreachable block (ram,0x001468e0) */
/* WARNING: Removing unreachable block (ram,0x001468f1) */
void FUN_00146906(void)
{
long unaff_RBX;
void *in_stack_00000008;
__cxa_begin_catch();
if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {
(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();
}
*(undefined8 *)(unaff_RBX + 0x10) = 0;
if (in_stack_00000008 != (void *)0x0) {
operator_delete__(in_stack_00000008);
}
__uselocale();
/* WARNING: Subroutine does not return */
__cxa_rethrow();
}
|
/* WARNING: Removing unreachable block (ram,0x001468e0) */
/* WARNING: Removing unreachable block (ram,0x001468f1) */
void FUN_00146906(void)
{
long unaff_RBX;
long in_stack_00000008;
FUN_00276590();
if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {
(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();
}
*(undefined8 *)(unaff_RBX + 0x10) = 0;
if (in_stack_00000008 != 0) {
thunk_FUN_00276d20(in_stack_00000008);
}
__uselocale();
/* WARNING: Subroutine does not return */
FUN_00275920();
}
|
MOV qword ptr [RSP],0x0
XOR R14D,R14D
MOV RDI,RAX
CALL 0x00276590
MOV RDI,qword ptr [RBX + 0x10]
TEST RDI,RDI
JNZ 0x001468bb
JMP 0x001468c1
| null | null | null | null |
[('const-433', u'STORE_-1207211785'), (u'LOAD_-1207211732', u'LOAD_-1207211751'), ('const-16', u'INT_ADD_-1207211716'), (u'LOAD_-1207211732', u'INT_NOTEQUAL_-1207211712'), ('const-433', u'LOAD_-1207211745'), ('const-1', u'RETURN_-1207211674'), (u'INT_ADD_-1207211716', u'CAST_-1207211419'), ('const-16', u'INT_ADD_-1207211771'), (u'LOAD_-1207211745', u'CALLIND_-1207211735'), (u'INT_ADD_-1207211729', u'CAST_-1207211509'), (u'CAST_-1207211499', u'STORE_-1207211785'), ('tmp_637', u'INT_ADD_-1207211716'), ('const-433', u'LOAD_-1207211732'), ('tmp_804', u'CALL_-1207211759'), (u'INT_ADD_-1207211771', u'CAST_-1207211499'), ('tmp_120', u'CBRANCH_-1207211774'), ('const-433', u'LOAD_-1207211751'), (u'LOAD_-1207211751', u'INT_ADD_-1207211729'), (u'CAST_-1207211509', u'LOAD_-1207211745'), ('const-0', u'STORE_-1207211785'), (u'CAST_-1207211419', u'LOAD_-1207211732'), ('tmp_804', u'INT_NOTEQUAL_-1207211789'), ('const-8', u'INT_ADD_-1207211729'), (u'INT_NOTEQUAL_-1207211789', u'CBRANCH_-1207211774'), ('tmp_75', u'CBRANCH_-1207211710'), ('tmp_637', u'INT_ADD_-1207211771'), ('const-0', u'INT_NOTEQUAL_-1207211712'), (u'INT_NOTEQUAL_-1207211712', u'CBRANCH_-1207211710'), ('const-0', u'INT_NOTEQUAL_-1207211789')]
|
[('tmp_808', u'CALL_-1207211759'), (u'LOAD_-1207211732', u'LOAD_-1207211751'), ('const-433', u'LOAD_-1207211751'), ('const-16', u'INT_ADD_-1207211716'), (u'LOAD_-1207211732', u'INT_NOTEQUAL_-1207211712'), ('const-1', u'RETURN_-1207211674'), (u'INT_ADD_-1207211716', u'CAST_-1207211419'), ('const-433', u'LOAD_-1207211745'), ('const-16', u'INT_ADD_-1207211771'), (u'LOAD_-1207211745', u'CALLIND_-1207211735'), (u'INT_ADD_-1207211729', u'CAST_-1207211509'), (u'CAST_-1207211499', u'STORE_-1207211785'), ('tmp_637', u'INT_ADD_-1207211716'), (u'INT_ADD_-1207211771', u'CAST_-1207211499'), ('const-433', u'STORE_-1207211785'), ('tmp_120', u'CBRANCH_-1207211774'), (u'LOAD_-1207211751', u'INT_ADD_-1207211729'), (u'CAST_-1207211509', u'LOAD_-1207211745'), ('const-0', u'STORE_-1207211785'), (u'CAST_-1207211419', u'LOAD_-1207211732'), ('const-433', u'LOAD_-1207211732'), ('const-8', u'INT_ADD_-1207211729'), (u'INT_NOTEQUAL_-1207211789', u'CBRANCH_-1207211774'), ('tmp_75', u'CBRANCH_-1207211710'), ('tmp_637', u'INT_ADD_-1207211771'), ('const-0', u'INT_NOTEQUAL_-1207211712'), (u'INT_NOTEQUAL_-1207211712', u'CBRANCH_-1207211710'), ('const-0', u'INT_NOTEQUAL_-1207211789'), ('tmp_808', u'INT_NOTEQUAL_-1207211789')]
| null | null |
00146906
|
x64
|
O2
|
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001468e0) */\n/* WARNING: Removing unreachable block (ram,0x001468f1) */\n\nvoid FUN_00146906(void)\n\n{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n FUN_00275920();\n}\n\n" comment comment (function_definition "void FUN_00146906(void)\n\n{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n FUN_00275920();\n}" primitive_type (function_declarator "FUN_00146906(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n FUN_00275920();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000008;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00276590();" (call_expression "FUN_00276590()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" if (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" ( (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" { (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" ( (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" ( (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" * (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }" if (parenthesized_expression "(in_stack_00000008 != 0)" ( (binary_expression "in_stack_00000008 != 0" identifier != number_literal) )) (compound_statement "{\n thunk_FUN_00276d20(in_stack_00000008);\n }" { (expression_statement "thunk_FUN_00276d20(in_stack_00000008);" (call_expression "thunk_FUN_00276d20(in_stack_00000008)" identifier (argument_list "(in_stack_00000008)" ( identifier ))) ;) })) (expression_statement "__uselocale();" (call_expression "__uselocale()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_00275920();" (call_expression "FUN_00275920()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Removing unreachable block (ram,0x001468e0) */\n/* WARNING: Removing unreachable block (ram,0x001468f1) */\n\nvoid FUN_00146906(void)\n\n{\n long unaff_RBX;\n void *in_stack_00000008;\n \n __cxa_begin_catch();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != (void *)0x0) {\n operator_delete__(in_stack_00000008);\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n __cxa_rethrow();\n}\n\n" comment comment (function_definition "void FUN_00146906(void)\n\n{\n long unaff_RBX;\n void *in_stack_00000008;\n \n __cxa_begin_catch();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != (void *)0x0) {\n operator_delete__(in_stack_00000008);\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n __cxa_rethrow();\n}" primitive_type (function_declarator "FUN_00146906(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n void *in_stack_00000008;\n \n __cxa_begin_catch();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != (void *)0x0) {\n operator_delete__(in_stack_00000008);\n }\n __uselocale();\n /* WARNING: Subroutine does not return */\n __cxa_rethrow();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "void *in_stack_00000008;" primitive_type (pointer_declarator "*in_stack_00000008" * identifier) ;) (expression_statement "__cxa_begin_catch();" (call_expression "__cxa_begin_catch()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" if (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" ( (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" { (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" ( (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" ( (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" * (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (in_stack_00000008 != (void *)0x0) {\n operator_delete__(in_stack_00000008);\n }" if (parenthesized_expression "(in_stack_00000008 != (void *)0x0)" ( (binary_expression "in_stack_00000008 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n operator_delete__(in_stack_00000008);\n }" { (expression_statement "operator_delete__(in_stack_00000008);" (call_expression "operator_delete__(in_stack_00000008)" identifier (argument_list "(in_stack_00000008)" ( identifier ))) ;) })) (expression_statement "__uselocale();" (call_expression "__uselocale()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "__cxa_rethrow();" (call_expression "__cxa_rethrow()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_00146906(void)\n\n{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n \n FUN_00275920();\n}\n\n" (function_definition "void FUN_00146906(void)\n\n{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n \n FUN_00275920();\n}" primitive_type (function_declarator "FUN_00146906(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n \n FUN_00275920();\n}" { (declaration "long unaff_RBX;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000008;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00276590();" (call_expression "FUN_00276590()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" if (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" ( (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" { (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" ( (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" * (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" ( (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" * (pointer_expression "*(long **)(unaff_RBX + 0x10)" * (cast_expression "(long **)(unaff_RBX + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" * (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBX + 0x10)" ( (binary_expression "unaff_RBX + 0x10" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }" if (parenthesized_expression "(in_stack_00000008 != 0)" ( (binary_expression "in_stack_00000008 != 0" identifier != number_literal) )) (compound_statement "{\n thunk_FUN_00276d20(in_stack_00000008);\n }" { (expression_statement "thunk_FUN_00276d20(in_stack_00000008);" (call_expression "thunk_FUN_00276d20(in_stack_00000008)" identifier (argument_list "(in_stack_00000008)" ( identifier ))) ;) })) (expression_statement "__uselocale();" (call_expression "__uselocale()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00275920();" (call_expression "FUN_00275920()" 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 ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_00146906(void)\n\n{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n \n FUN_00275920();\n}" (primitive_type "void") (function_declarator "FUN_00146906(void)" (identifier "FUN_00146906") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBX;\n long in_stack_00000008;\n \n FUN_00276590();\n if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }\n *(undefined8 *)(unaff_RBX + 0x10) = 0;\n if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }\n __uselocale();\n \n FUN_00275920();\n}" ({ "{") (declaration "long unaff_RBX;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBX") (; ";")) (declaration "long in_stack_00000008;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000008") (; ";")) (expression_statement "FUN_00276590();" (call_expression "FUN_00276590()" (identifier "FUN_00276590") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" (if "if") (parenthesized_expression "(*(long **)(unaff_RBX + 0x10) != (long *)0x0)" (( "(") (binary_expression "*(long **)(unaff_RBX + 0x10) != (long *)0x0" (pointer_expression "*(long **)(unaff_RBX + 0x10)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x10)" (( "(") (binary_expression "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();\n }" ({ "{") (expression_statement "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();" (call_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))()" (parenthesized_expression "(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))" (( "(") (pointer_expression "**(code **)(**(long **)(unaff_RBX + 0x10) + 8)" (* "*") (pointer_expression "*(code **)(**(long **)(unaff_RBX + 0x10) + 8)" (* "*") (cast_expression "(code **)(**(long **)(unaff_RBX + 0x10) + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(unaff_RBX + 0x10) + 8)" (( "(") (binary_expression "**(long **)(unaff_RBX + 0x10) + 8" (pointer_expression "**(long **)(unaff_RBX + 0x10)" (* "*") (pointer_expression "*(long **)(unaff_RBX + 0x10)" (* "*") (cast_expression "(long **)(unaff_RBX + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(unaff_RBX + 0x10)" (( "(") (binary_expression "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "*(undefined8 *)(unaff_RBX + 0x10) = 0;" (assignment_expression "*(undefined8 *)(unaff_RBX + 0x10) = 0" (pointer_expression "*(undefined8 *)(unaff_RBX + 0x10)" (* "*") (cast_expression "(undefined8 *)(unaff_RBX + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBX + 0x10)" (( "(") (binary_expression "unaff_RBX + 0x10" (identifier "unaff_RBX") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (if_statement "if (in_stack_00000008 != 0) {\n thunk_FUN_00276d20(in_stack_00000008);\n }" (if "if") (parenthesized_expression "(in_stack_00000008 != 0)" (( "(") (binary_expression "in_stack_00000008 != 0" (identifier "in_stack_00000008") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n thunk_FUN_00276d20(in_stack_00000008);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20(in_stack_00000008);" (call_expression "thunk_FUN_00276d20(in_stack_00000008)" (identifier "thunk_FUN_00276d20") (argument_list "(in_stack_00000008)" (( "(") (identifier "in_stack_00000008") () ")"))) (; ";")) (} "}"))) (expression_statement "__uselocale();" (call_expression "__uselocale()" (identifier "__uselocale") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00275920();" (call_expression "FUN_00275920()" (identifier "FUN_00275920") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Removing unreachable block (ram,0x001468e0) */
/* WARNING: Removing unreachable block (ram,0x001468f1) */
void function_1(void)
{
long var_2;
void *var_3;
var_1();
if (*(long **)(var_2 + 0x10) != (long *)0x0) {
(**(type_1 **)(**(long **)(var_2 + 0x10) + 8))();
}
*(type_2 *)(var_2 + 0x10) = 0;
if (var_3 != (void *)0x0) {
var_4(var_3);
}
var_5();
/* WARNING: Subroutine does not return */
var_6();
}
| 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)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Removing unreachable block (ram,0x001468e0) */
/* WARNING: Removing unreachable block (ram,0x001468f1) */
void MASKED(void)
{
long unaff_RBX;
long in_stack_00000008;
FUN_00276590();
if (*(long **)(unaff_RBX + 0x10) != (long *)0x0) {
(**(code **)(**(long **)(unaff_RBX + 0x10) + 8))();
}
*(undefined8 *)(unaff_RBX + 0x10) = 0;
if (in_stack_00000008 != 0) {
thunk_FUN_00276d20(in_stack_00000008);
}
__uselocale();
/* WARNING: Subroutine does not return */
FUN_00275920();
}
|
87_i686-gnu-addr2line_and_i686-gnu-addr2line_strip.c
|
endian_string
|
FUN_00103030
|
char * endian_string(bfd_endian endian)
{
char *pcVar1;
if (endian == BFD_ENDIAN_BIG) {
pcVar1 = (char *)dcgettext(0,"big endian",5);
return pcVar1;
}
if (endian != BFD_ENDIAN_LITTLE) {
pcVar1 = (char *)dcgettext(0,"endianness unknown",5);
return pcVar1;
}
pcVar1 = (char *)dcgettext(0,"little endian",5);
return pcVar1;
}
|
void FUN_00103030(int param_1)
{
if (param_1 == 0) {
dcgettext(0,"big endian",5);
return;
}
if (param_1 != 1) {
dcgettext(0,"endianness unknown",5);
return;
}
dcgettext(0,"little endian",5);
return;
}
|
TEST EDI,EDI
JZ 0x00103050
CMP EDI,0x1
JZ 0x00103068
MOV EDX,0x5
LEA RSI,[0x1056c9]
XOR EDI,EDI
JMP 0x00102180
MOV EDX,0x5
LEA RSI,[0x1056b0]
XOR EDI,EDI
JMP 0x00102180
MOV EDX,0x5
LEA RSI,[0x1056bb]
XOR EDI,EDI
JMP 0x00102180
| null | null | null | null |
[('tmp_54', u'CBRANCH_-1206964144'), (u'CAST_-1206963925', u'RETURN_-1206964058'), (u'COPY_-1206963966', u'CALL_-1206964052'), ('const-0', u'RETURN_-1206964109'), ('const-0', u'RETURN_-1206964058'), ('const-1070793', u'COPY_-1206964012'), ('const-0', u'INT_EQUAL_-1206964161'), ('tmp_169', u'INT_NOTEQUAL_-1206964145'), ('const-5', u'CALL_-1206964052'), (u'COPY_-1206964012', u'CALL_-1206964113'), (u'CALL_-1206964113', u'CAST_-1206963946'), ('const-0', u'RETURN_-1206964048'), ('const-1', u'INT_NOTEQUAL_-1206964145'), (u'CAST_-1206963900', u'RETURN_-1206964048'), (u'INT_NOTEQUAL_-1206964145', u'CBRANCH_-1206964144'), ('const-1070768', u'COPY_-1206963991'), ('tmp_24', u'CBRANCH_-1206964160'), ('const-0', u'CALL_-1206964062'), ('const-1070779', u'COPY_-1206963966'), ('tmp_169', u'INT_EQUAL_-1206964161'), ('const-5', u'CALL_-1206964062'), ('const-0', u'CALL_-1206964052'), (u'INT_EQUAL_-1206964161', u'CBRANCH_-1206964160'), (u'COPY_-1206963991', u'CALL_-1206964062'), (u'CALL_-1206964052', u'CAST_-1206963900'), (u'CAST_-1206963946', u'RETURN_-1206964109'), ('const-5', u'CALL_-1206964113'), (u'CALL_-1206964062', u'CAST_-1206963925'), ('const-0', u'CALL_-1206964113')]
|
[('tmp_54', u'CBRANCH_-1206964144'), ('const-1070793', u'COPY_-1206964019'), ('const-0', u'CALL_-1206964062'), ('const-0', u'CALL_-1206964113'), ('const-1070768', u'COPY_-1206963998'), ('const-0', u'RETURN_-1206964109'), ('const-5', u'CALL_-1206964062'), ('const-0', u'RETURN_-1206964058'), ('const-0', u'INT_EQUAL_-1206964161'), (u'INT_EQUAL_-1206964161', u'CBRANCH_-1206964160'), ('const-1070779', u'COPY_-1206963973'), ('const-1', u'INT_NOTEQUAL_-1206964145'), ('const-0', u'CALL_-1206964052'), (u'COPY_-1206964019', u'CALL_-1206964113'), ('const-0', u'RETURN_-1206964048'), (u'INT_NOTEQUAL_-1206964145', u'CBRANCH_-1206964144'), (u'COPY_-1206963973', u'CALL_-1206964052'), ('tmp_336', u'INT_EQUAL_-1206964161'), ('tmp_24', u'CBRANCH_-1206964160'), ('tmp_336', u'INT_NOTEQUAL_-1206964145'), ('const-5', u'CALL_-1206964113'), (u'COPY_-1206963998', u'CALL_-1206964062'), ('const-5', u'CALL_-1206964052')]
| null | null |
00103030
|
x64
|
O2
|
(translation_unit "void FUN_00103030(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}\n\n" (function_definition "void FUN_00103030(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" primitive_type (function_declarator "FUN_00103030(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" { (if_statement "if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n dcgettext(0,"big endian",5);\n return;\n }" { (expression_statement "dcgettext(0,"big endian",5);" (call_expression "dcgettext(0,"big endian",5)" identifier (argument_list "(0,"big endian",5)" ( number_literal , (string_literal ""big endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (if_statement "if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }" if (parenthesized_expression "(param_1 != 1)" ( (binary_expression "param_1 != 1" identifier != number_literal) )) (compound_statement "{\n dcgettext(0,"endianness unknown",5);\n return;\n }" { (expression_statement "dcgettext(0,"endianness unknown",5);" (call_expression "dcgettext(0,"endianness unknown",5)" identifier (argument_list "(0,"endianness unknown",5)" ( number_literal , (string_literal ""endianness unknown"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "dcgettext(0,"little endian",5);" (call_expression "dcgettext(0,"little endian",5)" identifier (argument_list "(0,"little endian",5)" ( number_literal , (string_literal ""little endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "char * endian_string(bfd_endian endian)\n\n{\n char *pcVar1;\n \n if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }\n if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"little endian",5);\n return pcVar1;\n}\n\n" (function_definition "char * endian_string(bfd_endian endian)\n\n{\n char *pcVar1;\n \n if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }\n if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"little endian",5);\n return pcVar1;\n}" primitive_type (pointer_declarator "* endian_string(bfd_endian endian)" * (function_declarator "endian_string(bfd_endian endian)" identifier (parameter_list "(bfd_endian endian)" ( (parameter_declaration "bfd_endian endian" type_identifier identifier) )))) (compound_statement "{\n char *pcVar1;\n \n if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }\n if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }\n pcVar1 = (char *)dcgettext(0,"little endian",5);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (if_statement "if (endian == BFD_ENDIAN_BIG) {\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }" if (parenthesized_expression "(endian == BFD_ENDIAN_BIG)" ( (binary_expression "endian == BFD_ENDIAN_BIG" identifier == identifier) )) (compound_statement "{\n pcVar1 = (char *)dcgettext(0,"big endian",5);\n return pcVar1;\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,"big endian",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"big endian",5)" identifier = (cast_expression "(char *)dcgettext(0,"big endian",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"big endian",5)" identifier (argument_list "(0,"big endian",5)" ( number_literal , (string_literal ""big endian"" " string_content ") , number_literal ))))) ;) (return_statement "return pcVar1;" return identifier ;) })) (if_statement "if (endian != BFD_ENDIAN_LITTLE) {\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }" if (parenthesized_expression "(endian != BFD_ENDIAN_LITTLE)" ( (binary_expression "endian != BFD_ENDIAN_LITTLE" identifier != identifier) )) (compound_statement "{\n pcVar1 = (char *)dcgettext(0,"endianness unknown",5);\n return pcVar1;\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,"endianness unknown",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"endianness unknown",5)" identifier = (cast_expression "(char *)dcgettext(0,"endianness unknown",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"endianness unknown",5)" identifier (argument_list "(0,"endianness unknown",5)" ( number_literal , (string_literal ""endianness unknown"" " string_content ") , number_literal ))))) ;) (return_statement "return pcVar1;" return identifier ;) })) (expression_statement "pcVar1 = (char *)dcgettext(0,"little endian",5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,"little endian",5)" identifier = (cast_expression "(char *)dcgettext(0,"little endian",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"little endian",5)" identifier (argument_list "(0,"little endian",5)" ( number_literal , (string_literal ""little endian"" " string_content ") , number_literal ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "void FUN_00103030(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}\n\n" (function_definition "void FUN_00103030(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" primitive_type (function_declarator "FUN_00103030(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" { (if_statement "if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n dcgettext(0,"big endian",5);\n return;\n }" { (expression_statement "dcgettext(0,"big endian",5);" (call_expression "dcgettext(0,"big endian",5)" identifier (argument_list "(0,"big endian",5)" ( number_literal , (string_literal ""big endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (if_statement "if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }" if (parenthesized_expression "(param_1 != 1)" ( (binary_expression "param_1 != 1" identifier != number_literal) )) (compound_statement "{\n dcgettext(0,"endianness unknown",5);\n return;\n }" { (expression_statement "dcgettext(0,"endianness unknown",5);" (call_expression "dcgettext(0,"endianness unknown",5)" identifier (argument_list "(0,"endianness unknown",5)" ( number_literal , (string_literal ""endianness unknown"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })) (expression_statement "dcgettext(0,"little endian",5);" (call_expression "dcgettext(0,"little endian",5)" identifier (argument_list "(0,"little endian",5)" ( number_literal , (string_literal ""little endian"" " string_content ") , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00103030(int param_1)\n\n{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00103030(int param_1)" (identifier "FUN_00103030") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }\n if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }\n dcgettext(0,"little endian",5);\n return;\n}" ({ "{") (if_statement "if (param_1 == 0) {\n dcgettext(0,"big endian",5);\n return;\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n dcgettext(0,"big endian",5);\n return;\n }" ({ "{") (expression_statement "dcgettext(0,"big endian",5);" (call_expression "dcgettext(0,"big endian",5)" (identifier "dcgettext") (argument_list "(0,"big endian",5)" (( "(") (number_literal "0") (, ",") (string_literal ""big endian"" (" """) (string_content "big endian") (" """)) (, ",") (number_literal "5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (param_1 != 1) {\n dcgettext(0,"endianness unknown",5);\n return;\n }" (if "if") (parenthesized_expression "(param_1 != 1)" (( "(") (binary_expression "param_1 != 1" (identifier "param_1") (!= "!=") (number_literal "1")) () ")")) (compound_statement "{\n dcgettext(0,"endianness unknown",5);\n return;\n }" ({ "{") (expression_statement "dcgettext(0,"endianness unknown",5);" (call_expression "dcgettext(0,"endianness unknown",5)" (identifier "dcgettext") (argument_list "(0,"endianness unknown",5)" (( "(") (number_literal "0") (, ",") (string_literal ""endianness unknown"" (" """) (string_content "endianness unknown") (" """)) (, ",") (number_literal "5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "dcgettext(0,"little endian",5);" (call_expression "dcgettext(0,"little endian",5)" (identifier "dcgettext") (argument_list "(0,"little endian",5)" (( "(") (number_literal "0") (, ",") (string_literal ""little endian"" (" """) (string_content "little endian") (" """)) (, ",") (number_literal "5") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
char * function_1(type_1 var_1)
{
char *pcVar1;
if (var_1 == var_2) {
pcVar1 = (char *)var_3(0,"big endian",5);
return pcVar1;
}
if (var_1 != var_4) {
pcVar1 = (char *)var_3(0,"endianness unknown",5);
return pcVar1;
}
pcVar1 = (char *)var_3(0,"little endian",5);
return pcVar1;
}
| 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 (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))) (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 (number_literal) (string_literal (string_content)) (number_literal)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))) (return_statement))))
| null |
void MASKED(int param_1)
{
if (param_1 == 0) {
dcgettext(0,"big endian",5);
return;
}
if (param_1 != 1) {
dcgettext(0,"endianness unknown",5);
return;
}
dcgettext(0,"little endian",5);
return;
}
|
1963_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
|
do_target_bfd_name
|
FUN_0015ee20
|
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: char *
do_target_bfd_name(Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>
* this, Target * target) */
char * __thiscall
gold::
Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>
::do_target_bfd_name
(Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>
*this,Target *target)
{
char *pcVar1;
pcVar1 = (char *)0x0;
if (target == (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.
super_Target_selector.instantiated_target_) {
if (this->is_nacl_ != false) {
return this->bfd_name_;
}
if (target->osabi_ == ELFOSABI_FREEBSD) {
return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.
freebsd_bfd_name_;
}
pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_;
}
return pcVar1;
}
|
undefined8 FUN_0015ee20(long param_1,long param_2)
{
undefined8 uVar1;
uVar1 = 0;
if (param_2 == *(long *)(param_1 + 0x30)) {
if (*(char *)(param_1 + 0x68) != '\0') {
return *(undefined8 *)(param_1 + 0x90);
}
if (*(int *)(param_2 + 0x18) == 9) {
return *(undefined8 *)(param_1 + 0x60);
}
uVar1 = *(undefined8 *)(param_1 + 0x58);
}
return uVar1;
}
|
XOR EAX,EAX
CMP RSI,qword ptr [RDI + 0x30]
JNZ 0x0015ee4a
CMP byte ptr [RDI + 0x68],0x0
JZ 0x0015ee40
MOV RAX,qword ptr [RDI + 0x90]
RET
CMP dword ptr [RSI + 0x18],0x9
JZ 0x0015ee50
MOV RAX,qword ptr [RDI + 0x58]
RET
MOV RAX,qword ptr [RDI + 0x60]
RET
| null | null | null | null |
[('tmp_189', u'PTRSUB_-1207243040'), (u'PTRSUB_-1207243055', u'PTRSUB_-1207243046'), ('tmp_62', u'CBRANCH_-1207243198'), ('const-104', u'PTRSUB_-1207243047'), ('tmp_189', u'PTRSUB_-1207243047'), ('const-0', u'RETURN_-1207243159'), (u'PTRSUB_-1207243036', u'LOAD_-1207243217'), ('const-433', u'LOAD_-1207243197'), (u'PTRSUB_-1207243021', u'LOAD_-1207243154'), ('const-433', u'LOAD_-1207243119'), ('tmp_190', u'INT_EQUAL_-1207243202'), ('const-24', u'PTRSUB_-1207243021'), ('const-433', u'LOAD_-1207243178'), ('const-0', u'PTRSUB_-1207243040'), ('tmp_149', u'CBRANCH_-1207243136'), (u'PTRSUB_-1207243002', u'PTRSUB_-1207242996'), (u'INT_EQUAL_-1207243202', u'CBRANCH_-1207243198'), ('const-144', u'PTRSUB_-1207243040'), ('const-0', u'INT_NOTEQUAL_-1207243181'), (u'LOAD_-1207243119', u'COPY_-1207243119'), ('tmp_189', u'PTRSUB_-1207243055'), (u'PTRSUB_-1207242996', u'PTRSUB_-1207242991'), (u'LOAD_-1207243197', u'INT_NOTEQUAL_-1207243181'), (u'INT_EQUAL_-1207243139', u'CBRANCH_-1207243136'), ('const-433', u'LOAD_-1207243154'), ('const-433', u'LOAD_-1207243217'), ('tmp_189', u'PTRSUB_-1207243014'), (u'PTRSUB_-1207243002', u'LOAD_-1207243135'), (u'PTRSUB_-1207243047', u'LOAD_-1207243197'), ('tmp_189', u'PTRSUB_-1207243002'), (u'PTRSUB_-1207243040', u'LOAD_-1207243178'), ('tmp_190', u'PTRSUB_-1207243021'), (u'LOAD_-1207243154', u'INT_EQUAL_-1207243139'), ('const-0', u'PTRSUB_-1207242996'), ('const-433', u'LOAD_-1207243135'), ('const-0', u'PTRSUB_-1207243014'), ('const-88', u'PTRSUB_-1207243002'), ('const-0', u'RETURN_-1207243119'), (u'LOAD_-1207243217', u'INT_EQUAL_-1207243202'), (u'INT_NOTEQUAL_-1207243181', u'CBRANCH_-1207243179'), (u'COPY_-1207243178', u'RETURN_-1207243159'), (u'PTRSUB_-1207243014', u'PTRSUB_-1207243008'), ('const-96', u'PTRSUB_-1207242991'), ('const-0', u'PTRSUB_-1207243055'), ('const-48', u'PTRSUB_-1207243036'), ('const-0', u'PTRSUB_-1207243008'), ('const-0', u'PTRSUB_-1207243002'), ('const-9', u'INT_EQUAL_-1207243139'), (u'COPY_-1207243119', u'RETURN_-1207243103'), (u'LOAD_-1207243178', u'COPY_-1207243178'), (u'PTRSUB_-1207242991', u'LOAD_-1207243119'), ('tmp_98', u'CBRANCH_-1207243179'), ('const-0', u'COPY_-1207243135'), (u'MULTIEQUAL_-1207243033', u'RETURN_-1207243119'), (u'PTRSUB_-1207243040', u'PTRSUB_-1207243036'), (u'PTRSUB_-1207243046', u'PTRSUB_-1207243040'), (u'COPY_-1207243135', u'MULTIEQUAL_-1207243033'), (u'LOAD_-1207243135', u'MULTIEQUAL_-1207243033'), ('const-0', u'PTRSUB_-1207243046'), ('const-0', u'RETURN_-1207243103'), (u'PTRSUB_-1207243008', u'PTRSUB_-1207243002')]
|
[(u'INT_ADD_-1207243201', u'CAST_-1207243057'), ('tmp_62', u'CBRANCH_-1207243198'), ('const-24', u'INT_ADD_-1207243138'), ('tmp_277', u'INT_EQUAL_-1207243202'), ('const-0', u'RETURN_-1207243159'), ('const-144', u'INT_ADD_-1207243162'), ('tmp_276', u'INT_ADD_-1207243103'), ('const-96', u'INT_ADD_-1207243103'), ('const-433', u'LOAD_-1207243154'), (u'CAST_-1207243017', u'LOAD_-1207243135'), ('const-433', u'LOAD_-1207243197'), ('const-433', u'LOAD_-1207243178'), ('tmp_149', u'CBRANCH_-1207243136'), (u'INT_ADD_-1207243103', u'CAST_-1207243008'), ('tmp_276', u'INT_ADD_-1207243162'), (u'INT_EQUAL_-1207243202', u'CBRANCH_-1207243198'), ('const-48', u'INT_ADD_-1207243201'), (u'LOAD_-1207243119', u'COPY_-1207243119'), ('tmp_277', u'INT_ADD_-1207243138'), (u'LOAD_-1207243197', u'INT_NOTEQUAL_-1207243181'), (u'INT_EQUAL_-1207243139', u'CBRANCH_-1207243136'), (u'CAST_-1207243057', u'LOAD_-1207243217'), ('tmp_276', u'INT_ADD_-1207243201'), (u'INT_ADD_-1207243162', u'CAST_-1207243040'), (u'CAST_-1207243040', u'LOAD_-1207243178'), ('const-433', u'LOAD_-1207243135'), ('const-88', u'INT_ADD_-1207243119'), (u'CAST_-1207243025', u'LOAD_-1207243154'), ('const-433', u'LOAD_-1207243119'), (u'LOAD_-1207243154', u'INT_EQUAL_-1207243139'), (u'CAST_-1207243050', u'LOAD_-1207243197'), ('const-0', u'RETURN_-1207243119'), (u'LOAD_-1207243217', u'INT_EQUAL_-1207243202'), ('const-433', u'LOAD_-1207243217'), (u'INT_ADD_-1207243119', u'CAST_-1207243017'), (u'COPY_-1207243178', u'RETURN_-1207243159'), (u'INT_NOTEQUAL_-1207243181', u'CBRANCH_-1207243179'), ('tmp_276', u'INT_ADD_-1207243181'), ('const-104', u'INT_ADD_-1207243181'), (u'CAST_-1207243008', u'LOAD_-1207243119'), (u'INT_ADD_-1207243181', u'CAST_-1207243050'), (u'COPY_-1207243119', u'RETURN_-1207243103'), (u'LOAD_-1207243178', u'COPY_-1207243178'), ('tmp_98', u'CBRANCH_-1207243179'), (u'MULTIEQUAL_-1207243033', u'RETURN_-1207243119'), ('const-9', u'INT_EQUAL_-1207243139'), ('tmp_276', u'INT_ADD_-1207243119'), ('const-0', u'INT_NOTEQUAL_-1207243181'), ('const-0', u'COPY_-1207243135'), (u'INT_ADD_-1207243138', u'CAST_-1207243025'), (u'COPY_-1207243135', u'MULTIEQUAL_-1207243033'), (u'LOAD_-1207243135', u'MULTIEQUAL_-1207243033'), ('const-0', u'RETURN_-1207243103')]
| null | null |
0015ee20
|
x64
|
O2
|
(translation_unit "undefined8 FUN_0015ee20(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0015ee20(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_0015ee20(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 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }" if (parenthesized_expression "(param_2 == *(long *)(param_1 + 0x30))" ( (binary_expression "param_2 == *(long *)(param_1 + 0x30)" identifier == (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) )) (compound_statement "{\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }" { (if_statement "if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x68) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x68) != '\0'" (pointer_expression "*(char *)(param_1 + 0x68)" * (cast_expression "(char *)(param_1 + 0x68)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return *(undefined8 *)(param_1 + 0x90);\n }" { (return_statement "return *(undefined8 *)(param_1 + 0x90);" return (pointer_expression "*(undefined8 *)(param_1 + 0x90)" * (cast_expression "(undefined8 *)(param_1 + 0x90)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) ;) })) (if_statement "if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }" if (parenthesized_expression "(*(int *)(param_2 + 0x18) == 9)" ( (binary_expression "*(int *)(param_2 + 0x18) == 9" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return *(undefined8 *)(param_1 + 0x60);\n }" { (return_statement "return *(undefined8 *)(param_1 + 0x60);" return (pointer_expression "*(undefined8 *)(param_1 + 0x60)" * (cast_expression "(undefined8 *)(param_1 + 0x60)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) ;) })) (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x58);" (assignment_expression "uVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) ;) })) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: char *\n do_target_bfd_name(Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>\n * this, Target * target) */\n\nchar * __thiscall\ngold::\nTarget_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>\n::do_target_bfd_name\n (Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>\n *this,Target *target)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)0x0;\n if (target == (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector.instantiated_target_) {\n if (this->is_nacl_ != false) {\n return this->bfd_name_;\n }\n if (target->osabi_ == ELFOSABI_FREEBSD) {\n return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;\n }\n pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_;\n }\n return pcVar1;\n}\n\n" comment comment (declaration "char * __thiscall" primitive_type (pointer_declarator "* __thiscall" * identifier) ;) (labeled_statement "gold::\nTarget_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>\n::do_target_bfd_name\n (Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>\n *this,Target *target)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)0x0;\n if (target == (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector.instantiated_target_) {\n if (this->is_nacl_ != false) {\n return this->bfd_name_;\n }\n if (target->osabi_ == ELFOSABI_FREEBSD) {\n return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;\n }\n pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_;\n }\n return pcVar1;\n}" statement_identifier (ERROR "::\nTarget_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>\n::do_target_bfd_name\n (Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace):" : : (binary_expression "Target_selector_nacl<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Target_selector_x86_64<32>,_(anonymous_namespace)" (binary_expression "Target_selector_x86_64<32" identifier < number_literal) > (ERROR "," ,) (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) : : (binary_expression "Target_x86_64_nacl<32>_" (binary_expression "Target_x86_64_nacl<32" identifier < number_literal) > identifier) > : : identifier ( (binary_expression "Target_selector_nacl<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Target_selector_x86_64<32>,_(anonymous_namespace)" (binary_expression "Target_selector_x86_64<32" identifier < number_literal) > (ERROR "," ,) (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier )))) :) : (ERROR "Target_x86_64_nacl<32>_>\n *this,Target *target)" (comma_expression "Target_x86_64_nacl<32>_>\n *this,Target *target" (binary_expression "Target_x86_64_nacl<32>_>\n *this" (binary_expression "Target_x86_64_nacl<32>_" (binary_expression "Target_x86_64_nacl<32" identifier < number_literal) > identifier) > (pointer_expression "*this" * identifier)) , (binary_expression "Target *target" identifier * identifier)) )) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)0x0;\n if (target == (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector.instantiated_target_) {\n if (this->is_nacl_ != false) {\n return this->bfd_name_;\n }\n if (target->osabi_ == ELFOSABI_FREEBSD) {\n return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;\n }\n pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_;\n }\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)0x0;" (assignment_expression "pcVar1 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (target == (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector.instantiated_target_) {\n if (this->is_nacl_ != false) {\n return this->bfd_name_;\n }\n if (target->osabi_ == ELFOSABI_FREEBSD) {\n return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;\n }\n pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_;\n }" if (parenthesized_expression "(target == (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector.instantiated_target_)" ( (binary_expression "target == (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector.instantiated_target_" identifier == (field_expression "(this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector.instantiated_target_" (field_expression "(this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n super_Target_selector" (field_expression "(this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd" (parenthesized_expression "(this->super_Target_selector_x86_64<32>)" ( (binary_expression "this->super_Target_selector_x86_64<32>" (binary_expression "this->super_Target_selector_x86_64<32" (field_expression "this->super_Target_selector_x86_64" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier) . field_identifier)) )) (compound_statement "{\n if (this->is_nacl_ != false) {\n return this->bfd_name_;\n }\n if (target->osabi_ == ELFOSABI_FREEBSD) {\n return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;\n }\n pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_;\n }" { (if_statement "if (this->is_nacl_ != false) {\n return this->bfd_name_;\n }" if (parenthesized_expression "(this->is_nacl_ != false)" ( (binary_expression "this->is_nacl_ != false" (field_expression "this->is_nacl_" identifier -> field_identifier) != false) )) (compound_statement "{\n return this->bfd_name_;\n }" { (return_statement "return this->bfd_name_;" return (field_expression "this->bfd_name_" identifier -> field_identifier) ;) })) (if_statement "if (target->osabi_ == ELFOSABI_FREEBSD) {\n return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;\n }" if (parenthesized_expression "(target->osabi_ == ELFOSABI_FREEBSD)" ( (binary_expression "target->osabi_ == ELFOSABI_FREEBSD" (field_expression "target->osabi_" identifier -> field_identifier) == identifier) )) (compound_statement "{\n return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;\n }" { (return_statement "return (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_;" return (field_expression "(this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.\n freebsd_bfd_name_" (field_expression "(this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd" (parenthesized_expression "(this->super_Target_selector_x86_64<32>)" ( (binary_expression "this->super_Target_selector_x86_64<32>" (binary_expression "this->super_Target_selector_x86_64<32" (field_expression "this->super_Target_selector_x86_64" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier) ;) })) (expression_statement "pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_;" (assignment_expression "pcVar1 = (this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_" identifier = (field_expression "(this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd.bfd_name_" (field_expression "(this->super_Target_selector_x86_64<32>).super_Target_selector_freebsd" (parenthesized_expression "(this->super_Target_selector_x86_64<32>)" ( (binary_expression "this->super_Target_selector_x86_64<32>" (binary_expression "this->super_Target_selector_x86_64<32" (field_expression "this->super_Target_selector_x86_64" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier)) ;) })) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "undefined8 FUN_0015ee20(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}\n\n" (function_definition "undefined8 FUN_0015ee20(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_0015ee20(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 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }" if (parenthesized_expression "(param_2 == *(long *)(param_1 + 0x30))" ( (binary_expression "param_2 == *(long *)(param_1 + 0x30)" identifier == (pointer_expression "*(long *)(param_1 + 0x30)" * (cast_expression "(long *)(param_1 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) ))))) )) (compound_statement "{\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }" { (if_statement "if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x68) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x68) != '\0'" (pointer_expression "*(char *)(param_1 + 0x68)" * (cast_expression "(char *)(param_1 + 0x68)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x68)" ( (binary_expression "param_1 + 0x68" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return *(undefined8 *)(param_1 + 0x90);\n }" { (return_statement "return *(undefined8 *)(param_1 + 0x90);" return (pointer_expression "*(undefined8 *)(param_1 + 0x90)" * (cast_expression "(undefined8 *)(param_1 + 0x90)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) ;) })) (if_statement "if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }" if (parenthesized_expression "(*(int *)(param_2 + 0x18) == 9)" ( (binary_expression "*(int *)(param_2 + 0x18) == 9" (pointer_expression "*(int *)(param_2 + 0x18)" * (cast_expression "(int *)(param_2 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return *(undefined8 *)(param_1 + 0x60);\n }" { (return_statement "return *(undefined8 *)(param_1 + 0x60);" return (pointer_expression "*(undefined8 *)(param_1 + 0x60)" * (cast_expression "(undefined8 *)(param_1 + 0x60)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) ;) })) (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x58);" (assignment_expression "uVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x58)" ( (binary_expression "param_1 + 0x58" identifier + number_literal) ))))) ;) })) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (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 { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "undefined8 FUN_0015ee20(long param_1,long param_2)\n\n{\n undefined8 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}" (type_identifier "undefined8") (function_declarator "FUN_0015ee20(long param_1,long param_2)" (identifier "FUN_0015ee20") (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 uVar1;\n \n uVar1 = 0;\n if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }\n return uVar1;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_2 == *(long *)(param_1 + 0x30)) {\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }" (if "if") (parenthesized_expression "(param_2 == *(long *)(param_1 + 0x30))" (( "(") (binary_expression "param_2 == *(long *)(param_1 + 0x30)" (identifier "param_2") (== "==") (pointer_expression "*(long *)(param_1 + 0x30)" (* "*") (cast_expression "(long *)(param_1 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (compound_statement "{\n if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }\n if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }\n uVar1 = *(undefined8 *)(param_1 + 0x58);\n }" ({ "{") (if_statement "if (*(char *)(param_1 + 0x68) != '\0') {\n return *(undefined8 *)(param_1 + 0x90);\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x68) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x68) != '\0'" (pointer_expression "*(char *)(param_1 + 0x68)" (* "*") (cast_expression "(char *)(param_1 + 0x68)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x68)" (( "(") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return *(undefined8 *)(param_1 + 0x90);\n }" ({ "{") (return_statement "return *(undefined8 *)(param_1 + 0x90);" (return "return") (pointer_expression "*(undefined8 *)(param_1 + 0x90)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x90)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_2 + 0x18) == 9) {\n return *(undefined8 *)(param_1 + 0x60);\n }" (if "if") (parenthesized_expression "(*(int *)(param_2 + 0x18) == 9)" (( "(") (binary_expression "*(int *)(param_2 + 0x18) == 9" (pointer_expression "*(int *)(param_2 + 0x18)" (* "*") (cast_expression "(int *)(param_2 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "9")) () ")")) (compound_statement "{\n return *(undefined8 *)(param_1 + 0x60);\n }" ({ "{") (return_statement "return *(undefined8 *)(param_1 + 0x60);" (return "return") (pointer_expression "*(undefined8 *)(param_1 + 0x60)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x60)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (; ";")) (} "}"))) (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x58);" (assignment_expression "uVar1 = *(undefined8 *)(param_1 + 0x58)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined8 *)(param_1 + 0x58)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x58)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x58)" (( "(") (binary_expression "param_1 + 0x58" (identifier "param_1") (+ "+") (number_literal "0x58")) () ")"))))) (; ";")) (} "}"))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
|
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: char *
do_target_bfd_name(Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>
* this, Target * target) */
char * __thiscall
gold::
Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>
::do_target_bfd_name
(Target_selector_nacl<(anonymous_namespace)::Target_selector_x86_64<32>,_(anonymous_namespace)::Target_x86_64_nacl<32>_>
*this,Target *var_1)
{
char *pcVar1;
pcVar1 = (char *)0x0;
if (var_1 == (this->super_Target_selector_x86_64<32>var_2).super_Target_selector_freebsd.
super_Target_selector.instantiated_target_) {
if (this->is_nacl_ != false) {
return this->bfd_name_;
}
if (var_1->osabi_ == var_3) {
return (this->super_Target_selector_x86_64<32>var_2).super_Target_selector_freebsd.
freebsd_bfd_name_;
}
pcVar1 = (this->super_Target_selector_x86_64<32>var_2).super_Target_selector_freebsd.bfd_name_;
}
return pcVar1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (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 (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 (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)))))))) (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (return_statement (identifier)))))
| null |
undefined8 MASKED(long param_1,long param_2)
{
undefined8 uVar1;
uVar1 = 0;
if (param_2 == *(long *)(param_1 + 0x30)) {
if (*(char *)(param_1 + 0x68) != '\0') {
return *(undefined8 *)(param_1 + 0x90);
}
if (*(int *)(param_2 + 0x18) == 9) {
return *(undefined8 *)(param_1 + 0x60);
}
uVar1 = *(undefined8 *)(param_1 + 0x58);
}
return uVar1;
}
|
314_inetutils-ftp_and_inetutils-ftp_strip.c
|
argp_args_usage
|
FUN_001164a0
|
int argp_args_usage(argp *argp,argp_state *state,char **levels,int advance,argp_fmtstream_t stream)
{
char cVar1;
char *pcVar2;
char *doc;
bool bVar3;
int iVar4;
char *pcVar5;
size_t amount;
argp_child *paVar6;
char *__dest;
argp *argp_00;
char *pcVar7;
char *local_60;
pcVar2 = *levels;
paVar6 = argp->children;
doc = argp->args_doc;
local_60 = doc;
if (argp->help_filter != (_func_char_ptr_int_char_ptr_void_ptr *)0x0) {
local_60 = filter_doc(doc,0x2000006,argp,state);
}
if (local_60 == (char *)0x0) {
if (paVar6 != (argp_child *)0x0) {
argp_00 = paVar6->argp;
pcVar5 = (char *)0x0;
bVar3 = false;
if (argp_00 != (argp *)0x0) goto LAB_001165a0;
}
goto LAB_0011667e;
}
pcVar5 = strchrnul(local_60,10);
pcVar7 = local_60;
if (*pcVar5 == '\0') {
bVar3 = false;
}
else {
cVar1 = *pcVar2;
if ('\0' < cVar1) {
iVar4 = 0;
do {
pcVar7 = pcVar5 + 1;
iVar4 = iVar4 + 1;
pcVar5 = strchrnul(pcVar7,10);
} while (iVar4 != cVar1);
}
bVar3 = true;
*levels = *levels + 1;
}
space(stream,(size_t)(pcVar5 + (1 - (long)pcVar7)));
__dest = stream->p;
amount = (long)pcVar5 - (long)pcVar7;
if (stream->end < __dest + amount) {
iVar4 = _argp_fmtstream_ensure(stream,amount);
if (iVar4 != 0) {
__dest = stream->p;
goto LAB_00116565;
}
}
else {
LAB_00116565:
memcpy(__dest,pcVar7,amount);
stream->p = stream->p + amount;
}
if (doc != local_60) {
free(local_60);
}
if (paVar6 != (argp_child *)0x0) {
for (; argp_00 = paVar6->argp, argp_00 != (argp *)0x0; paVar6 = paVar6 + 1) {
LAB_001165a0:
iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);
advance = (int)(iVar4 == 0);
}
}
if ((advance != 0) && (bVar3)) {
if (*pcVar5 == '\0') {
iVar4 = 0;
if ('\0' < *pcVar2) {
*pcVar2 = '\0';
return iVar4;
}
}
else {
*pcVar2 = *pcVar2 + '\x01';
iVar4 = 1;
}
return iVar4;
}
LAB_0011667e:
return (int)(advance == 0);
}
|
bool FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)
{
char cVar1;
char *pcVar2;
char *pcVar3;
bool bVar4;
int iVar5;
char *pcVar6;
size_t __n;
long *plVar7;
void *__dest;
long lVar8;
char *pcVar9;
char *local_60;
pcVar2 = (char *)*param_3;
plVar7 = *(long **)(param_1 + 0x20);
pcVar3 = *(char **)(param_1 + 0x10);
local_60 = pcVar3;
if (*(long *)(param_1 + 0x28) != 0) {
local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);
}
if (local_60 == (char *)0x0) {
if (plVar7 != (long *)0x0) {
lVar8 = *plVar7;
pcVar6 = (char *)0x0;
bVar4 = false;
if (lVar8 != 0) goto LAB_001165a0;
}
goto LAB_0011667e;
}
pcVar6 = strchrnul(local_60,10);
pcVar9 = local_60;
if (*pcVar6 == '\0') {
bVar4 = false;
}
else {
cVar1 = *pcVar2;
if ('\0' < cVar1) {
iVar5 = 0;
do {
pcVar9 = pcVar6 + 1;
iVar5 = iVar5 + 1;
pcVar6 = strchrnul(pcVar9,10);
} while (iVar5 != cVar1);
}
bVar4 = true;
*param_3 = *param_3 + 1;
}
FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));
__dest = *(void **)(param_5 + 0x38);
__n = (long)pcVar6 - (long)pcVar9;
if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {
iVar5 = FUN_0011a1b0(param_5,__n);
if (iVar5 != 0) {
__dest = *(void **)(param_5 + 0x38);
goto LAB_00116565;
}
}
else {
LAB_00116565:
memcpy(__dest,pcVar9,__n);
*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;
}
if (pcVar3 != local_60) {
free(local_60);
}
if (plVar7 != (long *)0x0) {
for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {
LAB_001165a0:
iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);
param_4 = (uint)(iVar5 == 0);
}
}
if ((param_4 != 0) && (bVar4)) {
if (*pcVar6 == '\0') {
bVar4 = false;
if ('\0' < *pcVar2) {
*pcVar2 = '\0';
return false;
}
}
else {
*pcVar2 = *pcVar2 + '\x01';
bVar4 = true;
}
return bVar4;
}
LAB_0011667e:
return param_4 == 0;
}
|
PUSH R15
PUSH R14
MOV R14,R8
PUSH R13
MOV R13D,ECX
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x38
MOV RAX,qword ptr [RDX]
CMP qword ptr [RDI + 0x28],0x0
MOV qword ptr [RSP + 0x10],RSI
MOV RBX,qword ptr [RDI + 0x20]
MOV qword ptr [RSP + 0x20],RAX
MOV RAX,qword ptr [RDI + 0x10]
MOV qword ptr [RSP],RDX
MOV qword ptr [RSP + 0x28],RAX
MOV qword ptr [RSP + 0x8],RAX
JZ 0x001164f6
MOV RCX,RSI
MOV RDX,RDI
MOV ESI,0x2000006
MOV RDI,RAX
CALL 0x00115440
MOV qword ptr [RSP + 0x8],RAX
MOV RAX,qword ptr [RSP + 0x8]
TEST RAX,RAX
JZ 0x00116668
MOV ESI,0xa
MOV RDI,RAX
CALL 0x00105150
CMP byte ptr [RAX],0x0
MOV RBP,RAX
JNZ 0x00116610
MOV R12,qword ptr [RSP + 0x8]
XOR R15D,R15D
LEA RSI,[RBP + 0x1]
MOV RDI,R14
SUB RSI,R12
CALL 0x00116340
MOV RCX,RBP
MOV RDI,qword ptr [R14 + 0x38]
SUB RCX,R12
LEA RAX,[RDI + RCX*0x1]
CMP qword ptr [R14 + 0x40],RAX
JNC 0x00116565
MOV RSI,RCX
MOV RDI,R14
MOV qword ptr [RSP + 0x18],RCX
CALL 0x0011a1b0
TEST EAX,EAX
JZ 0x0011657e
MOV RDI,qword ptr [R14 + 0x38]
MOV RCX,qword ptr [RSP + 0x18]
MOV RDX,RCX
MOV RSI,R12
MOV qword ptr [RSP + 0x18],RCX
CALL 0x00105480
MOV RCX,qword ptr [RSP + 0x18]
ADD qword ptr [R14 + 0x38],RCX
MOV RAX,qword ptr [RSP + 0x8]
CMP qword ptr [RSP + 0x28],RAX
JZ 0x00116592
MOV RDI,RAX
CALL 0x00105050
TEST RBX,RBX
JNZ 0x001165c1
JMP 0x001165c9
MOV RDX,qword ptr [RSP]
MOV RSI,qword ptr [RSP + 0x10]
MOV ECX,R13D
MOV R8,R14
XOR R13D,R13D
ADD RBX,0x20
CALL 0x001164a0
TEST EAX,EAX
SETZ R13B
MOV RDI,qword ptr [RBX]
TEST RDI,RDI
JNZ 0x001165a0
TEST R13D,R13D
JZ 0x0011667e
TEST R15B,R15B
JZ 0x0011667e
MOV RAX,qword ptr [RSP + 0x20]
CMP byte ptr [RBP],0x0
MOVZX EDX,byte ptr [RAX]
JZ 0x00116698
ADD EDX,0x1
MOV byte ptr [RAX],DL
MOV EAX,0x1
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,qword ptr [RSP + 0x20]
MOVSX EAX,byte ptr [RAX]
MOV dword ptr [RSP + 0x18],EAX
TEST EAX,EAX
JLE 0x001166c0
XOR R15D,R15D
NOP word ptr [RAX + RAX*0x1]
LEA R12,[RBP + 0x1]
MOV ESI,0xa
ADD R15D,0x1
MOV RDI,R12
CALL 0x00105150
MOV RBP,RAX
CMP R15D,dword ptr [RSP + 0x18]
JNZ 0x00116630
MOV RAX,qword ptr [RSP]
MOV R15D,0x1
ADD qword ptr [RAX],0x1
JMP 0x00116525
TEST RBX,RBX
JZ 0x0011667e
MOV RDI,qword ptr [RBX]
XOR EBP,EBP
XOR R15D,R15D
TEST RDI,RDI
JNZ 0x001165a0
XOR EAX,EAX
TEST R13D,R13D
SETZ AL
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
XOR EAX,EAX
TEST DL,DL
JLE 0x001165f7
MOV RDX,qword ptr [RSP + 0x20]
MOV byte ptr [RDX],0x0
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV R12,qword ptr [RSP + 0x8]
JMP 0x0011664f
| null | null | null | null |
[('tmp_1562', u'BRANCH_-1207015247'), ('const-0', u'INT_NOTEQUAL_-1207015523'), (u'MULTIEQUAL_-1207014712', u'MULTIEQUAL_-1207015008'), ('tmp_1719', u'CALL_-1207015506'), ('const-1', u'COPY_-1207014219'), ('const-0', u'INT_NOTEQUAL_-1207015915'), ('tmp_230', u'CBRANCH_-1207016102'), (u'INT_NOTEQUAL_-1207015822', u'CBRANCH_-1207015819'), ('const-433', u'LOAD_-1207015542'), ('const-433', u'STORE_-1207015860'), (u'PTRSUB_-1207014113', u'LOAD_-1207015218'), ('const-0', u'COPY_-1207014450'), (u'MULTIEQUAL_-1207014713', u'INT_EQUAL_-1207016104'), ('const-32', u'PTRADD_-1207014303'), (u'LOAD_-1207015679', u'INT_ADD_-1207014608'), ('const-0', u'RETURN_-1207015344'), ('const-1', u'INT_ADD_-1207015314'), ('const-10', u'CALL_-1207016081'), (u'LOAD_-1207015694', u'INT_EQUAL_-1207015679'), (u'MULTIEQUAL_-1207015075', u'MULTIEQUAL_-1207014918'), ('tmp_436', u'CBRANCH_-1207015953'), (u'COPY_-1207014523', u'MULTIEQUAL_-1207014463'), ('const-0', u'COPY_-1207014558'), ('tmp_1596', u'CBRANCH_-1207015218'), ('const-433', u'LOAD_-1207016236'), (u'MULTIEQUAL_-1207015008', u'CAST_-1207014411'), (u'LOAD_-1207015972', u'INT_LESS_-1207015957'), (u'PTRSUB_-1207014550', u'LOAD_-1207016205'), (u'COPY_-1207014514', u'MULTIEQUAL_-1207015008'), (u'PTRSUB_-1207014359', u'LOAD_-1207015863'), (u'LOAD_-1207016190', u'COPY_-1207014574'), (u'INT_NOTEQUAL_-1207015793', u'CBRANCH_-1207015791'), (u'CALL_-1207015506', u'INT_EQUAL_-1207015492'), ('const-0', u'INT_SLESS_-1207015411'), ('const-433', u'LOAD_-1207016205'), (u'INT_SUB_-1207015972', u'PTRADD_-1207015799'), (u'LOAD_-1207016205', u'PTRSUB_-1207014113'), ('const-0', u'STORE_-1207015404'), ('const-433', u'LOAD_-1207015972'), ('tmp_1719', u'PTRSUB_-1207014359'), (u'COPY_-1207014574', u'MULTIEQUAL_-1207014713'), (u'LOAD_-1207016236', u'LOAD_-1207015402'), (u'INT_SEXT_-1207015385', u'INT_NOTEQUAL_-1207015286'), (u'INT_SUB_-1207014487', u'PTRADD_-1207015958'), (u'LOAD_-1207016236', u'STORE_-1207015651'), ('const-0', u'INT_EQUAL_-1207015679'), ('tmp_1506', u'CBRANCH_-1207015282'), (u'PTRADD_-1207014303', u'MULTIEQUAL_-1207014944'), (u'PTRADD_-1207015799', u'STORE_-1207015860'), ('const-0', u'INT_NOTEQUAL_-1207015219'), ('const-0', u'COPY_-1207014523'), (u'MULTIEQUAL_-1207014606', u'CALL_-1207015506'), (u'INT_SLESS_-1207015366', u'CBRANCH_-1207015373'), ('const-0', u'INT_NOTEQUAL_-1207015793'), (u'LOAD_-1207016236', u'STORE_-1207015404'), ('const-1', u'PTRADD_-1207015282'), ('const-0', u'COPY_-1207014806'), (u'INT_NOTEQUAL_-1207015219', u'CBRANCH_-1207015218'), (u'PTRADD_-1207015958', u'CAST_-1207014425'), ('tmp_1719', u'PTRSUB_-1207014429'), (u'CALL_-1207016081', u'MULTIEQUAL_-1207014809'), (u'PTRSUB_-1207014540', u'LOAD_-1207016190'), (u'COPY_-1207014806', u'MULTIEQUAL_-1207014949'), (u'COPY_-1207014450', u'MULTIEQUAL_-1207014551'), (u'MULTIEQUAL_-1207014944', u'PTRSUB_-1207014286'), (u'MULTIEQUAL_-1207014463', u'MULTIEQUAL_-1207014304'), (u'PTRADD_-1207015916', u'INT_LESS_-1207015957'), (u'INT_ZEXT_-1207014865', u'RETURN_-1207015324'), ('tmp_1718', u'MULTIEQUAL_-1207014568'), (u'INT_NOTEQUAL_-1207015523', u'CBRANCH_-1207015521'), (u'LOAD_-1207015863', u'PTRADD_-1207015799'), (u'MULTIEQUAL_-1207014713', u'CALL_-1207015808'), ('tmp_1681', u'CBRANCH_-1207015172'), ('tmp_1716', u'CALL_-1207015506'), ('const-0', u'PTRSUB_-1207014286'), (u'LOAD_-1207015914', u'MULTIEQUAL_-1207014971'), (u'LOAD_-1207015218', u'MULTIEQUAL_-1207014909'), ('const-0', u'INT_EQUAL_-1207016065'), (u'COPY_-1207014190', u'MULTIEQUAL_-1207014342'), (u'PTRSUB_-1207014390', u'LOAD_-1207015914'), (u'LOAD_-1207016205', u'MULTIEQUAL_-1207014944'), (u'PTRSUB_-1207014429', u'LOAD_-1207015998'), (u'INT_EQUAL_-1207016065', u'CBRANCH_-1207016058'), ('const-40', u'PTRSUB_-1207014561'), ('const-64', u'PTRSUB_-1207014417'), (u'MULTIEQUAL_-1207014564', u'INT_NOTEQUAL_-1207015726'), (u'MULTIEQUAL_-1207014568', u'MULTIEQUAL_-1207014606'), (u'INT_ADD_-1207014608', u'STORE_-1207015651'), ('tmp_1719', u'CALL_-1207016004'), ('const-433', u'LOAD_-1207015218'), (u'LOAD_-1207015402', u'INT_SEXT_-1207015385'), ('const-433', u'LOAD_-1207015694'), ('const-1', u'PTRADD_-1207015282'), (u'MULTIEQUAL_-1207014976', u'PTRADD_-1207014303'), (u'INT_EQUAL_-1207015679', u'CBRANCH_-1207015670'), ('const-1', u'PTRADD_-1207015201'), (u'INT_SUB_-1207015972', u'CALL_-1207015877'), ('const-433', u'LOAD_-1207015914'), (u'PTRSUB_-1207014359', u'STORE_-1207015860'), (u'LOAD_-1207015679', u'INT_SLESS_-1207015411'), (u'MULTIEQUAL_-1207014971', u'CALL_-1207015877'), (u'CAST_-1207014425', u'CALL_-1207016004'), ('const-0', u'PTRSUB_-1207014113'), (u'INT_NOTEQUAL_-1207015726', u'CBRANCH_-1207015725'), (u'LOAD_-1207016205', u'MULTIEQUAL_-1207014976'), (u'MULTIEQUAL_-1207014909', u'LOAD_-1207015694'), ('tmp_1716', u'CALL_-1207016134'), ('tmp_1718', u'MULTIEQUAL_-1207014564'), (u'LOAD_-1207015265', u'PTRADD_-1207015201'), (u'INT_NOTEQUAL_-1207015915', u'CBRANCH_-1207015915'), (u'INT_ZEXT_-1207014881', u'MULTIEQUAL_-1207014568'), (u'CAST_-1207014411', u'INT_SUB_-1207015972'), ('tmp_1715', u'PTRSUB_-1207014540'), ('const-433', u'LOAD_-1207015863'), (u'MULTIEQUAL_-1207014568', u'MULTIEQUAL_-1207014564'), ('tmp_1715', u'CALL_-1207016134'), ('const-0', u'INT_NOTEQUAL_-1207015174'), ('tmp_685', u'CBRANCH_-1207015725'), ('tmp_658', u'CBRANCH_-1207015791'), ('const-0', u'INT_NOTEQUAL_-1207016214'), (u'INT_NOTEQUAL_-1207015174', u'CBRANCH_-1207015172'), ('tmp_1229', u'CBRANCH_-1207015521'), ('const-10', u'CALL_-1207015308'), (u'CALL_-1207015308', u'MULTIEQUAL_-1207014779'), (u'LOAD_-1207016190', u'CALL_-1207016134'), (u'MULTIEQUAL_-1207015008', u'CALL_-1207015877'), ('const-433', u'LOAD_-1207015679'), (u'MULTIEQUAL_-1207014713', u'INT_NOTEQUAL_-1207015822'), (u'MULTIEQUAL_-1207014909', u'CALL_-1207015506'), (u'CALL_-1207016081', u'MULTIEQUAL_-1207014779'), ('const-1', u'PTRADD_-1207015916'), ('tmp_482', u'CBRANCH_-1207015915'), ('const-0', u'INT_EQUAL_-1207016104'), (u'COPY_-1207014208', u'MULTIEQUAL_-1207014712'), ('tmp_1719', u'PTRSUB_-1207014390'), ('tmp_1719', u'PTRSUB_-1207014417'), (u'LOAD_-1207015542', u'INT_NOTEQUAL_-1207015523'), (u'CAST_-1207014412', u'INT_SUB_-1207015972'), ('tmp_1717', u'CALL_-1207015506'), (u'MULTIEQUAL_-1207014400', u'INT_EQUAL_-1207015384'), (u'MULTIEQUAL_-1207015075', u'MULTIEQUAL_-1207014909'), (u'COPY_-1207015026', u'RETURN_-1207015586'), (u'MULTIEQUAL_-1207014713', u'COPY_-1207014514'), (u'COPY_-1207014514', u'MULTIEQUAL_-1207014712'), (u'MULTIEQUAL_-1207014310', u'MULTIEQUAL_-1207014304'), (u'INT_ADD_-1207015314', u'INT_NOTEQUAL_-1207015286'), (u'MULTIEQUAL_-1207014342', u'MULTIEQUAL_-1207014310'), (u'LOAD_-1207015998', u'MULTIEQUAL_-1207014971'), (u'MULTIEQUAL_-1207014809', u'PTRADD_-1207015282'), (u'LOAD_-1207016230', u'INT_NOTEQUAL_-1207016214'), ('const-32', u'PTRSUB_-1207014550'), (u'LOAD_-1207015402', u'INT_SLESS_-1207015366'), ('tmp_1389', u'CBRANCH_-1207015373'), ('const-0', u'COPY_-1207014190'), (u'CALL_-1207015930', u'INT_NOTEQUAL_-1207015915'), ('const-0', u'INT_EQUAL_-1207015384'), ('const-1', u'INT_SUB_-1207014487'), (u'MULTIEQUAL_-1207015075', u'PTRADD_-1207015958'), (u'PTRSUB_-1207014286', u'LOAD_-1207015542'), ('const-56', u'PTRSUB_-1207014359'), ('const-433', u'STORE_-1207015651'), ('const-0', u'INT_EQUAL_-1207015492'), (u'MULTIEQUAL_-1207014918', u'MULTIEQUAL_-1207014909'), (u'INT_ADD_-1207015314', u'MULTIEQUAL_-1207014490'), ('const-56', u'PTRSUB_-1207014390'), ('tmp_1715', u'PTRSUB_-1207014561'), (u'CALL_-1207016081', u'LOAD_-1207016080'), (u'COPY_-1207014219', u'MULTIEQUAL_-1207014463'), ('tmp_1717', u'LOAD_-1207015265'), ('const-433', u'LOAD_-1207016190'), (u'CALL_-1207015308', u'MULTIEQUAL_-1207014809'), (u'MULTIEQUAL_-1207014944', u'MULTIEQUAL_-1207014976'), (u'MULTIEQUAL_-1207014463', u'MULTIEQUAL_-1207014310'), ('const-1', u'PTRADD_-1207015201'), (u'LOAD_-1207015218', u'INT_NOTEQUAL_-1207015174'), ('const-1', u'INT_ADD_-1207014608'), ('const-16', u'PTRSUB_-1207014540'), (u'INT_EQUAL_-1207016104', u'CBRANCH_-1207016102'), (u'MULTIEQUAL_-1207014564', u'MULTIEQUAL_-1207014400'), (u'MULTIEQUAL_-1207014310', u'MULTIEQUAL_-1207014342'), ('const-433', u'LOAD_-1207015265'), ('const-1', u'COPY_-1207014617'), ('tmp_1717', u'STORE_-1207015262'), ('tmp_945', u'CBRANCH_-1207015418'), (u'LOAD_-1207015998', u'PTRADD_-1207015916'), (u'PTRSUB_-1207014561', u'LOAD_-1207016230'), ('const-0', u'RETURN_-1207015324'), (u'INT_NOTEQUAL_-1207016214', u'CBRANCH_-1207016159'), (u'INT_EQUAL_-1207015384', u'INT_ZEXT_-1207014865'), ('tmp_1717', u'LOAD_-1207016236'), ('tmp_759', u'CBRANCH_-1207015670'), (u'INT_LESS_-1207015957', u'CBRANCH_-1207015953'), ('const-433', u'LOAD_-1207015402'), (u'LOAD_-1207016205', u'INT_NOTEQUAL_-1207015219'), (u'LOAD_-1207016190', u'INT_NOTEQUAL_-1207015822'), (u'CALL_-1207016081', u'MULTIEQUAL_-1207015075'), ('tmp_711', u'CBRANCH_-1207015706'), (u'MULTIEQUAL_-1207015008', u'CAST_-1207014429'), (u'CALL_-1207016134', u'MULTIEQUAL_-1207014713'), (u'INT_NOTEQUAL_-1207015286', u'CBRANCH_-1207015282'), (u'CAST_-1207014429', u'INT_SUB_-1207014487'), (u'INT_SUB_-1207015972', u'CALL_-1207015930'), ('tmp_1718', u'MULTIEQUAL_-1207014606'), ('tmp_172', u'CBRANCH_-1207016159'), ('const-433', u'LOAD_-1207015998'), (u'LOAD_-1207016080', u'INT_EQUAL_-1207016065'), ('const-33554438', u'CALL_-1207016134'), (u'MULTIEQUAL_-1207014918', u'MULTIEQUAL_-1207014949'), (u'MULTIEQUAL_-1207014779', u'MULTIEQUAL_-1207015075'), ('tmp_1719', u'CALL_-1207015930'), (u'LOAD_-1207016205', u'INT_NOTEQUAL_-1207015793'), ('tmp_1715', u'PTRSUB_-1207014550'), (u'MULTIEQUAL_-1207014490', u'INT_ADD_-1207015314'), (u'MULTIEQUAL_-1207014949', u'MULTIEQUAL_-1207014918'), (u'PTRADD_-1207015282', u'CALL_-1207015308'), ('const-1', u'PTRADD_-1207015958'), (u'PTRADD_-1207015282', u'COPY_-1207014208'), ('const-433', u'LOAD_-1207016230'), ('const-1', u'PTRADD_-1207015799'), ('tmp_279', u'CBRANCH_-1207016058'), (u'MULTIEQUAL_-1207014551', u'COPY_-1207015026'), (u'COPY_-1207014558', u'MULTIEQUAL_-1207014490'), (u'COPY_-1207014617', u'MULTIEQUAL_-1207014551'), ('const-0', u'RETURN_-1207015586'), ('tmp_620', u'CBRANCH_-1207015819'), (u'INT_SUB_-1207015972', u'PTRADD_-1207015916'), (u'LOAD_-1207015542', u'MULTIEQUAL_-1207014909'), (u'INT_EQUAL_-1207015492', u'INT_ZEXT_-1207014881'), (u'MULTIEQUAL_-1207015075', u'CAST_-1207014412'), (u'PTRSUB_-1207014417', u'LOAD_-1207015972'), ('const-0', u'INT_SLESS_-1207015366'), ('const-0', u'INT_NOTEQUAL_-1207015726'), ('const-433', u'STORE_-1207015262'), ('const-56', u'PTRSUB_-1207014429'), (u'INT_SLESS_-1207015411', u'CBRANCH_-1207015418'), ('const-433', u'STORE_-1207015404'), ('const-1', u'PTRADD_-1207014303'), ('const-433', u'LOAD_-1207016080'), (u'MULTIEQUAL_-1207014713', u'CALL_-1207016081'), (u'COPY_-1207014450', u'RETURN_-1207015344'), (u'MULTIEQUAL_-1207014304', u'CBRANCH_-1207015706'), (u'LOAD_-1207016236', u'LOAD_-1207015679'), ('tmp_1718', u'MULTIEQUAL_-1207014400'), (u'PTRADD_-1207015201', u'STORE_-1207015262')]
|
[('tmp_1562', u'BRANCH_-1207015247'), (u'MULTIEQUAL_-1207014721', u'MULTIEQUAL_-1207015017'), ('const-0', u'INT_NOTEQUAL_-1207015523'), ('const-1', u'INT_ADD_-1207014617'), ('tmp_3589', u'CALL_-1207016134'), ('const-0', u'INT_NOTEQUAL_-1207015915'), ('tmp_230', u'CBRANCH_-1207016102'), (u'INT_NOTEQUAL_-1207015822', u'CBRANCH_-1207015819'), ('tmp_3581', u'CALL_-1207015930'), (u'CALL_-1207015308', u'MULTIEQUAL_-1207014787'), ('const-433', u'LOAD_-1207015679'), ('tmp_3581', u'INT_ADD_-1207015982'), ('const-1', u'INT_SUB_-1207014499'), (u'INT_ADD_-1207015851', u'CAST_-1207014356'), ('const-433', u'LOAD_-1207015542'), ('const-56', u'INT_ADD_-1207015982'), (u'PTRADD_-1207014319', u'MULTIEQUAL_-1207014952'), ('const-0', u'RETURN_-1207015344'), (u'CAST_-1207014424', u'INT_SUB_-1207015972'), ('const-1', u'INT_ADD_-1207015314'), (u'CAST_-1207014551', u'LOAD_-1207016205'), (u'LOAD_-1207015694', u'INT_EQUAL_-1207015679'), (u'COPY_-1207014570', u'MULTIEQUAL_-1207014502'), ('tmp_3664', u'MULTIEQUAL_-1207014366'), ('tmp_436', u'CBRANCH_-1207015953'), (u'MULTIEQUAL_-1207014259', u'RETURN_-1207015586'), (u'INT_ADD_-1207015845', u'STORE_-1207015860'), (u'CAST_-1207014356', u'STORE_-1207015860'), ('tmp_1596', u'CBRANCH_-1207015218'), (u'LOAD_-1207015542', u'MULTIEQUAL_-1207014918'), (u'MULTIEQUAL_-1207014502', u'INT_ADD_-1207015314'), (u'MULTIEQUAL_-1207014952', u'MULTIEQUAL_-1207014984'), (u'LOAD_-1207015972', u'INT_LESS_-1207015957'), (u'INT_NOTEQUAL_-1207015793', u'CBRANCH_-1207015791'), ('const-433', u'LOAD_-1207015402'), (u'COPY_-1207014531', u'MULTIEQUAL_-1207015017'), (u'CALL_-1207015506', u'INT_EQUAL_-1207015492'), (u'CALL_-1207016081', u'MULTIEQUAL_-1207015083'), ('const-433', u'LOAD_-1207016205'), (u'LOAD_-1207016190', u'COPY_-1207014591'), (u'LOAD_-1207015679', u'INT_ADD_-1207014617'), ('const-433', u'LOAD_-1207015863'), (u'MULTIEQUAL_-1207014926', u'MULTIEQUAL_-1207014957'), ('tmp_3588', u'INT_ADD_-1207016189'), (u'INT_SEXT_-1207015385', u'INT_NOTEQUAL_-1207015286'), (u'CAST_-1207014566', u'LOAD_-1207015402'), ('tmp_1506', u'CBRANCH_-1207015282'), (u'COPY_-1207014321', u'MULTIEQUAL_-1207014259'), ('const-0', u'COPY_-1207014158'), (u'LOAD_-1207015863', u'INT_ADD_-1207015845'), ('const-0', u'COPY_-1207014537'), ('const-0', u'INT_NOTEQUAL_-1207015219'), ('tmp_3587', u'LOAD_-1207015265'), (u'COPY_-1207014158', u'RETURN_-1207015344'), (u'INT_ADD_-1207015962', u'INT_LESS_-1207015957'), (u'INT_SLESS_-1207015366', u'CBRANCH_-1207015373'), ('const-0', u'INT_NOTEQUAL_-1207015793'), ('const-0', u'COPY_-1207014156'), (u'MULTIEQUAL_-1207015083', u'MULTIEQUAL_-1207014917'), ('const-1', u'PTRADD_-1207015282'), (u'COPY_-1207014591', u'MULTIEQUAL_-1207014732'), (u'INT_EQUAL_-1207015492', u'INT_ZEXT_-1207014890'), (u'INT_NOTEQUAL_-1207015219', u'CBRANCH_-1207015218'), ('const-433', u'STORE_-1207015860'), (u'MULTIEQUAL_-1207014980', u'CALL_-1207015877'), (u'INT_NOTEQUAL_-1207015523', u'CBRANCH_-1207015521'), (u'CALL_-1207016081', u'MULTIEQUAL_-1207014787'), ('const-433', u'STORE_-1207015651'), (u'MULTIEQUAL_-1207014477', u'MULTIEQUAL_-1207014318'), (u'MULTIEQUAL_-1207014477', u'MULTIEQUAL_-1207014324'), ('tmp_1681', u'CBRANCH_-1207015172'), (u'MULTIEQUAL_-1207014732', u'INT_EQUAL_-1207016104'), (u'MULTIEQUAL_-1207014356', u'MULTIEQUAL_-1207014324'), (u'MULTIEQUAL_-1207014324', u'MULTIEQUAL_-1207014318'), (u'MULTIEQUAL_-1207014732', u'COPY_-1207014531'), (u'COPY_-1207014180', u'RETURN_-1207015324'), (u'INT_ADD_-1207016214', u'CAST_-1207014562'), (u'MULTIEQUAL_-1207015017', u'CAST_-1207014423'), (u'CAST_-1207014429', u'LOAD_-1207015998'), (u'MULTIEQUAL_-1207014817', u'PTRADD_-1207015282'), (u'INT_EQUAL_-1207016065', u'CBRANCH_-1207016058'), (u'INT_ADD_-1207016174', u'CAST_-1207014541'), (u'MULTIEQUAL_-1207014332', u'MULTIEQUAL_-1207014366'), ('const-32', u'INT_ADD_-1207016189'), (u'LOAD_-1207015998', u'CAST_-1207014419'), (u'MULTIEQUAL_-1207014332', u'MULTIEQUAL_-1207014581'), ('const-433', u'LOAD_-1207016190'), (u'LOAD_-1207015402', u'INT_SEXT_-1207015385'), ('const-1', u'INT_ADD_-1207015247'), ('const-1', u'PTRADD_-1207015958'), ('const-8', u'PTRADD_-1207014319'), ('const-1', u'COPY_-1207014321'), (u'INT_EQUAL_-1207015679', u'CBRANCH_-1207015670'), (u'LOAD_-1207015218', u'MULTIEQUAL_-1207014918'), (u'INT_SUB_-1207015972', u'CALL_-1207015877'), (u'MULTIEQUAL_-1207014952', u'LOAD_-1207015542'), ('const-433', u'LOAD_-1207015998'), ('const-433', u'LOAD_-1207016080'), ('const-0', u'INT_SLESS_-1207015366'), (u'INT_EQUAL_-1207015384', u'COPY_-1207014180'), (u'LOAD_-1207015679', u'INT_SLESS_-1207015411'), (u'CAST_-1207014419', u'INT_ADD_-1207015962'), (u'INT_NOTEQUAL_-1207015726', u'CBRANCH_-1207015725'), ('tmp_3588', u'INT_ADD_-1207016214'), (u'INT_SUB_-1207015972', u'INT_ADD_-1207015962'), (u'INT_NOTEQUAL_-1207015915', u'CBRANCH_-1207015915'), ('const-433', u'STORE_-1207015262'), (u'MULTIEQUAL_-1207015017', u'CAST_-1207014441'), (u'MULTIEQUAL_-1207015083', u'PTRADD_-1207015958'), ('const-433', u'LOAD_-1207015218'), (u'MULTIEQUAL_-1207014324', u'MULTIEQUAL_-1207014356'), ('const-0', u'INT_NOTEQUAL_-1207015174'), (u'MULTIEQUAL_-1207014917', u'LOAD_-1207015694'), ('const-16', u'INT_ADD_-1207016174'), ('tmp_685', u'CBRANCH_-1207015725'), (u'CAST_-1207014506', u'MULTIEQUAL_-1207014732'), ('const-433', u'LOAD_-1207015972'), ('tmp_3664', u'MULTIEQUAL_-1207014332'), ('tmp_658', u'CBRANCH_-1207015791'), (u'MULTIEQUAL_-1207014957', u'MULTIEQUAL_-1207014926'), (u'CAST_-1207014356', u'LOAD_-1207015863'), (u'LOAD_-1207016205', u'MULTIEQUAL_-1207014984'), (u'COPY_-1207014204', u'MULTIEQUAL_-1207014356'), (u'INT_NOTEQUAL_-1207015174', u'CBRANCH_-1207015172'), ('tmp_3581', u'INT_ADD_-1207015851'), ('tmp_1229', u'CBRANCH_-1207015521'), (u'CALL_-1207015308', u'MULTIEQUAL_-1207014817'), ('const-64', u'INT_ADD_-1207015956'), (u'MULTIEQUAL_-1207014918', u'CALL_-1207015506'), (u'LOAD_-1207016190', u'CALL_-1207016134'), (u'LOAD_-1207015998', u'MULTIEQUAL_-1207014980'), ('tmp_3581', u'INT_ADD_-1207015898'), ('tmp_482', u'CBRANCH_-1207015915'), (u'MULTIEQUAL_-1207014366', u'CALL_-1207015506'), (u'MULTIEQUAL_-1207015017', u'CALL_-1207015877'), (u'LOAD_-1207015914', u'MULTIEQUAL_-1207014980'), ('const-0', u'INT_EQUAL_-1207016104'), (u'COPY_-1207014814', u'MULTIEQUAL_-1207014957'), (u'CAST_-1207014566', u'STORE_-1207015404'), ('const-0', u'COPY_-1207014570'), (u'LOAD_-1207015542', u'INT_NOTEQUAL_-1207015523'), (u'CALL_-1207016081', u'MULTIEQUAL_-1207014817'), (u'MULTIEQUAL_-1207014581', u'MULTIEQUAL_-1207014412'), (u'INT_ADD_-1207014617', u'STORE_-1207015651'), (u'CAST_-1207014562', u'LOAD_-1207016230'), (u'MULTIEQUAL_-1207014926', u'MULTIEQUAL_-1207014917'), (u'MULTIEQUAL_-1207014412', u'INT_EQUAL_-1207015384'), ('const-433', u'LOAD_-1207015914'), ('tmp_3581', u'CALL_-1207015506'), (u'INT_ADD_-1207015314', u'INT_NOTEQUAL_-1207015286'), ('const-1', u'PTRADD_-1207015282'), (u'LOAD_-1207016230', u'INT_NOTEQUAL_-1207016214'), (u'INT_SUB_-1207014499', u'PTRADD_-1207015958'), (u'INT_ADD_-1207015898', u'CAST_-1207014387'), (u'COPY_-1207014225', u'MULTIEQUAL_-1207014721'), (u'LOAD_-1207015402', u'INT_SLESS_-1207015366'), (u'LOAD_-1207015265', u'INT_ADD_-1207015247'), ('tmp_1389', u'CBRANCH_-1207015373'), (u'LOAD_-1207016236', u'CAST_-1207014566'), (u'CALL_-1207015930', u'INT_NOTEQUAL_-1207015915'), ('const-10', u'CALL_-1207015308'), ('const-0', u'INT_EQUAL_-1207015384'), (u'MULTIEQUAL_-1207015083', u'CAST_-1207014424'), ('tmp_3587', u'STORE_-1207015262'), ('tmp_3581', u'INT_ADD_-1207015956'), (u'COPY_-1207014531', u'MULTIEQUAL_-1207014721'), (u'INT_ADD_-1207015314', u'MULTIEQUAL_-1207014502'), (u'CAST_-1207014423', u'INT_SUB_-1207015972'), (u'MULTIEQUAL_-1207014732', u'CALL_-1207015808'), (u'CAST_-1207014541', u'LOAD_-1207016190'), ('const-0', u'INT_EQUAL_-1207015492'), ('const-433', u'LOAD_-1207015265'), (u'CALL_-1207016081', u'LOAD_-1207016080'), ('const-0', u'COPY_-1207014814'), (u'CALL_-1207016134', u'CAST_-1207014506'), (u'PTRADD_-1207015958', u'CALL_-1207016004'), ('const-40', u'INT_ADD_-1207016214'), (u'LOAD_-1207015218', u'INT_NOTEQUAL_-1207015174'), (u'INT_EQUAL_-1207016104', u'CBRANCH_-1207016102'), ('tmp_3588', u'CALL_-1207016134'), (u'COPY_-1207014156', u'MULTIEQUAL_-1207014259'), (u'MULTIEQUAL_-1207014732', u'CALL_-1207016081'), (u'INT_ADD_-1207015956', u'CAST_-1207014414'), ('tmp_945', u'CBRANCH_-1207015418'), ('const-56', u'INT_ADD_-1207015898'), ('const-0', u'RETURN_-1207015324'), (u'INT_NOTEQUAL_-1207016214', u'CBRANCH_-1207016159'), (u'INT_ZEXT_-1207014890', u'MULTIEQUAL_-1207014332'), (u'CAST_-1207014566', u'LOAD_-1207015679'), ('const-0', u'COPY_-1207014204'), ('const-433', u'LOAD_-1207016230'), ('const-0', u'INT_EQUAL_-1207016065'), ('tmp_759', u'CBRANCH_-1207015670'), (u'INT_LESS_-1207015957', u'CBRANCH_-1207015953'), (u'INT_ADD_-1207015982', u'CAST_-1207014429'), (u'CAST_-1207014387', u'LOAD_-1207015914'), (u'LOAD_-1207016205', u'INT_NOTEQUAL_-1207015219'), (u'LOAD_-1207016190', u'INT_NOTEQUAL_-1207015822'), ('const-1', u'COPY_-1207014233'), (u'CAST_-1207014414', u'LOAD_-1207015972'), ('tmp_711', u'CBRANCH_-1207015706'), ('const-56', u'INT_ADD_-1207015851'), ('tmp_3587', u'LOAD_-1207016236'), (u'MULTIEQUAL_-1207015083', u'MULTIEQUAL_-1207014926'), (u'INT_NOTEQUAL_-1207015286', u'CBRANCH_-1207015282'), ('tmp_3589', u'CALL_-1207015506'), (u'INT_SUB_-1207015972', u'CALL_-1207015930'), ('tmp_172', u'CBRANCH_-1207016159'), (u'LOAD_-1207016080', u'INT_EQUAL_-1207016065'), ('const-0', u'INT_EQUAL_-1207015679'), (u'CAST_-1207014441', u'INT_SUB_-1207014499'), ('tmp_3588', u'INT_ADD_-1207016174'), (u'CAST_-1207014566', u'STORE_-1207015651'), (u'INT_ADD_-1207015247', u'STORE_-1207015262'), (u'LOAD_-1207016205', u'INT_NOTEQUAL_-1207015793'), ('tmp_3581', u'CALL_-1207016004'), ('const-0', u'INT_NOTEQUAL_-1207016214'), (u'MULTIEQUAL_-1207014732', u'INT_NOTEQUAL_-1207015822'), ('const-433', u'STORE_-1207015404'), ('const-0', u'INT_SLESS_-1207015411'), (u'PTRADD_-1207015282', u'CALL_-1207015308'), ('const-4', u'PTRADD_-1207014319'), (u'PTRADD_-1207015282', u'COPY_-1207014225'), (u'MULTIEQUAL_-1207014984', u'PTRADD_-1207014319'), (u'LOAD_-1207016205', u'LOAD_-1207015218'), ('tmp_279', u'CBRANCH_-1207016058'), (u'MULTIEQUAL_-1207014318', u'CBRANCH_-1207015706'), (u'INT_ADD_-1207016189', u'CAST_-1207014551'), ('const-33554438', u'CALL_-1207016134'), (u'COPY_-1207014233', u'MULTIEQUAL_-1207014477'), ('const-0', u'RETURN_-1207015586'), ('tmp_620', u'CBRANCH_-1207015819'), (u'MULTIEQUAL_-1207014581', u'INT_NOTEQUAL_-1207015726'), ('const-10', u'CALL_-1207016081'), ('tmp_3587', u'CALL_-1207015506'), ('const-433', u'LOAD_-1207015694'), (u'INT_SUB_-1207015972', u'INT_ADD_-1207015845'), ('const-0', u'INT_NOTEQUAL_-1207015726'), (u'LOAD_-1207016205', u'MULTIEQUAL_-1207014952'), ('const-0', u'STORE_-1207015404'), (u'INT_SLESS_-1207015411', u'CBRANCH_-1207015418'), (u'MULTIEQUAL_-1207014787', u'MULTIEQUAL_-1207015083'), ('tmp_3664', u'MULTIEQUAL_-1207014581'), ('tmp_3664', u'MULTIEQUAL_-1207014412'), ('const-433', u'LOAD_-1207016236'), (u'COPY_-1207014537', u'MULTIEQUAL_-1207014477')]
| null | null |
001164a0
|
x64
|
O2
|
(translation_unit "bool FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)\n\n{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}\n\n" (function_definition "bool FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)\n\n{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}" primitive_type (function_declarator "FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long *plVar7;" (sized_type_specifier "long" long) (pointer_declarator "*plVar7" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "char *local_60;" primitive_type (pointer_declarator "*local_60" * identifier) ;) (expression_statement "pcVar2 = (char *)*param_3;" (assignment_expression "pcVar2 = (char *)*param_3" identifier = (cast_expression "(char *)*param_3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (expression_statement "plVar7 = *(long **)(param_1 + 0x20);" (assignment_expression "plVar7 = *(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 "pcVar3 = *(char **)(param_1 + 0x10);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x10)" identifier = (pointer_expression "*(char **)(param_1 + 0x10)" * (cast_expression "(char **)(param_1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "local_60 = pcVar3;" (assignment_expression "local_60 = pcVar3" identifier = identifier) ;) (if_statement "if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) != 0)" ( (binary_expression "*(long *)(param_1 + 0x28) != 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }" { (expression_statement "local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);" (assignment_expression "local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2)" identifier = (cast_expression "(char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00115440(pcVar3,0x2000006,param_1,param_2)" identifier (argument_list "(pcVar3,0x2000006,param_1,param_2)" ( identifier , number_literal , identifier , identifier ))))) ;) })) (if_statement "if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" if (parenthesized_expression "(local_60 == (char *)0x0)" ( (binary_expression "local_60 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" { (if_statement "if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }" if (parenthesized_expression "(plVar7 != (long *)0x0)" ( (binary_expression "plVar7 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }" { (expression_statement "lVar8 = *plVar7;" (assignment_expression "lVar8 = *plVar7" identifier = (pointer_expression "*plVar7" * identifier)) ;) (expression_statement "pcVar6 = (char *)0x0;" (assignment_expression "pcVar6 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (if_statement "if (lVar8 != 0) goto LAB_001165a0;" if (parenthesized_expression "(lVar8 != 0)" ( (binary_expression "lVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_001165a0;" goto statement_identifier ;)) })) (goto_statement "goto LAB_0011667e;" goto statement_identifier ;) })) (expression_statement "pcVar6 = strchrnul(local_60,10);" (assignment_expression "pcVar6 = strchrnul(local_60,10)" identifier = (call_expression "strchrnul(local_60,10)" identifier (argument_list "(local_60,10)" ( identifier , number_literal )))) ;) (expression_statement "pcVar9 = local_60;" (assignment_expression "pcVar9 = local_60" identifier = identifier) ;) (if_statement "if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" if (parenthesized_expression "(*pcVar6 == '\0')" ( (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar4 = false;\n }" { (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) }) (else_clause "else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" else (compound_statement "{\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" { (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) (if_statement "if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }" if (parenthesized_expression "('\0' < cVar1)" ( (binary_expression "'\0' < cVar1" (char_literal "'\0'" ' escape_sequence ') < identifier) )) (compound_statement "{\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }" { (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);" do (compound_statement "{\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n }" { (expression_statement "pcVar9 = pcVar6 + 1;" (assignment_expression "pcVar9 = pcVar6 + 1" identifier = (binary_expression "pcVar6 + 1" identifier + number_literal)) ;) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "pcVar6 = strchrnul(pcVar9,10);" (assignment_expression "pcVar6 = strchrnul(pcVar9,10)" identifier = (call_expression "strchrnul(pcVar9,10)" identifier (argument_list "(pcVar9,10)" ( identifier , number_literal )))) ;) }) while (parenthesized_expression "(iVar5 != cVar1)" ( (binary_expression "iVar5 != cVar1" identifier != identifier) )) ;) })) (expression_statement "bVar4 = true;" (assignment_expression "bVar4 = true" identifier = true) ;) (expression_statement "*param_3 = *param_3 + 1;" (assignment_expression "*param_3 = *param_3 + 1" (pointer_expression "*param_3" * identifier) = (binary_expression "*param_3 + 1" (pointer_expression "*param_3" * identifier) + number_literal)) ;) }))) (expression_statement "FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));" (call_expression "FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9))" identifier (argument_list "(param_5,pcVar6 + (1 - (long)pcVar9))" ( identifier , (binary_expression "pcVar6 + (1 - (long)pcVar9)" identifier + (parenthesized_expression "(1 - (long)pcVar9)" ( (binary_expression "1 - (long)pcVar9" number_literal - (cast_expression "(long)pcVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) ;) (expression_statement "__dest = *(void **)(param_5 + 0x38);" (assignment_expression "__dest = *(void **)(param_5 + 0x38)" identifier = (pointer_expression "*(void **)(param_5 + 0x38)" * (cast_expression "(void **)(param_5 + 0x38)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "__n = (long)pcVar6 - (long)pcVar9;" (assignment_expression "__n = (long)pcVar6 - (long)pcVar9" identifier = (binary_expression "(long)pcVar6 - (long)pcVar9" (cast_expression "(long)pcVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" if (parenthesized_expression "(*(ulong *)(param_5 + 0x40) < (long)__dest + __n)" ( (binary_expression "*(ulong *)(param_5 + 0x40) < (long)__dest + __n" (pointer_expression "*(ulong *)(param_5 + 0x40)" * (cast_expression "(ulong *)(param_5 + 0x40)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x40)" ( (binary_expression "param_5 + 0x40" identifier + number_literal) )))) < (binary_expression "(long)__dest + __n" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) )) (compound_statement "{\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }" { (expression_statement "iVar5 = FUN_0011a1b0(param_5,__n);" (assignment_expression "iVar5 = FUN_0011a1b0(param_5,__n)" identifier = (call_expression "FUN_0011a1b0(param_5,__n)" identifier (argument_list "(param_5,__n)" ( identifier , identifier )))) ;) (if_statement "if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }" { (expression_statement "__dest = *(void **)(param_5 + 0x38);" (assignment_expression "__dest = *(void **)(param_5 + 0x38)" identifier = (pointer_expression "*(void **)(param_5 + 0x38)" * (cast_expression "(void **)(param_5 + 0x38)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00116565;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" else (compound_statement "{\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" { (labeled_statement "LAB_00116565:\n memcpy(__dest,pcVar9,__n);" statement_identifier : (expression_statement "memcpy(__dest,pcVar9,__n);" (call_expression "memcpy(__dest,pcVar9,__n)" identifier (argument_list "(__dest,pcVar9,__n)" ( identifier , identifier , identifier ))) ;)) (expression_statement "*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;" (assignment_expression "*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n" (pointer_expression "*(long *)(param_5 + 0x38)" * (cast_expression "(long *)(param_5 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_5 + 0x38) + __n" (pointer_expression "*(long *)(param_5 + 0x38)" * (cast_expression "(long *)(param_5 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) )))) + identifier)) ;) }))) (if_statement "if (pcVar3 != local_60) {\n free(local_60);\n }" if (parenthesized_expression "(pcVar3 != local_60)" ( (binary_expression "pcVar3 != local_60" identifier != identifier) )) (compound_statement "{\n free(local_60);\n }" { (expression_statement "free(local_60);" (call_expression "free(local_60)" identifier (argument_list "(local_60)" ( identifier ))) ;) })) (if_statement "if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }" if (parenthesized_expression "(plVar7 != (long *)0x0)" ( (binary_expression "plVar7 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }" { (for_statement "for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }" for ( ; (comma_expression "lVar8 = *plVar7, lVar8 != 0" (assignment_expression "lVar8 = *plVar7" identifier = (pointer_expression "*plVar7" * identifier)) , (binary_expression "lVar8 != 0" identifier != number_literal)) ; (assignment_expression "plVar7 = plVar7 + 4" identifier = (binary_expression "plVar7 + 4" identifier + number_literal)) ) (compound_statement "{\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }" { (labeled_statement "LAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);" statement_identifier : (expression_statement "iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);" (assignment_expression "iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5)" identifier = (call_expression "FUN_001164a0(lVar8,param_2,param_3,param_4,param_5)" identifier (argument_list "(lVar8,param_2,param_3,param_4,param_5)" ( identifier , identifier , identifier , identifier , identifier )))) ;)) (expression_statement "param_4 = (uint)(iVar5 == 0);" (assignment_expression "param_4 = (uint)(iVar5 == 0)" identifier = (call_expression "(uint)(iVar5 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )))) ;) })) })) (if_statement "if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }" if (parenthesized_expression "((param_4 != 0) && (bVar4))" ( (binary_expression "(param_4 != 0) && (bVar4)" (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) && (parenthesized_expression "(bVar4)" ( identifier ))) )) (compound_statement "{\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }" { (if_statement "if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" if (parenthesized_expression "(*pcVar6 == '\0')" ( (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }" { (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (if_statement "if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }" if (parenthesized_expression "('\0' < *pcVar2)" ( (binary_expression "'\0' < *pcVar2" (char_literal "'\0'" ' escape_sequence ') < (pointer_expression "*pcVar2" * identifier)) )) (compound_statement "{\n *pcVar2 = '\0';\n return false;\n }" { (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return false;" return false ;) })) }) (else_clause "else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" else (compound_statement "{\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" { (expression_statement "*pcVar2 = *pcVar2 + '\x01';" (assignment_expression "*pcVar2 = *pcVar2 + '\x01'" (pointer_expression "*pcVar2" * identifier) = (binary_expression "*pcVar2 + '\x01'" (pointer_expression "*pcVar2" * identifier) + (char_literal "'\x01'" ' escape_sequence '))) ;) (expression_statement "bVar4 = true;" (assignment_expression "bVar4 = true" identifier = true) ;) }))) (return_statement "return bVar4;" return identifier ;) })) (labeled_statement "LAB_0011667e:\n return param_4 == 0;" statement_identifier : (return_statement "return param_4 == 0;" return (binary_expression "param_4 == 0" identifier == number_literal) ;)) })))
|
(translation_unit "int argp_args_usage(argp *argp,argp_state *state,char **levels,int advance,argp_fmtstream_t stream)\n\n{\n char cVar1;\n char *pcVar2;\n char *doc;\n bool bVar3;\n int iVar4;\n char *pcVar5;\n size_t amount;\n argp_child *paVar6;\n char *__dest;\n argp *argp_00;\n char *pcVar7;\n char *local_60;\n \n pcVar2 = *levels;\n paVar6 = argp->children;\n doc = argp->args_doc;\n local_60 = doc;\n if (argp->help_filter != (_func_char_ptr_int_char_ptr_void_ptr *)0x0) {\n local_60 = filter_doc(doc,0x2000006,argp,state);\n }\n if (local_60 == (char *)0x0) {\n if (paVar6 != (argp_child *)0x0) {\n argp_00 = paVar6->argp;\n pcVar5 = (char *)0x0;\n bVar3 = false;\n if (argp_00 != (argp *)0x0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar5 = strchrnul(local_60,10);\n pcVar7 = local_60;\n if (*pcVar5 == '\0') {\n bVar3 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }\n bVar3 = true;\n *levels = *levels + 1;\n }\n space(stream,(size_t)(pcVar5 + (1 - (long)pcVar7)));\n __dest = stream->p;\n amount = (long)pcVar5 - (long)pcVar7;\n if (stream->end < __dest + amount) {\n iVar4 = _argp_fmtstream_ensure(stream,amount);\n if (iVar4 != 0) {\n __dest = stream->p;\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar7,amount);\n stream->p = stream->p + amount;\n }\n if (doc != local_60) {\n free(local_60);\n }\n if (paVar6 != (argp_child *)0x0) {\n for (; argp_00 = paVar6->argp, argp_00 != (argp *)0x0; paVar6 = paVar6 + 1) {\nLAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);\n advance = (int)(iVar4 == 0);\n }\n }\n if ((advance != 0) && (bVar3)) {\n if (*pcVar5 == '\0') {\n iVar4 = 0;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }\n return iVar4;\n }\nLAB_0011667e:\n return (int)(advance == 0);\n}\n\n" (function_definition "int argp_args_usage(argp *argp,argp_state *state,char **levels,int advance,argp_fmtstream_t stream)\n\n{\n char cVar1;\n char *pcVar2;\n char *doc;\n bool bVar3;\n int iVar4;\n char *pcVar5;\n size_t amount;\n argp_child *paVar6;\n char *__dest;\n argp *argp_00;\n char *pcVar7;\n char *local_60;\n \n pcVar2 = *levels;\n paVar6 = argp->children;\n doc = argp->args_doc;\n local_60 = doc;\n if (argp->help_filter != (_func_char_ptr_int_char_ptr_void_ptr *)0x0) {\n local_60 = filter_doc(doc,0x2000006,argp,state);\n }\n if (local_60 == (char *)0x0) {\n if (paVar6 != (argp_child *)0x0) {\n argp_00 = paVar6->argp;\n pcVar5 = (char *)0x0;\n bVar3 = false;\n if (argp_00 != (argp *)0x0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar5 = strchrnul(local_60,10);\n pcVar7 = local_60;\n if (*pcVar5 == '\0') {\n bVar3 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }\n bVar3 = true;\n *levels = *levels + 1;\n }\n space(stream,(size_t)(pcVar5 + (1 - (long)pcVar7)));\n __dest = stream->p;\n amount = (long)pcVar5 - (long)pcVar7;\n if (stream->end < __dest + amount) {\n iVar4 = _argp_fmtstream_ensure(stream,amount);\n if (iVar4 != 0) {\n __dest = stream->p;\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar7,amount);\n stream->p = stream->p + amount;\n }\n if (doc != local_60) {\n free(local_60);\n }\n if (paVar6 != (argp_child *)0x0) {\n for (; argp_00 = paVar6->argp, argp_00 != (argp *)0x0; paVar6 = paVar6 + 1) {\nLAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);\n advance = (int)(iVar4 == 0);\n }\n }\n if ((advance != 0) && (bVar3)) {\n if (*pcVar5 == '\0') {\n iVar4 = 0;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }\n return iVar4;\n }\nLAB_0011667e:\n return (int)(advance == 0);\n}" primitive_type (function_declarator "argp_args_usage(argp *argp,argp_state *state,char **levels,int advance,argp_fmtstream_t stream)" identifier (parameter_list "(argp *argp,argp_state *state,char **levels,int advance,argp_fmtstream_t stream)" ( (parameter_declaration "argp *argp" type_identifier (pointer_declarator "*argp" * identifier)) , (parameter_declaration "argp_state *state" type_identifier (pointer_declarator "*state" * identifier)) , (parameter_declaration "char **levels" primitive_type (pointer_declarator "**levels" * (pointer_declarator "*levels" * identifier))) , (parameter_declaration "int advance" primitive_type identifier) , (parameter_declaration "argp_fmtstream_t stream" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n char *doc;\n bool bVar3;\n int iVar4;\n char *pcVar5;\n size_t amount;\n argp_child *paVar6;\n char *__dest;\n argp *argp_00;\n char *pcVar7;\n char *local_60;\n \n pcVar2 = *levels;\n paVar6 = argp->children;\n doc = argp->args_doc;\n local_60 = doc;\n if (argp->help_filter != (_func_char_ptr_int_char_ptr_void_ptr *)0x0) {\n local_60 = filter_doc(doc,0x2000006,argp,state);\n }\n if (local_60 == (char *)0x0) {\n if (paVar6 != (argp_child *)0x0) {\n argp_00 = paVar6->argp;\n pcVar5 = (char *)0x0;\n bVar3 = false;\n if (argp_00 != (argp *)0x0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar5 = strchrnul(local_60,10);\n pcVar7 = local_60;\n if (*pcVar5 == '\0') {\n bVar3 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }\n bVar3 = true;\n *levels = *levels + 1;\n }\n space(stream,(size_t)(pcVar5 + (1 - (long)pcVar7)));\n __dest = stream->p;\n amount = (long)pcVar5 - (long)pcVar7;\n if (stream->end < __dest + amount) {\n iVar4 = _argp_fmtstream_ensure(stream,amount);\n if (iVar4 != 0) {\n __dest = stream->p;\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar7,amount);\n stream->p = stream->p + amount;\n }\n if (doc != local_60) {\n free(local_60);\n }\n if (paVar6 != (argp_child *)0x0) {\n for (; argp_00 = paVar6->argp, argp_00 != (argp *)0x0; paVar6 = paVar6 + 1) {\nLAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);\n advance = (int)(iVar4 == 0);\n }\n }\n if ((advance != 0) && (bVar3)) {\n if (*pcVar5 == '\0') {\n iVar4 = 0;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }\n return iVar4;\n }\nLAB_0011667e:\n return (int)(advance == 0);\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *doc;" primitive_type (pointer_declarator "*doc" * identifier) ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "size_t amount;" primitive_type identifier ;) (declaration "argp_child *paVar6;" type_identifier (pointer_declarator "*paVar6" * identifier) ;) (declaration "char *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "argp *argp_00;" type_identifier (pointer_declarator "*argp_00" * identifier) ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *local_60;" primitive_type (pointer_declarator "*local_60" * identifier) ;) (expression_statement "pcVar2 = *levels;" (assignment_expression "pcVar2 = *levels" identifier = (pointer_expression "*levels" * identifier)) ;) (expression_statement "paVar6 = argp->children;" (assignment_expression "paVar6 = argp->children" identifier = (field_expression "argp->children" identifier -> field_identifier)) ;) (expression_statement "doc = argp->args_doc;" (assignment_expression "doc = argp->args_doc" identifier = (field_expression "argp->args_doc" identifier -> field_identifier)) ;) (expression_statement "local_60 = doc;" (assignment_expression "local_60 = doc" identifier = identifier) ;) (if_statement "if (argp->help_filter != (_func_char_ptr_int_char_ptr_void_ptr *)0x0) {\n local_60 = filter_doc(doc,0x2000006,argp,state);\n }" if (parenthesized_expression "(argp->help_filter != (_func_char_ptr_int_char_ptr_void_ptr *)0x0)" ( (binary_expression "argp->help_filter != (_func_char_ptr_int_char_ptr_void_ptr *)0x0" (field_expression "argp->help_filter" identifier -> field_identifier) != (cast_expression "(_func_char_ptr_int_char_ptr_void_ptr *)0x0" ( (type_descriptor "_func_char_ptr_int_char_ptr_void_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_60 = filter_doc(doc,0x2000006,argp,state);\n }" { (expression_statement "local_60 = filter_doc(doc,0x2000006,argp,state);" (assignment_expression "local_60 = filter_doc(doc,0x2000006,argp,state)" identifier = (call_expression "filter_doc(doc,0x2000006,argp,state)" identifier (argument_list "(doc,0x2000006,argp,state)" ( identifier , number_literal , identifier , identifier )))) ;) })) (if_statement "if (local_60 == (char *)0x0) {\n if (paVar6 != (argp_child *)0x0) {\n argp_00 = paVar6->argp;\n pcVar5 = (char *)0x0;\n bVar3 = false;\n if (argp_00 != (argp *)0x0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" if (parenthesized_expression "(local_60 == (char *)0x0)" ( (binary_expression "local_60 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (paVar6 != (argp_child *)0x0) {\n argp_00 = paVar6->argp;\n pcVar5 = (char *)0x0;\n bVar3 = false;\n if (argp_00 != (argp *)0x0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" { (if_statement "if (paVar6 != (argp_child *)0x0) {\n argp_00 = paVar6->argp;\n pcVar5 = (char *)0x0;\n bVar3 = false;\n if (argp_00 != (argp *)0x0) goto LAB_001165a0;\n }" if (parenthesized_expression "(paVar6 != (argp_child *)0x0)" ( (binary_expression "paVar6 != (argp_child *)0x0" identifier != (cast_expression "(argp_child *)0x0" ( (type_descriptor "argp_child *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n argp_00 = paVar6->argp;\n pcVar5 = (char *)0x0;\n bVar3 = false;\n if (argp_00 != (argp *)0x0) goto LAB_001165a0;\n }" { (expression_statement "argp_00 = paVar6->argp;" (assignment_expression "argp_00 = paVar6->argp" identifier = (field_expression "paVar6->argp" identifier -> field_identifier)) ;) (expression_statement "pcVar5 = (char *)0x0;" (assignment_expression "pcVar5 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) (if_statement "if (argp_00 != (argp *)0x0) goto LAB_001165a0;" if (parenthesized_expression "(argp_00 != (argp *)0x0)" ( (binary_expression "argp_00 != (argp *)0x0" identifier != (cast_expression "(argp *)0x0" ( (type_descriptor "argp *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001165a0;" goto statement_identifier ;)) })) (goto_statement "goto LAB_0011667e;" goto statement_identifier ;) })) (expression_statement "pcVar5 = strchrnul(local_60,10);" (assignment_expression "pcVar5 = strchrnul(local_60,10)" identifier = (call_expression "strchrnul(local_60,10)" identifier (argument_list "(local_60,10)" ( identifier , number_literal )))) ;) (expression_statement "pcVar7 = local_60;" (assignment_expression "pcVar7 = local_60" identifier = identifier) ;) (if_statement "if (*pcVar5 == '\0') {\n bVar3 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }\n bVar3 = true;\n *levels = *levels + 1;\n }" if (parenthesized_expression "(*pcVar5 == '\0')" ( (binary_expression "*pcVar5 == '\0'" (pointer_expression "*pcVar5" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar3 = false;\n }" { (expression_statement "bVar3 = false;" (assignment_expression "bVar3 = false" identifier = false) ;) }) (else_clause "else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }\n bVar3 = true;\n *levels = *levels + 1;\n }" else (compound_statement "{\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }\n bVar3 = true;\n *levels = *levels + 1;\n }" { (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) (if_statement "if ('\0' < cVar1) {\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }" if (parenthesized_expression "('\0' < cVar1)" ( (binary_expression "'\0' < cVar1" (char_literal "'\0'" ' escape_sequence ') < identifier) )) (compound_statement "{\n iVar4 = 0;\n do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);\n }" { (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n } while (iVar4 != cVar1);" do (compound_statement "{\n pcVar7 = pcVar5 + 1;\n iVar4 = iVar4 + 1;\n pcVar5 = strchrnul(pcVar7,10);\n }" { (expression_statement "pcVar7 = pcVar5 + 1;" (assignment_expression "pcVar7 = pcVar5 + 1" identifier = (binary_expression "pcVar5 + 1" identifier + number_literal)) ;) (expression_statement "iVar4 = iVar4 + 1;" (assignment_expression "iVar4 = iVar4 + 1" identifier = (binary_expression "iVar4 + 1" identifier + number_literal)) ;) (expression_statement "pcVar5 = strchrnul(pcVar7,10);" (assignment_expression "pcVar5 = strchrnul(pcVar7,10)" identifier = (call_expression "strchrnul(pcVar7,10)" identifier (argument_list "(pcVar7,10)" ( identifier , number_literal )))) ;) }) while (parenthesized_expression "(iVar4 != cVar1)" ( (binary_expression "iVar4 != cVar1" identifier != identifier) )) ;) })) (expression_statement "bVar3 = true;" (assignment_expression "bVar3 = true" identifier = true) ;) (expression_statement "*levels = *levels + 1;" (assignment_expression "*levels = *levels + 1" (pointer_expression "*levels" * identifier) = (binary_expression "*levels + 1" (pointer_expression "*levels" * identifier) + number_literal)) ;) }))) (expression_statement "space(stream,(size_t)(pcVar5 + (1 - (long)pcVar7)));" (call_expression "space(stream,(size_t)(pcVar5 + (1 - (long)pcVar7)))" identifier (argument_list "(stream,(size_t)(pcVar5 + (1 - (long)pcVar7)))" ( identifier , (cast_expression "(size_t)(pcVar5 + (1 - (long)pcVar7))" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(pcVar5 + (1 - (long)pcVar7))" ( (binary_expression "pcVar5 + (1 - (long)pcVar7)" identifier + (parenthesized_expression "(1 - (long)pcVar7)" ( (binary_expression "1 - (long)pcVar7" number_literal - (cast_expression "(long)pcVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) ))) ;) (expression_statement "__dest = stream->p;" (assignment_expression "__dest = stream->p" identifier = (field_expression "stream->p" identifier -> field_identifier)) ;) (expression_statement "amount = (long)pcVar5 - (long)pcVar7;" (assignment_expression "amount = (long)pcVar5 - (long)pcVar7" identifier = (binary_expression "(long)pcVar5 - (long)pcVar7" (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (stream->end < __dest + amount) {\n iVar4 = _argp_fmtstream_ensure(stream,amount);\n if (iVar4 != 0) {\n __dest = stream->p;\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar7,amount);\n stream->p = stream->p + amount;\n }" if (parenthesized_expression "(stream->end < __dest + amount)" ( (binary_expression "stream->end < __dest + amount" (field_expression "stream->end" identifier -> field_identifier) < (binary_expression "__dest + amount" identifier + identifier)) )) (compound_statement "{\n iVar4 = _argp_fmtstream_ensure(stream,amount);\n if (iVar4 != 0) {\n __dest = stream->p;\n goto LAB_00116565;\n }\n }" { (expression_statement "iVar4 = _argp_fmtstream_ensure(stream,amount);" (assignment_expression "iVar4 = _argp_fmtstream_ensure(stream,amount)" identifier = (call_expression "_argp_fmtstream_ensure(stream,amount)" identifier (argument_list "(stream,amount)" ( identifier , identifier )))) ;) (if_statement "if (iVar4 != 0) {\n __dest = stream->p;\n goto LAB_00116565;\n }" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (compound_statement "{\n __dest = stream->p;\n goto LAB_00116565;\n }" { (expression_statement "__dest = stream->p;" (assignment_expression "__dest = stream->p" identifier = (field_expression "stream->p" identifier -> field_identifier)) ;) (goto_statement "goto LAB_00116565;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_00116565:\n memcpy(__dest,pcVar7,amount);\n stream->p = stream->p + amount;\n }" else (compound_statement "{\nLAB_00116565:\n memcpy(__dest,pcVar7,amount);\n stream->p = stream->p + amount;\n }" { (labeled_statement "LAB_00116565:\n memcpy(__dest,pcVar7,amount);" statement_identifier : (expression_statement "memcpy(__dest,pcVar7,amount);" (call_expression "memcpy(__dest,pcVar7,amount)" identifier (argument_list "(__dest,pcVar7,amount)" ( identifier , identifier , identifier ))) ;)) (expression_statement "stream->p = stream->p + amount;" (assignment_expression "stream->p = stream->p + amount" (field_expression "stream->p" identifier -> field_identifier) = (binary_expression "stream->p + amount" (field_expression "stream->p" identifier -> field_identifier) + identifier)) ;) }))) (if_statement "if (doc != local_60) {\n free(local_60);\n }" if (parenthesized_expression "(doc != local_60)" ( (binary_expression "doc != local_60" identifier != identifier) )) (compound_statement "{\n free(local_60);\n }" { (expression_statement "free(local_60);" (call_expression "free(local_60)" identifier (argument_list "(local_60)" ( identifier ))) ;) })) (if_statement "if (paVar6 != (argp_child *)0x0) {\n for (; argp_00 = paVar6->argp, argp_00 != (argp *)0x0; paVar6 = paVar6 + 1) {\nLAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);\n advance = (int)(iVar4 == 0);\n }\n }" if (parenthesized_expression "(paVar6 != (argp_child *)0x0)" ( (binary_expression "paVar6 != (argp_child *)0x0" identifier != (cast_expression "(argp_child *)0x0" ( (type_descriptor "argp_child *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; argp_00 = paVar6->argp, argp_00 != (argp *)0x0; paVar6 = paVar6 + 1) {\nLAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);\n advance = (int)(iVar4 == 0);\n }\n }" { (for_statement "for (; argp_00 = paVar6->argp, argp_00 != (argp *)0x0; paVar6 = paVar6 + 1) {\nLAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);\n advance = (int)(iVar4 == 0);\n }" for ( ; (comma_expression "argp_00 = paVar6->argp, argp_00 != (argp *)0x0" (assignment_expression "argp_00 = paVar6->argp" identifier = (field_expression "paVar6->argp" identifier -> field_identifier)) , (binary_expression "argp_00 != (argp *)0x0" identifier != (cast_expression "(argp *)0x0" ( (type_descriptor "argp *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ; (assignment_expression "paVar6 = paVar6 + 1" identifier = (binary_expression "paVar6 + 1" identifier + number_literal)) ) (compound_statement "{\nLAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);\n advance = (int)(iVar4 == 0);\n }" { (labeled_statement "LAB_001165a0:\n iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);" statement_identifier : (expression_statement "iVar4 = argp_args_usage(argp_00,state,levels,advance,stream);" (assignment_expression "iVar4 = argp_args_usage(argp_00,state,levels,advance,stream)" identifier = (call_expression "argp_args_usage(argp_00,state,levels,advance,stream)" identifier (argument_list "(argp_00,state,levels,advance,stream)" ( identifier , identifier , identifier , identifier , identifier )))) ;)) (expression_statement "advance = (int)(iVar4 == 0);" (assignment_expression "advance = (int)(iVar4 == 0)" identifier = (cast_expression "(int)(iVar4 == 0)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )))) ;) })) })) (if_statement "if ((advance != 0) && (bVar3)) {\n if (*pcVar5 == '\0') {\n iVar4 = 0;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }\n return iVar4;\n }" if (parenthesized_expression "((advance != 0) && (bVar3))" ( (binary_expression "(advance != 0) && (bVar3)" (parenthesized_expression "(advance != 0)" ( (binary_expression "advance != 0" identifier != number_literal) )) && (parenthesized_expression "(bVar3)" ( identifier ))) )) (compound_statement "{\n if (*pcVar5 == '\0') {\n iVar4 = 0;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }\n return iVar4;\n }" { (if_statement "if (*pcVar5 == '\0') {\n iVar4 = 0;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }" if (parenthesized_expression "(*pcVar5 == '\0')" ( (binary_expression "*pcVar5 == '\0'" (pointer_expression "*pcVar5" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n iVar4 = 0;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }\n }" { (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (if_statement "if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return iVar4;\n }" if (parenthesized_expression "('\0' < *pcVar2)" ( (binary_expression "'\0' < *pcVar2" (char_literal "'\0'" ' escape_sequence ') < (pointer_expression "*pcVar2" * identifier)) )) (compound_statement "{\n *pcVar2 = '\0';\n return iVar4;\n }" { (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return iVar4;" return identifier ;) })) }) (else_clause "else {\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }" else (compound_statement "{\n *pcVar2 = *pcVar2 + '\x01';\n iVar4 = 1;\n }" { (expression_statement "*pcVar2 = *pcVar2 + '\x01';" (assignment_expression "*pcVar2 = *pcVar2 + '\x01'" (pointer_expression "*pcVar2" * identifier) = (binary_expression "*pcVar2 + '\x01'" (pointer_expression "*pcVar2" * identifier) + (char_literal "'\x01'" ' escape_sequence '))) ;) (expression_statement "iVar4 = 1;" (assignment_expression "iVar4 = 1" identifier = number_literal) ;) }))) (return_statement "return iVar4;" return identifier ;) })) (labeled_statement "LAB_0011667e:\n return (int)(advance == 0);" statement_identifier : (return_statement "return (int)(advance == 0);" return (cast_expression "(int)(advance == 0)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(advance == 0)" ( (binary_expression "advance == 0" identifier == number_literal) ))) ;)) })))
|
(translation_unit "bool FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)\n\n{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}\n\n" (function_definition "bool FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)\n\n{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}" primitive_type (function_declarator "FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)" identifier (parameter_list "(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "long param_5" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "long *plVar7;" (sized_type_specifier "long" long) (pointer_declarator "*plVar7" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "char *local_60;" primitive_type (pointer_declarator "*local_60" * identifier) ;) (expression_statement "pcVar2 = (char *)*param_3;" (assignment_expression "pcVar2 = (char *)*param_3" identifier = (cast_expression "(char *)*param_3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (expression_statement "plVar7 = *(long **)(param_1 + 0x20);" (assignment_expression "plVar7 = *(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 "pcVar3 = *(char **)(param_1 + 0x10);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x10)" identifier = (pointer_expression "*(char **)(param_1 + 0x10)" * (cast_expression "(char **)(param_1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "local_60 = pcVar3;" (assignment_expression "local_60 = pcVar3" identifier = identifier) ;) (if_statement "if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x28) != 0)" ( (binary_expression "*(long *)(param_1 + 0x28) != 0" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }" { (expression_statement "local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);" (assignment_expression "local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2)" identifier = (cast_expression "(char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00115440(pcVar3,0x2000006,param_1,param_2)" identifier (argument_list "(pcVar3,0x2000006,param_1,param_2)" ( identifier , number_literal , identifier , identifier ))))) ;) })) (if_statement "if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" if (parenthesized_expression "(local_60 == (char *)0x0)" ( (binary_expression "local_60 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" { (if_statement "if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }" if (parenthesized_expression "(plVar7 != (long *)0x0)" ( (binary_expression "plVar7 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }" { (expression_statement "lVar8 = *plVar7;" (assignment_expression "lVar8 = *plVar7" identifier = (pointer_expression "*plVar7" * identifier)) ;) (expression_statement "pcVar6 = (char *)0x0;" (assignment_expression "pcVar6 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (if_statement "if (lVar8 != 0) goto LAB_001165a0;" if (parenthesized_expression "(lVar8 != 0)" ( (binary_expression "lVar8 != 0" identifier != number_literal) )) (goto_statement "goto LAB_001165a0;" goto statement_identifier ;)) })) (goto_statement "goto LAB_0011667e;" goto statement_identifier ;) })) (expression_statement "pcVar6 = strchrnul(local_60,10);" (assignment_expression "pcVar6 = strchrnul(local_60,10)" identifier = (call_expression "strchrnul(local_60,10)" identifier (argument_list "(local_60,10)" ( identifier , number_literal )))) ;) (expression_statement "pcVar9 = local_60;" (assignment_expression "pcVar9 = local_60" identifier = identifier) ;) (if_statement "if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" if (parenthesized_expression "(*pcVar6 == '\0')" ( (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar4 = false;\n }" { (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) }) (else_clause "else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" else (compound_statement "{\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" { (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) (if_statement "if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }" if (parenthesized_expression "('\0' < cVar1)" ( (binary_expression "'\0' < cVar1" (char_literal "'\0'" ' escape_sequence ') < identifier) )) (compound_statement "{\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }" { (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);" do (compound_statement "{\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n }" { (expression_statement "pcVar9 = pcVar6 + 1;" (assignment_expression "pcVar9 = pcVar6 + 1" identifier = (binary_expression "pcVar6 + 1" identifier + number_literal)) ;) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "pcVar6 = strchrnul(pcVar9,10);" (assignment_expression "pcVar6 = strchrnul(pcVar9,10)" identifier = (call_expression "strchrnul(pcVar9,10)" identifier (argument_list "(pcVar9,10)" ( identifier , number_literal )))) ;) }) while (parenthesized_expression "(iVar5 != cVar1)" ( (binary_expression "iVar5 != cVar1" identifier != identifier) )) ;) })) (expression_statement "bVar4 = true;" (assignment_expression "bVar4 = true" identifier = true) ;) (expression_statement "*param_3 = *param_3 + 1;" (assignment_expression "*param_3 = *param_3 + 1" (pointer_expression "*param_3" * identifier) = (binary_expression "*param_3 + 1" (pointer_expression "*param_3" * identifier) + number_literal)) ;) }))) (expression_statement "FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));" (call_expression "FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9))" identifier (argument_list "(param_5,pcVar6 + (1 - (long)pcVar9))" ( identifier , (binary_expression "pcVar6 + (1 - (long)pcVar9)" identifier + (parenthesized_expression "(1 - (long)pcVar9)" ( (binary_expression "1 - (long)pcVar9" number_literal - (cast_expression "(long)pcVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) ;) (expression_statement "__dest = *(void **)(param_5 + 0x38);" (assignment_expression "__dest = *(void **)(param_5 + 0x38)" identifier = (pointer_expression "*(void **)(param_5 + 0x38)" * (cast_expression "(void **)(param_5 + 0x38)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "__n = (long)pcVar6 - (long)pcVar9;" (assignment_expression "__n = (long)pcVar6 - (long)pcVar9" identifier = (binary_expression "(long)pcVar6 - (long)pcVar9" (cast_expression "(long)pcVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" if (parenthesized_expression "(*(ulong *)(param_5 + 0x40) < (long)__dest + __n)" ( (binary_expression "*(ulong *)(param_5 + 0x40) < (long)__dest + __n" (pointer_expression "*(ulong *)(param_5 + 0x40)" * (cast_expression "(ulong *)(param_5 + 0x40)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x40)" ( (binary_expression "param_5 + 0x40" identifier + number_literal) )))) < (binary_expression "(long)__dest + __n" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier)) )) (compound_statement "{\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }" { (expression_statement "iVar5 = FUN_0011a1b0(param_5,__n);" (assignment_expression "iVar5 = FUN_0011a1b0(param_5,__n)" identifier = (call_expression "FUN_0011a1b0(param_5,__n)" identifier (argument_list "(param_5,__n)" ( identifier , identifier )))) ;) (if_statement "if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }" { (expression_statement "__dest = *(void **)(param_5 + 0x38);" (assignment_expression "__dest = *(void **)(param_5 + 0x38)" identifier = (pointer_expression "*(void **)(param_5 + 0x38)" * (cast_expression "(void **)(param_5 + 0x38)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_00116565;" goto statement_identifier ;) })) }) (else_clause "else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" else (compound_statement "{\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" { (labeled_statement "LAB_00116565:\n memcpy(__dest,pcVar9,__n);" statement_identifier : (expression_statement "memcpy(__dest,pcVar9,__n);" (call_expression "memcpy(__dest,pcVar9,__n)" identifier (argument_list "(__dest,pcVar9,__n)" ( identifier , identifier , identifier ))) ;)) (expression_statement "*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;" (assignment_expression "*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n" (pointer_expression "*(long *)(param_5 + 0x38)" * (cast_expression "(long *)(param_5 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_5 + 0x38) + __n" (pointer_expression "*(long *)(param_5 + 0x38)" * (cast_expression "(long *)(param_5 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_5 + 0x38)" ( (binary_expression "param_5 + 0x38" identifier + number_literal) )))) + identifier)) ;) }))) (if_statement "if (pcVar3 != local_60) {\n free(local_60);\n }" if (parenthesized_expression "(pcVar3 != local_60)" ( (binary_expression "pcVar3 != local_60" identifier != identifier) )) (compound_statement "{\n free(local_60);\n }" { (expression_statement "free(local_60);" (call_expression "free(local_60)" identifier (argument_list "(local_60)" ( identifier ))) ;) })) (if_statement "if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }" if (parenthesized_expression "(plVar7 != (long *)0x0)" ( (binary_expression "plVar7 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }" { (for_statement "for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }" for ( ; (comma_expression "lVar8 = *plVar7, lVar8 != 0" (assignment_expression "lVar8 = *plVar7" identifier = (pointer_expression "*plVar7" * identifier)) , (binary_expression "lVar8 != 0" identifier != number_literal)) ; (assignment_expression "plVar7 = plVar7 + 4" identifier = (binary_expression "plVar7 + 4" identifier + number_literal)) ) (compound_statement "{\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }" { (labeled_statement "LAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);" statement_identifier : (expression_statement "iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);" (assignment_expression "iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5)" identifier = (call_expression "FUN_001164a0(lVar8,param_2,param_3,param_4,param_5)" identifier (argument_list "(lVar8,param_2,param_3,param_4,param_5)" ( identifier , identifier , identifier , identifier , identifier )))) ;)) (expression_statement "param_4 = (uint)(iVar5 == 0);" (assignment_expression "param_4 = (uint)(iVar5 == 0)" identifier = (call_expression "(uint)(iVar5 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )))) ;) })) })) (if_statement "if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }" if (parenthesized_expression "((param_4 != 0) && (bVar4))" ( (binary_expression "(param_4 != 0) && (bVar4)" (parenthesized_expression "(param_4 != 0)" ( (binary_expression "param_4 != 0" identifier != number_literal) )) && (parenthesized_expression "(bVar4)" ( identifier ))) )) (compound_statement "{\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }" { (if_statement "if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" if (parenthesized_expression "(*pcVar6 == '\0')" ( (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }" { (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" identifier = false) ;) (if_statement "if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }" if (parenthesized_expression "('\0' < *pcVar2)" ( (binary_expression "'\0' < *pcVar2" (char_literal "'\0'" ' escape_sequence ') < (pointer_expression "*pcVar2" * identifier)) )) (compound_statement "{\n *pcVar2 = '\0';\n return false;\n }" { (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) (return_statement "return false;" return false ;) })) }) (else_clause "else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" else (compound_statement "{\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" { (expression_statement "*pcVar2 = *pcVar2 + '\x01';" (assignment_expression "*pcVar2 = *pcVar2 + '\x01'" (pointer_expression "*pcVar2" * identifier) = (binary_expression "*pcVar2 + '\x01'" (pointer_expression "*pcVar2" * identifier) + (char_literal "'\x01'" ' escape_sequence '))) ;) (expression_statement "bVar4 = true;" (assignment_expression "bVar4 = true" identifier = true) ;) }))) (return_statement "return bVar4;" return identifier ;) })) (labeled_statement "LAB_0011667e:\n return param_4 == 0;" statement_identifier : (return_statement "return param_4 == 0;" return (binary_expression "param_4 == 0" identifier == number_literal) ;)) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE 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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * 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 TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (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 = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , LIT , 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 != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (char_literal ' escape_sequence ') < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;)) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT)) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (for_statement for ( ; (comma_expression (assignment_expression IDENT = (pointer_expression * IDENT)) , (binary_expression IDENT != LIT)) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT )))) ;)) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == LIT) )))) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( IDENT ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression (char_literal ' escape_sequence ') < (pointer_expression * IDENT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) (return_statement return BOOL ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + (char_literal ' escape_sequence '))) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) }))) (return_statement return IDENT ;) })) (labeled_statement statement_identifier : (return_statement return (binary_expression IDENT == LIT) ;)) })))
|
(function_definition "bool FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)\n\n{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}" (primitive_type "bool") (function_declarator "FUN_001164a0(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)" (identifier "FUN_001164a0") (parameter_list "(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) (, ",") (parameter_declaration "long param_5" (sized_type_specifier "long" (long "long")) (identifier "param_5")) () ")"))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n char *pcVar3;\n bool bVar4;\n int iVar5;\n char *pcVar6;\n size_t __n;\n long *plVar7;\n void *__dest;\n long lVar8;\n char *pcVar9;\n char *local_60;\n \n pcVar2 = (char *)*param_3;\n plVar7 = *(long **)(param_1 + 0x20);\n pcVar3 = *(char **)(param_1 + 0x10);\n local_60 = pcVar3;\n if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }\n if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }\n pcVar6 = strchrnul(local_60,10);\n pcVar9 = local_60;\n if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }\n FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));\n __dest = *(void **)(param_5 + 0x38);\n __n = (long)pcVar6 - (long)pcVar9;\n if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }\n if (pcVar3 != local_60) {\n free(local_60);\n }\n if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }\n if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }\nLAB_0011667e:\n return param_4 == 0;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "char *pcVar6;" (primitive_type "char") (pointer_declarator "*pcVar6" (* "*") (identifier "pcVar6")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "long *plVar7;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar7" (* "*") (identifier "plVar7")) (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "long lVar8;" (sized_type_specifier "long" (long "long")) (identifier "lVar8") (; ";")) (declaration "char *pcVar9;" (primitive_type "char") (pointer_declarator "*pcVar9" (* "*") (identifier "pcVar9")) (; ";")) (declaration "char *local_60;" (primitive_type "char") (pointer_declarator "*local_60" (* "*") (identifier "local_60")) (; ";")) (expression_statement "pcVar2 = (char *)*param_3;" (assignment_expression "pcVar2 = (char *)*param_3" (identifier "pcVar2") (= "=") (cast_expression "(char *)*param_3" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) (; ";")) (expression_statement "plVar7 = *(long **)(param_1 + 0x20);" (assignment_expression "plVar7 = *(long **)(param_1 + 0x20)" (identifier "plVar7") (= "=") (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 "pcVar3 = *(char **)(param_1 + 0x10);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x10)" (identifier "pcVar3") (= "=") (pointer_expression "*(char **)(param_1 + 0x10)" (* "*") (cast_expression "(char **)(param_1 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "local_60 = pcVar3;" (assignment_expression "local_60 = pcVar3" (identifier "local_60") (= "=") (identifier "pcVar3")) (; ";")) (if_statement "if (*(long *)(param_1 + 0x28) != 0) {\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x28) != 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x28) != 0" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);\n }" ({ "{") (expression_statement "local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);" (assignment_expression "local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2)" (identifier "local_60") (= "=") (cast_expression "(char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00115440(pcVar3,0x2000006,param_1,param_2)" (identifier "FUN_00115440") (argument_list "(pcVar3,0x2000006,param_1,param_2)" (( "(") (identifier "pcVar3") (, ",") (number_literal "0x2000006") (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))))) (; ";")) (} "}"))) (if_statement "if (local_60 == (char *)0x0) {\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" (if "if") (parenthesized_expression "(local_60 == (char *)0x0)" (( "(") (binary_expression "local_60 == (char *)0x0" (identifier "local_60") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }\n goto LAB_0011667e;\n }" ({ "{") (if_statement "if (plVar7 != (long *)0x0) {\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }" (if "if") (parenthesized_expression "(plVar7 != (long *)0x0)" (( "(") (binary_expression "plVar7 != (long *)0x0" (identifier "plVar7") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n lVar8 = *plVar7;\n pcVar6 = (char *)0x0;\n bVar4 = false;\n if (lVar8 != 0) goto LAB_001165a0;\n }" ({ "{") (expression_statement "lVar8 = *plVar7;" (assignment_expression "lVar8 = *plVar7" (identifier "lVar8") (= "=") (pointer_expression "*plVar7" (* "*") (identifier "plVar7"))) (; ";")) (expression_statement "pcVar6 = (char *)0x0;" (assignment_expression "pcVar6 = (char *)0x0" (identifier "pcVar6") (= "=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" (identifier "bVar4") (= "=") (false "false")) (; ";")) (if_statement "if (lVar8 != 0) goto LAB_001165a0;" (if "if") (parenthesized_expression "(lVar8 != 0)" (( "(") (binary_expression "lVar8 != 0" (identifier "lVar8") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001165a0;" (goto "goto") (statement_identifier "LAB_001165a0") (; ";"))) (} "}"))) (goto_statement "goto LAB_0011667e;" (goto "goto") (statement_identifier "LAB_0011667e") (; ";")) (} "}"))) (expression_statement "pcVar6 = strchrnul(local_60,10);" (assignment_expression "pcVar6 = strchrnul(local_60,10)" (identifier "pcVar6") (= "=") (call_expression "strchrnul(local_60,10)" (identifier "strchrnul") (argument_list "(local_60,10)" (( "(") (identifier "local_60") (, ",") (number_literal "10") () ")")))) (; ";")) (expression_statement "pcVar9 = local_60;" (assignment_expression "pcVar9 = local_60" (identifier "pcVar9") (= "=") (identifier "local_60")) (; ";")) (if_statement "if (*pcVar6 == '\0') {\n bVar4 = false;\n }\n else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" (if "if") (parenthesized_expression "(*pcVar6 == '\0')" (( "(") (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" (* "*") (identifier "pcVar6")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar4 = false;\n }" ({ "{") (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" (identifier "bVar4") (= "=") (false "false")) (; ";")) (} "}")) (else_clause "else {\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" (else "else") (compound_statement "{\n cVar1 = *pcVar2;\n if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }\n bVar4 = true;\n *param_3 = *param_3 + 1;\n }" ({ "{") (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" (identifier "cVar1") (= "=") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2"))) (; ";")) (if_statement "if ('\0' < cVar1) {\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }" (if "if") (parenthesized_expression "('\0' < cVar1)" (( "(") (binary_expression "'\0' < cVar1" (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")) (< "<") (identifier "cVar1")) () ")")) (compound_statement "{\n iVar5 = 0;\n do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);\n }" ({ "{") (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" (identifier "iVar5") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n } while (iVar5 != cVar1);" (do "do") (compound_statement "{\n pcVar9 = pcVar6 + 1;\n iVar5 = iVar5 + 1;\n pcVar6 = strchrnul(pcVar9,10);\n }" ({ "{") (expression_statement "pcVar9 = pcVar6 + 1;" (assignment_expression "pcVar9 = pcVar6 + 1" (identifier "pcVar9") (= "=") (binary_expression "pcVar6 + 1" (identifier "pcVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" (identifier "iVar5") (= "=") (binary_expression "iVar5 + 1" (identifier "iVar5") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pcVar6 = strchrnul(pcVar9,10);" (assignment_expression "pcVar6 = strchrnul(pcVar9,10)" (identifier "pcVar6") (= "=") (call_expression "strchrnul(pcVar9,10)" (identifier "strchrnul") (argument_list "(pcVar9,10)" (( "(") (identifier "pcVar9") (, ",") (number_literal "10") () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar5 != cVar1)" (( "(") (binary_expression "iVar5 != cVar1" (identifier "iVar5") (!= "!=") (identifier "cVar1")) () ")")) (; ";")) (} "}"))) (expression_statement "bVar4 = true;" (assignment_expression "bVar4 = true" (identifier "bVar4") (= "=") (true "true")) (; ";")) (expression_statement "*param_3 = *param_3 + 1;" (assignment_expression "*param_3 = *param_3 + 1" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (binary_expression "*param_3 + 1" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (expression_statement "FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));" (call_expression "FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9))" (identifier "FUN_00116340") (argument_list "(param_5,pcVar6 + (1 - (long)pcVar9))" (( "(") (identifier "param_5") (, ",") (binary_expression "pcVar6 + (1 - (long)pcVar9)" (identifier "pcVar6") (+ "+") (parenthesized_expression "(1 - (long)pcVar9)" (( "(") (binary_expression "1 - (long)pcVar9" (number_literal "1") (- "-") (cast_expression "(long)pcVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar9"))) () ")"))) () ")"))) (; ";")) (expression_statement "__dest = *(void **)(param_5 + 0x38);" (assignment_expression "__dest = *(void **)(param_5 + 0x38)" (identifier "__dest") (= "=") (pointer_expression "*(void **)(param_5 + 0x38)" (* "*") (cast_expression "(void **)(param_5 + 0x38)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_5 + 0x38)" (( "(") (binary_expression "param_5 + 0x38" (identifier "param_5") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (expression_statement "__n = (long)pcVar6 - (long)pcVar9;" (assignment_expression "__n = (long)pcVar6 - (long)pcVar9" (identifier "__n") (= "=") (binary_expression "(long)pcVar6 - (long)pcVar9" (cast_expression "(long)pcVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar6")) (- "-") (cast_expression "(long)pcVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar9")))) (; ";")) (if_statement "if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }\n else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" (if "if") (parenthesized_expression "(*(ulong *)(param_5 + 0x40) < (long)__dest + __n)" (( "(") (binary_expression "*(ulong *)(param_5 + 0x40) < (long)__dest + __n" (pointer_expression "*(ulong *)(param_5 + 0x40)" (* "*") (cast_expression "(ulong *)(param_5 + 0x40)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x40)" (( "(") (binary_expression "param_5 + 0x40" (identifier "param_5") (+ "+") (number_literal "0x40")) () ")")))) (< "<") (binary_expression "(long)__dest + __n" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (identifier "__n"))) () ")")) (compound_statement "{\n iVar5 = FUN_0011a1b0(param_5,__n);\n if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }\n }" ({ "{") (expression_statement "iVar5 = FUN_0011a1b0(param_5,__n);" (assignment_expression "iVar5 = FUN_0011a1b0(param_5,__n)" (identifier "iVar5") (= "=") (call_expression "FUN_0011a1b0(param_5,__n)" (identifier "FUN_0011a1b0") (argument_list "(param_5,__n)" (( "(") (identifier "param_5") (, ",") (identifier "__n") () ")")))) (; ";")) (if_statement "if (iVar5 != 0) {\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }" (if "if") (parenthesized_expression "(iVar5 != 0)" (( "(") (binary_expression "iVar5 != 0" (identifier "iVar5") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n __dest = *(void **)(param_5 + 0x38);\n goto LAB_00116565;\n }" ({ "{") (expression_statement "__dest = *(void **)(param_5 + 0x38);" (assignment_expression "__dest = *(void **)(param_5 + 0x38)" (identifier "__dest") (= "=") (pointer_expression "*(void **)(param_5 + 0x38)" (* "*") (cast_expression "(void **)(param_5 + 0x38)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_5 + 0x38)" (( "(") (binary_expression "param_5 + 0x38" (identifier "param_5") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (goto_statement "goto LAB_00116565;" (goto "goto") (statement_identifier "LAB_00116565") (; ";")) (} "}"))) (} "}")) (else_clause "else {\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" (else "else") (compound_statement "{\nLAB_00116565:\n memcpy(__dest,pcVar9,__n);\n *(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;\n }" ({ "{") (labeled_statement "LAB_00116565:\n memcpy(__dest,pcVar9,__n);" (statement_identifier "LAB_00116565") (: ":") (expression_statement "memcpy(__dest,pcVar9,__n);" (call_expression "memcpy(__dest,pcVar9,__n)" (identifier "memcpy") (argument_list "(__dest,pcVar9,__n)" (( "(") (identifier "__dest") (, ",") (identifier "pcVar9") (, ",") (identifier "__n") () ")"))) (; ";"))) (expression_statement "*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;" (assignment_expression "*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n" (pointer_expression "*(long *)(param_5 + 0x38)" (* "*") (cast_expression "(long *)(param_5 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x38)" (( "(") (binary_expression "param_5 + 0x38" (identifier "param_5") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "*(long *)(param_5 + 0x38) + __n" (pointer_expression "*(long *)(param_5 + 0x38)" (* "*") (cast_expression "(long *)(param_5 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_5 + 0x38)" (( "(") (binary_expression "param_5 + 0x38" (identifier "param_5") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (identifier "__n"))) (; ";")) (} "}")))) (if_statement "if (pcVar3 != local_60) {\n free(local_60);\n }" (if "if") (parenthesized_expression "(pcVar3 != local_60)" (( "(") (binary_expression "pcVar3 != local_60" (identifier "pcVar3") (!= "!=") (identifier "local_60")) () ")")) (compound_statement "{\n free(local_60);\n }" ({ "{") (expression_statement "free(local_60);" (call_expression "free(local_60)" (identifier "free") (argument_list "(local_60)" (( "(") (identifier "local_60") () ")"))) (; ";")) (} "}"))) (if_statement "if (plVar7 != (long *)0x0) {\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }" (if "if") (parenthesized_expression "(plVar7 != (long *)0x0)" (( "(") (binary_expression "plVar7 != (long *)0x0" (identifier "plVar7") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }\n }" ({ "{") (for_statement "for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }" (for "for") (( "(") (; ";") (comma_expression "lVar8 = *plVar7, lVar8 != 0" (assignment_expression "lVar8 = *plVar7" (identifier "lVar8") (= "=") (pointer_expression "*plVar7" (* "*") (identifier "plVar7"))) (, ",") (binary_expression "lVar8 != 0" (identifier "lVar8") (!= "!=") (number_literal "0"))) (; ";") (assignment_expression "plVar7 = plVar7 + 4" (identifier "plVar7") (= "=") (binary_expression "plVar7 + 4" (identifier "plVar7") (+ "+") (number_literal "4"))) () ")") (compound_statement "{\nLAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);\n param_4 = (uint)(iVar5 == 0);\n }" ({ "{") (labeled_statement "LAB_001165a0:\n iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);" (statement_identifier "LAB_001165a0") (: ":") (expression_statement "iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5);" (assignment_expression "iVar5 = FUN_001164a0(lVar8,param_2,param_3,param_4,param_5)" (identifier "iVar5") (= "=") (call_expression "FUN_001164a0(lVar8,param_2,param_3,param_4,param_5)" (identifier "FUN_001164a0") (argument_list "(lVar8,param_2,param_3,param_4,param_5)" (( "(") (identifier "lVar8") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") () ")")))) (; ";"))) (expression_statement "param_4 = (uint)(iVar5 == 0);" (assignment_expression "param_4 = (uint)(iVar5 == 0)" (identifier "param_4") (= "=") (call_expression "(uint)(iVar5 == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(iVar5 == 0)" (( "(") (binary_expression "iVar5 == 0" (identifier "iVar5") (== "==") (number_literal "0")) () ")")))) (; ";")) (} "}"))) (} "}"))) (if_statement "if ((param_4 != 0) && (bVar4)) {\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }" (if "if") (parenthesized_expression "((param_4 != 0) && (bVar4))" (( "(") (binary_expression "(param_4 != 0) && (bVar4)" (parenthesized_expression "(param_4 != 0)" (( "(") (binary_expression "param_4 != 0" (identifier "param_4") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")"))) () ")")) (compound_statement "{\n if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }\n return bVar4;\n }" ({ "{") (if_statement "if (*pcVar6 == '\0') {\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }\n else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" (if "if") (parenthesized_expression "(*pcVar6 == '\0')" (( "(") (binary_expression "*pcVar6 == '\0'" (pointer_expression "*pcVar6" (* "*") (identifier "pcVar6")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n bVar4 = false;\n if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }\n }" ({ "{") (expression_statement "bVar4 = false;" (assignment_expression "bVar4 = false" (identifier "bVar4") (= "=") (false "false")) (; ";")) (if_statement "if ('\0' < *pcVar2) {\n *pcVar2 = '\0';\n return false;\n }" (if "if") (parenthesized_expression "('\0' < *pcVar2)" (( "(") (binary_expression "'\0' < *pcVar2" (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")) (< "<") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2"))) () ")")) (compound_statement "{\n *pcVar2 = '\0';\n return false;\n }" ({ "{") (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (return_statement "return false;" (return "return") (false "false") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" (else "else") (compound_statement "{\n *pcVar2 = *pcVar2 + '\x01';\n bVar4 = true;\n }" ({ "{") (expression_statement "*pcVar2 = *pcVar2 + '\x01';" (assignment_expression "*pcVar2 = *pcVar2 + '\x01'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (= "=") (binary_expression "*pcVar2 + '\x01'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (+ "+") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'")))) (; ";")) (expression_statement "bVar4 = true;" (assignment_expression "bVar4 = true" (identifier "bVar4") (= "=") (true "true")) (; ";")) (} "}")))) (return_statement "return bVar4;" (return "return") (identifier "bVar4") (; ";")) (} "}"))) (labeled_statement "LAB_0011667e:\n return param_4 == 0;" (statement_identifier "LAB_0011667e") (: ":") (return_statement "return param_4 == 0;" (return "return") (binary_expression "param_4 == 0" (identifier "param_4") (== "==") (number_literal "0")) (; ";"))) (} "}")))
|
int function_1(type_1 *type_1,type_2 *state,char **levels,int var_16,type_3 stream)
{
char var_6;
char *pcVar2;
char *var_14;
bool bVar3;
int var_8;
char *var_7;
size_t var_11;
type_4 *var_3;
char *var_10;
type_1 *var_4;
char *pcVar7;
char *var_2;
pcVar2 = *levels;
var_3 = type_1->children;
var_14 = type_1->args_doc;
var_2 = var_14;
if (type_1->help_filter != (type_5 *)0x0) {
var_2 = var_1(var_14,0x2000006,type_1,state);
}
if (var_2 == (char *)0x0) {
if (var_3 != (type_4 *)0x0) {
var_4 = var_3->type_1;
var_7 = (char *)0x0;
bVar3 = false;
if (var_4 != (type_1 *)0x0) goto LAB_001165a0;
}
goto LAB_0011667e;
}
var_7 = var_5(var_2,10);
pcVar7 = var_2;
if (*var_7 == '\0') {
bVar3 = false;
}
else {
var_6 = *pcVar2;
if ('\0' < var_6) {
var_8 = 0;
do {
pcVar7 = var_7 + 1;
var_8 = var_8 + 1;
var_7 = var_5(pcVar7,10);
} while (var_8 != var_6);
}
bVar3 = true;
*levels = *levels + 1;
}
var_9(stream,(size_t)(var_7 + (1 - (long)pcVar7)));
var_10 = stream->p;
var_11 = (long)var_7 - (long)pcVar7;
if (stream->end < var_10 + var_11) {
var_8 = var_12(stream,var_11);
if (var_8 != 0) {
var_10 = stream->p;
goto LAB_00116565;
}
}
else {
LAB_00116565:
var_13(var_10,pcVar7,var_11);
stream->p = stream->p + var_11;
}
if (var_14 != var_2) {
var_15(var_2);
}
if (var_3 != (type_4 *)0x0) {
for (; var_4 = var_3->type_1, var_4 != (type_1 *)0x0; var_3 = var_3 + 1) {
LAB_001165a0:
var_8 = function_1(var_4,state,levels,var_16,stream);
var_16 = (int)(var_8 == 0);
}
}
if ((var_16 != 0) && (bVar3)) {
if (*var_7 == '\0') {
var_8 = 0;
if ('\0' < *pcVar2) {
*pcVar2 = '\0';
return var_8;
}
}
else {
*pcVar2 = *pcVar2 + '\x01';
var_8 = 1;
}
return var_8;
}
LAB_0011667e:
return (int)(var_16 == 0);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (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: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (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: (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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (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: (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: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (char_literal (escape_sequence)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (true))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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 (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (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))))) (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: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (for_statement condition: (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal))) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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 (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (false))) (if_statement condition: (parenthesized_expression (binary_expression left: (char_literal (escape_sequence)) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) (return_statement (false))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence))))) (expression_statement (assignment_expression left: (identifier) right: (true)))))) (return_statement (identifier)))) (labeled_statement label: (statement_identifier) (return_statement (binary_expression left: (identifier) right: (number_literal)))))))
| null |
bool MASKED(long param_1,undefined8 param_2,long *param_3,uint param_4,long param_5)
{
char cVar1;
char *pcVar2;
char *pcVar3;
bool bVar4;
int iVar5;
char *pcVar6;
size_t __n;
long *plVar7;
void *__dest;
long lVar8;
char *pcVar9;
char *local_60;
pcVar2 = (char *)*param_3;
plVar7 = *(long **)(param_1 + 0x20);
pcVar3 = *(char **)(param_1 + 0x10);
local_60 = pcVar3;
if (*(long *)(param_1 + 0x28) != 0) {
local_60 = (char *)FUN_00115440(pcVar3,0x2000006,param_1,param_2);
}
if (local_60 == (char *)0x0) {
if (plVar7 != (long *)0x0) {
lVar8 = *plVar7;
pcVar6 = (char *)0x0;
bVar4 = false;
if (lVar8 != 0) goto LAB_001165a0;
}
goto LAB_0011667e;
}
pcVar6 = strchrnul(local_60,10);
pcVar9 = local_60;
if (*pcVar6 == '\0') {
bVar4 = false;
}
else {
cVar1 = *pcVar2;
if ('\0' < cVar1) {
iVar5 = 0;
do {
pcVar9 = pcVar6 + 1;
iVar5 = iVar5 + 1;
pcVar6 = strchrnul(pcVar9,10);
} while (iVar5 != cVar1);
}
bVar4 = true;
*param_3 = *param_3 + 1;
}
FUN_00116340(param_5,pcVar6 + (1 - (long)pcVar9));
__dest = *(void **)(param_5 + 0x38);
__n = (long)pcVar6 - (long)pcVar9;
if (*(ulong *)(param_5 + 0x40) < (long)__dest + __n) {
iVar5 = FUN_0011a1b0(param_5,__n);
if (iVar5 != 0) {
__dest = *(void **)(param_5 + 0x38);
goto LAB_00116565;
}
}
else {
LAB_00116565:
memcpy(__dest,pcVar9,__n);
*(long *)(param_5 + 0x38) = *(long *)(param_5 + 0x38) + __n;
}
if (pcVar3 != local_60) {
free(local_60);
}
if (plVar7 != (long *)0x0) {
for (; lVar8 = *plVar7, lVar8 != 0; plVar7 = plVar7 + 4) {
LAB_001165a0:
iVar5 = MASKED(lVar8,param_2,param_3,param_4,param_5);
param_4 = (uint)(iVar5 == 0);
}
}
if ((param_4 != 0) && (bVar4)) {
if (*pcVar6 == '\0') {
bVar4 = false;
if ('\0' < *pcVar2) {
*pcVar2 = '\0';
return false;
}
}
else {
*pcVar2 = *pcVar2 + '\x01';
bVar4 = true;
}
return bVar4;
}
LAB_0011667e:
return param_4 == 0;
}
|
145_mv_and_mv_strip.c
|
mode_to_security_class
|
mode_to_security_class
|
void mode_to_security_class(void)
{
(*(code *)PTR_mode_to_security_class_00122488)();
return;
}
|
void mode_to_security_class(void)
{
(*(code *)PTR_mode_to_security_class_00122488)();
return;
}
|
JMP qword ptr [0x00122488]
| null | null | null | null |
[('tmp_22', u'CAST_-1206961831'), (u'CAST_-1206961831', u'CALLIND_-1206961896'), (u'CALLIND_-1206961896', u'INDIRECT_-1206961836'), (u'INDIRECT_-1206961836', u'COPY_-1206961895'), ('const-0', u'RETURN_-1206961893')]
|
[('tmp_22', u'CAST_-1206961831'), (u'CAST_-1206961831', u'CALLIND_-1206961896'), (u'CALLIND_-1206961896', u'INDIRECT_-1206961836'), (u'INDIRECT_-1206961836', u'COPY_-1206961895'), ('const-0', u'RETURN_-1206961893')]
| null | null |
00103910
|
x64
|
O2
|
(translation_unit "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}\n\n" (function_definition "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" primitive_type (function_declarator "mode_to_security_class(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" { (expression_statement "(*(code *)PTR_mode_to_security_class_00122488)();" (call_expression "(*(code *)PTR_mode_to_security_class_00122488)()" (parenthesized_expression "(*(code *)PTR_mode_to_security_class_00122488)" ( (pointer_expression "*(code *)PTR_mode_to_security_class_00122488" * (cast_expression "(code *)PTR_mode_to_security_class_00122488" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}\n\n" (function_definition "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" primitive_type (function_declarator "mode_to_security_class(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" { (expression_statement "(*(code *)PTR_mode_to_security_class_00122488)();" (call_expression "(*(code *)PTR_mode_to_security_class_00122488)()" (parenthesized_expression "(*(code *)PTR_mode_to_security_class_00122488)" ( (pointer_expression "*(code *)PTR_mode_to_security_class_00122488" * (cast_expression "(code *)PTR_mode_to_security_class_00122488" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}\n\n" (function_definition "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" primitive_type (function_declarator "mode_to_security_class(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" { (expression_statement "(*(code *)PTR_mode_to_security_class_00122488)();" (call_expression "(*(code *)PTR_mode_to_security_class_00122488)()" (parenthesized_expression "(*(code *)PTR_mode_to_security_class_00122488)" ( (pointer_expression "*(code *)PTR_mode_to_security_class_00122488" * (cast_expression "(code *)PTR_mode_to_security_class_00122488" ( (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 mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" (primitive_type "void") (function_declarator "mode_to_security_class(void)" (identifier "mode_to_security_class") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_mode_to_security_class_00122488)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_mode_to_security_class_00122488)();" (call_expression "(*(code *)PTR_mode_to_security_class_00122488)()" (parenthesized_expression "(*(code *)PTR_mode_to_security_class_00122488)" (( "(") (pointer_expression "*(code *)PTR_mode_to_security_class_00122488" (* "*") (cast_expression "(code *)PTR_mode_to_security_class_00122488" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_mode_to_security_class_00122488"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_mode_to_security_class_00122488)();
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_00122488)();
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.